#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker1 { 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 VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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 InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // UnityEngine.InputSystem.Utilities.ArrayHelpers/<>c__DisplayClass34_0`1 struct U3CU3Ec__DisplayClass34_0_1_t7FD1E73AE6067763A1BD336D4E11933AF138AB94; // System.Action`1 struct Action_1_t959112CA57F000D8DDD2DC51D171E0C6D61491BA; // System.Action`1 struct Action_1_t231F2AF856D3317D1380298224A60D02F9F43072; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81; // System.Action`2 struct Action_2_tCCDB8684836116ACECB52131AD71D46113160DD0; // System.Action`2 struct Action_2_tA58D913EBCC7FD3E95DEC877EDB4363CD3051DF4; // System.Action`2 struct Action_2_t18E7F4E321737EF92F70387314BC88164CA7B59C; // System.Action`2 struct Action_2_tB9B1B9645C739483997CEFD136850320B3E81752; // System.Action`2 struct Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7; // System.Action`2 struct Action_2_t13A6742A48923F2F95E0DBF426A94946BB52A341; // System.Action`2 struct Action_2_t961B8FC40C595B3E8948D3CB85E51EB90540D7EF; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D; // System.Action`3 struct Action_3_t89DAF226DE3336CA3D27858809AB00EDF060ABD8; // System.Collections.Generic.ArraySortHelper`2 struct ArraySortHelper_2_tEFE2A82208F624A230AED04CB8F60F821A77F663; // System.Collections.Generic.ArraySortHelper`2 struct ArraySortHelper_2_tABECE6AFEB68CD8F23CEF0EAE12EB58140B3583C; // Oculus.Platform.Message`1/Callback struct Callback_tE0016C473A8D6B0D8E2502D1AC079D2A433992C9; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t7A371082270CA8FD6BC79B5622CCD5E1C87A6E42; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4A9A1A4F5844AC021F6482A5537BA831982921A8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t56C3E6D9888E4DB3489E6161C6FD35531FA8C3CF; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t01933FAAEC6DC992EB4E7381DB89BF7CE40580E7; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49; // System.Func`1 struct Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4; // System.Func`1 struct Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B; // System.Func`2,System.Boolean> struct Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7; // System.Func`2,UnityEngine.InputSystem.Utilities.InternedString> struct Func_2_t4504D5085B335B1D8FB5379BD89ED5C1F7BFAF4D; // System.Func`2,System.Object> struct Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD; // System.Func`2,UnityEngine.Vector3> struct Func_2_t8563D068E324F8B3F1AFD3ACA59D32D56CE30A75; // System.Func`2,System.Boolean> struct Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590; // System.Func`2,UnityEngine.InputSystem.Utilities.InternedString> struct Func_2_tB181F4C9A24C0634DF4A10CFBFFE6B45B3796BBC; // System.Func`2,System.Object> struct Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1; // System.Func`2,UnityEngine.Vector3> struct Func_2_tA045F594CBBEA9AA0E0824330A9B30800026295A; // System.Func`2,System.Threading.Tasks.Task`1>> struct Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA; // System.Func`2,System.Threading.Tasks.Task`1>> struct Func_2_t3BA8615E6C0E4A7217FC43067798B21C5A9EF31E; // System.Func`2,System.Threading.Tasks.Task`1>> struct Func_2_t9FB9119855898574302D11A25F1AA03BDBDADD0D; // System.Func`2,System.Threading.Tasks.Task`1>> struct Func_2_t97E22A4E70D2312410723F6A2927D66B83EAE808; // System.Func`2,System.Threading.Tasks.Task`1>> struct Func_2_t656C16FD0C20638D62CCEC28A2C7563F702C6479; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t24DC43D57AB022882FE433E3B16B6D7E4BD14BB4; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t99C75F5817AC4490145734D823B7E8ED9A840728; // System.Func`2 struct Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A; // System.Func`2 struct Func_2_t3985FFDAB0D05F8E97E8EA849D5A24F16EFFC4FD; // System.Func`2 struct Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A; // System.Func`2 struct Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64; // System.Func`2 struct Func_2_tA55660D7B36BC919063457215A12594F309CFDF1; // System.Func`2 struct Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C; // System.Func`2 struct Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274; // System.Func`2 struct Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA; // System.Func`2 struct Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1; // System.Func`2 struct Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B; // System.Func`2 struct Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45; // System.Func`2 struct Func_2_t9865FD4697C6304F7EE7E23A43A8906D19472EB8; // System.Func`2 struct Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02; // System.Func`2 struct Func_2_tEA2235809AB0E1AB8425745179691D76B519B0C5; // System.Func`2 struct Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB; // System.Func`2 struct Func_2_t0620045CA980941D05D122FC5A3AD9220D9C1414; // System.Func`2 struct Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5; // System.Func`2 struct Func_2_tA21678F1D9F9F4617D645755285D28EDE5F9AE44; // System.Func`2 struct Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E; // System.Func`2 struct Func_2_tFCD6A6C1519D44FD229DC69C653660BA2DD719BE; // System.Func`2 struct Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C; // System.Func`2 struct Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065; // System.Func`2 struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436; // System.Func`2 struct Func_2_t78F21BB7B6C7D754A8C4D71ACB39668A8F967BA1; // System.Func`2 struct Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82; // System.Func`2 struct Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A; // System.Func`2 struct Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A; // System.Func`2 struct Func_2_t4E06D96B2978B60DA267963F96583CE3BF82EA84; // System.Func`2 struct Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0; // System.Func`2 struct Func_2_t3253411E5D20B58F5E0A81F903039D94BA38DE89; // System.Func`2 struct Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9; // System.Func`2 struct Func_2_t14F6F4D7FBF558A20782EDC48D80473E4800048E; // System.Func`2 struct Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4; // System.Func`2 struct Func_2_tA302CB41B7F7A743C0CE0ED32D80BF7199135D11; // System.Func`2 struct Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5; // System.Func`2 struct Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A; // System.Func`2 struct Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B; // System.Func`2 struct Func_2_t3041FD3183D19FE8416AE2E43A6398B2C06B7269; // System.Func`2 struct Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441; // System.Func`2 struct Func_2_t43355C55B1BBA93635101F6AF90867509812D7E5; // System.Func`2 struct Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF; // System.Func`2 struct Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847; // System.Func`2 struct Func_2_t48DD1C8E439811C492BAFE220A679DB57D7C9370; // System.Func`2 struct Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899; // System.Func`2 struct Func_2_tA8EC12D376DDD4FEB28D5097FBC1AE422C37DDE5; // System.Func`3 struct Func_3_t4B36DD563993AA411E08890F0B6B0CA6DFAAC4E9; // System.Func`3 struct Func_3_t9B3AF4A893B0936872C5B37BE9C5D4B571281C2B; // System.Func`3 struct Func_3_tBC640C0184A7D93453034EF9B044E2AD7570F889; // System.Collections.Generic.IComparer`1 struct IComparer_1_t150A86695C404E117B1B644BEAD79BA2344FB009; // System.Collections.Generic.IComparer`1 struct IComparer_1_t20C0141C3FEEDAA44BFE8521FEEDDF47289CB40B; // System.Collections.Generic.IComparer`1 struct IComparer_1_tABE08CD22CD982B55D0893DF030D61F6FA89B326; // System.Collections.Generic.IComparer`1 struct IComparer_1_t24C3D061E8C47F8C8847EDBCD75042B43195DDAA; // System.Collections.Generic.IComparer`1 struct IComparer_1_t63217D9A9A895269FA58DB3357244987EF1E000F; // System.Collections.Generic.IComparer`1 struct IComparer_1_tC2AA54D109A9FF1759B8051874FE3F17079DB0B6; // System.Collections.Generic.IComparer`1 struct IComparer_1_t8BE094E208421F281BFB2A42BE40C499F309E134; // System.Collections.Generic.IComparer`1 struct IComparer_1_tEF47DB87AFF20A197CAAC45E336A88B25622DEAE; // System.Collections.Generic.IComparer`1 struct IComparer_1_t0F9FD9E0C3C024E550F93FC6FA64E17A9B6664FB; // System.Collections.Generic.IComparer`1 struct IComparer_1_t151A12630362DC32CDC69169EDE8F9E4B44C9FE7; // System.Collections.Generic.IComparer`1 struct IComparer_1_t624844BDED22588CB4107D171B29C26A4953C759; // System.Collections.Generic.IComparer`1 struct IComparer_1_tCA34D86DF5FB128BAEE3BC4368D8742E6F28E286; // System.Collections.Generic.IComparer`1 struct IComparer_1_t4943D2C7EC1B74D04CF0D16198ED69518E2CEFE9; // System.Collections.Generic.IComparer`1 struct IComparer_1_t9752B3D49EDA1807586A9202AB4F45666D1B5351; // System.Collections.Generic.IComparer`1 struct IComparer_1_tE9967D1BC02B38D5562D0FC9CC7C552F560D161E; // System.Collections.Generic.IComparer`1 struct IComparer_1_tB795D30C1FA21CECBFF22194E28987E6208F4EDA; // System.Collections.Generic.IComparer`1 struct IComparer_1_t3B2C2F0A1EFACD4E76601DC833F55FF252BA81E6; // System.Collections.Generic.IComparer`1 struct IComparer_1_t1C0E122BC72205D8CEDBAAF39EAD33D37AA28FD3; // System.Collections.Generic.IComparer`1 struct IComparer_1_t3A289D009C6CE56BEE6AD448C42AEB35F82EA3E4; // System.Collections.Generic.IComparer`1 struct IComparer_1_tD59BF5E6C0FEE9D7FABAFECFDD495378947D75FA; // System.Collections.Generic.IComparer`1 struct IComparer_1_t507247C98EF473CFFB97375878F0B74A2FEBD495; // System.Collections.Generic.IComparer`1 struct IComparer_1_t473F10347170C750241F24D25C03D98D31657746; // System.Collections.Generic.IComparer`1 struct IComparer_1_t2814E5A42CE8D722BF750578E870E4189502DA4A; // System.Collections.Generic.IComparer`1 struct IComparer_1_t8E861023EC1104C11CFE200372FAD7AA6F7C199E; // System.Collections.Generic.IComparer`1 struct IComparer_1_t84BA8F9E9DEDD5C2BC481237EF97BF0D7F0B8013; // System.Collections.Generic.IComparer`1 struct IComparer_1_t1CC51BB0CC1E8E9C7CD10F75972A367807B15829; // System.Collections.Generic.IComparer`1 struct IComparer_1_t59FD1F6EAAD1E0EE70B5C9C7A28030E79EF06E74; // System.Collections.Generic.IComparer`1 struct IComparer_1_t4C3404B77F731D948ACCA0E09E575FD376FA5012; // System.Collections.Generic.IComparer`1 struct IComparer_1_tC583B2C012E6F3D7AE3B58197F0665487D867F0B; // System.Collections.Generic.IComparer`1 struct IComparer_1_t6D0695D5EB73B85DABEAA0902050CFECEC012237; // System.Collections.Generic.IComparer`1 struct IComparer_1_tBA7653685BE23614A2D5534E97A2242414A1D368; // System.Collections.Generic.IComparer`1 struct IComparer_1_tEC5B4C99A70F3DD8B947C69379882526350605C3; // System.Collections.Generic.IComparer`1 struct IComparer_1_tCE7467BBFB53F08E2CEFD3B19637FE1219EEF554; // System.Collections.Generic.IComparer`1 struct IComparer_1_tA7FC668CE4DD37B5864A176BB2E37337318C8809; // System.Collections.Generic.IComparer`1 struct IComparer_1_t22050879F416E76085DAACBB79DEBF4C6B5C4852; // System.Collections.Generic.IComparer`1 struct IComparer_1_tDBBE6BA3FBBDF97C0ED89620729A091893C6FF1F; // System.Collections.Generic.IComparer`1 struct IComparer_1_t5DDC05458DBD057E8B89291643E123FFE5E4CB42; // System.Collections.Generic.IComparer`1 struct IComparer_1_t11266C4428B57C3F0928286B2F95B135FD4ECB60; // System.Collections.Generic.IComparer`1 struct IComparer_1_tC94F32C6FA027080325DE7D607EF7686C6DEBD4D; // System.Collections.Generic.IComparer`1 struct IComparer_1_tCD39517D7AC59114AFA662BC1E004E7758250D05; // System.Collections.Generic.IComparer`1 struct IComparer_1_tE60294674F495E9185D556502DC219A7EA114EAA; // System.Collections.Generic.IComparer`1 struct IComparer_1_tD5AA531E2C5F7930D9EF466F34F77EE89FCC5D68; // System.Collections.Generic.IComparer`1 struct IComparer_1_t26202008520D07138DE63E114AB5CD32A0F9920B; // System.Collections.Generic.IComparer`1 struct IComparer_1_t933DD13A9B1163574810F48D4BC948124EC3728C; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tFEB4CBD68A9055FC688F99C2A3CDF29E78448008; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t22A35158F9E40077A7147A082319C0D1DFFBE2FD; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t4DAB7002E0E04175D7AB0251D5A8284277618627; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t95FA6F2545E4B529565364A2F48515FE4B80AD31; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tA116A870C8332D2D64FD13D5449B11BC676AC3D3; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tABC441119E42D460CA5B9DED9C1D1A2BD8C836DD; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tF316739C8BD63390C6735A523D11111CDB165479; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tF6345805D8529C44416E8917784B16113A686444; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t60929E1AA80B46746F987B99A4EBD004FD72D370; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t8A4B908F54ED8D008831DEF6F9A949FFA981E6BB; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tE4E960C53664FB9663CC2261AEBCA61C5EDB579D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3E9A1977DB64BEFC51E9B02E141FFD28CCCAFF2B; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t6016499ACD1D8633C9B06F8546D9C5A2CEE867AA; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t673DFF64E51C18A8B1287F4BD988966CE3B15A45; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t316B1044EDC4315DB26041243EABD2C79E26C97D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tA2CFC624CD7D291A0E486D1A5FC78BF6425F9428; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tAEB8533A43D70EC27436BC8F8DB790700C4C9B09; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t9F53E48CAC857B095C8071AC65B3FB45AB42CE12; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tF9FFC7B635421ED6396ABF58E4F5831F13B2C61F; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tDBC849B8248C833C53F1762E771EFC477EB8AF18; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tE6FE2A92BEFC9DD4F45302076646BA0D6F4807D9; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t93E63A8817E47B0ABB0C926464B2FA0C4BCE9E83; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tD08C4CB69DB251D2C0C01B0E0101CE7431346848; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1C69E69D1C83CFCF12170F510303005E3FFBF107; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tDECAFAC2EA60F65D233E35C09DC8E49592E90780; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t8286E22ED78C75E48584380521A1FC13793BB775; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_tF437149CAED78D4A68294D431DE692A78F7D67B3; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_tFBEC9463ED361F2291493660A5217929F0BD545B; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t78FAD0C53FCC05439B0133A0FC24595AD24EC918; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t72AB4B40AF5290B386215B0BFADC8919D394DCAB; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tB0283BFB1D45052C90A9ACF8B98A8B1B22B5E19B; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t11A4DD8C8A897B31E9F14F85734A35486782D576; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t06B2E5EA7C5F4B43FEEC71A595B1517272B448FD; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t2DC97C7D486BF9E077C2BC2E517E434F393AA76E; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t5918C99D6FA69C530D0287467B91ADE56FA3D7AF; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t89ADD2D5401AA240C4CE71F52C93E029D4B57F00; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tE27018507FAEDD46DFF02203E407053F3F338BEA; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tDB5F036395ADFF08AD1585AC3A7BE899CF28B360; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1A386BEF1855064FD5CC71F340A68881A52B4932; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t625A59200FF6A9EF739790EEC72196337E0D423F; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t9CF439E87AD3DD780283F2AD62ECFEF9909F3E6D; // System.Collections.Generic.IList`1 struct IList_1_tC94A6A591E58FD9BB826AF5D15001E425B682707; // System.Collections.Generic.IList`1 struct IList_1_tA9B3F6D4DDBA3A555103C2DDC65AD75936EAB181; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_tB9F2319177B9E63FFCBB89F9E57F8529A97CC77B; // System.Collections.Generic.IReadOnlyDictionary`2 struct IReadOnlyDictionary_2_tA39AC18E76130FDE9E466B499E98A26FFCF96994; // UnityEngine.InputSystem.LowLevel.InputStateHistory`1 struct InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tC1DD60785B380A8A561536C6738116E73A351679; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521; // System.Collections.Generic.List`1> struct List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E; // System.Collections.Generic.List`1> struct List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8; // System.Collections.Generic.List`1 struct List_1_t34AA4AF4E7352129CA58045901530E41445AC16D; // System.Collections.Generic.List`1 struct List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7; // System.Collections.Generic.List`1 struct List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC; // System.Collections.Generic.List`1 struct List_1_t95B60440B292CA630DE6CE2993C09C8ED7538550; // System.Collections.Generic.List`1 struct List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393; // System.Collections.Generic.List`1 struct List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA; // System.Collections.Generic.List`1 struct List_1_tEAD6E3282E028927B32F56E7892994D90D512467; // System.Collections.Generic.List`1 struct List_1_tA3E7ECFCA71D1B53362EA1A7ED7D095F0C221DFB; // System.Collections.Generic.List`1 struct List_1_t2DD46702114CB33CAAE4FD03EE0628A6B357B441; // System.Collections.Generic.List`1 struct List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9; // System.Collections.Generic.List`1 struct List_1_t4CFF6A6E1A912AE4990A34B2AA4A1FE2C9FB0033; // System.Collections.Generic.List`1 struct List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068; // Oculus.Platform.Message`1 struct Message_1_t4B027D6C6D76865BBC8D625255864C7AE1F4AD0C; // System.Linq.OrderedEnumerable`1 struct OrderedEnumerable_1_t4ED7F4DE53F413B48E5FCFAFE1EFE1B04A7B5F6F; // System.Predicate`1 struct Predicate_1_tD62C8A7CBDEEFB9A4CFA42B57D33BF69DAC22C21; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // System.Linq.Set`1 struct Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0; // System.Threading.Tasks.TaskFactory`1> struct TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094; // System.Threading.Tasks.TaskFactory`1> struct TaskFactory_1_tB7D0FB7C5C47F2DECC1B443AD0D29EEE568E93EE; // System.Threading.Tasks.TaskFactory`1> struct TaskFactory_1_t46984FB48E7F4A7873D5006D3E547C453FC417CD; // System.Threading.Tasks.TaskFactory`1> struct TaskFactory_1_t6EA59C02B8A9C74C9B81DC1C821C0CC892BE1DAF; // System.Threading.Tasks.TaskFactory`1> struct TaskFactory_1_tA6A8AB0FA3BC49FD054EFE30364F59C364651CE4; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t069438A73348A2B1B34A2C68E0478EE107ECCFC7; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_tFD6C5BE88624171209DEA49929EA276401AC9F4B; // System.Threading.Tasks.Task`1> struct Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581; // System.Threading.Tasks.Task`1> struct Task_1_tD5FF1ABE58A851D9DA6514B814B72C956DDB8AAF; // System.Threading.Tasks.Task`1> struct Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F; // System.Threading.Tasks.Task`1> struct Task_1_t22DDA242EA1C7046D5A9032F5D09F87CC099007B; // System.Threading.Tasks.Task`1> struct Task_1_t5CCFAF93FF7B2F74A89A8432898AD5F3D0132297; // System.Threading.Tasks.Task`1> struct Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF; // System.Threading.Tasks.Task`1 struct Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2; // System.Threading.Tasks.Task`1 struct Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // System.Threading.Tasks.Task`1 struct Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17; // System.Threading.Tasks.Task`1 struct Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284; // System.Threading.Tasks.Task`1 struct Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3; // System.Threading.Tasks.Task`1 struct Task_1_tD1B0194ED507F48DF3A0800F76EE8D318BED147C; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t428873023FD8831B6DCE3CBD53ADD7D37AC8222D; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t04DCCA7442340B04ED7246F61D3DB8DAF0298699; // System.Action`1[] struct Action_1U5BU5D_t869135252E198DB5B25DC1D8E460FA19D53E119B; // System.Action`1[] struct Action_1U5BU5D_tE3A263A4248001B89160105AAF0340E85A8619B2; // System.Action`1[] struct Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30; // System.Action`1[] struct Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292; // System.Action`2[] struct Action_2U5BU5D_tAEE2FE315F5157233820CCF18FC5BADD298B3653; // System.Action`2[] struct Action_2U5BU5D_t9463B740A9CAAC9CB11CA62CD85CF026AA28DDAB; // System.Action`2[] struct Action_2U5BU5D_tFADEA5D28B0568C280576AC3094EBFD8A3D0A61C; // System.Action`2[] struct Action_2U5BU5D_t83DF7E20FD1A3C4F6A6FE31F98451AB69E750981; // System.Action`2[] struct Action_2U5BU5D_t2000A0669618F7D2C9135ACB0DF3BB3208C442F4; // System.Action`3[] struct Action_3U5BU5D_tBA2F9B16A42170FE442D0B98E6DA1638D7754051; // UnityEngine.Timeline.IntervalTree`1/Entry[] struct EntryU5BU5D_tCA19DBDB7AC2B3545E58EA8A9DEB906D76ED7B22; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t2739F46F985CB724DC8042402DE894AC7276E05C; // System.Func`3[] struct Func_3U5BU5D_tF47240ECC2AE5FA567A61D6AB12DB0E77AB9B798; // System.Func`3[] struct Func_3U5BU5D_t7E31152D269CB9094E6D3C05C42673D7A9C2E3E2; // System.Func`3[] struct Func_3U5BU5D_tBC0BC675EFD6647C4915417DE6E540E624389BE8; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t7A55D2FEB3F9BBFE7CC9322E7E8F00A4D1C77D4D; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630; // System.Collections.Generic.List`1[] struct List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C; // Unity.Collections.NativeArray`1[] struct NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo[] struct ResourceLogInfoU5BU5D_t851B79252CAA2CCB49511AC92B4238FAE8ED4514; // System.Threading.Tasks.Task`1[] struct Task_1U5BU5D_t001B55EF71A9B25B6D6F6CC92FD85F786ED08656; // System.ValueTuple`2[] struct ValueTuple_2U5BU5D_t1D38A107A09A2A9974BD8DFCBAC54319EA0AA755; // System.ValueTuple`2>[] struct ValueTuple_2U5BU5D_t12F79288D607EFFE35AF4C6E5C3452D3A92CBE4C; // System.ValueTuple`2[] struct ValueTuple_2U5BU5D_tB92D5D737256E32B1DE203B453C1315FC73D715D; // System.ValueTuple`2[] struct ValueTuple_2U5BU5D_tC3216B5B0EF9FDBE9F8B985A929E67CC51201AF3; // System.ValueTuple`3[] struct ValueTuple_3U5BU5D_t9365D6D29CB40DC6A5BCAB5FAF5C8DE1D1BAFE51; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // UnityEngine.Color[] struct ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834; // UnityEngine.Color32[] struct Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2; // UnityEngine.ComputeBuffer[] struct ComputeBufferU5BU5D_t80DA76BAA14508E116548AF9B7CEF1F99D5B1936; // UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.ContourVertex[] struct ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36; // System.Reflection.CustomAttributeNamedArgument[] struct CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451; // System.Reflection.CustomAttributeTypedArgument[] struct CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98; // System.DateTime[] struct DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1; // System.DateTimeOffset[] struct DateTimeOffsetU5BU5D_t81746224316E5FC7189685EFB35488C8CED41826; // System.Decimal[] struct DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // UnityEngine.DisallowMultipleComponent[] struct DisallowMultipleComponentU5BU5D_t3729B6FD5B0047F32D8A81B9EF750AD70654053E; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; // UnityEngine.ExecuteInEditMode[] struct ExecuteInEditModeU5BU5D_t1913FB45D1BAF40B32F47108EE65D7DE7992AF08; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E; // UnityEngine.InputSystem.EnhancedTouch.Finger[] struct FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD; // System.Runtime.InteropServices.GCHandle[] struct GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3; // System.Net.IPAddress[] struct IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB; // UnityEngine.InputSystem.InputBinding[] struct InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6; // UnityEngine.InputSystem.InputControlScheme[] struct InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD; // UnityEngine.InputSystem.InputDevice[] struct InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6; // UnityEngine.InputSystem.Layouts.InputDeviceDescription[] struct InputDeviceDescriptionU5BU5D_t42F2D0E6A909DFD21287F5A79032AB64986F8BF0; // UnityEngine.InputSystem.LowLevel.InputEventPtr[] struct InputEventPtrU5BU5D_tFC18CDA27F6440A3DCB66BC9EDACB19F651D90A7; // UnityEngine.InputSystem.Users.InputUser[] struct InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int32Enum[] struct Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // UnityEngine.InputSystem.Utilities.InternedString[] struct InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4; // UnityEngine.Timeline.IntervalTreeNode[] struct IntervalTreeNodeU5BU5D_tE6D2C5822CF028FBC06899DAFCB9124B94AC296A; // UnityEngine.Mesh[] struct MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8; // UnityEngine.InputSystem.Utilities.NameAndParameters[] struct NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD; // UnityEngine.InputSystem.Utilities.NamedValue[] struct NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391; // ONSPPropagationMaterial[] struct ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.ParticleCollisionEvent[] struct ParticleCollisionEventU5BU5D_t62880785FE50C001432E57E6D83BF3BD7BD3183A; // UnityEngine.Playables.PlayableBinding[] struct PlayableBindingU5BU5D_t4FD470872BB5C6A1794C9CB06830B557CA874CB3; // UnityEngine.InputSystem.UI.PointerModel[] struct PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5; // UnityEngine.Quaternion[] struct QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6; // CrazyMinnow.SALSA.QueueData[] struct QueueDataU5BU5D_tE903EC1013EA7AA10DD2DB553F72911BAF55C860; // UnityEngine.RaycastHit2D[] struct RaycastHit2DU5BU5D_tDEABD9FBBA32C695C932A32A1B8FB9C06A496F09; // UnityEngine.EventSystems.RaycastResult[] struct RaycastResultU5BU5D_t55B9DF597EFA3BE063604C0950E370D850283B9D; // UnityEngine.Rendering.RenderTargetIdentifier[] struct RenderTargetIdentifierU5BU5D_tBA2016AC6826F6ADBDB1A83D237BD6B08D857C17; // UnityEngine.Experimental.Rendering.RenderGraphModule.RendererListHandle[] struct RendererListHandleU5BU5D_t8B5A3D78D35F1AC115176D083D0531B5F08FB6D7; // UnityEngine.RequireComponent[] struct RequireComponentU5BU5D_t6063B4CE327E593F7C4B93C34578320DC3E4B29F; // UnityEngine.Experimental.Rendering.RenderGraphModule.ResourceHandle[] struct ResourceHandleU5BU5D_t0EB2B372D18CD282015DD192E9306DDA18B1D547; // System.SByte[] struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7; // UnityEngine.UI.Selectable[] struct SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535; // UnityEngine.Rendering.ShaderTagId[] struct ShaderTagIdU5BU5D_t686E07D907EFB64EA7EDB605791DF44DE6CAD823; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // UnityEngine.InputSystem.Utilities.Substring[] struct SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0; // System.TimeSpan[] struct TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545; // UnityEngine.InputSystem.EnhancedTouch.Touch[] struct TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA; // UnityEngine.InputSystem.Touchscreen[] struct TouchscreenU5BU5D_t969F0005E7679F003576EE2D2625A604920C51DC; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // UnityEngine.UICharInfo[] struct UICharInfoU5BU5D_t5B6AEA3245EC021FAA20582D295434FF61FBF1F0; // UnityEngine.UILineInfo[] struct UILineInfoU5BU5D_tBE1D9E4EC8C7A5A1F98B7CCF93D8A8A2FF9B2F69; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; // UnityEngine.InputSystem.XR.UsageHint[] struct UsageHintU5BU5D_t3F89ABD0103A5D5BBA43D01A5B1C63A4F6C61FD4; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // UnityEngine.Vector4[] struct Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871; // System.Security.Cryptography.X509Certificates.X509ChainStatus[] struct X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F; // UnityEngine.InputSystem.XR.XRFeatureDescriptor[] struct XRFeatureDescriptorU5BU5D_t02A44E5AD45238DC362F388DD6DE302D1321D791; // UnityEngine.XR.XRNodeState[] struct XRNodeStateU5BU5D_t6769DE0817BC77C129F02AE6C53CF9DCF954CCF5; // UnityEngine.Rendering.Universal.XRView[] struct XRViewU5BU5D_tA7794DBCCFAC538844E0D7C6A17EB1EC0DB7C5AD; // UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo[] struct WeightInfoU5BU5D_t492B24E63F911BFB5E0CE6068D1F10AACF6BDAB5; // UnityEngine.BeforeRenderHelper/OrderBlock[] struct OrderBlockU5BU5D_tA6CA8293A67A97712BD2A0D7ABBA77E770053817; // UnityEngine.Camera/RenderRequest[] struct RenderRequestU5BU5D_t2D09D44B1472DED405E7676210574FBDE93EF664; // UnityEngine.Rendering.Universal.DeferredShaderData/ComputeBufferInfo[] struct ComputeBufferInfoU5BU5D_tDC7D25901A97C25E6C3E2ECFD2A96A02F7569655; // UnityEngine.Rendering.Universal.Internal.DeferredTiler/PrePunctualLight[] struct PrePunctualLightU5BU5D_tB4796ACC5565F95259448DBE02ACBDF0226B78F9; // System.Diagnostics.Tracing.EventProvider/SessionInfo[] struct SessionInfoU5BU5D_t42BA9C3B2898F9EDC1FF64FF2B6D4C6F8FC4F179; // UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor[] struct HIDCollectionDescriptorU5BU5D_t44A200739AD0674BB83F5B53B9DFC08C129D347B; // UnityEngine.InputSystem.HID.HID/HIDElementDescriptor[] struct HIDElementDescriptorU5BU5D_tDAC44C8A84F113B231C75F7BB7F584501B01D8F8; // UnityEngine.InputSystem.HID.HIDParser/HIDReportData[] struct HIDReportDataU5BU5D_t0E1A335FA31D95766AADF5826B7B1D53CEF9DB1C; // UnityEngine.InputSystem.InputActionMap/BindingOverrideJson[] struct BindingOverrideJsonU5BU5D_t579CF9B9456C565546432D8930E8C59A814540E4; // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride[] struct ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[] struct ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] struct DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795; // UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo[] struct DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81; // UnityEngine.InputSystem.InputManager/AvailableDevice[] struct AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330; // UnityEngine.InputSystem.InputManager/StateChangeMonitorListener[] struct StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10; // UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout[] struct StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7; // UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice[] struct StateChangeMonitorsForDeviceU5BU5D_t4C364C88ABDD3FE860869EA9B64A5686D241B4FE; // UnityEngine.InputSystem.InputRemoting/RemoteInputDevice[] struct RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3; // UnityEngine.InputSystem.InputRemoting/RemoteSender[] struct RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D; // UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection[] struct OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C; // UnityEngine.InputSystem.Users.InputUser/UserData[] struct UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B; // UnityEngine.InputSystem.Utilities.JsonParser/JsonValue[] struct JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098; // UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion[] struct BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B; // ONSPPropagationGeometry/MeshMaterial[] struct MeshMaterialU5BU5D_t9045FDBAA2E0DB2E3109B9F1BE424DDDB07BE3BF; // ONSPPropagationGeometry/TerrainMaterial[] struct TerrainMaterialU5BU5D_t940C17A0B1F6A66CA492AD2587A7C565C51046DC; // OVRPassthroughLayer/DeferredPassthroughMeshAddition[] struct DeferredPassthroughMeshAdditionU5BU5D_tA4978B4560F487140FFFE3C9AEE3EDEE6A7676D4; // OVRRaycaster/RaycastHit[] struct RaycastHitU5BU5D_t9B88E8B1B47A781EF9F2FB2152486B225C2B34C2; // UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo[] struct OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F; // UnityEngine.XR.OpenXR.Input.OpenXRInput/SerializedBinding[] struct SerializedBindingU5BU5D_tBCC0A59EBA74FEC684909085EFB526BD00116E5D; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData[] struct PassDebugDataU5BU5D_t939F63843A1011FC990FCA59719CD59D224D9ADA; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData[] struct ResourceDebugDataU5BU5D_tE1E923B7EAAFC034B9C99BF83EF0AE7827C18528; // FMODUnity.Settings/PlatformTemplate[] struct PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359; // UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge[] struct EdgeU5BU5D_t5C61D8F639EA5489731E0154AC9B4BC2640F1A98; // UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry[] struct NotificationEntryU5BU5D_t09774245BA02F3982CECCBB4CB7E3DAC2CA8B345; // UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData[] struct RaycastHitDataU5BU5D_t033262DE9844ADC20AD72E640E9F79390FC86C08; // UnityEngine.UnitySynchronizationContext/WorkRequest[] struct WorkRequestU5BU5D_tFD014E941739D5AFA0353EDFE7D9CD61E8A43A3F; // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher[] struct LayoutMatcherU5BU5D_t13CB1C98374639A7AD18A5C020F2204BDDB5DCFF; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability[] struct CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Reflection.Assembly struct Assembly_t; // UnityEngine.AssetBundle struct AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // Mono.Net.Security.AsyncProtocolRequest struct AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Net.BufferOffsetSize struct BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F; // System.Threading.CancellationTokenSource struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // UnityEngine.ComputeBuffer struct ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427; // System.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // System.Security.Cryptography.CryptoStream struct CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66; // UnityEngine.Cubemap struct Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938; // UnityEngine.CubemapArray struct CubemapArray_t3915F223B351E9281E16B30E8BF13B5F77917AEB; // UnityEngine.Rendering.CullingAllocationInfo struct CullingAllocationInfo_tE699E87CDF753430EFA591B80E54D71A3624A083; // UnityEngine.Rendering.UI.DebugUIHandlerWidget struct DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667; // System.Text.Decoder struct Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370; // UnityEngine.Rendering.Universal.DeferredShaderData struct DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Text.Encoder struct Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Exception struct Exception_t; // System.Threading.ExecutionContext struct ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414; // UnityEngine.InputSystem.UI.ExtendedPointerEventData struct ExtendedPointerEventData_t92C1900C127BAADC044F56930EC40BF048DF5457; // System.Reflection.FieldInfo struct FieldInfo_t; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26; // UnityEngine.InputSystem.EnhancedTouch.Finger struct Finger_t3B83C972B2375B2C4628C53FE90CE859951A677F; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_tAE063F84A60E1058FCA4E3EA9F555D3462641F7D; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerable struct IEnumerable_t47A618747A1BB2A868710316F7372094849163A2; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // CrazyMinnow.SALSA.IExpressionController struct IExpressionController_t6BF3119963628EF4906080ACCB425C8CB28BE610; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // UnityEngine.InputSystem.IInputActionCollection struct IInputActionCollection_t4A11E5FA3BC95E16F6309F1EAE8E320A129693A5; // UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor struct IInputStateChangeMonitor_t5F50ED403021CCE28E9B9955F770E5A05EF7B152; // UnityEngine.Playables.INotification struct INotification_tFB7646E6B1EA37ECE9D39374A3BD74B278E19C56; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C; // UnityEngine.InputSystem.InputActionState struct InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9; // UnityEngine.InputSystem.InputControl struct InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1; // UnityEngine.InputSystem.InputDevice struct InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87; // UnityEngine.InputSystem.LowLevel.InputEvent struct InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // UnityEngine.MeshFilter struct MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A; // Oculus.Platform.Message struct Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9; // System.Reflection.MethodInfo struct MethodInfo_t; // Mono.Net.Security.MobileAuthenticatedStream struct MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // UnityEngine.InputSystem.OnScreen.OnScreenControl struct OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Threading.SendOrPostCallback struct SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C; // System.Net.ServicePointScheduler struct ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // System.Threading.Tasks.StackGuard struct StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.IO.StreamReader struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3; // System.IO.StreamWriter struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6; // System.String struct String_t; // System.Threading.SynchronizationContext struct SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // System.Threading.Tasks.TaskFactory struct TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D; // UnityEngine.Terrain struct Terrain_t2C0E3B3A2895E81446EFF4F5AFD601CF977D1836; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // UnityEngine.Texture3D struct Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8; // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414; // UnityEngine.InputSystem.Touchscreen struct Touchscreen_tE679C4B2C2D8C5979EAC5A2002603672A202E3EB; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // System.Xml.Serialization.UnreferencedObjectEventHandler struct UnreferencedObjectEventHandler_t8C7AD11596BB1575262B62EE1128DABB07434988; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Net.WebCompletionSource struct WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E; // System.Net.WebConnection struct WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88; // System.Net.WebConnectionTunnel struct WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925; // System.Net.WebOperation struct WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00; // System.Net.WebRequestStream struct WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887; // System.Net.WebResponseStream struct WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F; // System.Security.Cryptography.X509Certificates.X509Certificate struct X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B; // System.Xml.Serialization.XmlAttributeEventHandler struct XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286; // System.Xml.Serialization.XmlElementEventHandler struct XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29; // System.Xml.Serialization.XmlMapping struct XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9; // System.Xml.Serialization.XmlNodeEventHandler struct XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563; // System.Xml.Serialization.XmlSerializer struct XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C; // System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner struct MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D; // Oculus.Platform.Callback/RequestCallback struct RequestCallback_tD5DFE93D3739B23D0CDCED7C99E5FEB2585BA7DF; // System.Reflection.CustomAttributeData/LazyCAttrData struct LazyCAttrData_tD37F889F6B356AF76AB242D449CAEEFAE826F8C3; // UnityEngine.Rendering.DebugUI/IContainer struct IContainer_t4EE51C9F0A8132FB99B55BBA88AF7D850956A995; // UnityEngine.Rendering.DebugUI/Panel struct Panel_t804EBDD5708282E712D5FE6B39DB87136410EBB5; // UnityEngine.Rendering.DebugUI/Widget struct Widget_t7CB209495D292E15C11767D22EEC646A2FAC8D7D; // UnityEngine.UI.Dropdown/DropdownEvent struct DropdownEvent_tEB2C75C3DBC789936B31D9A979FD62E047846CFB; // UnityEngine.UI.Dropdown/OptionData struct OptionData_t5F665DC13C1E4307727D66ECC1100B3A77E3E857; // UnityEngine.UI.Dropdown/OptionDataList struct OptionDataList_t524EBDB7A2B178269FD5B4740108D0EC6404B4B6; // Oculus.Platform.Message/Callback struct Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8; // UnityEngine.Playables.PlayableBinding/CreateOutputMethod struct CreateOutputMethod_t7A129D00E8823B50AEDD0C9B082C9CB3DF863876; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0; // System.Xml.Serialization.XmlSerializer/SerializerData struct SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CoreUtils_t3CF170996D3FBDE55A9D0441C9DF20E8E45F14B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EncryptedXmlSerializer_tACD3C2178DCE10E67B95A26809B1E35DB4DDE051_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAsyncStateMachine_tAE063F84A60E1058FCA4E3EA9F555D3462641F7D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICriticalNotifyCompletion_t3F4FCEA29CDCACD07747F3A1D6D1406521556838_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral1865ADD0B2BD98A16ED26B59F57307FBCA54202A; IL2CPP_EXTERN_C String_t* _stringLiteral1ABA5087208652705FA3799C30E644E726E2BF68; IL2CPP_EXTERN_C String_t* _stringLiteral278942CDEE22E9328A00EB31BC7DEC0BB8D328F1; IL2CPP_EXTERN_C String_t* _stringLiteral29E9D8EEDD40E3ADE1579882DA345730D66B63B5; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral2EB1C4A48F74747CE215A95F15C1A38E08F41A61; IL2CPP_EXTERN_C String_t* _stringLiteral363278D8E9773708C6063667EE23AA08E939B3C7; IL2CPP_EXTERN_C String_t* _stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE; IL2CPP_EXTERN_C String_t* _stringLiteral469F05BE9BB4C7903C353D0EB9F6384C84A48B25; IL2CPP_EXTERN_C String_t* _stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850; IL2CPP_EXTERN_C String_t* _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174; IL2CPP_EXTERN_C String_t* _stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5; IL2CPP_EXTERN_C String_t* _stringLiteral7342733D8103FEFBE51AC627B4F279696F4D7CC9; IL2CPP_EXTERN_C String_t* _stringLiteral738AE0A86F3C2783715FD77C8D9C55D1C19F9699; IL2CPP_EXTERN_C String_t* _stringLiteral77A73EBDA78185D665A8799738A9D6885E237CAD; IL2CPP_EXTERN_C String_t* _stringLiteral7EE837B2FC81E79F9F96BEFD9CD8B64870F5C628; IL2CPP_EXTERN_C String_t* _stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8; IL2CPP_EXTERN_C String_t* _stringLiteral8239DDE7DBC91495DACC42B52FAF15E9C617D4D7; IL2CPP_EXTERN_C String_t* _stringLiteral8C80868ED807D30CD87E7BACE1DFC57B2C47C706; IL2CPP_EXTERN_C String_t* _stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralBEDC7649134C0FC23DBD81134D3A1ABB1DC55EE3; IL2CPP_EXTERN_C String_t* _stringLiteralC0E02A0440A6BB4475B7E59901C37A6A25E773C8; IL2CPP_EXTERN_C String_t* _stringLiteralC61356ECF43F815CADD86943C995264057299D08; IL2CPP_EXTERN_C String_t* _stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0; IL2CPP_EXTERN_C String_t* _stringLiteralCD79FF5F1D08CBB41CCDAE421644A62C25A8307A; IL2CPP_EXTERN_C String_t* _stringLiteralDD2BBF431A1C8E39DE062E142D158318F7F73332; IL2CPP_EXTERN_C String_t* _stringLiteralE2EEFB4BE0C9F57BA62E733F26387F8BA68AF67C; IL2CPP_EXTERN_C String_t* _stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB; IL2CPP_EXTERN_C String_t* _stringLiteralF7282D5CCBBEE5514F04A7F121F5958E0810730A; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_InsertAt_TisInputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_mDA9597A31CF1F74F351525C8B33F9C8C88EA2E03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_InsertAt_TisRuntimeObject_m366096C114C0EED198E50749CF418A68E2C73BEC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisBindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7_mB9F4CD2D62AF28DCD8C8E8616D7F66D4994712E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_m02EDCCA0F3F33A0D92BE7032CB0390A4561D9033_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisDeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873_mBFB56328B94ABB171322AEBCE11739219EF2FE31_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisEdge_tC11235216D5E71087549B2CB09A27043F02FB278_m9391A110238B01AD9CFBBD48D912765256AA285D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisHIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6_m53D16359821ECFB7F96736C2A5F4F8AFF8521ECC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisHIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427_mD66B7BF58B9AE618D29A140511B8E4D86FB5DCAD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisHIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59_m5EF99D5F65EF2E131E84A6B35E886119C7DB3468_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisJsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB_m51711A68717549F54FB32FB0B6FDF3D3462A6B32_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisLayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D_mB39E6AEF2AE9788EA300664B43B6DD16FE386588_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisMeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29_mA6F078E384786FD1D03A424B3B5F91298C2BE5AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisNotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50_mC582182228E88CB02B303EC2E453D56DC113ED9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisOrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2_m09186BAC67EC44CA23060B0B7167965782A2368B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisPassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C_mAC531BF1532973A55B28882944A5BB4DC52952E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisPlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_mD5B970E9E8E2D5C2B1346BF8DFBA793F0A0B9013_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisPrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609_mE4B78D12B087F5788CEF92AFBFDEFE233FD868F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisRaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA_mAAD905F71740F1B6157972217BB8A6D1CFFB867A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisRaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB_mA63C1E9A05C8B6AA97C6B9667404E5DB1B9CFBFF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisRenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94_m73072C1A30A4A2B52763F343E43909663C1E7D2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F_mBA04FD59C4ECEBB5030DEF50BD07E6B8A112BA18_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisRuntimeObject_TisRuntimeObject_m26920E7B516099F8A47B664D10B6D1DA785757CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisSerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F_mA664BB625802D35A9A6AB802EC42DA853EA42CE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisSessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7_m3ACAB93D8F67632751BEB2565300D2E26210E343_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795_mC4489A77EC3B2783CCE798E434861B0904D51991_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m608F095D65B62FC9CD1164C84154AEDD8607951E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_m6B88E4A7999D609FEE8AF3A7DF79D91637366E94_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisTerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC_m06258910EEF2F5528C3E47097C14F42FE2F43D9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_m66536139774014E76CB9ACD19B99FE24DB631AC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisUICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A_m041AA53F1DE361E088D4F22FA6CD20D7994B87E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisUILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C_mFAC0A408E9FE9D06E5BC605F630E2644E9A44BE8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisUIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_mCD9496AD8ABF9794D286C4492329A27B34447950_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mBFAB52FC65F205467E283251FA319F01B14BFB6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m0965C9F12726EB8CB43C1C891F30C5DD71E095EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_TisRuntimeObject_mDB7CF7023CDEDBEB0E04C3EF45951DFF01B103BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mEC2BAB9EF71A05E7ABA5F8F1BA8324F97B84C2F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisUsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE_m6744138136BAF927984B3AB22F7C7A1F342B7E4F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mADA69A754C53EF0578D800202DEAC9BCA96BEF5B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m93882374F650E8CE3B1F06DE3916964833D0EDCE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_m412F53D0C32580FA4ED021EFC83A122BAB6E44A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisWeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA_m8D8C6CB50610409F0000107266E4300EAB9BCC20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisWorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393_mC9E417A12319EB176CB37DA3D2F9C9E8BAC5B83B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisX509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_m6B74F908E86378DAC7A7D0C8C22591CBA4030DE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisXRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E_m077B3A019C5E8AB2E11C936412A1C4A6907930FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisXRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33_m28C65AB9DDEB9D03D59D8EA2C78C21D90D4C622C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisXRView_tE7BCF62BA1242C287E38539553B57AE70B687027_m55B849B88EA486C842EAA57843225D34A6645EF6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_TrueForAll_TisRuntimeObject_m993E44FC722609D182F5DFBECEC57D0979A7B209_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisRuntimeObject_mF158763EE84651A2D09034FFFE4818D703544376_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC_m1ACDAADBF5297897D47ABF1630CC92D1C4F99548_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877_mF1355BF53E3E097D6AC7D8DEA65C6812E55FBA08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_mE668EE1470EF44F240009779B3836AB9D7AEE24D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_m6D09A3DDCE8C56501850D3C5D3D7A1ED5546DE0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_m9E8C1D426814D4FD27E1F36AE978D45A7EE4DF7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233_mD9863231C9950560F073CE306E2CFB0D3344231B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m8766D02676D8310992655EABCAE1FD39B6F4137D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mF7DD3EE57D8F0AA832316B43FB4635C1DC9953B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m2207C77B2606D2E3E263019428FB9A79D37B0F43_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D_mE65D5B3AB9C610ABF8A5AC06BED4518283392D57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_mC7739FB27B9DF3433547EEDCC17FD91229EC8E03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20_mB98B8C5F8DF9D87FA1346412B6EEF69DAB026E0E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m5A3E13CA613AFE51618B2702701D9297A9A680B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_mDE38C1C6195CA712CF2FD0BBEA755DF79EC938AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m7209B7DED721EF9AB3E82ABAE100ECBCCFAF5823_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC_m3C64379B28BC92A79A78A95D00634C6A0EFDFFCE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m50232B497B0B681DD996BDF61A3CEE35087CC5A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncVoidMethodBuilder_Start_TisRuntimeObject_m106EE2F1FA18DC25ED42F23C4E8E8F2E11B48995_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncVoidMethodBuilder_Start_TisU3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5_mF49576345098C83BEC57AC1AA6DAEF0A4D14AC6A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncVoidMethodBuilder_Start_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_m44EE1E3B98EFFCDBAC041C110D1591D910636548_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncVoidMethodBuilder_Start_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m53F123785BD8CDF0968BD897688CDC3A1E98E683_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseInvokableCall_ThrowOnInvalidArg_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m89E04E66342DAD4AEE770BB08EC0BBE8DB65A679_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseInvokableCall_ThrowOnInvalidArg_TisCallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D_m8E29B5AE52A8E12976F2DBF20555B48D45650F1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseInvokableCall_ThrowOnInvalidArg_TisColor_tF40DAF76C04FFECF3FE6024F85A294741C9CC659_mCF5CED7D66DB65F0658DF8211F3AA27B1B716FE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseInvokableCall_ThrowOnInvalidArg_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m395CBD76AD2A7C7293E1FE35F5444974EB120C91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseInvokableCall_ThrowOnInvalidArg_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mE938C2349B84BD4DB8171006C48AAC4B78ED377D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseInvokableCall_ThrowOnInvalidArg_TisRuntimeObject_m272940FA22A087B37C6A15CA1FCA1C85492F27F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseInvokableCall_ThrowOnInvalidArg_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m245CDB2EFA52CFEB194F39859EBDF2EB43FDD094_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseInvokableCall_ThrowOnInvalidArg_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m63E4E341DB0FD32B1BF3D6DB4156ADEA77FEC9FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Callback_SetNotificationCallback_TisRuntimeObject_m7AF8F2FF83F58CA3AF92CB28C0E47339A046D6FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionExtensions_GetValueOrDefault_TisRuntimeObject_TisRuntimeObject_m5BBD34B93944DD21426B1115C3C6D1D2AED0D595_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ComputeBuffer_SetData_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEA845CDB9A4BBA531E114BFD946F15D8C9D1CEA2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ComputeBuffer_SetData_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF4E0C46D0E586A02D557AD1DC03644FA855DD812_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ComputeBuffer_SetData_Tisuint4_t6C7A8C67DCDD20CC3282CA4AA5382744FB27EE92_mFDB0D23D107736D9F2DFDF96748E4205BB3910C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Contract_ForAll_TisRuntimeObject_m0247CEE74CB1088AF0EDC7293E30369F57464443_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DebugUIHandlerWidget_CastWidget_TisRuntimeObject_m25ADB57E03AF674692EA108D8270AEA96E8F8B0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m6F51CDC0DCCA08E6542106343D6E1CA6E1D89314_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_All_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m1433F8CC63C937857531DD2FBB1D8FC8636A0D39_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_All_TisRuntimeObject_m78C27E5A0BE320AD74A1AD45ACD55668099D35B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisRuntimeObject_m2E718DABD6A7BA7C605E9064F13FC6B2A5C8DB9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisRuntimeObject_mE39A1C80BEC2977DFD0B52D5F615D9AA997A51D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Cast_TisRuntimeObject_m1C4E166DA53C293E9A35417892EC75E5C0CB1A53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Concat_TisRuntimeObject_m6A0686054DDA11F3037755462975597B46809E48_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Contains_TisHIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1_mC3DB599CBB4686EC9141454D6CF5B14C0986BB9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Contains_TisRuntimeObject_m355A687BD2BFB4B955B875ED7347915A48D411CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisGCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603_m041623CD9F03934737C857B2E4CEAE2B14443D75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m671088A1AD7C01360E29B373CA069781F401471B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m3D22ED9DC0D66A33342DF2922406CED0B49261F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisKeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB_m1B1F25AB48D46E2EBD3FBFC726A37CE91369AE99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisOnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D_mC42AD92BF2DDBA4FE36DCF4421FBB114FE82B421_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisOngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E_m4EDAB2AFA124616285DA11E670599E3C23FA6E28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisPointerModel_t694B1146EE8307E8A4F003672E846E61E442860B_m27EED58DD796ADB28D12226F3E695685A9159323_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisRuntimeObject_m4A1D381A53259B51B95F9576FC6867CD31F785D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisRuntimeObject_m5B27E1340F78E034D026CD054BAEC784F9B4BC54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisStateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391_mAE0F4737D0268E4BCDC0F0D144D2841A38E653BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_mE5D1E61DE5830153B4AA6DDA98A0B3E649CF05A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mBD4A1E2ABCA4C29164E17D2DD6241183A4AE4644_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m5FCCD02206FA0C2C662D9C5C3E30B5CD07458726_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_Tisfloat3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D_mCC2FD635ECD8B31CE0577ACEB367E0AA43D6B6F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Distinct_TisRuntimeObject_mE3FD5E44635052DB6ABF7250C645DE8979C8E9C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_m46CCD5BA7FDEC15F2890A72B641ECB86CDDCC066_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisRuntimeObject_m9932D6AD1DEABE814E5E39B7230B40CCA1481997_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m3B83CA7620A1B54C5A6702E2ABCBE67F3B27F6AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_FirstOrDefault_TisRuntimeObject_mA417BE155EA06B44B2F404B20A77E32A8D04FAD9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_FirstOrDefault_TisRuntimeObject_mC01F0D1A25CE71042DDEC7C7F1D8CBB3B3226A2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_First_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_m18BDD453CAE9E7F45816D3BEAFEC5B245EEC536A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_First_TisRuntimeObject_m191CE082915F09BBEF1FA66B7F02B14D919A0FEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Last_TisRuntimeObject_mD86C3FE8CAF91289837BDC630B1A0F1B8CE615A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_OfType_TisRuntimeObject_mC1F27CAFB04821C4927D7FFB480055612BF4CF32_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536_TisColor_tF40DAF76C04FFECF3FE6024F85A294741C9CC659_m2A0810D85A4BFE058D503AB361998A237F15DE70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m3875EB354105623DB602F70007EA8FB00F38845F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536_Tisfloat3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D_m2EF4A357D8A276606B89CD573ECB7B29FA9A198C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m30758C191A6384A991A50B37F3C5BCF2D5DA9B0E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_TisRuntimeObject_m93182DA7260B8BFB64B677B27EF1B430E55D3C3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisJsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB_TisRuntimeObject_m35BB99668B71345952E79576368BE6CC9381B805_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisKeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184_TisRuntimeObject_m2B3AFDC55D07BF0A7E76BD79134C36DC0CD4E55F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_TisRuntimeObject_m04A517631EC5B58D749B24EF6D93F86637C3E4F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_TisRuntimeObject_mE71824B1361AD1A27D2B3F9B46EDA96B81ADF60A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisNamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_TisRuntimeObject_mE69C5F56F6DFD0747AE6C644869F377ED9A91BD6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m43044DE5C623082EA3360585588B30682556CD7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m8E2ACA5FA11A297206E69BAE2DC5F809D1161B4F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m94C1E7AE10446315CC9D1C8539E92A2AB7152790_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisRuntimeObject_mB368A6D6BFD8C752585CF1C79F384A8E69CD2639_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_TisRuntimeObject_m1FAAD6A18C2A5C182F600167CCE2EB9F8DCB74AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m691270BEE89A90DD472358C0920FD515859E4111_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisType_t_m98A76BE80710D7FA14000B0C39096DFA6092DFEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mF99B731B7FE71291198AC579A27977DAFAEE528D_RuntimeMethod_var; struct BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 ; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com; struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A ; struct InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com; struct InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com; struct RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4_marshaled_com; struct RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4_marshaled_pinvoke; struct StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757_marshaled_com; struct StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757_marshaled_pinvoke; struct Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21_marshaled_com; struct Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21_marshaled_pinvoke; struct UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C_marshaled_com; struct UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C_marshaled_pinvoke; struct EntryU5BU5D_tCA19DBDB7AC2B3545E58EA8A9DEB906D76ED7B22; struct KeyValuePair_2U5BU5D_t7A55D2FEB3F9BBFE7CC9322E7E8F00A4D1C77D4D; struct KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48; struct KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105; struct KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C; struct KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630; struct NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5; struct ResourceLogInfoU5BU5D_t851B79252CAA2CCB49511AC92B4238FAE8ED4514; struct ValueTuple_2U5BU5D_t1D38A107A09A2A9974BD8DFCBAC54319EA0AA755; struct ValueTuple_2U5BU5D_t12F79288D607EFFE35AF4C6E5C3452D3A92CBE4C; struct ValueTuple_2U5BU5D_tB92D5D737256E32B1DE203B453C1315FC73D715D; struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834; struct Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2; struct ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36; struct CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451; struct CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98; struct DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1; struct DateTimeOffsetU5BU5D_t81746224316E5FC7189685EFB35488C8CED41826; struct DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA; struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E; struct GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3; struct InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6; struct InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD; struct InputDeviceDescriptionU5BU5D_t42F2D0E6A909DFD21287F5A79032AB64986F8BF0; struct InputEventPtrU5BU5D_tFC18CDA27F6440A3DCB66BC9EDACB19F651D90A7; struct InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7; struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD; struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; struct InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4; struct IntervalTreeNodeU5BU5D_tE6D2C5822CF028FBC06899DAFCB9124B94AC296A; struct NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD; struct NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ParticleCollisionEventU5BU5D_t62880785FE50C001432E57E6D83BF3BD7BD3183A; struct PlayableBindingU5BU5D_t4FD470872BB5C6A1794C9CB06830B557CA874CB3; struct PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5; struct QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6; struct QueueDataU5BU5D_tE903EC1013EA7AA10DD2DB553F72911BAF55C860; struct RaycastHit2DU5BU5D_tDEABD9FBBA32C695C932A32A1B8FB9C06A496F09; struct RaycastResultU5BU5D_t55B9DF597EFA3BE063604C0950E370D850283B9D; struct RenderTargetIdentifierU5BU5D_tBA2016AC6826F6ADBDB1A83D237BD6B08D857C17; struct RendererListHandleU5BU5D_t8B5A3D78D35F1AC115176D083D0531B5F08FB6D7; struct ResourceHandleU5BU5D_t0EB2B372D18CD282015DD192E9306DDA18B1D547; struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7; struct ShaderTagIdU5BU5D_t686E07D907EFB64EA7EDB605791DF44DE6CAD823; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0; struct TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545; struct TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA; struct UICharInfoU5BU5D_t5B6AEA3245EC021FAA20582D295434FF61FBF1F0; struct UILineInfoU5BU5D_tBE1D9E4EC8C7A5A1F98B7CCF93D8A8A2FF9B2F69; struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A; struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; struct UsageHintU5BU5D_t3F89ABD0103A5D5BBA43D01A5B1C63A4F6C61FD4; struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; struct Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871; struct X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F; struct XRFeatureDescriptorU5BU5D_t02A44E5AD45238DC362F388DD6DE302D1321D791; struct XRNodeStateU5BU5D_t6769DE0817BC77C129F02AE6C53CF9DCF954CCF5; struct XRViewU5BU5D_tA7794DBCCFAC538844E0D7C6A17EB1EC0DB7C5AD; struct WeightInfoU5BU5D_t492B24E63F911BFB5E0CE6068D1F10AACF6BDAB5; struct OrderBlockU5BU5D_tA6CA8293A67A97712BD2A0D7ABBA77E770053817; struct RenderRequestU5BU5D_t2D09D44B1472DED405E7676210574FBDE93EF664; struct PrePunctualLightU5BU5D_tB4796ACC5565F95259448DBE02ACBDF0226B78F9; struct SessionInfoU5BU5D_t42BA9C3B2898F9EDC1FF64FF2B6D4C6F8FC4F179; struct HIDCollectionDescriptorU5BU5D_t44A200739AD0674BB83F5B53B9DFC08C129D347B; struct HIDElementDescriptorU5BU5D_tDAC44C8A84F113B231C75F7BB7F584501B01D8F8; struct HIDReportDataU5BU5D_t0E1A335FA31D95766AADF5826B7B1D53CEF9DB1C; struct BindingOverrideJsonU5BU5D_t579CF9B9456C565546432D8930E8C59A814540E4; struct ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE; struct ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB; struct DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795; struct DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81; struct AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330; struct StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10; struct StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7; struct StateChangeMonitorsForDeviceU5BU5D_t4C364C88ABDD3FE860869EA9B64A5686D241B4FE; struct RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3; struct RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D; struct OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C; struct UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B; struct JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098; struct BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B; struct MeshMaterialU5BU5D_t9045FDBAA2E0DB2E3109B9F1BE424DDDB07BE3BF; struct TerrainMaterialU5BU5D_t940C17A0B1F6A66CA492AD2587A7C565C51046DC; struct DeferredPassthroughMeshAdditionU5BU5D_tA4978B4560F487140FFFE3C9AEE3EDEE6A7676D4; struct RaycastHitU5BU5D_t9B88E8B1B47A781EF9F2FB2152486B225C2B34C2; struct OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F; struct SerializedBindingU5BU5D_tBCC0A59EBA74FEC684909085EFB526BD00116E5D; struct PassDebugDataU5BU5D_t939F63843A1011FC990FCA59719CD59D224D9ADA; struct ResourceDebugDataU5BU5D_tE1E923B7EAAFC034B9C99BF83EF0AE7827C18528; struct PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359; struct EdgeU5BU5D_t5C61D8F639EA5489731E0154AC9B4BC2640F1A98; struct NotificationEntryU5BU5D_t09774245BA02F3982CECCBB4CB7E3DAC2CA8B345; struct RaycastHitDataU5BU5D_t033262DE9844ADC20AD72E640E9F79390FC86C08; struct WorkRequestU5BU5D_tFD014E941739D5AFA0353EDFE7D9CD61E8A43A3F; struct LayoutMatcherU5BU5D_t13CB1C98374639A7AD18A5C020F2204BDDB5DCFF; struct CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // UnityEngine.Rendering.CoreUtils/<>c__78`1 struct U3CU3Ec__78_1_tEDFC7F8ACD9BD1B0A341C792C74BD8A3AE1D340F : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.Utilities.ArrayHelpers/<>c__DisplayClass33_0`1 struct U3CU3Ec__DisplayClass33_0_1_t40A547271E660D04DC09E2D9BDA4C7744C7E3BE7 : public RuntimeObject { public: // TValue UnityEngine.InputSystem.Utilities.ArrayHelpers/<>c__DisplayClass33_0`1::secondValue RuntimeObject * ___secondValue_0; public: inline static int32_t get_offset_of_secondValue_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass33_0_1_t40A547271E660D04DC09E2D9BDA4C7744C7E3BE7, ___secondValue_0)); } inline RuntimeObject * get_secondValue_0() const { return ___secondValue_0; } inline RuntimeObject ** get_address_of_secondValue_0() { return &___secondValue_0; } inline void set_secondValue_0(RuntimeObject * value) { ___secondValue_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___secondValue_0), (void*)value); } }; // UnityEngine.InputSystem.Utilities.ArrayHelpers/<>c__DisplayClass34_0`1 struct U3CU3Ec__DisplayClass34_0_1_t7FD1E73AE6067763A1BD336D4E11933AF138AB94 : public RuntimeObject { public: // System.Collections.Generic.IEqualityComparer`1 UnityEngine.InputSystem.Utilities.ArrayHelpers/<>c__DisplayClass34_0`1::comparer RuntimeObject* ___comparer_0; public: inline static int32_t get_offset_of_comparer_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_0_1_t7FD1E73AE6067763A1BD336D4E11933AF138AB94, ___comparer_0)); } inline RuntimeObject* get_comparer_0() const { return ___comparer_0; } inline RuntimeObject** get_address_of_comparer_0() { return &___comparer_0; } inline void set_comparer_0(RuntimeObject* value) { ___comparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_0), (void*)value); } }; // UnityEngine.InputSystem.Utilities.ArrayHelpers/<>c__DisplayClass34_1`1 struct U3CU3Ec__DisplayClass34_1_1_t5385C4A6DFA4A6CC8A894D94A6E3D9C6CF6A21EA : public RuntimeObject { public: // TValue UnityEngine.InputSystem.Utilities.ArrayHelpers/<>c__DisplayClass34_1`1::secondValue RuntimeObject * ___secondValue_0; // UnityEngine.InputSystem.Utilities.ArrayHelpers/<>c__DisplayClass34_0`1 UnityEngine.InputSystem.Utilities.ArrayHelpers/<>c__DisplayClass34_1`1::CS$<>8__locals1 U3CU3Ec__DisplayClass34_0_1_t7FD1E73AE6067763A1BD336D4E11933AF138AB94 * ___CSU24U3CU3E8__locals1_1; public: inline static int32_t get_offset_of_secondValue_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_1_1_t5385C4A6DFA4A6CC8A894D94A6E3D9C6CF6A21EA, ___secondValue_0)); } inline RuntimeObject * get_secondValue_0() const { return ___secondValue_0; } inline RuntimeObject ** get_address_of_secondValue_0() { return &___secondValue_0; } inline void set_secondValue_0(RuntimeObject * value) { ___secondValue_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___secondValue_0), (void*)value); } inline static int32_t get_offset_of_CSU24U3CU3E8__locals1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass34_1_1_t5385C4A6DFA4A6CC8A894D94A6E3D9C6CF6A21EA, ___CSU24U3CU3E8__locals1_1)); } inline U3CU3Ec__DisplayClass34_0_1_t7FD1E73AE6067763A1BD336D4E11933AF138AB94 * get_CSU24U3CU3E8__locals1_1() const { return ___CSU24U3CU3E8__locals1_1; } inline U3CU3Ec__DisplayClass34_0_1_t7FD1E73AE6067763A1BD336D4E11933AF138AB94 ** get_address_of_CSU24U3CU3E8__locals1_1() { return &___CSU24U3CU3E8__locals1_1; } inline void set_CSU24U3CU3E8__locals1_1(U3CU3Ec__DisplayClass34_0_1_t7FD1E73AE6067763A1BD336D4E11933AF138AB94 * value) { ___CSU24U3CU3E8__locals1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E8__locals1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t1E739737A9FBEF4CC02C6B7B19774767F21F1CF2 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t1E739737A9FBEF4CC02C6B7B19774767F21F1CF2, ___predicate1_0)); } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t1E739737A9FBEF4CC02C6B7B19774767F21F1CF2, ___predicate2_1)); } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_tE5E5A9AA2AB7001405316C70C0DBD4C3F3443BE7 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t3985FFDAB0D05F8E97E8EA849D5A24F16EFFC4FD * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t3985FFDAB0D05F8E97E8EA849D5A24F16EFFC4FD * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tE5E5A9AA2AB7001405316C70C0DBD4C3F3443BE7, ___predicate1_0)); } inline Func_2_t3985FFDAB0D05F8E97E8EA849D5A24F16EFFC4FD * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t3985FFDAB0D05F8E97E8EA849D5A24F16EFFC4FD ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t3985FFDAB0D05F8E97E8EA849D5A24F16EFFC4FD * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tE5E5A9AA2AB7001405316C70C0DBD4C3F3443BE7, ___predicate2_1)); } inline Func_2_t3985FFDAB0D05F8E97E8EA849D5A24F16EFFC4FD * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t3985FFDAB0D05F8E97E8EA849D5A24F16EFFC4FD ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t3985FFDAB0D05F8E97E8EA849D5A24F16EFFC4FD * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_tA3D4FAD836FBABE95B757E0516CD5E9342D1C038 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tA3D4FAD836FBABE95B757E0516CD5E9342D1C038, ___predicate1_0)); } inline Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tA3D4FAD836FBABE95B757E0516CD5E9342D1C038, ___predicate2_1)); } inline Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_tDAD6F45C2CE161EEF054BE77A744B41E86BE1139 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tDAD6F45C2CE161EEF054BE77A744B41E86BE1139, ___predicate1_0)); } inline Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tDAD6F45C2CE161EEF054BE77A744B41E86BE1139, ___predicate2_1)); } inline Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_t436699F540264FEBBA7773CE118E9F03FDDC5C3F : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t436699F540264FEBBA7773CE118E9F03FDDC5C3F, ___predicate1_0)); } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t436699F540264FEBBA7773CE118E9F03FDDC5C3F, ___predicate2_1)); } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_t8C532CF2D8EDF8859167CB7F97310A4BDD03CD64 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t3041FD3183D19FE8416AE2E43A6398B2C06B7269 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t3041FD3183D19FE8416AE2E43A6398B2C06B7269 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t8C532CF2D8EDF8859167CB7F97310A4BDD03CD64, ___predicate1_0)); } inline Func_2_t3041FD3183D19FE8416AE2E43A6398B2C06B7269 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t3041FD3183D19FE8416AE2E43A6398B2C06B7269 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t3041FD3183D19FE8416AE2E43A6398B2C06B7269 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t8C532CF2D8EDF8859167CB7F97310A4BDD03CD64, ___predicate2_1)); } inline Func_2_t3041FD3183D19FE8416AE2E43A6398B2C06B7269 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t3041FD3183D19FE8416AE2E43A6398B2C06B7269 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t3041FD3183D19FE8416AE2E43A6398B2C06B7269 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_tB593186B12D400FE2FB1A9A0D21A40A3722C1101 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t43355C55B1BBA93635101F6AF90867509812D7E5 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t43355C55B1BBA93635101F6AF90867509812D7E5 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tB593186B12D400FE2FB1A9A0D21A40A3722C1101, ___predicate1_0)); } inline Func_2_t43355C55B1BBA93635101F6AF90867509812D7E5 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t43355C55B1BBA93635101F6AF90867509812D7E5 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t43355C55B1BBA93635101F6AF90867509812D7E5 * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tB593186B12D400FE2FB1A9A0D21A40A3722C1101, ___predicate2_1)); } inline Func_2_t43355C55B1BBA93635101F6AF90867509812D7E5 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t43355C55B1BBA93635101F6AF90867509812D7E5 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t43355C55B1BBA93635101F6AF90867509812D7E5 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_t87332765867CEE2E75B13A893F2C0B352BA5B1EF : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t87332765867CEE2E75B13A893F2C0B352BA5B1EF, ___predicate1_0)); } inline Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * value) { ___predicate1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate1_0), (void*)value); } inline static int32_t get_offset_of_predicate2_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t87332765867CEE2E75B13A893F2C0B352BA5B1EF, ___predicate2_1)); } inline Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString> struct U3CU3Ec__DisplayClass7_0_3_tDFE31B394F477D7A5CD7253652D9F04C573BB1D3 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t4504D5085B335B1D8FB5379BD89ED5C1F7BFAF4D * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tDFE31B394F477D7A5CD7253652D9F04C573BB1D3, ___selector2_0)); } inline Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * get_selector2_0() const { return ___selector2_0; } inline Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tDFE31B394F477D7A5CD7253652D9F04C573BB1D3, ___selector1_1)); } inline Func_2_t4504D5085B335B1D8FB5379BD89ED5C1F7BFAF4D * get_selector1_1() const { return ___selector1_1; } inline Func_2_t4504D5085B335B1D8FB5379BD89ED5C1F7BFAF4D ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t4504D5085B335B1D8FB5379BD89ED5C1F7BFAF4D * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,UnityEngine.InputSystem.Utilities.InternedString> struct U3CU3Ec__DisplayClass7_0_3_t9DC00E2F2247C359187FB957762D5015AF655FC9 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t9DC00E2F2247C359187FB957762D5015AF655FC9, ___selector2_0)); } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t9DC00E2F2247C359187FB957762D5015AF655FC9, ___selector1_1)); } inline Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * get_selector1_1() const { return ___selector1_1; } inline Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,System.Object> struct U3CU3Ec__DisplayClass7_0_3_t2BF30B0978407BEFDD3E9B3EE1D81DD533E469BA : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t2BF30B0978407BEFDD3E9B3EE1D81DD533E469BA, ___selector2_0)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t2BF30B0978407BEFDD3E9B3EE1D81DD533E469BA, ___selector1_1)); } inline Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * get_selector1_1() const { return ___selector1_1; } inline Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,UnityEngine.Vector3> struct U3CU3Ec__DisplayClass7_0_3_tBC338F026F1EEEB0D181F7AB714DA505F66C24DE : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tBC338F026F1EEEB0D181F7AB714DA505F66C24DE, ___selector2_0)); } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tBC338F026F1EEEB0D181F7AB714DA505F66C24DE, ___selector1_1)); } inline Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * get_selector1_1() const { return ___selector1_1; } inline Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3,UnityEngine.Vector3,UnityEngine.Vector3> struct U3CU3Ec__DisplayClass7_0_3_t0526AB9EA72957C34DAA9D2D717A1D7E1337ED67 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t8563D068E324F8B3F1AFD3ACA59D32D56CE30A75 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t0526AB9EA72957C34DAA9D2D717A1D7E1337ED67, ___selector2_0)); } inline Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t0526AB9EA72957C34DAA9D2D717A1D7E1337ED67, ___selector1_1)); } inline Func_2_t8563D068E324F8B3F1AFD3ACA59D32D56CE30A75 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t8563D068E324F8B3F1AFD3ACA59D32D56CE30A75 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t8563D068E324F8B3F1AFD3ACA59D32D56CE30A75 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString> struct U3CU3Ec__DisplayClass7_0_3_t314547AD1E87D247E54B5FE9E6EB8F98ED7095F5 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tB181F4C9A24C0634DF4A10CFBFFE6B45B3796BBC * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t314547AD1E87D247E54B5FE9E6EB8F98ED7095F5, ___selector2_0)); } inline Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * get_selector2_0() const { return ___selector2_0; } inline Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t314547AD1E87D247E54B5FE9E6EB8F98ED7095F5, ___selector1_1)); } inline Func_2_tB181F4C9A24C0634DF4A10CFBFFE6B45B3796BBC * get_selector1_1() const { return ___selector1_1; } inline Func_2_tB181F4C9A24C0634DF4A10CFBFFE6B45B3796BBC ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tB181F4C9A24C0634DF4A10CFBFFE6B45B3796BBC * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,UnityEngine.InputSystem.Utilities.InternedString> struct U3CU3Ec__DisplayClass7_0_3_t748B627C0CAFAB24F87B342931EF57B35C94D602 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t748B627C0CAFAB24F87B342931EF57B35C94D602, ___selector2_0)); } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t748B627C0CAFAB24F87B342931EF57B35C94D602, ___selector1_1)); } inline Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,System.Object> struct U3CU3Ec__DisplayClass7_0_3_tDB7EAD73C2438A6C41B2664B820889578C892F92 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tDB7EAD73C2438A6C41B2664B820889578C892F92, ___selector2_0)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tDB7EAD73C2438A6C41B2664B820889578C892F92, ___selector1_1)); } inline Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,UnityEngine.Vector3> struct U3CU3Ec__DisplayClass7_0_3_t6353579D1E24B2BA4C26EF6145985BC86FDCD1AF : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t6353579D1E24B2BA4C26EF6145985BC86FDCD1AF, ___selector2_0)); } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t6353579D1E24B2BA4C26EF6145985BC86FDCD1AF, ___selector1_1)); } inline Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3,UnityEngine.Vector3,UnityEngine.Vector3> struct U3CU3Ec__DisplayClass7_0_3_t41C91C2302EADF553999FD641DAEDF511F2FB03D : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tA045F594CBBEA9AA0E0824330A9B30800026295A * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t41C91C2302EADF553999FD641DAEDF511F2FB03D, ___selector2_0)); } inline Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t41C91C2302EADF553999FD641DAEDF511F2FB03D, ___selector1_1)); } inline Func_2_tA045F594CBBEA9AA0E0824330A9B30800026295A * get_selector1_1() const { return ___selector1_1; } inline Func_2_tA045F594CBBEA9AA0E0824330A9B30800026295A ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tA045F594CBBEA9AA0E0824330A9B30800026295A * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t3B0AE4668EED08E4529014F05D84D889F7B55953 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t3B0AE4668EED08E4529014F05D84D889F7B55953, ___selector2_0)); } inline Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * get_selector2_0() const { return ___selector2_0; } inline Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t3B0AE4668EED08E4529014F05D84D889F7B55953, ___selector1_1)); } inline Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t1EF610F440310D7048663CB828F614817D096A50 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t1EF610F440310D7048663CB828F614817D096A50, ___selector2_0)); } inline Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * get_selector2_0() const { return ___selector2_0; } inline Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t1EF610F440310D7048663CB828F614817D096A50, ___selector1_1)); } inline Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * get_selector1_1() const { return ___selector1_1; } inline Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t69E834D4B62894FBB2449E460077AB28F4DA7DA4 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t69E834D4B62894FBB2449E460077AB28F4DA7DA4, ___selector2_0)); } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t69E834D4B62894FBB2449E460077AB28F4DA7DA4, ___selector1_1)); } inline Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t665A6FB1C9AF1D19504859DA375F31DC42C55E01 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t665A6FB1C9AF1D19504859DA375F31DC42C55E01, ___selector2_0)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t665A6FB1C9AF1D19504859DA375F31DC42C55E01, ___selector1_1)); } inline Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t0864018E148CA1EA32FF8586CC88E35BBE365E06 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t0864018E148CA1EA32FF8586CC88E35BBE365E06, ___selector2_0)); } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t0864018E148CA1EA32FF8586CC88E35BBE365E06, ___selector1_1)); } inline Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t3355801772D2EED589484D92A8C32A31D8BB054B : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t9865FD4697C6304F7EE7E23A43A8906D19472EB8 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t3355801772D2EED589484D92A8C32A31D8BB054B, ___selector2_0)); } inline Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t3355801772D2EED589484D92A8C32A31D8BB054B, ___selector1_1)); } inline Func_2_t9865FD4697C6304F7EE7E23A43A8906D19472EB8 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t9865FD4697C6304F7EE7E23A43A8906D19472EB8 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t9865FD4697C6304F7EE7E23A43A8906D19472EB8 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t08269B87DDDD97F32C7987A420DE636617BD2B93 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tEA2235809AB0E1AB8425745179691D76B519B0C5 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t08269B87DDDD97F32C7987A420DE636617BD2B93, ___selector2_0)); } inline Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * get_selector2_0() const { return ___selector2_0; } inline Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t08269B87DDDD97F32C7987A420DE636617BD2B93, ___selector1_1)); } inline Func_2_tEA2235809AB0E1AB8425745179691D76B519B0C5 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tEA2235809AB0E1AB8425745179691D76B519B0C5 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tEA2235809AB0E1AB8425745179691D76B519B0C5 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t9F7E75E6554D8CBA5C86D1B29A0E463FC95D0CB7 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t9F7E75E6554D8CBA5C86D1B29A0E463FC95D0CB7, ___selector2_0)); } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t9F7E75E6554D8CBA5C86D1B29A0E463FC95D0CB7, ___selector1_1)); } inline Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * get_selector1_1() const { return ___selector1_1; } inline Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t9CAE0D421994A4D13D715FCDBEC2C98E712FD595 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t9CAE0D421994A4D13D715FCDBEC2C98E712FD595, ___selector2_0)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t9CAE0D421994A4D13D715FCDBEC2C98E712FD595, ___selector1_1)); } inline Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * get_selector1_1() const { return ___selector1_1; } inline Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t64A1EFF619527475AAE98565BE8FAED3ABE70BD0 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t64A1EFF619527475AAE98565BE8FAED3ABE70BD0, ___selector2_0)); } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t64A1EFF619527475AAE98565BE8FAED3ABE70BD0, ___selector1_1)); } inline Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * get_selector1_1() const { return ___selector1_1; } inline Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t7C95D9038A41E8536051DEDC0990482D81B5B519 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t0620045CA980941D05D122FC5A3AD9220D9C1414 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t7C95D9038A41E8536051DEDC0990482D81B5B519, ___selector2_0)); } inline Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t7C95D9038A41E8536051DEDC0990482D81B5B519, ___selector1_1)); } inline Func_2_t0620045CA980941D05D122FC5A3AD9220D9C1414 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t0620045CA980941D05D122FC5A3AD9220D9C1414 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t0620045CA980941D05D122FC5A3AD9220D9C1414 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tF2F4766FF23A400A72C9F6CBBA0EBB69512C2E44 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tA21678F1D9F9F4617D645755285D28EDE5F9AE44 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tF2F4766FF23A400A72C9F6CBBA0EBB69512C2E44, ___selector2_0)); } inline Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * get_selector2_0() const { return ___selector2_0; } inline Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tF2F4766FF23A400A72C9F6CBBA0EBB69512C2E44, ___selector1_1)); } inline Func_2_tA21678F1D9F9F4617D645755285D28EDE5F9AE44 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tA21678F1D9F9F4617D645755285D28EDE5F9AE44 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tA21678F1D9F9F4617D645755285D28EDE5F9AE44 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t67335C2E377FA6DE29870399702F34AD61CA2939 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t67335C2E377FA6DE29870399702F34AD61CA2939, ___selector2_0)); } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t67335C2E377FA6DE29870399702F34AD61CA2939, ___selector1_1)); } inline Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * get_selector1_1() const { return ___selector1_1; } inline Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tA331BCFBFE67683511879C8D4ED124B7BCFFAB2C : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tA331BCFBFE67683511879C8D4ED124B7BCFFAB2C, ___selector2_0)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tA331BCFBFE67683511879C8D4ED124B7BCFFAB2C, ___selector1_1)); } inline Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * get_selector1_1() const { return ___selector1_1; } inline Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tAC2B418F61DA890898C8A0F25DBCB02BF1A090A5 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tAC2B418F61DA890898C8A0F25DBCB02BF1A090A5, ___selector2_0)); } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tAC2B418F61DA890898C8A0F25DBCB02BF1A090A5, ___selector1_1)); } inline Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * get_selector1_1() const { return ___selector1_1; } inline Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t255BD41A44998A1A42F3120EBF72C65AB03CDCEB : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFCD6A6C1519D44FD229DC69C653660BA2DD719BE * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t255BD41A44998A1A42F3120EBF72C65AB03CDCEB, ___selector2_0)); } inline Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t255BD41A44998A1A42F3120EBF72C65AB03CDCEB, ___selector1_1)); } inline Func_2_tFCD6A6C1519D44FD229DC69C653660BA2DD719BE * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFCD6A6C1519D44FD229DC69C653660BA2DD719BE ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFCD6A6C1519D44FD229DC69C653660BA2DD719BE * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t7A05193D2EF3F9E163E548CFCE75ABD27D8B196D : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t7A05193D2EF3F9E163E548CFCE75ABD27D8B196D, ___selector2_0)); } inline Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t7A05193D2EF3F9E163E548CFCE75ABD27D8B196D, ___selector1_1)); } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tA9FD71C25C5037E316B95105F5246326ADE4D1D0 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tA9FD71C25C5037E316B95105F5246326ADE4D1D0, ___selector2_0)); } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tA9FD71C25C5037E316B95105F5246326ADE4D1D0, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t214C414CD1BA5E838C3EA982DDB63C05B23DAE86 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t214C414CD1BA5E838C3EA982DDB63C05B23DAE86, ___selector2_0)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t214C414CD1BA5E838C3EA982DDB63C05B23DAE86, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t05201DA1A9B19A587C05DCA335067723F9DBE5B7 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t05201DA1A9B19A587C05DCA335067723F9DBE5B7, ___selector2_0)); } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t05201DA1A9B19A587C05DCA335067723F9DBE5B7, ___selector1_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t854E77C8E7912A6D89F73847E370293DC899E7F7 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t4E06D96B2978B60DA267963F96583CE3BF82EA84 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t854E77C8E7912A6D89F73847E370293DC899E7F7, ___selector2_0)); } inline Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * get_selector2_0() const { return ___selector2_0; } inline Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t854E77C8E7912A6D89F73847E370293DC899E7F7, ___selector1_1)); } inline Func_2_t4E06D96B2978B60DA267963F96583CE3BF82EA84 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t4E06D96B2978B60DA267963F96583CE3BF82EA84 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t4E06D96B2978B60DA267963F96583CE3BF82EA84 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t21C7B2ACBC94576EA832192ADB58DF542FA5CD4F : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t21C7B2ACBC94576EA832192ADB58DF542FA5CD4F, ___selector2_0)); } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t21C7B2ACBC94576EA832192ADB58DF542FA5CD4F, ___selector1_1)); } inline Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t6509DD04CA461A833BE279C62208D92A96A8F218 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t6509DD04CA461A833BE279C62208D92A96A8F218, ___selector2_0)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t6509DD04CA461A833BE279C62208D92A96A8F218, ___selector1_1)); } inline Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t2F9F4DC99C08340F49A236C8663DCA34FC407277 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t2F9F4DC99C08340F49A236C8663DCA34FC407277, ___selector2_0)); } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t2F9F4DC99C08340F49A236C8663DCA34FC407277, ___selector1_1)); } inline Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t7F7C9941174B2EE7082002A97BF556AB4AD9B080 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t3253411E5D20B58F5E0A81F903039D94BA38DE89 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t7F7C9941174B2EE7082002A97BF556AB4AD9B080, ___selector2_0)); } inline Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t7F7C9941174B2EE7082002A97BF556AB4AD9B080, ___selector1_1)); } inline Func_2_t3253411E5D20B58F5E0A81F903039D94BA38DE89 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t3253411E5D20B58F5E0A81F903039D94BA38DE89 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t3253411E5D20B58F5E0A81F903039D94BA38DE89 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tC293D8829EBD76F7DA441243DE31C49A9C555AE3 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t14F6F4D7FBF558A20782EDC48D80473E4800048E * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tC293D8829EBD76F7DA441243DE31C49A9C555AE3, ___selector2_0)); } inline Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * get_selector2_0() const { return ___selector2_0; } inline Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tC293D8829EBD76F7DA441243DE31C49A9C555AE3, ___selector1_1)); } inline Func_2_t14F6F4D7FBF558A20782EDC48D80473E4800048E * get_selector1_1() const { return ___selector1_1; } inline Func_2_t14F6F4D7FBF558A20782EDC48D80473E4800048E ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t14F6F4D7FBF558A20782EDC48D80473E4800048E * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tACDCEDC99E26CB8F8320DF3D8C469B6E285F1B3B : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tACDCEDC99E26CB8F8320DF3D8C469B6E285F1B3B, ___selector2_0)); } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tACDCEDC99E26CB8F8320DF3D8C469B6E285F1B3B, ___selector1_1)); } inline Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t65C417F31D48C7A4CD6224EADBB8648637EDD162 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t65C417F31D48C7A4CD6224EADBB8648637EDD162, ___selector2_0)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t65C417F31D48C7A4CD6224EADBB8648637EDD162, ___selector1_1)); } inline Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tD73C17339924806930CCEB6BF1CE49DE702CF8C4 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tD73C17339924806930CCEB6BF1CE49DE702CF8C4, ___selector2_0)); } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tD73C17339924806930CCEB6BF1CE49DE702CF8C4, ___selector1_1)); } inline Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tA5F694E7664A6BC4886A26439DE15A12641BA55F : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tA302CB41B7F7A743C0CE0ED32D80BF7199135D11 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tA5F694E7664A6BC4886A26439DE15A12641BA55F, ___selector2_0)); } inline Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tA5F694E7664A6BC4886A26439DE15A12641BA55F, ___selector1_1)); } inline Func_2_tA302CB41B7F7A743C0CE0ED32D80BF7199135D11 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tA302CB41B7F7A743C0CE0ED32D80BF7199135D11 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tA302CB41B7F7A743C0CE0ED32D80BF7199135D11 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tB86F32143F5331C921072DD4F5E7B6938EF0061C : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t48DD1C8E439811C492BAFE220A679DB57D7C9370 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tB86F32143F5331C921072DD4F5E7B6938EF0061C, ___selector2_0)); } inline Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * get_selector2_0() const { return ___selector2_0; } inline Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tB86F32143F5331C921072DD4F5E7B6938EF0061C, ___selector1_1)); } inline Func_2_t48DD1C8E439811C492BAFE220A679DB57D7C9370 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t48DD1C8E439811C492BAFE220A679DB57D7C9370 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t48DD1C8E439811C492BAFE220A679DB57D7C9370 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t823B924B7E290C3BD77205F4EEACDEECAB4D6800 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t823B924B7E290C3BD77205F4EEACDEECAB4D6800, ___selector2_0)); } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t823B924B7E290C3BD77205F4EEACDEECAB4D6800, ___selector1_1)); } inline Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t8C35E6858C0ADDC87E4CC827F96A4B00391F3E07 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t8C35E6858C0ADDC87E4CC827F96A4B00391F3E07, ___selector2_0)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t8C35E6858C0ADDC87E4CC827F96A4B00391F3E07, ___selector1_1)); } inline Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tDA7F833C5E20EC3453C53C41B30FACD4EBE241AD : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tDA7F833C5E20EC3453C53C41B30FACD4EBE241AD, ___selector2_0)); } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tDA7F833C5E20EC3453C53C41B30FACD4EBE241AD, ___selector1_1)); } inline Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t1596DDB247A88614C745F1EDBABA0075E47AB5CA : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_tA8EC12D376DDD4FEB28D5097FBC1AE422C37DDE5 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t1596DDB247A88614C745F1EDBABA0075E47AB5CA, ___selector2_0)); } inline Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * value) { ___selector2_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector2_0), (void*)value); } inline static int32_t get_offset_of_selector1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t1596DDB247A88614C745F1EDBABA0075E47AB5CA, ___selector1_1)); } inline Func_2_tA8EC12D376DDD4FEB28D5097FBC1AE422C37DDE5 * get_selector1_1() const { return ___selector1_1; } inline Func_2_tA8EC12D376DDD4FEB28D5097FBC1AE422C37DDE5 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_tA8EC12D376DDD4FEB28D5097FBC1AE422C37DDE5 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/d__99`1 struct U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/d__99`1::<>1__state int32_t ___U3CU3E1__state_0; // TResult System.Linq.Enumerable/d__99`1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__99`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.IEnumerable System.Linq.Enumerable/d__99`1::source RuntimeObject* ___source_3; // System.Collections.IEnumerable System.Linq.Enumerable/d__99`1::<>3__source RuntimeObject* ___U3CU3E3__source_4; // System.Collections.IEnumerator System.Linq.Enumerable/d__99`1::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__source_4() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E, ___U3CU3E3__source_4)); } inline RuntimeObject* get_U3CU3E3__source_4() const { return ___U3CU3E3__source_4; } inline RuntimeObject** get_address_of_U3CU3E3__source_4() { return &___U3CU3E3__source_4; } inline void set_U3CU3E3__source_4(RuntimeObject* value) { ___U3CU3E3__source_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__source_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_5() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E, ___U3CU3E7__wrap1_5)); } inline RuntimeObject* get_U3CU3E7__wrap1_5() const { return ___U3CU3E7__wrap1_5; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_5() { return &___U3CU3E7__wrap1_5; } inline void set_U3CU3E7__wrap1_5(RuntimeObject* value) { ___U3CU3E7__wrap1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_5), (void*)value); } }; // System.Linq.Enumerable/d__59`1 struct U3CConcatIteratorU3Ed__59_1_t14306A71C6F3C4D7E6EC77C87D10EC0F1187461E : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/d__59`1::<>1__state int32_t ___U3CU3E1__state_0; // TSource System.Linq.Enumerable/d__59`1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__59`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__59`1::first RuntimeObject* ___first_3; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__59`1::<>3__first RuntimeObject* ___U3CU3E3__first_4; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__59`1::second RuntimeObject* ___second_5; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__59`1::<>3__second RuntimeObject* ___U3CU3E3__second_6; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__59`1::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_7; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CConcatIteratorU3Ed__59_1_t14306A71C6F3C4D7E6EC77C87D10EC0F1187461E, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CConcatIteratorU3Ed__59_1_t14306A71C6F3C4D7E6EC77C87D10EC0F1187461E, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CConcatIteratorU3Ed__59_1_t14306A71C6F3C4D7E6EC77C87D10EC0F1187461E, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_first_3() { return static_cast(offsetof(U3CConcatIteratorU3Ed__59_1_t14306A71C6F3C4D7E6EC77C87D10EC0F1187461E, ___first_3)); } inline RuntimeObject* get_first_3() const { return ___first_3; } inline RuntimeObject** get_address_of_first_3() { return &___first_3; } inline void set_first_3(RuntimeObject* value) { ___first_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___first_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__first_4() { return static_cast(offsetof(U3CConcatIteratorU3Ed__59_1_t14306A71C6F3C4D7E6EC77C87D10EC0F1187461E, ___U3CU3E3__first_4)); } inline RuntimeObject* get_U3CU3E3__first_4() const { return ___U3CU3E3__first_4; } inline RuntimeObject** get_address_of_U3CU3E3__first_4() { return &___U3CU3E3__first_4; } inline void set_U3CU3E3__first_4(RuntimeObject* value) { ___U3CU3E3__first_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__first_4), (void*)value); } inline static int32_t get_offset_of_second_5() { return static_cast(offsetof(U3CConcatIteratorU3Ed__59_1_t14306A71C6F3C4D7E6EC77C87D10EC0F1187461E, ___second_5)); } inline RuntimeObject* get_second_5() const { return ___second_5; } inline RuntimeObject** get_address_of_second_5() { return &___second_5; } inline void set_second_5(RuntimeObject* value) { ___second_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___second_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__second_6() { return static_cast(offsetof(U3CConcatIteratorU3Ed__59_1_t14306A71C6F3C4D7E6EC77C87D10EC0F1187461E, ___U3CU3E3__second_6)); } inline RuntimeObject* get_U3CU3E3__second_6() const { return ___U3CU3E3__second_6; } inline RuntimeObject** get_address_of_U3CU3E3__second_6() { return &___U3CU3E3__second_6; } inline void set_U3CU3E3__second_6(RuntimeObject* value) { ___U3CU3E3__second_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__second_6), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_7() { return static_cast(offsetof(U3CConcatIteratorU3Ed__59_1_t14306A71C6F3C4D7E6EC77C87D10EC0F1187461E, ___U3CU3E7__wrap1_7)); } inline RuntimeObject* get_U3CU3E7__wrap1_7() const { return ___U3CU3E7__wrap1_7; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_7() { return &___U3CU3E7__wrap1_7; } inline void set_U3CU3E7__wrap1_7(RuntimeObject* value) { ___U3CU3E7__wrap1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_7), (void*)value); } }; // System.Linq.Enumerable/d__68`1 struct U3CDistinctIteratorU3Ed__68_1_t6525A0CB7B3ABAE89639254AE28C18DD73ABA349 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/d__68`1::<>1__state int32_t ___U3CU3E1__state_0; // TSource System.Linq.Enumerable/d__68`1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__68`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEqualityComparer`1 System.Linq.Enumerable/d__68`1::comparer RuntimeObject* ___comparer_3; // System.Collections.Generic.IEqualityComparer`1 System.Linq.Enumerable/d__68`1::<>3__comparer RuntimeObject* ___U3CU3E3__comparer_4; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__68`1::source RuntimeObject* ___source_5; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__68`1::<>3__source RuntimeObject* ___U3CU3E3__source_6; // System.Linq.Set`1 System.Linq.Enumerable/d__68`1::5__1 Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 * ___U3CsetU3E5__1_7; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__68`1::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_8; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDistinctIteratorU3Ed__68_1_t6525A0CB7B3ABAE89639254AE28C18DD73ABA349, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CDistinctIteratorU3Ed__68_1_t6525A0CB7B3ABAE89639254AE28C18DD73ABA349, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CDistinctIteratorU3Ed__68_1_t6525A0CB7B3ABAE89639254AE28C18DD73ABA349, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_comparer_3() { return static_cast(offsetof(U3CDistinctIteratorU3Ed__68_1_t6525A0CB7B3ABAE89639254AE28C18DD73ABA349, ___comparer_3)); } inline RuntimeObject* get_comparer_3() const { return ___comparer_3; } inline RuntimeObject** get_address_of_comparer_3() { return &___comparer_3; } inline void set_comparer_3(RuntimeObject* value) { ___comparer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__comparer_4() { return static_cast(offsetof(U3CDistinctIteratorU3Ed__68_1_t6525A0CB7B3ABAE89639254AE28C18DD73ABA349, ___U3CU3E3__comparer_4)); } inline RuntimeObject* get_U3CU3E3__comparer_4() const { return ___U3CU3E3__comparer_4; } inline RuntimeObject** get_address_of_U3CU3E3__comparer_4() { return &___U3CU3E3__comparer_4; } inline void set_U3CU3E3__comparer_4(RuntimeObject* value) { ___U3CU3E3__comparer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__comparer_4), (void*)value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(U3CDistinctIteratorU3Ed__68_1_t6525A0CB7B3ABAE89639254AE28C18DD73ABA349, ___source_5)); } inline RuntimeObject* get_source_5() const { return ___source_5; } inline RuntimeObject** get_address_of_source_5() { return &___source_5; } inline void set_source_5(RuntimeObject* value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__source_6() { return static_cast(offsetof(U3CDistinctIteratorU3Ed__68_1_t6525A0CB7B3ABAE89639254AE28C18DD73ABA349, ___U3CU3E3__source_6)); } inline RuntimeObject* get_U3CU3E3__source_6() const { return ___U3CU3E3__source_6; } inline RuntimeObject** get_address_of_U3CU3E3__source_6() { return &___U3CU3E3__source_6; } inline void set_U3CU3E3__source_6(RuntimeObject* value) { ___U3CU3E3__source_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__source_6), (void*)value); } inline static int32_t get_offset_of_U3CsetU3E5__1_7() { return static_cast(offsetof(U3CDistinctIteratorU3Ed__68_1_t6525A0CB7B3ABAE89639254AE28C18DD73ABA349, ___U3CsetU3E5__1_7)); } inline Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 * get_U3CsetU3E5__1_7() const { return ___U3CsetU3E5__1_7; } inline Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 ** get_address_of_U3CsetU3E5__1_7() { return &___U3CsetU3E5__1_7; } inline void set_U3CsetU3E5__1_7(Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 * value) { ___U3CsetU3E5__1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CsetU3E5__1_7), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_8() { return static_cast(offsetof(U3CDistinctIteratorU3Ed__68_1_t6525A0CB7B3ABAE89639254AE28C18DD73ABA349, ___U3CU3E7__wrap1_8)); } inline RuntimeObject* get_U3CU3E7__wrap1_8() const { return ___U3CU3E7__wrap1_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_8() { return &___U3CU3E7__wrap1_8; } inline void set_U3CU3E7__wrap1_8(RuntimeObject* value) { ___U3CU3E7__wrap1_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_8), (void*)value); } }; // System.Linq.Enumerable/d__97`1 struct U3COfTypeIteratorU3Ed__97_1_t80FAA59E5855B4434EECD94BC39501CFC48167E0 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/d__97`1::<>1__state int32_t ___U3CU3E1__state_0; // TResult System.Linq.Enumerable/d__97`1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__97`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.IEnumerable System.Linq.Enumerable/d__97`1::source RuntimeObject* ___source_3; // System.Collections.IEnumerable System.Linq.Enumerable/d__97`1::<>3__source RuntimeObject* ___U3CU3E3__source_4; // System.Collections.IEnumerator System.Linq.Enumerable/d__97`1::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3COfTypeIteratorU3Ed__97_1_t80FAA59E5855B4434EECD94BC39501CFC48167E0, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3COfTypeIteratorU3Ed__97_1_t80FAA59E5855B4434EECD94BC39501CFC48167E0, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3COfTypeIteratorU3Ed__97_1_t80FAA59E5855B4434EECD94BC39501CFC48167E0, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(U3COfTypeIteratorU3Ed__97_1_t80FAA59E5855B4434EECD94BC39501CFC48167E0, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__source_4() { return static_cast(offsetof(U3COfTypeIteratorU3Ed__97_1_t80FAA59E5855B4434EECD94BC39501CFC48167E0, ___U3CU3E3__source_4)); } inline RuntimeObject* get_U3CU3E3__source_4() const { return ___U3CU3E3__source_4; } inline RuntimeObject** get_address_of_U3CU3E3__source_4() { return &___U3CU3E3__source_4; } inline void set_U3CU3E3__source_4(RuntimeObject* value) { ___U3CU3E3__source_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__source_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_5() { return static_cast(offsetof(U3COfTypeIteratorU3Ed__97_1_t80FAA59E5855B4434EECD94BC39501CFC48167E0, ___U3CU3E7__wrap1_5)); } inline RuntimeObject* get_U3CU3E7__wrap1_5() const { return ___U3CU3E7__wrap1_5; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_5() { return &___U3CU3E7__wrap1_5; } inline void set_U3CU3E7__wrap1_5(RuntimeObject* value) { ___U3CU3E7__wrap1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_5), (void*)value); } }; // System.Collections.Generic.ArraySortHelper`2 struct ArraySortHelper_2_tEFE2A82208F624A230AED04CB8F60F821A77F663 : public RuntimeObject { public: public: }; // System.Collections.Generic.ArraySortHelper`2 struct ArraySortHelper_2_tABECE6AFEB68CD8F23CEF0EAE12EB58140B3583C : public RuntimeObject { public: public: }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t2739F46F985CB724DC8042402DE894AC7276E05C* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tC1DD60785B380A8A561536C6738116E73A351679 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t04DCCA7442340B04ED7246F61D3DB8DAF0298699 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E, ___entries_1)); } inline EntryU5BU5D_t2739F46F985CB724DC8042402DE894AC7276E05C* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t2739F46F985CB724DC8042402DE894AC7276E05C** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t2739F46F985CB724DC8042402DE894AC7276E05C* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E, ___keys_7)); } inline KeyCollection_tC1DD60785B380A8A561536C6738116E73A351679 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tC1DD60785B380A8A561536C6738116E73A351679 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tC1DD60785B380A8A561536C6738116E73A351679 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E, ___values_8)); } inline ValueCollection_t04DCCA7442340B04ED7246F61D3DB8DAF0298699 * get_values_8() const { return ___values_8; } inline ValueCollection_t04DCCA7442340B04ED7246F61D3DB8DAF0298699 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t04DCCA7442340B04ED7246F61D3DB8DAF0298699 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Linq.EmptyEnumerable`1 struct EmptyEnumerable_1_t3EC83D0CDB97EC1E6EF8947DA317677A6F06FCF5 : public RuntimeObject { public: public: }; // System.Linq.EmptyEnumerable`1 struct EmptyEnumerable_1_tB6A330001520792410A46A172F103A91B1608883 : public RuntimeObject { public: public: }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 : public RuntimeObject { public: public: }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 : public RuntimeObject { public: public: }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t01933FAAEC6DC992EB4E7381DB89BF7CE40580E7 : public RuntimeObject { public: public: }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_tCFFC952B03DBE4E956DE317DB9704D936AEA2379 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current int32_t ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_tCFFC952B03DBE4E956DE317DB9704D936AEA2379, ___threadId_0)); } inline int32_t get_threadId_0() const { return ___threadId_0; } inline int32_t* get_address_of_threadId_0() { return &___threadId_0; } inline void set_threadId_0(int32_t value) { ___threadId_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Iterator_1_tCFFC952B03DBE4E956DE317DB9704D936AEA2379, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(Iterator_1_tCFFC952B03DBE4E956DE317DB9704D936AEA2379, ___current_2)); } inline int32_t get_current_2() const { return ___current_2; } inline int32_t* get_address_of_current_2() { return &___current_2; } inline void set_current_2(int32_t value) { ___current_2 = value; } }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current RuntimeObject * ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279, ___threadId_0)); } inline int32_t get_threadId_0() const { return ___threadId_0; } inline int32_t* get_address_of_threadId_0() { return &___threadId_0; } inline void set_threadId_0(int32_t value) { ___threadId_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279, ___current_2)); } inline RuntimeObject * get_current_2() const { return ___current_2; } inline RuntimeObject ** get_address_of_current_2() { return &___current_2; } inline void set_current_2(RuntimeObject * value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_2), (void*)value); } }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_t859CAAB8DD3B63D3758E13D2802ED7523B331199 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current float ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t859CAAB8DD3B63D3758E13D2802ED7523B331199, ___threadId_0)); } inline int32_t get_threadId_0() const { return ___threadId_0; } inline int32_t* get_address_of_threadId_0() { return &___threadId_0; } inline void set_threadId_0(int32_t value) { ___threadId_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Iterator_1_t859CAAB8DD3B63D3758E13D2802ED7523B331199, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(Iterator_1_t859CAAB8DD3B63D3758E13D2802ED7523B331199, ___current_2)); } inline float get_current_2() const { return ___current_2; } inline float* get_address_of_current_2() { return &___current_2; } inline void set_current_2(float value) { ___current_2 = value; } }; // System.Collections.Generic.List`1> struct List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E, ____items_1)); } inline KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* get__items_1() const { return ____items_1; } inline KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C** get_address_of__items_1() { return &____items_1; } inline void set__items_1(KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1> struct List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8, ____items_1)); } inline KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630* get__items_1() const { return ____items_1; } inline KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630** get_address_of__items_1() { return &____items_1; } inline void set__items_1(KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C, ____items_1)); } inline ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36* get__items_1() const { return ____items_1; } inline ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____items_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__items_1() const { return ____items_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC, ____items_1)); } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* get__items_1() const { return ____items_1; } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** get_address_of__items_1() { return &____items_1; } inline void set__items_1(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393, ____items_1)); } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* get__items_1() const { return ____items_1; } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD** get_address_of__items_1() { return &____items_1; } inline void set__items_1(NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1, ____items_1)); } inline NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* get__items_1() const { return ____items_1; } inline NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391** get_address_of__items_1() { return &____items_1; } inline void set__items_1(NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA, ____items_1)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get__items_1() const { return ____items_1; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tEAD6E3282E028927B32F56E7892994D90D512467 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tEAD6E3282E028927B32F56E7892994D90D512467, ____items_1)); } inline SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* get__items_1() const { return ____items_1; } inline SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tEAD6E3282E028927B32F56E7892994D90D512467, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tEAD6E3282E028927B32F56E7892994D90D512467, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tEAD6E3282E028927B32F56E7892994D90D512467, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9, ____items_1)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get__items_1() const { return ____items_1; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068, ____items_1)); } inline JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098* get__items_1() const { return ____items_1; } inline JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098** get_address_of__items_1() { return &____items_1; } inline void set__items_1(JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Linq.OrderedEnumerable`1 struct OrderedEnumerable_1_t4ED7F4DE53F413B48E5FCFAFE1EFE1B04A7B5F6F : public RuntimeObject { public: // System.Collections.Generic.IEnumerable`1 System.Linq.OrderedEnumerable`1::source RuntimeObject* ___source_0; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(OrderedEnumerable_1_t4ED7F4DE53F413B48E5FCFAFE1EFE1B04A7B5F6F, ___source_0)); } inline RuntimeObject* get_source_0() const { return ___source_0; } inline RuntimeObject** get_address_of_source_0() { return &___source_0; } inline void set_source_0(RuntimeObject* value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // UnityEngine.InputSystem.Utilities.ArrayHelpers struct ArrayHelpers_t5B49AEF88ECE6EF4F960F7C87FAC5E573643C46C : public RuntimeObject { public: public: }; // System.Runtime.CompilerServices.AsyncTaskCache struct AsyncTaskCache_t3CED9C4FF39C22FFD601A0D5AC9B64190AF4BC45 : public RuntimeObject { public: public: }; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // UnityEngine.AttributeHelperEngine struct AttributeHelperEngine_t2B532C22878D0F5685ADEAF5470DF15F7B8953BE : public RuntimeObject { public: public: }; // UnityEngine.Events.BaseInvokableCall struct BaseInvokableCall_tEE2D6A7BA0C533CE83516B9CB652FB0982400784 : public RuntimeObject { public: public: }; // Oculus.Platform.Callback struct Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925 : public RuntimeObject { public: public: }; // System.Collections.Generic.CollectionExtensions struct CollectionExtensions_t47FA6529A1BC12FBAFB36A7B40AD7CACCC7F37F2 : public RuntimeObject { public: public: }; // System.Diagnostics.Contracts.Contract struct Contract_tF27C83DC3B0BD78708EC82FB49ACD0C7D97E2466 : public RuntimeObject { public: public: }; // UnityEngine.Rendering.CoreUnsafeUtils struct CoreUnsafeUtils_t823FBB2DC2678649C5B4FAE5B92A580647397177 : public RuntimeObject { public: public: }; // UnityEngine.Rendering.CoreUtils struct CoreUtils_t3CF170996D3FBDE55A9D0441C9DF20E8E45F14B5 : public RuntimeObject { public: public: }; // System.Reflection.CustomAttributeData struct CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85 : public RuntimeObject { public: // System.Reflection.ConstructorInfo System.Reflection.CustomAttributeData::ctorInfo ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___ctorInfo_0; // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::ctorArgs RuntimeObject* ___ctorArgs_1; // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::namedArgs RuntimeObject* ___namedArgs_2; // System.Reflection.CustomAttributeData/LazyCAttrData System.Reflection.CustomAttributeData::lazyData LazyCAttrData_tD37F889F6B356AF76AB242D449CAEEFAE826F8C3 * ___lazyData_3; public: inline static int32_t get_offset_of_ctorInfo_0() { return static_cast(offsetof(CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85, ___ctorInfo_0)); } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * get_ctorInfo_0() const { return ___ctorInfo_0; } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B ** get_address_of_ctorInfo_0() { return &___ctorInfo_0; } inline void set_ctorInfo_0(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * value) { ___ctorInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ctorInfo_0), (void*)value); } inline static int32_t get_offset_of_ctorArgs_1() { return static_cast(offsetof(CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85, ___ctorArgs_1)); } inline RuntimeObject* get_ctorArgs_1() const { return ___ctorArgs_1; } inline RuntimeObject** get_address_of_ctorArgs_1() { return &___ctorArgs_1; } inline void set_ctorArgs_1(RuntimeObject* value) { ___ctorArgs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ctorArgs_1), (void*)value); } inline static int32_t get_offset_of_namedArgs_2() { return static_cast(offsetof(CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85, ___namedArgs_2)); } inline RuntimeObject* get_namedArgs_2() const { return ___namedArgs_2; } inline RuntimeObject** get_address_of_namedArgs_2() { return &___namedArgs_2; } inline void set_namedArgs_2(RuntimeObject* value) { ___namedArgs_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___namedArgs_2), (void*)value); } inline static int32_t get_offset_of_lazyData_3() { return static_cast(offsetof(CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85, ___lazyData_3)); } inline LazyCAttrData_tD37F889F6B356AF76AB242D449CAEEFAE826F8C3 * get_lazyData_3() const { return ___lazyData_3; } inline LazyCAttrData_tD37F889F6B356AF76AB242D449CAEEFAE826F8C3 ** get_address_of_lazyData_3() { return &___lazyData_3; } inline void set_lazyData_3(LazyCAttrData_tD37F889F6B356AF76AB242D449CAEEFAE826F8C3 * value) { ___lazyData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___lazyData_3), (void*)value); } }; // System.Reflection.CustomAttributeExtensions struct CustomAttributeExtensions_t7EEBBA00B9C5B3009BA492F7EF9F8A758E3A2E40 : public RuntimeObject { public: public: }; // UnityEngine.Rendering.Universal.DeferredShaderData struct DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1 : public RuntimeObject { public: // Unity.Collections.NativeArray`1[] UnityEngine.Rendering.Universal.DeferredShaderData::m_PreTiles NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5* ___m_PreTiles_1; // UnityEngine.ComputeBuffer[] UnityEngine.Rendering.Universal.DeferredShaderData::m_Buffers ComputeBufferU5BU5D_t80DA76BAA14508E116548AF9B7CEF1F99D5B1936* ___m_Buffers_2; // UnityEngine.Rendering.Universal.DeferredShaderData/ComputeBufferInfo[] UnityEngine.Rendering.Universal.DeferredShaderData::m_BufferInfos ComputeBufferInfoU5BU5D_tDC7D25901A97C25E6C3E2ECFD2A96A02F7569655* ___m_BufferInfos_3; // System.Int32 UnityEngine.Rendering.Universal.DeferredShaderData::m_BufferCount int32_t ___m_BufferCount_4; // System.Int32 UnityEngine.Rendering.Universal.DeferredShaderData::m_CachedBufferIndex int32_t ___m_CachedBufferIndex_5; // System.UInt32 UnityEngine.Rendering.Universal.DeferredShaderData::m_FrameIndex uint32_t ___m_FrameIndex_6; public: inline static int32_t get_offset_of_m_PreTiles_1() { return static_cast(offsetof(DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1, ___m_PreTiles_1)); } inline NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5* get_m_PreTiles_1() const { return ___m_PreTiles_1; } inline NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5** get_address_of_m_PreTiles_1() { return &___m_PreTiles_1; } inline void set_m_PreTiles_1(NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5* value) { ___m_PreTiles_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PreTiles_1), (void*)value); } inline static int32_t get_offset_of_m_Buffers_2() { return static_cast(offsetof(DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1, ___m_Buffers_2)); } inline ComputeBufferU5BU5D_t80DA76BAA14508E116548AF9B7CEF1F99D5B1936* get_m_Buffers_2() const { return ___m_Buffers_2; } inline ComputeBufferU5BU5D_t80DA76BAA14508E116548AF9B7CEF1F99D5B1936** get_address_of_m_Buffers_2() { return &___m_Buffers_2; } inline void set_m_Buffers_2(ComputeBufferU5BU5D_t80DA76BAA14508E116548AF9B7CEF1F99D5B1936* value) { ___m_Buffers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Buffers_2), (void*)value); } inline static int32_t get_offset_of_m_BufferInfos_3() { return static_cast(offsetof(DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1, ___m_BufferInfos_3)); } inline ComputeBufferInfoU5BU5D_tDC7D25901A97C25E6C3E2ECFD2A96A02F7569655* get_m_BufferInfos_3() const { return ___m_BufferInfos_3; } inline ComputeBufferInfoU5BU5D_tDC7D25901A97C25E6C3E2ECFD2A96A02F7569655** get_address_of_m_BufferInfos_3() { return &___m_BufferInfos_3; } inline void set_m_BufferInfos_3(ComputeBufferInfoU5BU5D_tDC7D25901A97C25E6C3E2ECFD2A96A02F7569655* value) { ___m_BufferInfos_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BufferInfos_3), (void*)value); } inline static int32_t get_offset_of_m_BufferCount_4() { return static_cast(offsetof(DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1, ___m_BufferCount_4)); } inline int32_t get_m_BufferCount_4() const { return ___m_BufferCount_4; } inline int32_t* get_address_of_m_BufferCount_4() { return &___m_BufferCount_4; } inline void set_m_BufferCount_4(int32_t value) { ___m_BufferCount_4 = value; } inline static int32_t get_offset_of_m_CachedBufferIndex_5() { return static_cast(offsetof(DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1, ___m_CachedBufferIndex_5)); } inline int32_t get_m_CachedBufferIndex_5() const { return ___m_CachedBufferIndex_5; } inline int32_t* get_address_of_m_CachedBufferIndex_5() { return &___m_CachedBufferIndex_5; } inline void set_m_CachedBufferIndex_5(int32_t value) { ___m_CachedBufferIndex_5 = value; } inline static int32_t get_offset_of_m_FrameIndex_6() { return static_cast(offsetof(DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1, ___m_FrameIndex_6)); } inline uint32_t get_m_FrameIndex_6() const { return ___m_FrameIndex_6; } inline uint32_t* get_address_of_m_FrameIndex_6() { return &___m_FrameIndex_6; } inline void set_m_FrameIndex_6(uint32_t value) { ___m_FrameIndex_6 = value; } }; // UnityEngine.InputSystem.Utilities.DelegateHelpers struct DelegateHelpers_tA00880507E8BD18DAC387EDA850283E3D79BF6EF : public RuntimeObject { public: public: }; // EncryptedXmlSerializer struct EncryptedXmlSerializer_tACD3C2178DCE10E67B95A26809B1E35DB4DDE051 : public RuntimeObject { public: public: }; // System.Linq.Enumerable struct Enumerable_t928C505614FDD67F6D61FB58BED73235DF569B0E : public RuntimeObject { public: public: }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.Xml.Serialization.XmlSerializer struct XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B : public RuntimeObject { public: // System.Boolean System.Xml.Serialization.XmlSerializer::customSerializer bool ___customSerializer_4; // System.Xml.Serialization.XmlMapping System.Xml.Serialization.XmlSerializer::typeMapping XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * ___typeMapping_5; // System.Xml.Serialization.XmlSerializer/SerializerData System.Xml.Serialization.XmlSerializer::serializerData SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D * ___serializerData_6; // System.Xml.Serialization.UnreferencedObjectEventHandler System.Xml.Serialization.XmlSerializer::onUnreferencedObject UnreferencedObjectEventHandler_t8C7AD11596BB1575262B62EE1128DABB07434988 * ___onUnreferencedObject_8; // System.Xml.Serialization.XmlAttributeEventHandler System.Xml.Serialization.XmlSerializer::onUnknownAttribute XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286 * ___onUnknownAttribute_9; // System.Xml.Serialization.XmlElementEventHandler System.Xml.Serialization.XmlSerializer::onUnknownElement XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29 * ___onUnknownElement_10; // System.Xml.Serialization.XmlNodeEventHandler System.Xml.Serialization.XmlSerializer::onUnknownNode XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563 * ___onUnknownNode_11; public: inline static int32_t get_offset_of_customSerializer_4() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B, ___customSerializer_4)); } inline bool get_customSerializer_4() const { return ___customSerializer_4; } inline bool* get_address_of_customSerializer_4() { return &___customSerializer_4; } inline void set_customSerializer_4(bool value) { ___customSerializer_4 = value; } inline static int32_t get_offset_of_typeMapping_5() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B, ___typeMapping_5)); } inline XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * get_typeMapping_5() const { return ___typeMapping_5; } inline XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 ** get_address_of_typeMapping_5() { return &___typeMapping_5; } inline void set_typeMapping_5(XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * value) { ___typeMapping_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeMapping_5), (void*)value); } inline static int32_t get_offset_of_serializerData_6() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B, ___serializerData_6)); } inline SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D * get_serializerData_6() const { return ___serializerData_6; } inline SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D ** get_address_of_serializerData_6() { return &___serializerData_6; } inline void set_serializerData_6(SerializerData_tE81861A5E031D40D9732A8CF036A091D10F3478D * value) { ___serializerData_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___serializerData_6), (void*)value); } inline static int32_t get_offset_of_onUnreferencedObject_8() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B, ___onUnreferencedObject_8)); } inline UnreferencedObjectEventHandler_t8C7AD11596BB1575262B62EE1128DABB07434988 * get_onUnreferencedObject_8() const { return ___onUnreferencedObject_8; } inline UnreferencedObjectEventHandler_t8C7AD11596BB1575262B62EE1128DABB07434988 ** get_address_of_onUnreferencedObject_8() { return &___onUnreferencedObject_8; } inline void set_onUnreferencedObject_8(UnreferencedObjectEventHandler_t8C7AD11596BB1575262B62EE1128DABB07434988 * value) { ___onUnreferencedObject_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUnreferencedObject_8), (void*)value); } inline static int32_t get_offset_of_onUnknownAttribute_9() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B, ___onUnknownAttribute_9)); } inline XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286 * get_onUnknownAttribute_9() const { return ___onUnknownAttribute_9; } inline XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286 ** get_address_of_onUnknownAttribute_9() { return &___onUnknownAttribute_9; } inline void set_onUnknownAttribute_9(XmlAttributeEventHandler_tECA22B67D5D89D1A3EF50E02048CE6E7EC40C286 * value) { ___onUnknownAttribute_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUnknownAttribute_9), (void*)value); } inline static int32_t get_offset_of_onUnknownElement_10() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B, ___onUnknownElement_10)); } inline XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29 * get_onUnknownElement_10() const { return ___onUnknownElement_10; } inline XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29 ** get_address_of_onUnknownElement_10() { return &___onUnknownElement_10; } inline void set_onUnknownElement_10(XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29 * value) { ___onUnknownElement_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUnknownElement_10), (void*)value); } inline static int32_t get_offset_of_onUnknownNode_11() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B, ___onUnknownNode_11)); } inline XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563 * get_onUnknownNode_11() const { return ___onUnknownNode_11; } inline XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563 ** get_address_of_onUnknownNode_11() { return &___onUnknownNode_11; } inline void set_onUnknownNode_11(XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563 * value) { ___onUnknownNode_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUnknownNode_11), (void*)value); } }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner struct MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D : public RuntimeObject { public: // System.Threading.ExecutionContext System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner::m_context ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_context_0; // System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner::m_stateMachine RuntimeObject* ___m_stateMachine_1; public: inline static int32_t get_offset_of_m_context_0() { return static_cast(offsetof(MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D, ___m_context_0)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_m_context_0() const { return ___m_context_0; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_m_context_0() { return &___m_context_0; } inline void set_m_context_0(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___m_context_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_context_0), (void*)value); } inline static int32_t get_offset_of_m_stateMachine_1() { return static_cast(offsetof(MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D, ___m_stateMachine_1)); } inline RuntimeObject* get_m_stateMachine_1() const { return ___m_stateMachine_1; } inline RuntimeObject** get_address_of_m_stateMachine_1() { return &___m_stateMachine_1; } inline void set_m_stateMachine_1(RuntimeObject* value) { ___m_stateMachine_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateMachine_1), (void*)value); } }; // Oculus.Platform.Callback/RequestCallback struct RequestCallback_tD5DFE93D3739B23D0CDCED7C99E5FEB2585BA7DF : public RuntimeObject { public: // Oculus.Platform.Message/Callback Oculus.Platform.Callback/RequestCallback::messageCallback Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * ___messageCallback_0; public: inline static int32_t get_offset_of_messageCallback_0() { return static_cast(offsetof(RequestCallback_tD5DFE93D3739B23D0CDCED7C99E5FEB2585BA7DF, ___messageCallback_0)); } inline Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * get_messageCallback_0() const { return ___messageCallback_0; } inline Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 ** get_address_of_messageCallback_0() { return &___messageCallback_0; } inline void set_messageCallback_0(Callback_t1F4C63FF125A62827947CAE7BB975E4E54A2DFF8 * value) { ___messageCallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___messageCallback_0), (void*)value); } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> struct ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43, ___m_task_0)); } inline Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * get_m_task_0() const { return ___m_task_0; } inline Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> struct ConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t22DDA242EA1C7046D5A9032F5D09F87CC099007B * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F, ___m_task_0)); } inline Task_1_t22DDA242EA1C7046D5A9032F5D09F87CC099007B * get_m_task_0() const { return ___m_task_0; } inline Task_1_t22DDA242EA1C7046D5A9032F5D09F87CC099007B ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_t22DDA242EA1C7046D5A9032F5D09F87CC099007B * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> struct ConfiguredTaskAwaiter_tC88E9B03DD6B9B69FBF96347FE6DA623318E265C { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t5CCFAF93FF7B2F74A89A8432898AD5F3D0132297 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tC88E9B03DD6B9B69FBF96347FE6DA623318E265C, ___m_task_0)); } inline Task_1_t5CCFAF93FF7B2F74A89A8432898AD5F3D0132297 * get_m_task_0() const { return ___m_task_0; } inline Task_1_t5CCFAF93FF7B2F74A89A8432898AD5F3D0132297 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_t5CCFAF93FF7B2F74A89A8432898AD5F3D0132297 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tC88E9B03DD6B9B69FBF96347FE6DA623318E265C, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956, ___m_task_0)); } inline Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * get_m_task_0() const { return ___m_task_0; } inline Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_t086EFB560513C7AA8CFD8FDE29E7A23ED11503F2 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C, ___m_task_0)); } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * get_m_task_0() const { return ___m_task_0; } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2, ___m_task_0)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get_m_task_0() const { return ___m_task_0; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED, ___m_task_0)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_m_task_0() const { return ___m_task_0; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78, ___m_task_0)); } inline Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 * get_m_task_0() const { return ___m_task_0; } inline Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t95012D3BE984675B113FBA39576E06292E2C5DBD { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_tD1B0194ED507F48DF3A0800F76EE8D318BED147C * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_t95012D3BE984675B113FBA39576E06292E2C5DBD, ___m_task_0)); } inline Task_1_tD1B0194ED507F48DF3A0800F76EE8D318BED147C * get_m_task_0() const { return ___m_task_0; } inline Task_1_tD1B0194ED507F48DF3A0800F76EE8D318BED147C ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tD1B0194ED507F48DF3A0800F76EE8D318BED147C * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_t95012D3BE984675B113FBA39576E06292E2C5DBD, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // UnityEngine.Rendering.CoreUnsafeUtils/DefaultKeyGetter`1 struct DefaultKeyGetter_1_tC10AE5DBE1F56ED39E7F9C04919BBF1931479D77 { public: union { struct { }; uint8_t DefaultKeyGetter_1_t30CE09A285358935467DDB84B16D361E4D022616__padding[1]; }; public: }; // UnityEngine.Rendering.CoreUnsafeUtils/DefaultKeyGetter`1 struct DefaultKeyGetter_1_t1BB19F8FE337E9E5570CB7CDE8E36C9E430F98DA { public: union { struct { }; uint8_t DefaultKeyGetter_1_t30CE09A285358935467DDB84B16D361E4D022616__padding[1]; }; public: }; // UnityEngine.Timeline.IntervalTree`1/Entry struct Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46 { public: // System.Int64 UnityEngine.Timeline.IntervalTree`1/Entry::intervalStart int64_t ___intervalStart_0; // System.Int64 UnityEngine.Timeline.IntervalTree`1/Entry::intervalEnd int64_t ___intervalEnd_1; // T UnityEngine.Timeline.IntervalTree`1/Entry::item RuntimeObject * ___item_2; public: inline static int32_t get_offset_of_intervalStart_0() { return static_cast(offsetof(Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46, ___intervalStart_0)); } inline int64_t get_intervalStart_0() const { return ___intervalStart_0; } inline int64_t* get_address_of_intervalStart_0() { return &___intervalStart_0; } inline void set_intervalStart_0(int64_t value) { ___intervalStart_0 = value; } inline static int32_t get_offset_of_intervalEnd_1() { return static_cast(offsetof(Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46, ___intervalEnd_1)); } inline int64_t get_intervalEnd_1() const { return ___intervalEnd_1; } inline int64_t* get_address_of_intervalEnd_1() { return &___intervalEnd_1; } inline void set_intervalEnd_1(int64_t value) { ___intervalEnd_1 = value; } inline static int32_t get_offset_of_item_2() { return static_cast(offsetof(Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46, ___item_2)); } inline RuntimeObject * get_item_2() const { return ___item_2; } inline RuntimeObject ** get_address_of_item_2() { return &___item_2; } inline void set_item_2(RuntimeObject * value) { ___item_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___item_2), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current int32_t ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C, ___list_0)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get_list_0() const { return ___list_0; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C, ___current_3)); } inline int32_t get_current_3() const { return ___current_3; } inline int32_t* get_address_of_current_3() { return &___current_3; } inline void set_current_3(int32_t value) { ___current_3 = value; } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current float ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783, ___list_0)); } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * get_list_0() const { return ___list_0; } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783, ___current_3)); } inline float get_current_3() const { return ___current_3; } inline float* get_address_of_current_3() { return &___current_3; } inline void set_current_3(float value) { ___current_3 = value; } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_1_t959112CA57F000D8DDD2DC51D171E0C6D61491BA * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_1U5BU5D_t869135252E198DB5B25DC1D8E460FA19D53E119B* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF, ___firstValue_1)); } inline Action_1_t959112CA57F000D8DDD2DC51D171E0C6D61491BA * get_firstValue_1() const { return ___firstValue_1; } inline Action_1_t959112CA57F000D8DDD2DC51D171E0C6D61491BA ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_1_t959112CA57F000D8DDD2DC51D171E0C6D61491BA * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF, ___additionalValues_2)); } inline Action_1U5BU5D_t869135252E198DB5B25DC1D8E460FA19D53E119B* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_1U5BU5D_t869135252E198DB5B25DC1D8E460FA19D53E119B** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_1U5BU5D_t869135252E198DB5B25DC1D8E460FA19D53E119B* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tAA4815844922B683BC7EA863FF03644D1AA6A100 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_1_t231F2AF856D3317D1380298224A60D02F9F43072 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_1U5BU5D_tE3A263A4248001B89160105AAF0340E85A8619B2* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tAA4815844922B683BC7EA863FF03644D1AA6A100, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tAA4815844922B683BC7EA863FF03644D1AA6A100, ___firstValue_1)); } inline Action_1_t231F2AF856D3317D1380298224A60D02F9F43072 * get_firstValue_1() const { return ___firstValue_1; } inline Action_1_t231F2AF856D3317D1380298224A60D02F9F43072 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_1_t231F2AF856D3317D1380298224A60D02F9F43072 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tAA4815844922B683BC7EA863FF03644D1AA6A100, ___additionalValues_2)); } inline Action_1U5BU5D_tE3A263A4248001B89160105AAF0340E85A8619B2* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_1U5BU5D_tE3A263A4248001B89160105AAF0340E85A8619B2** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_1U5BU5D_tE3A263A4248001B89160105AAF0340E85A8619B2* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9, ___firstValue_1)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_firstValue_1() const { return ___firstValue_1; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9, ___additionalValues_2)); } inline Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5, ___firstValue_1)); } inline Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * get_firstValue_1() const { return ___firstValue_1; } inline Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5, ___additionalValues_2)); } inline Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_2_tCCDB8684836116ACECB52131AD71D46113160DD0 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_2U5BU5D_tAEE2FE315F5157233820CCF18FC5BADD298B3653* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA, ___firstValue_1)); } inline Action_2_tCCDB8684836116ACECB52131AD71D46113160DD0 * get_firstValue_1() const { return ___firstValue_1; } inline Action_2_tCCDB8684836116ACECB52131AD71D46113160DD0 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_2_tCCDB8684836116ACECB52131AD71D46113160DD0 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA, ___additionalValues_2)); } inline Action_2U5BU5D_tAEE2FE315F5157233820CCF18FC5BADD298B3653* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_2U5BU5D_tAEE2FE315F5157233820CCF18FC5BADD298B3653** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_2U5BU5D_tAEE2FE315F5157233820CCF18FC5BADD298B3653* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t11674460DA620A45244D88D34F7CCBEFE0595CE0 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_2_tB9B1B9645C739483997CEFD136850320B3E81752 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_2U5BU5D_t9463B740A9CAAC9CB11CA62CD85CF026AA28DDAB* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t11674460DA620A45244D88D34F7CCBEFE0595CE0, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t11674460DA620A45244D88D34F7CCBEFE0595CE0, ___firstValue_1)); } inline Action_2_tB9B1B9645C739483997CEFD136850320B3E81752 * get_firstValue_1() const { return ___firstValue_1; } inline Action_2_tB9B1B9645C739483997CEFD136850320B3E81752 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_2_tB9B1B9645C739483997CEFD136850320B3E81752 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t11674460DA620A45244D88D34F7CCBEFE0595CE0, ___additionalValues_2)); } inline Action_2U5BU5D_t9463B740A9CAAC9CB11CA62CD85CF026AA28DDAB* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_2U5BU5D_t9463B740A9CAAC9CB11CA62CD85CF026AA28DDAB** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_2U5BU5D_t9463B740A9CAAC9CB11CA62CD85CF026AA28DDAB* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tF17E889B912A2846623D0697391F2AF3830FDA73 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_2_t13A6742A48923F2F95E0DBF426A94946BB52A341 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_2U5BU5D_tFADEA5D28B0568C280576AC3094EBFD8A3D0A61C* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tF17E889B912A2846623D0697391F2AF3830FDA73, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tF17E889B912A2846623D0697391F2AF3830FDA73, ___firstValue_1)); } inline Action_2_t13A6742A48923F2F95E0DBF426A94946BB52A341 * get_firstValue_1() const { return ___firstValue_1; } inline Action_2_t13A6742A48923F2F95E0DBF426A94946BB52A341 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_2_t13A6742A48923F2F95E0DBF426A94946BB52A341 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tF17E889B912A2846623D0697391F2AF3830FDA73, ___additionalValues_2)); } inline Action_2U5BU5D_tFADEA5D28B0568C280576AC3094EBFD8A3D0A61C* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_2U5BU5D_tFADEA5D28B0568C280576AC3094EBFD8A3D0A61C** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_2U5BU5D_tFADEA5D28B0568C280576AC3094EBFD8A3D0A61C* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tAE03F643A92B30307BD81C17CFEF5289EF266D4A { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_2_t961B8FC40C595B3E8948D3CB85E51EB90540D7EF * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_2U5BU5D_t83DF7E20FD1A3C4F6A6FE31F98451AB69E750981* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tAE03F643A92B30307BD81C17CFEF5289EF266D4A, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tAE03F643A92B30307BD81C17CFEF5289EF266D4A, ___firstValue_1)); } inline Action_2_t961B8FC40C595B3E8948D3CB85E51EB90540D7EF * get_firstValue_1() const { return ___firstValue_1; } inline Action_2_t961B8FC40C595B3E8948D3CB85E51EB90540D7EF ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_2_t961B8FC40C595B3E8948D3CB85E51EB90540D7EF * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tAE03F643A92B30307BD81C17CFEF5289EF266D4A, ___additionalValues_2)); } inline Action_2U5BU5D_t83DF7E20FD1A3C4F6A6FE31F98451AB69E750981* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_2U5BU5D_t83DF7E20FD1A3C4F6A6FE31F98451AB69E750981** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_2U5BU5D_t83DF7E20FD1A3C4F6A6FE31F98451AB69E750981* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t9D2036F0A831861E5A67BE14AD48EAEDCF64095B { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_2U5BU5D_t2000A0669618F7D2C9135ACB0DF3BB3208C442F4* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t9D2036F0A831861E5A67BE14AD48EAEDCF64095B, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t9D2036F0A831861E5A67BE14AD48EAEDCF64095B, ___firstValue_1)); } inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * get_firstValue_1() const { return ___firstValue_1; } inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t9D2036F0A831861E5A67BE14AD48EAEDCF64095B, ___additionalValues_2)); } inline Action_2U5BU5D_t2000A0669618F7D2C9135ACB0DF3BB3208C442F4* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_2U5BU5D_t2000A0669618F7D2C9135ACB0DF3BB3208C442F4** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_2U5BU5D_t2000A0669618F7D2C9135ACB0DF3BB3208C442F4* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_3_t89DAF226DE3336CA3D27858809AB00EDF060ABD8 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_3U5BU5D_tBA2F9B16A42170FE442D0B98E6DA1638D7754051* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07, ___firstValue_1)); } inline Action_3_t89DAF226DE3336CA3D27858809AB00EDF060ABD8 * get_firstValue_1() const { return ___firstValue_1; } inline Action_3_t89DAF226DE3336CA3D27858809AB00EDF060ABD8 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_3_t89DAF226DE3336CA3D27858809AB00EDF060ABD8 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07, ___additionalValues_2)); } inline Action_3U5BU5D_tBA2F9B16A42170FE442D0B98E6DA1638D7754051* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_3U5BU5D_tBA2F9B16A42170FE442D0B98E6DA1638D7754051** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_3U5BU5D_tBA2F9B16A42170FE442D0B98E6DA1638D7754051* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Func_3_t4B36DD563993AA411E08890F0B6B0CA6DFAAC4E9 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Func_3U5BU5D_tF47240ECC2AE5FA567A61D6AB12DB0E77AB9B798* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A, ___firstValue_1)); } inline Func_3_t4B36DD563993AA411E08890F0B6B0CA6DFAAC4E9 * get_firstValue_1() const { return ___firstValue_1; } inline Func_3_t4B36DD563993AA411E08890F0B6B0CA6DFAAC4E9 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Func_3_t4B36DD563993AA411E08890F0B6B0CA6DFAAC4E9 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A, ___additionalValues_2)); } inline Func_3U5BU5D_tF47240ECC2AE5FA567A61D6AB12DB0E77AB9B798* get_additionalValues_2() const { return ___additionalValues_2; } inline Func_3U5BU5D_tF47240ECC2AE5FA567A61D6AB12DB0E77AB9B798** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Func_3U5BU5D_tF47240ECC2AE5FA567A61D6AB12DB0E77AB9B798* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t927835312E6227D76C92E09AD68A88EC82EFEFBE { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Func_3_t9B3AF4A893B0936872C5B37BE9C5D4B571281C2B * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Func_3U5BU5D_t7E31152D269CB9094E6D3C05C42673D7A9C2E3E2* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t927835312E6227D76C92E09AD68A88EC82EFEFBE, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t927835312E6227D76C92E09AD68A88EC82EFEFBE, ___firstValue_1)); } inline Func_3_t9B3AF4A893B0936872C5B37BE9C5D4B571281C2B * get_firstValue_1() const { return ___firstValue_1; } inline Func_3_t9B3AF4A893B0936872C5B37BE9C5D4B571281C2B ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Func_3_t9B3AF4A893B0936872C5B37BE9C5D4B571281C2B * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t927835312E6227D76C92E09AD68A88EC82EFEFBE, ___additionalValues_2)); } inline Func_3U5BU5D_t7E31152D269CB9094E6D3C05C42673D7A9C2E3E2* get_additionalValues_2() const { return ___additionalValues_2; } inline Func_3U5BU5D_t7E31152D269CB9094E6D3C05C42673D7A9C2E3E2** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Func_3U5BU5D_t7E31152D269CB9094E6D3C05C42673D7A9C2E3E2* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tE3A3D17F6899F33EF59EA85D7F3D1B144105C5A9 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Func_3_tBC640C0184A7D93453034EF9B044E2AD7570F889 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Func_3U5BU5D_tBC0BC675EFD6647C4915417DE6E540E624389BE8* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tE3A3D17F6899F33EF59EA85D7F3D1B144105C5A9, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tE3A3D17F6899F33EF59EA85D7F3D1B144105C5A9, ___firstValue_1)); } inline Func_3_tBC640C0184A7D93453034EF9B044E2AD7570F889 * get_firstValue_1() const { return ___firstValue_1; } inline Func_3_tBC640C0184A7D93453034EF9B044E2AD7570F889 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Func_3_tBC640C0184A7D93453034EF9B044E2AD7570F889 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tE3A3D17F6899F33EF59EA85D7F3D1B144105C5A9, ___additionalValues_2)); } inline Func_3U5BU5D_tBC0BC675EFD6647C4915417DE6E540E624389BE8* get_additionalValues_2() const { return ___additionalValues_2; } inline Func_3U5BU5D_tBC0BC675EFD6647C4915417DE6E540E624389BE8** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Func_3U5BU5D_tBC0BC675EFD6647C4915417DE6E540E624389BE8* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue RuntimeObject * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2, ___firstValue_1)); } inline RuntimeObject * get_firstValue_1() const { return ___firstValue_1; } inline RuntimeObject ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(RuntimeObject * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2, ___additionalValues_2)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_additionalValues_2() const { return ___additionalValues_2; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Touchscreen_tE679C4B2C2D8C5979EAC5A2002603672A202E3EB * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues TouchscreenU5BU5D_t969F0005E7679F003576EE2D2625A604920C51DC* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5, ___firstValue_1)); } inline Touchscreen_tE679C4B2C2D8C5979EAC5A2002603672A202E3EB * get_firstValue_1() const { return ___firstValue_1; } inline Touchscreen_tE679C4B2C2D8C5979EAC5A2002603672A202E3EB ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Touchscreen_tE679C4B2C2D8C5979EAC5A2002603672A202E3EB * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5, ___additionalValues_2)); } inline TouchscreenU5BU5D_t969F0005E7679F003576EE2D2625A604920C51DC* get_additionalValues_2() const { return ___additionalValues_2; } inline TouchscreenU5BU5D_t969F0005E7679F003576EE2D2625A604920C51DC** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(TouchscreenU5BU5D_t969F0005E7679F003576EE2D2625A604920C51DC* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue uint64_t ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18, ___firstValue_1)); } inline uint64_t get_firstValue_1() const { return ___firstValue_1; } inline uint64_t* get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(uint64_t value) { ___firstValue_1 = value; } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18, ___additionalValues_2)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get_additionalValues_2() const { return ___additionalValues_2; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value int32_t ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Linq.OrderedEnumerable`2 struct OrderedEnumerable_2_t5721FCE5C4CA549578B68F391DC2712E163DFC43 : public OrderedEnumerable_1_t4ED7F4DE53F413B48E5FCFAFE1EFE1B04A7B5F6F { public: // System.Linq.OrderedEnumerable`1 System.Linq.OrderedEnumerable`2::parent OrderedEnumerable_1_t4ED7F4DE53F413B48E5FCFAFE1EFE1B04A7B5F6F * ___parent_1; // System.Func`2 System.Linq.OrderedEnumerable`2::keySelector Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ___keySelector_2; // System.Collections.Generic.IComparer`1 System.Linq.OrderedEnumerable`2::comparer RuntimeObject* ___comparer_3; // System.Boolean System.Linq.OrderedEnumerable`2::descending bool ___descending_4; public: inline static int32_t get_offset_of_parent_1() { return static_cast(offsetof(OrderedEnumerable_2_t5721FCE5C4CA549578B68F391DC2712E163DFC43, ___parent_1)); } inline OrderedEnumerable_1_t4ED7F4DE53F413B48E5FCFAFE1EFE1B04A7B5F6F * get_parent_1() const { return ___parent_1; } inline OrderedEnumerable_1_t4ED7F4DE53F413B48E5FCFAFE1EFE1B04A7B5F6F ** get_address_of_parent_1() { return &___parent_1; } inline void set_parent_1(OrderedEnumerable_1_t4ED7F4DE53F413B48E5FCFAFE1EFE1B04A7B5F6F * value) { ___parent_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_1), (void*)value); } inline static int32_t get_offset_of_keySelector_2() { return static_cast(offsetof(OrderedEnumerable_2_t5721FCE5C4CA549578B68F391DC2712E163DFC43, ___keySelector_2)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get_keySelector_2() const { return ___keySelector_2; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of_keySelector_2() { return &___keySelector_2; } inline void set_keySelector_2(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * value) { ___keySelector_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___keySelector_2), (void*)value); } inline static int32_t get_offset_of_comparer_3() { return static_cast(offsetof(OrderedEnumerable_2_t5721FCE5C4CA549578B68F391DC2712E163DFC43, ___comparer_3)); } inline RuntimeObject* get_comparer_3() const { return ___comparer_3; } inline RuntimeObject** get_address_of_comparer_3() { return &___comparer_3; } inline void set_comparer_3(RuntimeObject* value) { ___comparer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_3), (void*)value); } inline static int32_t get_offset_of_descending_4() { return static_cast(offsetof(OrderedEnumerable_2_t5721FCE5C4CA549578B68F391DC2712E163DFC43, ___descending_4)); } inline bool get_descending_4() const { return ___descending_4; } inline bool* get_address_of_descending_4() { return &___descending_4; } inline void set_descending_4(bool value) { ___descending_4 = value; } }; // System.Linq.OrderedEnumerable`2 struct OrderedEnumerable_2_t2D037583B9C1B804D9A950293C2165363EED62BA : public OrderedEnumerable_1_t4ED7F4DE53F413B48E5FCFAFE1EFE1B04A7B5F6F { public: // System.Linq.OrderedEnumerable`1 System.Linq.OrderedEnumerable`2::parent OrderedEnumerable_1_t4ED7F4DE53F413B48E5FCFAFE1EFE1B04A7B5F6F * ___parent_1; // System.Func`2 System.Linq.OrderedEnumerable`2::keySelector Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___keySelector_2; // System.Collections.Generic.IComparer`1 System.Linq.OrderedEnumerable`2::comparer RuntimeObject* ___comparer_3; // System.Boolean System.Linq.OrderedEnumerable`2::descending bool ___descending_4; public: inline static int32_t get_offset_of_parent_1() { return static_cast(offsetof(OrderedEnumerable_2_t2D037583B9C1B804D9A950293C2165363EED62BA, ___parent_1)); } inline OrderedEnumerable_1_t4ED7F4DE53F413B48E5FCFAFE1EFE1B04A7B5F6F * get_parent_1() const { return ___parent_1; } inline OrderedEnumerable_1_t4ED7F4DE53F413B48E5FCFAFE1EFE1B04A7B5F6F ** get_address_of_parent_1() { return &___parent_1; } inline void set_parent_1(OrderedEnumerable_1_t4ED7F4DE53F413B48E5FCFAFE1EFE1B04A7B5F6F * value) { ___parent_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_1), (void*)value); } inline static int32_t get_offset_of_keySelector_2() { return static_cast(offsetof(OrderedEnumerable_2_t2D037583B9C1B804D9A950293C2165363EED62BA, ___keySelector_2)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_keySelector_2() const { return ___keySelector_2; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_keySelector_2() { return &___keySelector_2; } inline void set_keySelector_2(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___keySelector_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___keySelector_2), (void*)value); } inline static int32_t get_offset_of_comparer_3() { return static_cast(offsetof(OrderedEnumerable_2_t2D037583B9C1B804D9A950293C2165363EED62BA, ___comparer_3)); } inline RuntimeObject* get_comparer_3() const { return ___comparer_3; } inline RuntimeObject** get_address_of_comparer_3() { return &___comparer_3; } inline void set_comparer_3(RuntimeObject* value) { ___comparer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_3), (void*)value); } inline static int32_t get_offset_of_descending_4() { return static_cast(offsetof(OrderedEnumerable_2_t2D037583B9C1B804D9A950293C2165363EED62BA, ___descending_4)); } inline bool get_descending_4() const { return ___descending_4; } inline bool* get_address_of_descending_4() { return &___descending_4; } inline void set_descending_4(bool value) { ___descending_4 = value; } }; // System.Linq.OrderedEnumerable`2 struct OrderedEnumerable_2_tAFECF8F691F636B8A24850BDF25A6B69728F405E : public OrderedEnumerable_1_t4ED7F4DE53F413B48E5FCFAFE1EFE1B04A7B5F6F { public: // System.Linq.OrderedEnumerable`1 System.Linq.OrderedEnumerable`2::parent OrderedEnumerable_1_t4ED7F4DE53F413B48E5FCFAFE1EFE1B04A7B5F6F * ___parent_1; // System.Func`2 System.Linq.OrderedEnumerable`2::keySelector Func_2_t78F21BB7B6C7D754A8C4D71ACB39668A8F967BA1 * ___keySelector_2; // System.Collections.Generic.IComparer`1 System.Linq.OrderedEnumerable`2::comparer RuntimeObject* ___comparer_3; // System.Boolean System.Linq.OrderedEnumerable`2::descending bool ___descending_4; public: inline static int32_t get_offset_of_parent_1() { return static_cast(offsetof(OrderedEnumerable_2_tAFECF8F691F636B8A24850BDF25A6B69728F405E, ___parent_1)); } inline OrderedEnumerable_1_t4ED7F4DE53F413B48E5FCFAFE1EFE1B04A7B5F6F * get_parent_1() const { return ___parent_1; } inline OrderedEnumerable_1_t4ED7F4DE53F413B48E5FCFAFE1EFE1B04A7B5F6F ** get_address_of_parent_1() { return &___parent_1; } inline void set_parent_1(OrderedEnumerable_1_t4ED7F4DE53F413B48E5FCFAFE1EFE1B04A7B5F6F * value) { ___parent_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_1), (void*)value); } inline static int32_t get_offset_of_keySelector_2() { return static_cast(offsetof(OrderedEnumerable_2_tAFECF8F691F636B8A24850BDF25A6B69728F405E, ___keySelector_2)); } inline Func_2_t78F21BB7B6C7D754A8C4D71ACB39668A8F967BA1 * get_keySelector_2() const { return ___keySelector_2; } inline Func_2_t78F21BB7B6C7D754A8C4D71ACB39668A8F967BA1 ** get_address_of_keySelector_2() { return &___keySelector_2; } inline void set_keySelector_2(Func_2_t78F21BB7B6C7D754A8C4D71ACB39668A8F967BA1 * value) { ___keySelector_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___keySelector_2), (void*)value); } inline static int32_t get_offset_of_comparer_3() { return static_cast(offsetof(OrderedEnumerable_2_tAFECF8F691F636B8A24850BDF25A6B69728F405E, ___comparer_3)); } inline RuntimeObject* get_comparer_3() const { return ___comparer_3; } inline RuntimeObject** get_address_of_comparer_3() { return &___comparer_3; } inline void set_comparer_3(RuntimeObject* value) { ___comparer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_3), (void*)value); } inline static int32_t get_offset_of_descending_4() { return static_cast(offsetof(OrderedEnumerable_2_tAFECF8F691F636B8A24850BDF25A6B69728F405E, ___descending_4)); } inline bool get_descending_4() const { return ___descending_4; } inline bool* get_address_of_descending_4() { return &___descending_4; } inline void set_descending_4(bool value) { ___descending_4 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75, ___m_Array_0)); } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* get_m_Array_0() const { return ___m_Array_0; } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E, ___m_Array_0)); } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* get_m_Array_0() const { return ___m_Array_0; } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5, ___m_Array_0)); } inline NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* get_m_Array_0() const { return ___m_Array_0; } inline NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_Array_0; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex int32_t ___m_StartIndex_1; // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7, ___m_Array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_Array_0() const { return ___m_Array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record struct Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110 { public: // UnityEngine.InputSystem.LowLevel.InputStateHistory`1 UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::m_Owner InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B * ___m_Owner_0; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::m_IndexPlusOne int32_t ___m_IndexPlusOne_1; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record::m_Version uint32_t ___m_Version_2; public: inline static int32_t get_offset_of_m_Owner_0() { return static_cast(offsetof(Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110, ___m_Owner_0)); } inline InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B * get_m_Owner_0() const { return ___m_Owner_0; } inline InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B ** get_address_of_m_Owner_0() { return &___m_Owner_0; } inline void set_m_Owner_0(InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B * value) { ___m_Owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Owner_0), (void*)value); } inline static int32_t get_offset_of_m_IndexPlusOne_1() { return static_cast(offsetof(Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110, ___m_IndexPlusOne_1)); } inline int32_t get_m_IndexPlusOne_1() const { return ___m_IndexPlusOne_1; } inline int32_t* get_address_of_m_IndexPlusOne_1() { return &___m_IndexPlusOne_1; } inline void set_m_IndexPlusOne_1(int32_t value) { ___m_IndexPlusOne_1 = value; } inline static int32_t get_offset_of_m_Version_2() { return static_cast(offsetof(Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110, ___m_Version_2)); } inline uint32_t get_m_Version_2() const { return ___m_Version_2; } inline uint32_t* get_address_of_m_Version_2() { return &___m_Version_2; } inline void set_m_Version_2(uint32_t value) { ___m_Version_2 = value; } }; // Oculus.Platform.Callback/RequestCallback`1 struct RequestCallback_1_tEBADE6AB0DCE94F5FBD4F7CAECD2C64072996B03 : public RequestCallback_tD5DFE93D3739B23D0CDCED7C99E5FEB2585BA7DF { public: // Oculus.Platform.Message`1/Callback Oculus.Platform.Callback/RequestCallback`1::callback Callback_tE0016C473A8D6B0D8E2502D1AC079D2A433992C9 * ___callback_1; public: inline static int32_t get_offset_of_callback_1() { return static_cast(offsetof(RequestCallback_1_tEBADE6AB0DCE94F5FBD4F7CAECD2C64072996B03, ___callback_1)); } inline Callback_tE0016C473A8D6B0D8E2502D1AC079D2A433992C9 * get_callback_1() const { return ___callback_1; } inline Callback_tE0016C473A8D6B0D8E2502D1AC079D2A433992C9 ** get_address_of_callback_1() { return &___callback_1; } inline void set_callback_1(Callback_tE0016C473A8D6B0D8E2502D1AC079D2A433992C9 * value) { ___callback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_1), (void*)value); } }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo struct ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63 { public: // System.String UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo::name String_t* ___name_0; // System.Int64 UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo::size int64_t ___size_1; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63, ___size_1)); } inline int64_t get_size_1() const { return ___size_1; } inline int64_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(int64_t value) { ___size_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo #ifndef ResourceLogInfo_t5BC0D8D6F533AE3729F9348805509530E759A4AB_marshaled_pinvoke_define #define ResourceLogInfo_t5BC0D8D6F533AE3729F9348805509530E759A4AB_marshaled_pinvoke_define struct ResourceLogInfo_t5BC0D8D6F533AE3729F9348805509530E759A4AB_marshaled_pinvoke { char* ___name_0; int64_t ___size_1; }; #endif // Native definition for COM marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo #ifndef ResourceLogInfo_t5BC0D8D6F533AE3729F9348805509530E759A4AB_marshaled_com_define #define ResourceLogInfo_t5BC0D8D6F533AE3729F9348805509530E759A4AB_marshaled_com_define struct ResourceLogInfo_t5BC0D8D6F533AE3729F9348805509530E759A4AB_marshaled_com { Il2CppChar* ___name_0; int64_t ___size_1; }; #endif // System.Runtime.CompilerServices.TaskAwaiter`1 struct TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.TaskAwaiter`1::m_task Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ___m_task_0; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887, ___m_task_0)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get_m_task_0() const { return ___m_task_0; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } }; // System.ValueTuple`2 struct ValueTuple_2_tB6F6AE1A54796440E686F7741EA3970A167A62AE { public: // T1 System.ValueTuple`2::Item1 bool ___Item1_0; // T2 System.ValueTuple`2::Item2 RuntimeObject * ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_tB6F6AE1A54796440E686F7741EA3970A167A62AE, ___Item1_0)); } inline bool get_Item1_0() const { return ___Item1_0; } inline bool* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(bool value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_tB6F6AE1A54796440E686F7741EA3970A167A62AE, ___Item2_1)); } inline RuntimeObject * get_Item2_1() const { return ___Item2_1; } inline RuntimeObject ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(RuntimeObject * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } }; // System.ValueTuple`2 struct ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E { public: // T1 System.ValueTuple`2::Item1 int32_t ___Item1_0; // T2 System.ValueTuple`2::Item2 int32_t ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E, ___Item1_0)); } inline int32_t get_Item1_0() const { return ___Item1_0; } inline int32_t* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(int32_t value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E, ___Item2_1)); } inline int32_t get_Item2_1() const { return ___Item2_1; } inline int32_t* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(int32_t value) { ___Item2_1 = value; } }; // System.ValueTuple`2 struct ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173 { public: // T1 System.ValueTuple`2::Item1 int32_t ___Item1_0; // T2 System.ValueTuple`2::Item2 RuntimeObject * ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173, ___Item1_0)); } inline int32_t get_Item1_0() const { return ___Item1_0; } inline int32_t* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(int32_t value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173, ___Item2_1)); } inline RuntimeObject * get_Item2_1() const { return ___Item2_1; } inline RuntimeObject ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(RuntimeObject * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } }; // System.ValueTuple`2 struct ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 { public: // T1 System.ValueTuple`2::Item1 RuntimeObject * ___Item1_0; // T2 System.ValueTuple`2::Item2 int32_t ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00, ___Item1_0)); } inline RuntimeObject * get_Item1_0() const { return ___Item1_0; } inline RuntimeObject ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(RuntimeObject * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00, ___Item2_1)); } inline int32_t get_Item2_1() const { return ___Item2_1; } inline int32_t* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(int32_t value) { ___Item2_1 = value; } }; // System.ValueTuple`3 struct ValueTuple_3_tA2BBCCC52DFBFFE7F17F71793C91A129BC51EAC8 { public: // T1 System.ValueTuple`3::Item1 RuntimeObject * ___Item1_0; // T2 System.ValueTuple`3::Item2 RuntimeObject * ___Item2_1; // T3 System.ValueTuple`3::Item3 int32_t ___Item3_2; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_3_tA2BBCCC52DFBFFE7F17F71793C91A129BC51EAC8, ___Item1_0)); } inline RuntimeObject * get_Item1_0() const { return ___Item1_0; } inline RuntimeObject ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(RuntimeObject * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_3_tA2BBCCC52DFBFFE7F17F71793C91A129BC51EAC8, ___Item2_1)); } inline RuntimeObject * get_Item2_1() const { return ___Item2_1; } inline RuntimeObject ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(RuntimeObject * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } inline static int32_t get_offset_of_Item3_2() { return static_cast(offsetof(ValueTuple_3_tA2BBCCC52DFBFFE7F17F71793C91A129BC51EAC8, ___Item3_2)); } inline int32_t get_Item3_2() const { return ___Item3_2; } inline int32_t* get_address_of_Item3_2() { return &___Item3_2; } inline void set_Item3_2(int32_t value) { ___Item3_2 = value; } }; // System.ValueTuple`5 struct ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 { public: // T1 System.ValueTuple`5::Item1 RuntimeObject * ___Item1_0; // T2 System.ValueTuple`5::Item2 bool ___Item2_1; // T3 System.ValueTuple`5::Item3 bool ___Item3_2; // T4 System.ValueTuple`5::Item4 RuntimeObject * ___Item4_3; // T5 System.ValueTuple`5::Item5 RuntimeObject * ___Item5_4; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59, ___Item1_0)); } inline RuntimeObject * get_Item1_0() const { return ___Item1_0; } inline RuntimeObject ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(RuntimeObject * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59, ___Item2_1)); } inline bool get_Item2_1() const { return ___Item2_1; } inline bool* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(bool value) { ___Item2_1 = value; } inline static int32_t get_offset_of_Item3_2() { return static_cast(offsetof(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59, ___Item3_2)); } inline bool get_Item3_2() const { return ___Item3_2; } inline bool* get_address_of_Item3_2() { return &___Item3_2; } inline void set_Item3_2(bool value) { ___Item3_2 = value; } inline static int32_t get_offset_of_Item4_3() { return static_cast(offsetof(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59, ___Item4_3)); } inline RuntimeObject * get_Item4_3() const { return ___Item4_3; } inline RuntimeObject ** get_address_of_Item4_3() { return &___Item4_3; } inline void set_Item4_3(RuntimeObject * value) { ___Item4_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item4_3), (void*)value); } inline static int32_t get_offset_of_Item5_4() { return static_cast(offsetof(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59, ___Item5_4)); } inline RuntimeObject * get_Item5_4() const { return ___Item5_4; } inline RuntimeObject ** get_address_of_Item5_4() { return &___Item5_4; } inline void set_Item5_4(RuntimeObject * value) { ___Item5_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item5_4), (void*)value); } }; // System.Linq.Enumerable/WhereSelectArrayIterator`2,System.Object> struct WhereSelectArrayIterator_2_t533C591223D49F5BCDFF966D68BED9A04ED2269D : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectArrayIterator_2_t533C591223D49F5BCDFF966D68BED9A04ED2269D, ___source_3)); } inline KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* get_source_3() const { return ___source_3; } inline KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C** get_address_of_source_3() { return &___source_3; } inline void set_source_3(KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectArrayIterator_2_t533C591223D49F5BCDFF966D68BED9A04ED2269D, ___predicate_4)); } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * get_predicate_4() const { return ___predicate_4; } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectArrayIterator_2_t533C591223D49F5BCDFF966D68BED9A04ED2269D, ___selector_5)); } inline Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * get_selector_5() const { return ___selector_5; } inline Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(WhereSelectArrayIterator_2_t533C591223D49F5BCDFF966D68BED9A04ED2269D, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } }; // System.Linq.Enumerable/WhereSelectArrayIterator`2,System.Object> struct WhereSelectArrayIterator_2_tEC7D2E75D2D8A9E1AA3D6F21AA9CBCB87EBD6617 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectArrayIterator_2_tEC7D2E75D2D8A9E1AA3D6F21AA9CBCB87EBD6617, ___source_3)); } inline KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630* get_source_3() const { return ___source_3; } inline KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630** get_address_of_source_3() { return &___source_3; } inline void set_source_3(KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectArrayIterator_2_tEC7D2E75D2D8A9E1AA3D6F21AA9CBCB87EBD6617, ___predicate_4)); } inline Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectArrayIterator_2_tEC7D2E75D2D8A9E1AA3D6F21AA9CBCB87EBD6617, ___selector_5)); } inline Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * get_selector_5() const { return ___selector_5; } inline Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(WhereSelectArrayIterator_2_tEC7D2E75D2D8A9E1AA3D6F21AA9CBCB87EBD6617, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_t00D4CC16A86C24F0CC80D3112E1FA2D451FF5D0C : public Iterator_1_tCFFC952B03DBE4E956DE317DB9704D936AEA2379 { public: // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectArrayIterator_2_t00D4CC16A86C24F0CC80D3112E1FA2D451FF5D0C, ___source_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_source_3() const { return ___source_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_source_3() { return &___source_3; } inline void set_source_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectArrayIterator_2_t00D4CC16A86C24F0CC80D3112E1FA2D451FF5D0C, ___predicate_4)); } inline Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectArrayIterator_2_t00D4CC16A86C24F0CC80D3112E1FA2D451FF5D0C, ___selector_5)); } inline Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * get_selector_5() const { return ___selector_5; } inline Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(WhereSelectArrayIterator_2_t00D4CC16A86C24F0CC80D3112E1FA2D451FF5D0C, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_t297D221F6AEFE060ABD891ACCBE86FD625D9F687 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectArrayIterator_2_t297D221F6AEFE060ABD891ACCBE86FD625D9F687, ___source_3)); } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* get_source_3() const { return ___source_3; } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** get_address_of_source_3() { return &___source_3; } inline void set_source_3(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectArrayIterator_2_t297D221F6AEFE060ABD891ACCBE86FD625D9F687, ___predicate_4)); } inline Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectArrayIterator_2_t297D221F6AEFE060ABD891ACCBE86FD625D9F687, ___selector_5)); } inline Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * get_selector_5() const { return ___selector_5; } inline Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(WhereSelectArrayIterator_2_t297D221F6AEFE060ABD891ACCBE86FD625D9F687, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_t8E1E4D86BDBA319DD5FB2D615DE93CAE92D68506 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectArrayIterator_2_t8E1E4D86BDBA319DD5FB2D615DE93CAE92D68506, ___source_3)); } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* get_source_3() const { return ___source_3; } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD** get_address_of_source_3() { return &___source_3; } inline void set_source_3(NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectArrayIterator_2_t8E1E4D86BDBA319DD5FB2D615DE93CAE92D68506, ___predicate_4)); } inline Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectArrayIterator_2_t8E1E4D86BDBA319DD5FB2D615DE93CAE92D68506, ___selector_5)); } inline Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * get_selector_5() const { return ___selector_5; } inline Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(WhereSelectArrayIterator_2_t8E1E4D86BDBA319DD5FB2D615DE93CAE92D68506, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_tFFAF318BF43576D4F2880331F0ECAB9792119697 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectArrayIterator_2_tFFAF318BF43576D4F2880331F0ECAB9792119697, ___source_3)); } inline NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* get_source_3() const { return ___source_3; } inline NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391** get_address_of_source_3() { return &___source_3; } inline void set_source_3(NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectArrayIterator_2_tFFAF318BF43576D4F2880331F0ECAB9792119697, ___predicate_4)); } inline Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectArrayIterator_2_tFFAF318BF43576D4F2880331F0ECAB9792119697, ___selector_5)); } inline Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * get_selector_5() const { return ___selector_5; } inline Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(WhereSelectArrayIterator_2_tFFAF318BF43576D4F2880331F0ECAB9792119697, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_tA706D5B1608A9A8F1BF43C6E5D9D682C901DB244 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectArrayIterator_2_tA706D5B1608A9A8F1BF43C6E5D9D682C901DB244, ___source_3)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_source_3() const { return ___source_3; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_source_3() { return &___source_3; } inline void set_source_3(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectArrayIterator_2_tA706D5B1608A9A8F1BF43C6E5D9D682C901DB244, ___predicate_4)); } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectArrayIterator_2_tA706D5B1608A9A8F1BF43C6E5D9D682C901DB244, ___selector_5)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector_5() const { return ___selector_5; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(WhereSelectArrayIterator_2_tA706D5B1608A9A8F1BF43C6E5D9D682C901DB244, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_tBF1F7368E0EF1157617DD50CB92EDEF1ABDEE95D : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectArrayIterator_2_tBF1F7368E0EF1157617DD50CB92EDEF1ABDEE95D, ___source_3)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_source_3() const { return ___source_3; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_source_3() { return &___source_3; } inline void set_source_3(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectArrayIterator_2_tBF1F7368E0EF1157617DD50CB92EDEF1ABDEE95D, ___predicate_4)); } inline Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A * get_predicate_4() const { return ___predicate_4; } inline Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectArrayIterator_2_tBF1F7368E0EF1157617DD50CB92EDEF1ABDEE95D, ___selector_5)); } inline Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * get_selector_5() const { return ___selector_5; } inline Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(WhereSelectArrayIterator_2_tBF1F7368E0EF1157617DD50CB92EDEF1ABDEE95D, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_tAA2E097EE3422A3A4E4652B975AA568F28CF2C90 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectArrayIterator_2_tAA2E097EE3422A3A4E4652B975AA568F28CF2C90, ___source_3)); } inline SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* get_source_3() const { return ___source_3; } inline SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0** get_address_of_source_3() { return &___source_3; } inline void set_source_3(SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectArrayIterator_2_tAA2E097EE3422A3A4E4652B975AA568F28CF2C90, ___predicate_4)); } inline Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9 * get_predicate_4() const { return ___predicate_4; } inline Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectArrayIterator_2_tAA2E097EE3422A3A4E4652B975AA568F28CF2C90, ___selector_5)); } inline Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * get_selector_5() const { return ___selector_5; } inline Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(WhereSelectArrayIterator_2_tAA2E097EE3422A3A4E4652B975AA568F28CF2C90, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_tED9B99EA45685E4AB08C352736644EB4CAFC9980 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectArrayIterator_2_tED9B99EA45685E4AB08C352736644EB4CAFC9980, ___source_3)); } inline JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098* get_source_3() const { return ___source_3; } inline JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098** get_address_of_source_3() { return &___source_3; } inline void set_source_3(JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectArrayIterator_2_tED9B99EA45685E4AB08C352736644EB4CAFC9980, ___predicate_4)); } inline Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectArrayIterator_2_tED9B99EA45685E4AB08C352736644EB4CAFC9980, ___selector_5)); } inline Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * get_selector_5() const { return ___selector_5; } inline Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(WhereSelectArrayIterator_2_tED9B99EA45685E4AB08C352736644EB4CAFC9980, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2,System.Object> struct WhereSelectEnumerableIterator_2_t1F3033734D19B5ED4B101CB6D02F411359552505 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t1F3033734D19B5ED4B101CB6D02F411359552505, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t1F3033734D19B5ED4B101CB6D02F411359552505, ___predicate_4)); } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * get_predicate_4() const { return ___predicate_4; } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t1F3033734D19B5ED4B101CB6D02F411359552505, ___selector_5)); } inline Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * get_selector_5() const { return ___selector_5; } inline Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t1F3033734D19B5ED4B101CB6D02F411359552505, ___enumerator_6)); } inline RuntimeObject* get_enumerator_6() const { return ___enumerator_6; } inline RuntimeObject** get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(RuntimeObject* value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_6), (void*)value); } }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2,System.Object> struct WhereSelectEnumerableIterator_2_t0ACED5698603E2D2B4071096A021E0FA6102F459 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t0ACED5698603E2D2B4071096A021E0FA6102F459, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t0ACED5698603E2D2B4071096A021E0FA6102F459, ___predicate_4)); } inline Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t0ACED5698603E2D2B4071096A021E0FA6102F459, ___selector_5)); } inline Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * get_selector_5() const { return ___selector_5; } inline Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t0ACED5698603E2D2B4071096A021E0FA6102F459, ___enumerator_6)); } inline RuntimeObject* get_enumerator_6() const { return ___enumerator_6; } inline RuntimeObject** get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(RuntimeObject* value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_6), (void*)value); } }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_t70C236BD8C0DBBA43FCE3CE4E4F6B545579333EF : public Iterator_1_tCFFC952B03DBE4E956DE317DB9704D936AEA2379 { public: // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t70C236BD8C0DBBA43FCE3CE4E4F6B545579333EF, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t70C236BD8C0DBBA43FCE3CE4E4F6B545579333EF, ___predicate_4)); } inline Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t70C236BD8C0DBBA43FCE3CE4E4F6B545579333EF, ___selector_5)); } inline Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * get_selector_5() const { return ___selector_5; } inline Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t70C236BD8C0DBBA43FCE3CE4E4F6B545579333EF, ___enumerator_6)); } inline RuntimeObject* get_enumerator_6() const { return ___enumerator_6; } inline RuntimeObject** get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(RuntimeObject* value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_6), (void*)value); } }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_t02B3FDD3CA4282B70A77A6A52D6AADC70EF74E8B : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t02B3FDD3CA4282B70A77A6A52D6AADC70EF74E8B, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t02B3FDD3CA4282B70A77A6A52D6AADC70EF74E8B, ___predicate_4)); } inline Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t02B3FDD3CA4282B70A77A6A52D6AADC70EF74E8B, ___selector_5)); } inline Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * get_selector_5() const { return ___selector_5; } inline Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t02B3FDD3CA4282B70A77A6A52D6AADC70EF74E8B, ___enumerator_6)); } inline RuntimeObject* get_enumerator_6() const { return ___enumerator_6; } inline RuntimeObject** get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(RuntimeObject* value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_6), (void*)value); } }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_t9C8232C608C379652355BB860B0A6074ABF36E09 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t9C8232C608C379652355BB860B0A6074ABF36E09, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t9C8232C608C379652355BB860B0A6074ABF36E09, ___predicate_4)); } inline Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t9C8232C608C379652355BB860B0A6074ABF36E09, ___selector_5)); } inline Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * get_selector_5() const { return ___selector_5; } inline Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t9C8232C608C379652355BB860B0A6074ABF36E09, ___enumerator_6)); } inline RuntimeObject* get_enumerator_6() const { return ___enumerator_6; } inline RuntimeObject** get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(RuntimeObject* value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_6), (void*)value); } }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_tEBF9E61EFDABBBB02113A82648E32AC170921957 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_tEBF9E61EFDABBBB02113A82648E32AC170921957, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_tEBF9E61EFDABBBB02113A82648E32AC170921957, ___predicate_4)); } inline Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_tEBF9E61EFDABBBB02113A82648E32AC170921957, ___selector_5)); } inline Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * get_selector_5() const { return ___selector_5; } inline Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_tEBF9E61EFDABBBB02113A82648E32AC170921957, ___enumerator_6)); } inline RuntimeObject* get_enumerator_6() const { return ___enumerator_6; } inline RuntimeObject** get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(RuntimeObject* value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_6), (void*)value); } }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_tDAA8BFBEA68F81670F3F51C6200EBD26D7A8FBAB : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_tDAA8BFBEA68F81670F3F51C6200EBD26D7A8FBAB, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_tDAA8BFBEA68F81670F3F51C6200EBD26D7A8FBAB, ___predicate_4)); } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_tDAA8BFBEA68F81670F3F51C6200EBD26D7A8FBAB, ___selector_5)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector_5() const { return ___selector_5; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_tDAA8BFBEA68F81670F3F51C6200EBD26D7A8FBAB, ___enumerator_6)); } inline RuntimeObject* get_enumerator_6() const { return ___enumerator_6; } inline RuntimeObject** get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(RuntimeObject* value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_6), (void*)value); } }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_t8330901F0811E7C54CAD7107B2350ACFCBF3859A : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t8330901F0811E7C54CAD7107B2350ACFCBF3859A, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t8330901F0811E7C54CAD7107B2350ACFCBF3859A, ___predicate_4)); } inline Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A * get_predicate_4() const { return ___predicate_4; } inline Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t8330901F0811E7C54CAD7107B2350ACFCBF3859A, ___selector_5)); } inline Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * get_selector_5() const { return ___selector_5; } inline Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t8330901F0811E7C54CAD7107B2350ACFCBF3859A, ___enumerator_6)); } inline RuntimeObject* get_enumerator_6() const { return ___enumerator_6; } inline RuntimeObject** get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(RuntimeObject* value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_6), (void*)value); } }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_t5E3BB9AFBEC27ED62FC129516C2D3E9FC81641B6 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t5E3BB9AFBEC27ED62FC129516C2D3E9FC81641B6, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t5E3BB9AFBEC27ED62FC129516C2D3E9FC81641B6, ___predicate_4)); } inline Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9 * get_predicate_4() const { return ___predicate_4; } inline Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t5E3BB9AFBEC27ED62FC129516C2D3E9FC81641B6, ___selector_5)); } inline Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * get_selector_5() const { return ___selector_5; } inline Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t5E3BB9AFBEC27ED62FC129516C2D3E9FC81641B6, ___enumerator_6)); } inline RuntimeObject* get_enumerator_6() const { return ___enumerator_6; } inline RuntimeObject** get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(RuntimeObject* value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_6), (void*)value); } }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_t4DAE42F4C708266EAC938F1C6E7FB762CDF50463 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t4DAE42F4C708266EAC938F1C6E7FB762CDF50463, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t4DAE42F4C708266EAC938F1C6E7FB762CDF50463, ___predicate_4)); } inline Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t4DAE42F4C708266EAC938F1C6E7FB762CDF50463, ___selector_5)); } inline Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * get_selector_5() const { return ___selector_5; } inline Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t4DAE42F4C708266EAC938F1C6E7FB762CDF50463, ___enumerator_6)); } inline RuntimeObject* get_enumerator_6() const { return ___enumerator_6; } inline RuntimeObject** get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(RuntimeObject* value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_6), (void*)value); } }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 { public: // System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine RuntimeObject* ___m_stateMachine_0; // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___m_defaultContextAction_1; public: inline static int32_t get_offset_of_m_stateMachine_0() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_stateMachine_0)); } inline RuntimeObject* get_m_stateMachine_0() const { return ___m_stateMachine_0; } inline RuntimeObject** get_address_of_m_stateMachine_0() { return &___m_stateMachine_0; } inline void set_m_stateMachine_0(RuntimeObject* value) { ___m_stateMachine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateMachine_0), (void*)value); } inline static int32_t get_offset_of_m_defaultContextAction_1() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_defaultContextAction_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_m_defaultContextAction_1() const { return ___m_defaultContextAction_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_m_defaultContextAction_1() { return &___m_defaultContextAction_1; } inline void set_m_defaultContextAction_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___m_defaultContextAction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_defaultContextAction_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_pinvoke { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_com { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD { public: // System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; public: inline static int32_t get_offset_of_m_source_0() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD, ___m_source_0)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_m_source_0() const { return ___m_source_0; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___m_source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_pinvoke { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // Native definition for COM marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_com { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // UnityEngine.Color32 struct Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D { public: union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.Color32::rgba int32_t ___rgba_0; }; #pragma pack(pop, tp) struct { int32_t ___rgba_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.Color32::r uint8_t ___r_1; }; #pragma pack(pop, tp) struct { uint8_t ___r_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___g_2_OffsetPadding[1]; // System.Byte UnityEngine.Color32::g uint8_t ___g_2; }; #pragma pack(pop, tp) struct { char ___g_2_OffsetPadding_forAlignmentOnly[1]; uint8_t ___g_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___b_3_OffsetPadding[2]; // System.Byte UnityEngine.Color32::b uint8_t ___b_3; }; #pragma pack(pop, tp) struct { char ___b_3_OffsetPadding_forAlignmentOnly[2]; uint8_t ___b_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___a_4_OffsetPadding[3]; // System.Byte UnityEngine.Color32::a uint8_t ___a_4; }; #pragma pack(pop, tp) struct { char ___a_4_OffsetPadding_forAlignmentOnly[3]; uint8_t ___a_4_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_rgba_0() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___rgba_0)); } inline int32_t get_rgba_0() const { return ___rgba_0; } inline int32_t* get_address_of_rgba_0() { return &___rgba_0; } inline void set_rgba_0(int32_t value) { ___rgba_0 = value; } inline static int32_t get_offset_of_r_1() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___r_1)); } inline uint8_t get_r_1() const { return ___r_1; } inline uint8_t* get_address_of_r_1() { return &___r_1; } inline void set_r_1(uint8_t value) { ___r_1 = value; } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___g_2)); } inline uint8_t get_g_2() const { return ___g_2; } inline uint8_t* get_address_of_g_2() { return &___g_2; } inline void set_g_2(uint8_t value) { ___g_2 = value; } inline static int32_t get_offset_of_b_3() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___b_3)); } inline uint8_t get_b_3() const { return ___b_3; } inline uint8_t* get_address_of_b_3() { return &___b_3; } inline void set_b_3(uint8_t value) { ___b_3 = value; } inline static int32_t get_offset_of_a_4() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___a_4)); } inline uint8_t get_a_4() const { return ___a_4; } inline uint8_t* get_address_of_a_4() { return &___a_4; } inline void set_a_4(uint8_t value) { ___a_4 = value; } }; // System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 { public: // System.Type System.Reflection.CustomAttributeTypedArgument::argumentType Type_t * ___argumentType_0; // System.Object System.Reflection.CustomAttributeTypedArgument::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_argumentType_0() { return static_cast(offsetof(CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910, ___argumentType_0)); } inline Type_t * get_argumentType_0() const { return ___argumentType_0; } inline Type_t ** get_address_of_argumentType_0() { return &___argumentType_0; } inline void set_argumentType_0(Type_t * value) { ___argumentType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___argumentType_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910_marshaled_pinvoke { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910_marshaled_com { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 { public: // System.Int32 System.Decimal::flags int32_t ___flags_14; // System.Int32 System.Decimal::hi int32_t ___hi_15; // System.Int32 System.Decimal::lo int32_t ___lo_16; // System.Int32 System.Decimal::mid int32_t ___mid_17; public: inline static int32_t get_offset_of_flags_14() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___flags_14)); } inline int32_t get_flags_14() const { return ___flags_14; } inline int32_t* get_address_of_flags_14() { return &___flags_14; } inline void set_flags_14(int32_t value) { ___flags_14 = value; } inline static int32_t get_offset_of_hi_15() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___hi_15)); } inline int32_t get_hi_15() const { return ___hi_15; } inline int32_t* get_address_of_hi_15() { return &___hi_15; } inline void set_hi_15(int32_t value) { ___hi_15 = value; } inline static int32_t get_offset_of_lo_16() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___lo_16)); } inline int32_t get_lo_16() const { return ___lo_16; } inline int32_t* get_address_of_lo_16() { return &___lo_16; } inline void set_lo_16(int32_t value) { ___lo_16 = value; } inline static int32_t get_offset_of_mid_17() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___mid_17)); } inline int32_t get_mid_17() const { return ___mid_17; } inline int32_t* get_address_of_mid_17() { return &___mid_17; } inline void set_mid_17(int32_t value) { ___mid_17 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; // UnityEngine.InputSystem.Utilities.FourCC struct FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 { public: // System.Int32 UnityEngine.InputSystem.Utilities.FourCC::m_Code int32_t ___m_Code_0; public: inline static int32_t get_offset_of_m_Code_0() { return static_cast(offsetof(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9, ___m_Code_0)); } inline int32_t get_m_Code_0() const { return ___m_Code_0; } inline int32_t* get_address_of_m_Code_0() { return &___m_Code_0; } inline void set_m_Code_0(int32_t value) { ___m_Code_0 = value; } }; // System.Runtime.InteropServices.GCHandle struct GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; // UnityEngine.Hash128 struct Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A { public: // System.UInt64 UnityEngine.Hash128::u64_0 uint64_t ___u64_0_0; // System.UInt64 UnityEngine.Hash128::u64_1 uint64_t ___u64_1_1; public: inline static int32_t get_offset_of_u64_0_0() { return static_cast(offsetof(Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A, ___u64_0_0)); } inline uint64_t get_u64_0_0() const { return ___u64_0_0; } inline uint64_t* get_address_of_u64_0_0() { return &___u64_0_0; } inline void set_u64_0_0(uint64_t value) { ___u64_0_0 = value; } inline static int32_t get_offset_of_u64_1_1() { return static_cast(offsetof(Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A, ___u64_1_1)); } inline uint64_t get_u64_1_1() const { return ___u64_1_1; } inline uint64_t* get_address_of_u64_1_1() { return &___u64_1_1; } inline void set_u64_1_1(uint64_t value) { ___u64_1_1 = value; } }; // UnityEngine.InputSystem.InputControlScheme struct InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 { public: // System.String UnityEngine.InputSystem.InputControlScheme::m_Name String_t* ___m_Name_0; // System.String UnityEngine.InputSystem.InputControlScheme::m_BindingGroup String_t* ___m_BindingGroup_1; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] UnityEngine.InputSystem.InputControlScheme::m_DeviceRequirements DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* ___m_DeviceRequirements_2; public: inline static int32_t get_offset_of_m_Name_0() { return static_cast(offsetof(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340, ___m_Name_0)); } inline String_t* get_m_Name_0() const { return ___m_Name_0; } inline String_t** get_address_of_m_Name_0() { return &___m_Name_0; } inline void set_m_Name_0(String_t* value) { ___m_Name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_0), (void*)value); } inline static int32_t get_offset_of_m_BindingGroup_1() { return static_cast(offsetof(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340, ___m_BindingGroup_1)); } inline String_t* get_m_BindingGroup_1() const { return ___m_BindingGroup_1; } inline String_t** get_address_of_m_BindingGroup_1() { return &___m_BindingGroup_1; } inline void set_m_BindingGroup_1(String_t* value) { ___m_BindingGroup_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BindingGroup_1), (void*)value); } inline static int32_t get_offset_of_m_DeviceRequirements_2() { return static_cast(offsetof(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340, ___m_DeviceRequirements_2)); } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* get_m_DeviceRequirements_2() const { return ___m_DeviceRequirements_2; } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795** get_address_of_m_DeviceRequirements_2() { return &___m_DeviceRequirements_2; } inline void set_m_DeviceRequirements_2(DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* value) { ___m_DeviceRequirements_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DeviceRequirements_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme struct InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshaled_pinvoke { char* ___m_Name_0; char* ___m_BindingGroup_1; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke* ___m_DeviceRequirements_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme struct InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshaled_com { Il2CppChar* ___m_Name_0; Il2CppChar* ___m_BindingGroup_1; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com* ___m_DeviceRequirements_2; }; // UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 { public: // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_InterfaceName String_t* ___m_InterfaceName_0; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_DeviceClass String_t* ___m_DeviceClass_1; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Manufacturer String_t* ___m_Manufacturer_2; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Product String_t* ___m_Product_3; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Serial String_t* ___m_Serial_4; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Version String_t* ___m_Version_5; // System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Capabilities String_t* ___m_Capabilities_6; public: inline static int32_t get_offset_of_m_InterfaceName_0() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_InterfaceName_0)); } inline String_t* get_m_InterfaceName_0() const { return ___m_InterfaceName_0; } inline String_t** get_address_of_m_InterfaceName_0() { return &___m_InterfaceName_0; } inline void set_m_InterfaceName_0(String_t* value) { ___m_InterfaceName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InterfaceName_0), (void*)value); } inline static int32_t get_offset_of_m_DeviceClass_1() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_DeviceClass_1)); } inline String_t* get_m_DeviceClass_1() const { return ___m_DeviceClass_1; } inline String_t** get_address_of_m_DeviceClass_1() { return &___m_DeviceClass_1; } inline void set_m_DeviceClass_1(String_t* value) { ___m_DeviceClass_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DeviceClass_1), (void*)value); } inline static int32_t get_offset_of_m_Manufacturer_2() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Manufacturer_2)); } inline String_t* get_m_Manufacturer_2() const { return ___m_Manufacturer_2; } inline String_t** get_address_of_m_Manufacturer_2() { return &___m_Manufacturer_2; } inline void set_m_Manufacturer_2(String_t* value) { ___m_Manufacturer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Manufacturer_2), (void*)value); } inline static int32_t get_offset_of_m_Product_3() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Product_3)); } inline String_t* get_m_Product_3() const { return ___m_Product_3; } inline String_t** get_address_of_m_Product_3() { return &___m_Product_3; } inline void set_m_Product_3(String_t* value) { ___m_Product_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Product_3), (void*)value); } inline static int32_t get_offset_of_m_Serial_4() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Serial_4)); } inline String_t* get_m_Serial_4() const { return ___m_Serial_4; } inline String_t** get_address_of_m_Serial_4() { return &___m_Serial_4; } inline void set_m_Serial_4(String_t* value) { ___m_Serial_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Serial_4), (void*)value); } inline static int32_t get_offset_of_m_Version_5() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Version_5)); } inline String_t* get_m_Version_5() const { return ___m_Version_5; } inline String_t** get_address_of_m_Version_5() { return &___m_Version_5; } inline void set_m_Version_5(String_t* value) { ___m_Version_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Version_5), (void*)value); } inline static int32_t get_offset_of_m_Capabilities_6() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Capabilities_6)); } inline String_t* get_m_Capabilities_6() const { return ___m_Capabilities_6; } inline String_t** get_address_of_m_Capabilities_6() { return &___m_Capabilities_6; } inline void set_m_Capabilities_6(String_t* value) { ___m_Capabilities_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Capabilities_6), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_marshaled_pinvoke { char* ___m_InterfaceName_0; char* ___m_DeviceClass_1; char* ___m_Manufacturer_2; char* ___m_Product_3; char* ___m_Serial_4; char* ___m_Version_5; char* ___m_Capabilities_6; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_marshaled_com { Il2CppChar* ___m_InterfaceName_0; Il2CppChar* ___m_DeviceClass_1; Il2CppChar* ___m_Manufacturer_2; Il2CppChar* ___m_Product_3; Il2CppChar* ___m_Serial_4; Il2CppChar* ___m_Version_5; Il2CppChar* ___m_Capabilities_6; }; // UnityEngine.InputSystem.LowLevel.InputEventPtr struct InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 { public: // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::m_EventPtr InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * ___m_EventPtr_0; public: inline static int32_t get_offset_of_m_EventPtr_0() { return static_cast(offsetof(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1, ___m_EventPtr_0)); } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * get_m_EventPtr_0() const { return ___m_EventPtr_0; } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ** get_address_of_m_EventPtr_0() { return &___m_EventPtr_0; } inline void set_m_EventPtr_0(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * value) { ___m_EventPtr_0 = value; } }; // UnityEngine.InputSystem.Users.InputUserAccountHandle struct InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C { public: // System.String UnityEngine.InputSystem.Users.InputUserAccountHandle::m_ApiName String_t* ___m_ApiName_0; // System.UInt64 UnityEngine.InputSystem.Users.InputUserAccountHandle::m_Handle uint64_t ___m_Handle_1; public: inline static int32_t get_offset_of_m_ApiName_0() { return static_cast(offsetof(InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C, ___m_ApiName_0)); } inline String_t* get_m_ApiName_0() const { return ___m_ApiName_0; } inline String_t** get_address_of_m_ApiName_0() { return &___m_ApiName_0; } inline void set_m_ApiName_0(String_t* value) { ___m_ApiName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ApiName_0), (void*)value); } inline static int32_t get_offset_of_m_Handle_1() { return static_cast(offsetof(InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C, ___m_Handle_1)); } inline uint64_t get_m_Handle_1() const { return ___m_Handle_1; } inline uint64_t* get_address_of_m_Handle_1() { return &___m_Handle_1; } inline void set_m_Handle_1(uint64_t value) { ___m_Handle_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Users.InputUserAccountHandle struct InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C_marshaled_pinvoke { char* ___m_ApiName_0; uint64_t ___m_Handle_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Users.InputUserAccountHandle struct InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C_marshaled_com { Il2CppChar* ___m_ApiName_0; uint64_t ___m_Handle_1; }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; // UnityEngine.InputSystem.Utilities.InternedString struct InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED { public: // System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringOriginalCase String_t* ___m_StringOriginalCase_0; // System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringLowerCase String_t* ___m_StringLowerCase_1; public: inline static int32_t get_offset_of_m_StringOriginalCase_0() { return static_cast(offsetof(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED, ___m_StringOriginalCase_0)); } inline String_t* get_m_StringOriginalCase_0() const { return ___m_StringOriginalCase_0; } inline String_t** get_address_of_m_StringOriginalCase_0() { return &___m_StringOriginalCase_0; } inline void set_m_StringOriginalCase_0(String_t* value) { ___m_StringOriginalCase_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StringOriginalCase_0), (void*)value); } inline static int32_t get_offset_of_m_StringLowerCase_1() { return static_cast(offsetof(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED, ___m_StringLowerCase_1)); } inline String_t* get_m_StringLowerCase_1() const { return ___m_StringLowerCase_1; } inline String_t** get_address_of_m_StringLowerCase_1() { return &___m_StringLowerCase_1; } inline void set_m_StringLowerCase_1(String_t* value) { ___m_StringLowerCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StringLowerCase_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.InternedString struct InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke { char* ___m_StringOriginalCase_0; char* ___m_StringLowerCase_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.InternedString struct InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com { Il2CppChar* ___m_StringOriginalCase_0; Il2CppChar* ___m_StringLowerCase_1; }; // UnityEngine.Timeline.IntervalTreeNode struct IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D { public: // System.Int64 UnityEngine.Timeline.IntervalTreeNode::center int64_t ___center_0; // System.Int32 UnityEngine.Timeline.IntervalTreeNode::first int32_t ___first_1; // System.Int32 UnityEngine.Timeline.IntervalTreeNode::last int32_t ___last_2; // System.Int32 UnityEngine.Timeline.IntervalTreeNode::left int32_t ___left_3; // System.Int32 UnityEngine.Timeline.IntervalTreeNode::right int32_t ___right_4; public: inline static int32_t get_offset_of_center_0() { return static_cast(offsetof(IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D, ___center_0)); } inline int64_t get_center_0() const { return ___center_0; } inline int64_t* get_address_of_center_0() { return &___center_0; } inline void set_center_0(int64_t value) { ___center_0 = value; } inline static int32_t get_offset_of_first_1() { return static_cast(offsetof(IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D, ___first_1)); } inline int32_t get_first_1() const { return ___first_1; } inline int32_t* get_address_of_first_1() { return &___first_1; } inline void set_first_1(int32_t value) { ___first_1 = value; } inline static int32_t get_offset_of_last_2() { return static_cast(offsetof(IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D, ___last_2)); } inline int32_t get_last_2() const { return ___last_2; } inline int32_t* get_address_of_last_2() { return &___last_2; } inline void set_last_2(int32_t value) { ___last_2 = value; } inline static int32_t get_offset_of_left_3() { return static_cast(offsetof(IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D, ___left_3)); } inline int32_t get_left_3() const { return ___left_3; } inline int32_t* get_address_of_left_3() { return &___left_3; } inline void set_left_3(int32_t value) { ___left_3 = value; } inline static int32_t get_offset_of_right_4() { return static_cast(offsetof(IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D, ___right_4)); } inline int32_t get_right_4() const { return ___right_4; } inline int32_t* get_address_of_right_4() { return &___right_4; } inline void set_right_4(int32_t value) { ___right_4 = value; } }; // UnityEngine.Matrix4x4 struct Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 { public: // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; public: inline static int32_t get_offset_of_m00_0() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m00_0)); } inline float get_m00_0() const { return ___m00_0; } inline float* get_address_of_m00_0() { return &___m00_0; } inline void set_m00_0(float value) { ___m00_0 = value; } inline static int32_t get_offset_of_m10_1() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m10_1)); } inline float get_m10_1() const { return ___m10_1; } inline float* get_address_of_m10_1() { return &___m10_1; } inline void set_m10_1(float value) { ___m10_1 = value; } inline static int32_t get_offset_of_m20_2() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m20_2)); } inline float get_m20_2() const { return ___m20_2; } inline float* get_address_of_m20_2() { return &___m20_2; } inline void set_m20_2(float value) { ___m20_2 = value; } inline static int32_t get_offset_of_m30_3() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m30_3)); } inline float get_m30_3() const { return ___m30_3; } inline float* get_address_of_m30_3() { return &___m30_3; } inline void set_m30_3(float value) { ___m30_3 = value; } inline static int32_t get_offset_of_m01_4() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m01_4)); } inline float get_m01_4() const { return ___m01_4; } inline float* get_address_of_m01_4() { return &___m01_4; } inline void set_m01_4(float value) { ___m01_4 = value; } inline static int32_t get_offset_of_m11_5() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m11_5)); } inline float get_m11_5() const { return ___m11_5; } inline float* get_address_of_m11_5() { return &___m11_5; } inline void set_m11_5(float value) { ___m11_5 = value; } inline static int32_t get_offset_of_m21_6() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m21_6)); } inline float get_m21_6() const { return ___m21_6; } inline float* get_address_of_m21_6() { return &___m21_6; } inline void set_m21_6(float value) { ___m21_6 = value; } inline static int32_t get_offset_of_m31_7() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m31_7)); } inline float get_m31_7() const { return ___m31_7; } inline float* get_address_of_m31_7() { return &___m31_7; } inline void set_m31_7(float value) { ___m31_7 = value; } inline static int32_t get_offset_of_m02_8() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m02_8)); } inline float get_m02_8() const { return ___m02_8; } inline float* get_address_of_m02_8() { return &___m02_8; } inline void set_m02_8(float value) { ___m02_8 = value; } inline static int32_t get_offset_of_m12_9() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m12_9)); } inline float get_m12_9() const { return ___m12_9; } inline float* get_address_of_m12_9() { return &___m12_9; } inline void set_m12_9(float value) { ___m12_9 = value; } inline static int32_t get_offset_of_m22_10() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m22_10)); } inline float get_m22_10() const { return ___m22_10; } inline float* get_address_of_m22_10() { return &___m22_10; } inline void set_m22_10(float value) { ___m22_10 = value; } inline static int32_t get_offset_of_m32_11() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m32_11)); } inline float get_m32_11() const { return ___m32_11; } inline float* get_address_of_m32_11() { return &___m32_11; } inline void set_m32_11(float value) { ___m32_11 = value; } inline static int32_t get_offset_of_m03_12() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m03_12)); } inline float get_m03_12() const { return ___m03_12; } inline float* get_address_of_m03_12() { return &___m03_12; } inline void set_m03_12(float value) { ___m03_12 = value; } inline static int32_t get_offset_of_m13_13() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m13_13)); } inline float get_m13_13() const { return ___m13_13; } inline float* get_address_of_m13_13() { return &___m13_13; } inline void set_m13_13(float value) { ___m13_13 = value; } inline static int32_t get_offset_of_m23_14() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m23_14)); } inline float get_m23_14() const { return ___m23_14; } inline float* get_address_of_m23_14() { return &___m23_14; } inline void set_m23_14(float value) { ___m23_14 = value; } inline static int32_t get_offset_of_m33_15() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m33_15)); } inline float get_m33_15() const { return ___m33_15; } inline float* get_address_of_m33_15() { return &___m33_15; } inline void set_m33_15(float value) { ___m33_15 = value; } }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; // UnityEngine.Rect struct Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RendererListHandle struct RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F { public: // System.Boolean UnityEngine.Experimental.Rendering.RenderGraphModule.RendererListHandle::m_IsValid bool ___m_IsValid_0; // System.Int32 UnityEngine.Experimental.Rendering.RenderGraphModule.RendererListHandle::k__BackingField int32_t ___U3ChandleU3Ek__BackingField_1; public: inline static int32_t get_offset_of_m_IsValid_0() { return static_cast(offsetof(RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F, ___m_IsValid_0)); } inline bool get_m_IsValid_0() const { return ___m_IsValid_0; } inline bool* get_address_of_m_IsValid_0() { return &___m_IsValid_0; } inline void set_m_IsValid_0(bool value) { ___m_IsValid_0 = value; } inline static int32_t get_offset_of_U3ChandleU3Ek__BackingField_1() { return static_cast(offsetof(RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F, ___U3ChandleU3Ek__BackingField_1)); } inline int32_t get_U3ChandleU3Ek__BackingField_1() const { return ___U3ChandleU3Ek__BackingField_1; } inline int32_t* get_address_of_U3ChandleU3Ek__BackingField_1() { return &___U3ChandleU3Ek__BackingField_1; } inline void set_U3ChandleU3Ek__BackingField_1(int32_t value) { ___U3ChandleU3Ek__BackingField_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RendererListHandle struct RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F_marshaled_pinvoke { int32_t ___m_IsValid_0; int32_t ___U3ChandleU3Ek__BackingField_1; }; // Native definition for COM marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RendererListHandle struct RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F_marshaled_com { int32_t ___m_IsValid_0; int32_t ___U3ChandleU3Ek__BackingField_1; }; // System.SByte struct SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // UnityEngine.Rendering.ShaderTagId struct ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 { public: // System.Int32 UnityEngine.Rendering.ShaderTagId::m_Id int32_t ___m_Id_1; public: inline static int32_t get_offset_of_m_Id_1() { return static_cast(offsetof(ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795, ___m_Id_1)); } inline int32_t get_m_Id_1() const { return ___m_Id_1; } inline int32_t* get_address_of_m_Id_1() { return &___m_Id_1; } inline void set_m_Id_1(int32_t value) { ___m_Id_1 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_HighlightedSprite_0)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HighlightedSprite_0), (void*)value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_PressedSprite_1)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PressedSprite_1), (void*)value); } inline static int32_t get_offset_of_m_SelectedSprite_2() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_SelectedSprite_2)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_SelectedSprite_2() const { return ___m_SelectedSprite_2; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_SelectedSprite_2() { return &___m_SelectedSprite_2; } inline void set_m_SelectedSprite_2(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_SelectedSprite_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectedSprite_2), (void*)value); } inline static int32_t get_offset_of_m_DisabledSprite_3() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_DisabledSprite_3)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_DisabledSprite_3() const { return ___m_DisabledSprite_3; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_DisabledSprite_3() { return &___m_DisabledSprite_3; } inline void set_m_DisabledSprite_3(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_DisabledSprite_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisabledSprite_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_pinvoke { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_com { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; // UnityEngine.InputSystem.Utilities.Substring struct Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F { public: // System.String UnityEngine.InputSystem.Utilities.Substring::m_String String_t* ___m_String_0; // System.Int32 UnityEngine.InputSystem.Utilities.Substring::m_Index int32_t ___m_Index_1; // System.Int32 UnityEngine.InputSystem.Utilities.Substring::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_String_0() { return static_cast(offsetof(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F, ___m_String_0)); } inline String_t* get_m_String_0() const { return ___m_String_0; } inline String_t** get_address_of_m_String_0() { return &___m_String_0; } inline void set_m_String_0(String_t* value) { ___m_String_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_0), (void*)value); } inline static int32_t get_offset_of_m_Index_1() { return static_cast(offsetof(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F, ___m_Index_1)); } inline int32_t get_m_Index_1() const { return ___m_Index_1; } inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; } inline void set_m_Index_1(int32_t value) { ___m_Index_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.Substring struct Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_pinvoke { char* ___m_String_0; int32_t ___m_Index_1; int32_t ___m_Length_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.Substring struct Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_com { Il2CppChar* ___m_String_0; int32_t ___m_Index_1; int32_t ___m_Length_2; }; // System.Runtime.CompilerServices.TaskAwaiter struct TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C { public: // System.Threading.Tasks.Task System.Runtime.CompilerServices.TaskAwaiter::m_task Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C, ___m_task_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_task_0() const { return ___m_task_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.TaskAwaiter struct TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_marshaled_pinvoke { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.TaskAwaiter struct TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_marshaled_com { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; }; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: public: }; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___CoreNewLine_9; // System.IFormatProvider System.IO.TextWriter::InternalFormatProvider RuntimeObject* ___InternalFormatProvider_10; public: inline static int32_t get_offset_of_CoreNewLine_9() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___CoreNewLine_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_CoreNewLine_9() const { return ___CoreNewLine_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; } inline void set_CoreNewLine_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___CoreNewLine_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CoreNewLine_9), (void*)value); } inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___InternalFormatProvider_10)); } inline RuntimeObject* get_InternalFormatProvider_10() const { return ___InternalFormatProvider_10; } inline RuntimeObject** get_address_of_InternalFormatProvider_10() { return &___InternalFormatProvider_10; } inline void set_InternalFormatProvider_10(RuntimeObject* value) { ___InternalFormatProvider_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalFormatProvider_10), (void*)value); } }; // UnityEngine.UILineInfo struct UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C { public: // System.Int32 UnityEngine.UILineInfo::startCharIdx int32_t ___startCharIdx_0; // System.Int32 UnityEngine.UILineInfo::height int32_t ___height_1; // System.Single UnityEngine.UILineInfo::topY float ___topY_2; // System.Single UnityEngine.UILineInfo::leading float ___leading_3; public: inline static int32_t get_offset_of_startCharIdx_0() { return static_cast(offsetof(UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C, ___startCharIdx_0)); } inline int32_t get_startCharIdx_0() const { return ___startCharIdx_0; } inline int32_t* get_address_of_startCharIdx_0() { return &___startCharIdx_0; } inline void set_startCharIdx_0(int32_t value) { ___startCharIdx_0 = value; } inline static int32_t get_offset_of_height_1() { return static_cast(offsetof(UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C, ___height_1)); } inline int32_t get_height_1() const { return ___height_1; } inline int32_t* get_address_of_height_1() { return &___height_1; } inline void set_height_1(int32_t value) { ___height_1 = value; } inline static int32_t get_offset_of_topY_2() { return static_cast(offsetof(UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C, ___topY_2)); } inline float get_topY_2() const { return ___topY_2; } inline float* get_address_of_topY_2() { return &___topY_2; } inline void set_topY_2(float value) { ___topY_2 = value; } inline static int32_t get_offset_of_leading_3() { return static_cast(offsetof(UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C, ___leading_3)); } inline float get_leading_3() const { return ___leading_3; } inline float* get_address_of_leading_3() { return &___leading_3; } inline void set_leading_3(float value) { ___leading_3 = value; } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // UnityEngine.InputSystem.XR.UsageHint struct UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE { public: // System.String UnityEngine.InputSystem.XR.UsageHint::content String_t* ___content_0; public: inline static int32_t get_offset_of_content_0() { return static_cast(offsetof(UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE, ___content_0)); } inline String_t* get_content_0() const { return ___content_0; } inline String_t** get_address_of_content_0() { return &___content_0; } inline void set_content_0(String_t* value) { ___content_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.XR.UsageHint struct UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE_marshaled_pinvoke { char* ___content_0; }; // Native definition for COM marshalling of UnityEngine.InputSystem.XR.UsageHint struct UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE_marshaled_com { Il2CppChar* ___content_0; }; // UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.Vec3 struct Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 { public: // System.Single UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.Vec3::X float ___X_1; // System.Single UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.Vec3::Y float ___Y_2; // System.Single UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.Vec3::Z float ___Z_3; public: inline static int32_t get_offset_of_X_1() { return static_cast(offsetof(Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1, ___X_1)); } inline float get_X_1() const { return ___X_1; } inline float* get_address_of_X_1() { return &___X_1; } inline void set_X_1(float value) { ___X_1 = value; } inline static int32_t get_offset_of_Y_2() { return static_cast(offsetof(Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1, ___Y_2)); } inline float get_Y_2() const { return ___Y_2; } inline float* get_address_of_Y_2() { return &___Y_2; } inline void set_Y_2(float value) { ___Y_2 = value; } inline static int32_t get_offset_of_Z_3() { return static_cast(offsetof(Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1, ___Z_3)); } inline float get_Z_3() const { return ___Z_3; } inline float* get_address_of_Z_3() { return &___Z_3; } inline void set_Z_3(float value) { ___Z_3 = value; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.Threading.Tasks.VoidTaskResult struct VoidTaskResult_t28D1A323545DE024749196472558F49F1AAF0004 { public: union { struct { }; uint8_t VoidTaskResult_t28D1A323545DE024749196472558F49F1AAF0004__padding[1]; }; public: }; // Unity.Mathematics.float2 struct float2_t11F5F2974404951113DDC4E13EEB6E2456295547 { public: // System.Single Unity.Mathematics.float2::x float ___x_0; // System.Single Unity.Mathematics.float2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(float2_t11F5F2974404951113DDC4E13EEB6E2456295547, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(float2_t11F5F2974404951113DDC4E13EEB6E2456295547, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; // Unity.Mathematics.float3 struct float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D { public: // System.Single Unity.Mathematics.float3::x float ___x_0; // System.Single Unity.Mathematics.float3::y float ___y_1; // System.Single Unity.Mathematics.float3::z float ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } }; // UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 { public: // System.Int32 UnityEngine.BeforeRenderHelper/OrderBlock::order int32_t ___order_0; // UnityEngine.Events.UnityAction UnityEngine.BeforeRenderHelper/OrderBlock::callback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___callback_1; public: inline static int32_t get_offset_of_order_0() { return static_cast(offsetof(OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2, ___order_0)); } inline int32_t get_order_0() const { return ___order_0; } inline int32_t* get_address_of_order_0() { return &___order_0; } inline void set_order_0(int32_t value) { ___order_0 = value; } inline static int32_t get_offset_of_callback_1() { return static_cast(offsetof(OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2, ___callback_1)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_callback_1() const { return ___callback_1; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_callback_1() { return &___callback_1; } inline void set_callback_1(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___callback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2_marshaled_pinvoke { int32_t ___order_0; Il2CppMethodPointer ___callback_1; }; // Native definition for COM marshalling of UnityEngine.BeforeRenderHelper/OrderBlock struct OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2_marshaled_com { int32_t ___order_0; Il2CppMethodPointer ___callback_1; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C { public: // System.Threading.Tasks.Task System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_task Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C, ___m_task_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_task_0() const { return ___m_task_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_marshaled_pinvoke { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_marshaled_com { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // UnityEngine.Rendering.CoreUnsafeUtils/UintKeyGetter struct UintKeyGetter_tBC43D92690286CB78866221225155A09475D67DA { public: union { struct { }; uint8_t UintKeyGetter_tBC43D92690286CB78866221225155A09475D67DA__padding[1]; }; public: }; // System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable struct HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 { public: union { struct { }; uint8_t HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268__padding[1]; }; public: }; // System.Diagnostics.Tracing.EventProvider/SessionInfo struct SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7 { public: // System.Int32 System.Diagnostics.Tracing.EventProvider/SessionInfo::sessionIdBit int32_t ___sessionIdBit_0; // System.Int32 System.Diagnostics.Tracing.EventProvider/SessionInfo::etwSessionId int32_t ___etwSessionId_1; public: inline static int32_t get_offset_of_sessionIdBit_0() { return static_cast(offsetof(SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7, ___sessionIdBit_0)); } inline int32_t get_sessionIdBit_0() const { return ___sessionIdBit_0; } inline int32_t* get_address_of_sessionIdBit_0() { return &___sessionIdBit_0; } inline void set_sessionIdBit_0(int32_t value) { ___sessionIdBit_0 = value; } inline static int32_t get_offset_of_etwSessionId_1() { return static_cast(offsetof(SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7, ___etwSessionId_1)); } inline int32_t get_etwSessionId_1() const { return ___etwSessionId_1; } inline int32_t* get_address_of_etwSessionId_1() { return &___etwSessionId_1; } inline void set_etwSessionId_1(int32_t value) { ___etwSessionId_1 = value; } }; // System.Threading.ExecutionContext/Reader struct Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C { public: // System.Threading.ExecutionContext System.Threading.ExecutionContext/Reader::m_ec ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_ec_0; public: inline static int32_t get_offset_of_m_ec_0() { return static_cast(offsetof(Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C, ___m_ec_0)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_m_ec_0() const { return ___m_ec_0; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_m_ec_0() { return &___m_ec_0; } inline void set_m_ec_0(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___m_ec_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ec_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.ExecutionContext/Reader struct Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C_marshaled_pinvoke { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_ec_0; }; // Native definition for COM marshalling of System.Threading.ExecutionContext/Reader struct Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C_marshaled_com { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_ec_0; }; // UnityEngine.InputSystem.InputAction/CallbackContext struct CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D { public: // UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputAction/CallbackContext::m_State InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; // System.Int32 UnityEngine.InputSystem.InputAction/CallbackContext::m_ActionIndex int32_t ___m_ActionIndex_1; public: inline static int32_t get_offset_of_m_State_0() { return static_cast(offsetof(CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D, ___m_State_0)); } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * get_m_State_0() const { return ___m_State_0; } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 ** get_address_of_m_State_0() { return &___m_State_0; } inline void set_m_State_0(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * value) { ___m_State_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_State_0), (void*)value); } inline static int32_t get_offset_of_m_ActionIndex_1() { return static_cast(offsetof(CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D, ___m_ActionIndex_1)); } inline int32_t get_m_ActionIndex_1() const { return ___m_ActionIndex_1; } inline int32_t* get_address_of_m_ActionIndex_1() { return &___m_ActionIndex_1; } inline void set_m_ActionIndex_1(int32_t value) { ___m_ActionIndex_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputAction/CallbackContext struct CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D_marshaled_pinvoke { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; int32_t ___m_ActionIndex_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputAction/CallbackContext struct CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D_marshaled_com { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; int32_t ___m_ActionIndex_1; }; // UnityEngine.InputSystem.InputActionMap/BindingOverrideJson struct BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7 { public: // System.String UnityEngine.InputSystem.InputActionMap/BindingOverrideJson::action String_t* ___action_0; // System.String UnityEngine.InputSystem.InputActionMap/BindingOverrideJson::id String_t* ___id_1; // System.String UnityEngine.InputSystem.InputActionMap/BindingOverrideJson::path String_t* ___path_2; // System.String UnityEngine.InputSystem.InputActionMap/BindingOverrideJson::interactions String_t* ___interactions_3; // System.String UnityEngine.InputSystem.InputActionMap/BindingOverrideJson::processors String_t* ___processors_4; public: inline static int32_t get_offset_of_action_0() { return static_cast(offsetof(BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7, ___action_0)); } inline String_t* get_action_0() const { return ___action_0; } inline String_t** get_address_of_action_0() { return &___action_0; } inline void set_action_0(String_t* value) { ___action_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_0), (void*)value); } inline static int32_t get_offset_of_id_1() { return static_cast(offsetof(BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7, ___id_1)); } inline String_t* get_id_1() const { return ___id_1; } inline String_t** get_address_of_id_1() { return &___id_1; } inline void set_id_1(String_t* value) { ___id_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_1), (void*)value); } inline static int32_t get_offset_of_path_2() { return static_cast(offsetof(BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7, ___path_2)); } inline String_t* get_path_2() const { return ___path_2; } inline String_t** get_address_of_path_2() { return &___path_2; } inline void set_path_2(String_t* value) { ___path_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___path_2), (void*)value); } inline static int32_t get_offset_of_interactions_3() { return static_cast(offsetof(BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7, ___interactions_3)); } inline String_t* get_interactions_3() const { return ___interactions_3; } inline String_t** get_address_of_interactions_3() { return &___interactions_3; } inline void set_interactions_3(String_t* value) { ___interactions_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___interactions_3), (void*)value); } inline static int32_t get_offset_of_processors_4() { return static_cast(offsetof(BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7, ___processors_4)); } inline String_t* get_processors_4() const { return ___processors_4; } inline String_t** get_address_of_processors_4() { return &___processors_4; } inline void set_processors_4(String_t* value) { ___processors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___processors_4), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/BindingOverrideJson struct BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7_marshaled_pinvoke { char* ___action_0; char* ___id_1; char* ___path_2; char* ___interactions_3; char* ___processors_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/BindingOverrideJson struct BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7_marshaled_com { Il2CppChar* ___action_0; Il2CppChar* ___id_1; Il2CppChar* ___path_2; Il2CppChar* ___interactions_3; Il2CppChar* ___processors_4; }; // UnityEngine.InputSystem.InputManager/StateChangeMonitorListener struct StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 { public: // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputManager/StateChangeMonitorListener::control InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control_0; // UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor UnityEngine.InputSystem.InputManager/StateChangeMonitorListener::monitor RuntimeObject* ___monitor_1; // System.Int64 UnityEngine.InputSystem.InputManager/StateChangeMonitorListener::monitorIndex int64_t ___monitorIndex_2; // System.UInt32 UnityEngine.InputSystem.InputManager/StateChangeMonitorListener::groupIndex uint32_t ___groupIndex_3; public: inline static int32_t get_offset_of_control_0() { return static_cast(offsetof(StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757, ___control_0)); } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * get_control_0() const { return ___control_0; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** get_address_of_control_0() { return &___control_0; } inline void set_control_0(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { ___control_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___control_0), (void*)value); } inline static int32_t get_offset_of_monitor_1() { return static_cast(offsetof(StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757, ___monitor_1)); } inline RuntimeObject* get_monitor_1() const { return ___monitor_1; } inline RuntimeObject** get_address_of_monitor_1() { return &___monitor_1; } inline void set_monitor_1(RuntimeObject* value) { ___monitor_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___monitor_1), (void*)value); } inline static int32_t get_offset_of_monitorIndex_2() { return static_cast(offsetof(StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757, ___monitorIndex_2)); } inline int64_t get_monitorIndex_2() const { return ___monitorIndex_2; } inline int64_t* get_address_of_monitorIndex_2() { return &___monitorIndex_2; } inline void set_monitorIndex_2(int64_t value) { ___monitorIndex_2 = value; } inline static int32_t get_offset_of_groupIndex_3() { return static_cast(offsetof(StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757, ___groupIndex_3)); } inline uint32_t get_groupIndex_3() const { return ___groupIndex_3; } inline uint32_t* get_address_of_groupIndex_3() { return &___groupIndex_3; } inline void set_groupIndex_3(uint32_t value) { ___groupIndex_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorListener struct StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757_marshaled_pinvoke { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control_0; RuntimeObject* ___monitor_1; int64_t ___monitorIndex_2; uint32_t ___groupIndex_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorListener struct StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757_marshaled_com { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control_0; RuntimeObject* ___monitor_1; int64_t ___monitorIndex_2; uint32_t ___groupIndex_3; }; // UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout struct StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 { public: // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::control InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control_0; // System.Double UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::time double ___time_1; // UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::monitor RuntimeObject* ___monitor_2; // System.Int64 UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::monitorIndex int64_t ___monitorIndex_3; // System.Int32 UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::timerIndex int32_t ___timerIndex_4; public: inline static int32_t get_offset_of_control_0() { return static_cast(offsetof(StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391, ___control_0)); } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * get_control_0() const { return ___control_0; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** get_address_of_control_0() { return &___control_0; } inline void set_control_0(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { ___control_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___control_0), (void*)value); } inline static int32_t get_offset_of_time_1() { return static_cast(offsetof(StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391, ___time_1)); } inline double get_time_1() const { return ___time_1; } inline double* get_address_of_time_1() { return &___time_1; } inline void set_time_1(double value) { ___time_1 = value; } inline static int32_t get_offset_of_monitor_2() { return static_cast(offsetof(StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391, ___monitor_2)); } inline RuntimeObject* get_monitor_2() const { return ___monitor_2; } inline RuntimeObject** get_address_of_monitor_2() { return &___monitor_2; } inline void set_monitor_2(RuntimeObject* value) { ___monitor_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___monitor_2), (void*)value); } inline static int32_t get_offset_of_monitorIndex_3() { return static_cast(offsetof(StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391, ___monitorIndex_3)); } inline int64_t get_monitorIndex_3() const { return ___monitorIndex_3; } inline int64_t* get_address_of_monitorIndex_3() { return &___monitorIndex_3; } inline void set_monitorIndex_3(int64_t value) { ___monitorIndex_3 = value; } inline static int32_t get_offset_of_timerIndex_4() { return static_cast(offsetof(StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391, ___timerIndex_4)); } inline int32_t get_timerIndex_4() const { return ___timerIndex_4; } inline int32_t* get_address_of_timerIndex_4() { return &___timerIndex_4; } inline void set_timerIndex_4(int32_t value) { ___timerIndex_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout struct StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391_marshaled_pinvoke { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control_0; double ___time_1; RuntimeObject* ___monitor_2; int64_t ___monitorIndex_3; int32_t ___timerIndex_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout struct StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391_marshaled_com { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control_0; double ___time_1; RuntimeObject* ___monitor_2; int64_t ___monitorIndex_3; int32_t ___timerIndex_4; }; // UnityEngine.InputSystem.InputRemoting/RemoteSender struct RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C { public: // System.Int32 UnityEngine.InputSystem.InputRemoting/RemoteSender::senderId int32_t ___senderId_0; // UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.InputRemoting/RemoteSender::layouts InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___layouts_1; // UnityEngine.InputSystem.InputRemoting/RemoteInputDevice[] UnityEngine.InputSystem.InputRemoting/RemoteSender::devices RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3* ___devices_2; public: inline static int32_t get_offset_of_senderId_0() { return static_cast(offsetof(RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C, ___senderId_0)); } inline int32_t get_senderId_0() const { return ___senderId_0; } inline int32_t* get_address_of_senderId_0() { return &___senderId_0; } inline void set_senderId_0(int32_t value) { ___senderId_0 = value; } inline static int32_t get_offset_of_layouts_1() { return static_cast(offsetof(RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C, ___layouts_1)); } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* get_layouts_1() const { return ___layouts_1; } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** get_address_of_layouts_1() { return &___layouts_1; } inline void set_layouts_1(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* value) { ___layouts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___layouts_1), (void*)value); } inline static int32_t get_offset_of_devices_2() { return static_cast(offsetof(RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C, ___devices_2)); } inline RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3* get_devices_2() const { return ___devices_2; } inline RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3** get_address_of_devices_2() { return &___devices_2; } inline void set_devices_2(RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3* value) { ___devices_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___devices_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputRemoting/RemoteSender struct RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C_marshaled_pinvoke { int32_t ___senderId_0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke* ___layouts_1; RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4_marshaled_pinvoke* ___devices_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputRemoting/RemoteSender struct RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C_marshaled_com { int32_t ___senderId_0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com* ___layouts_1; RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4_marshaled_com* ___devices_2; }; // UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection struct OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E { public: // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection::device InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device_0; // System.UInt32 UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection::userId uint32_t ___userId_1; public: inline static int32_t get_offset_of_device_0() { return static_cast(offsetof(OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E, ___device_0)); } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * get_device_0() const { return ___device_0; } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 ** get_address_of_device_0() { return &___device_0; } inline void set_device_0(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * value) { ___device_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___device_0), (void*)value); } inline static int32_t get_offset_of_userId_1() { return static_cast(offsetof(OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E, ___userId_1)); } inline uint32_t get_userId_1() const { return ___userId_1; } inline uint32_t* get_address_of_userId_1() { return &___userId_1; } inline void set_userId_1(uint32_t value) { ___userId_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection struct OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E_marshaled_pinvoke { InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device_0; uint32_t ___userId_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection struct OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E_marshaled_com { InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device_0; uint32_t ___userId_1; }; // UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion struct BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 { public: // System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::bitOffset uint32_t ___bitOffset_0; // System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::sizeInBits uint32_t ___sizeInBits_1; public: inline static int32_t get_offset_of_bitOffset_0() { return static_cast(offsetof(BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0, ___bitOffset_0)); } inline uint32_t get_bitOffset_0() const { return ___bitOffset_0; } inline uint32_t* get_address_of_bitOffset_0() { return &___bitOffset_0; } inline void set_bitOffset_0(uint32_t value) { ___bitOffset_0 = value; } inline static int32_t get_offset_of_sizeInBits_1() { return static_cast(offsetof(BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0, ___sizeInBits_1)); } inline uint32_t get_sizeInBits_1() const { return ___sizeInBits_1; } inline uint32_t* get_address_of_sizeInBits_1() { return &___sizeInBits_1; } inline void set_sizeInBits_1(uint32_t value) { ___sizeInBits_1 = value; } }; // ONSPPropagationGeometry/MeshMaterial struct MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29 { public: // UnityEngine.MeshFilter ONSPPropagationGeometry/MeshMaterial::meshFilter MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * ___meshFilter_0; // ONSPPropagationMaterial[] ONSPPropagationGeometry/MeshMaterial::materials ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* ___materials_1; public: inline static int32_t get_offset_of_meshFilter_0() { return static_cast(offsetof(MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29, ___meshFilter_0)); } inline MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * get_meshFilter_0() const { return ___meshFilter_0; } inline MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A ** get_address_of_meshFilter_0() { return &___meshFilter_0; } inline void set_meshFilter_0(MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * value) { ___meshFilter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___meshFilter_0), (void*)value); } inline static int32_t get_offset_of_materials_1() { return static_cast(offsetof(MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29, ___materials_1)); } inline ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* get_materials_1() const { return ___materials_1; } inline ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6** get_address_of_materials_1() { return &___materials_1; } inline void set_materials_1(ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* value) { ___materials_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___materials_1), (void*)value); } }; // Native definition for P/Invoke marshalling of ONSPPropagationGeometry/MeshMaterial struct MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29_marshaled_pinvoke { MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * ___meshFilter_0; ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* ___materials_1; }; // Native definition for COM marshalling of ONSPPropagationGeometry/MeshMaterial struct MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29_marshaled_com { MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * ___meshFilter_0; ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* ___materials_1; }; // ONSPPropagationGeometry/TerrainMaterial struct TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC { public: // UnityEngine.Terrain ONSPPropagationGeometry/TerrainMaterial::terrain Terrain_t2C0E3B3A2895E81446EFF4F5AFD601CF977D1836 * ___terrain_0; // ONSPPropagationMaterial[] ONSPPropagationGeometry/TerrainMaterial::materials ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* ___materials_1; // UnityEngine.Mesh[] ONSPPropagationGeometry/TerrainMaterial::treePrototypeMeshes MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* ___treePrototypeMeshes_2; public: inline static int32_t get_offset_of_terrain_0() { return static_cast(offsetof(TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC, ___terrain_0)); } inline Terrain_t2C0E3B3A2895E81446EFF4F5AFD601CF977D1836 * get_terrain_0() const { return ___terrain_0; } inline Terrain_t2C0E3B3A2895E81446EFF4F5AFD601CF977D1836 ** get_address_of_terrain_0() { return &___terrain_0; } inline void set_terrain_0(Terrain_t2C0E3B3A2895E81446EFF4F5AFD601CF977D1836 * value) { ___terrain_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___terrain_0), (void*)value); } inline static int32_t get_offset_of_materials_1() { return static_cast(offsetof(TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC, ___materials_1)); } inline ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* get_materials_1() const { return ___materials_1; } inline ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6** get_address_of_materials_1() { return &___materials_1; } inline void set_materials_1(ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* value) { ___materials_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___materials_1), (void*)value); } inline static int32_t get_offset_of_treePrototypeMeshes_2() { return static_cast(offsetof(TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC, ___treePrototypeMeshes_2)); } inline MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* get_treePrototypeMeshes_2() const { return ___treePrototypeMeshes_2; } inline MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8** get_address_of_treePrototypeMeshes_2() { return &___treePrototypeMeshes_2; } inline void set_treePrototypeMeshes_2(MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* value) { ___treePrototypeMeshes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___treePrototypeMeshes_2), (void*)value); } }; // Native definition for P/Invoke marshalling of ONSPPropagationGeometry/TerrainMaterial struct TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC_marshaled_pinvoke { Terrain_t2C0E3B3A2895E81446EFF4F5AFD601CF977D1836 * ___terrain_0; ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* ___materials_1; MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* ___treePrototypeMeshes_2; }; // Native definition for COM marshalling of ONSPPropagationGeometry/TerrainMaterial struct TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC_marshaled_com { Terrain_t2C0E3B3A2895E81446EFF4F5AFD601CF977D1836 * ___terrain_0; ONSPPropagationMaterialU5BU5D_tEADEC364F10F56DA10285B0195F5D14FD17C75E6* ___materials_1; MeshU5BU5D_t9083AB7B9B72E4E05B55B7CA24A5D6020DC1C6D8* ___treePrototypeMeshes_2; }; // OVRPassthroughLayer/DeferredPassthroughMeshAddition struct DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873 { public: // UnityEngine.GameObject OVRPassthroughLayer/DeferredPassthroughMeshAddition::gameObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject_0; // System.Boolean OVRPassthroughLayer/DeferredPassthroughMeshAddition::updateTransform bool ___updateTransform_1; public: inline static int32_t get_offset_of_gameObject_0() { return static_cast(offsetof(DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873, ___gameObject_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_gameObject_0() const { return ___gameObject_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_gameObject_0() { return &___gameObject_0; } inline void set_gameObject_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___gameObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameObject_0), (void*)value); } inline static int32_t get_offset_of_updateTransform_1() { return static_cast(offsetof(DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873, ___updateTransform_1)); } inline bool get_updateTransform_1() const { return ___updateTransform_1; } inline bool* get_address_of_updateTransform_1() { return &___updateTransform_1; } inline void set_updateTransform_1(bool value) { ___updateTransform_1 = value; } }; // Native definition for P/Invoke marshalling of OVRPassthroughLayer/DeferredPassthroughMeshAddition struct DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873_marshaled_pinvoke { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject_0; int32_t ___updateTransform_1; }; // Native definition for COM marshalling of OVRPassthroughLayer/DeferredPassthroughMeshAddition struct DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873_marshaled_com { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___gameObject_0; int32_t ___updateTransform_1; }; // UnityEngine.XR.OpenXR.Input.OpenXRInput/SerializedBinding struct SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F { public: // System.UInt64 UnityEngine.XR.OpenXR.Input.OpenXRInput/SerializedBinding::actionId uint64_t ___actionId_0; // System.String UnityEngine.XR.OpenXR.Input.OpenXRInput/SerializedBinding::path String_t* ___path_1; public: inline static int32_t get_offset_of_actionId_0() { return static_cast(offsetof(SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F, ___actionId_0)); } inline uint64_t get_actionId_0() const { return ___actionId_0; } inline uint64_t* get_address_of_actionId_0() { return &___actionId_0; } inline void set_actionId_0(uint64_t value) { ___actionId_0 = value; } inline static int32_t get_offset_of_path_1() { return static_cast(offsetof(SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F, ___path_1)); } inline String_t* get_path_1() const { return ___path_1; } inline String_t** get_address_of_path_1() { return &___path_1; } inline void set_path_1(String_t* value) { ___path_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___path_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.XR.OpenXR.Input.OpenXRInput/SerializedBinding struct SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F_marshaled_pinvoke { uint64_t ___actionId_0; char* ___path_1; }; // Native definition for COM marshalling of UnityEngine.XR.OpenXR.Input.OpenXRInput/SerializedBinding struct SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F_marshaled_com { uint64_t ___actionId_0; Il2CppChar* ___path_1; }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData struct PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C { public: // System.String UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData::name String_t* ___name_0; // System.Collections.Generic.List`1[] UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData::resourceReadLists List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C* ___resourceReadLists_1; // System.Collections.Generic.List`1[] UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData::resourceWriteLists List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C* ___resourceWriteLists_2; // System.Boolean UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData::culled bool ___culled_3; // System.Boolean UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData::generateDebugData bool ___generateDebugData_4; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_resourceReadLists_1() { return static_cast(offsetof(PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C, ___resourceReadLists_1)); } inline List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C* get_resourceReadLists_1() const { return ___resourceReadLists_1; } inline List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C** get_address_of_resourceReadLists_1() { return &___resourceReadLists_1; } inline void set_resourceReadLists_1(List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C* value) { ___resourceReadLists_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___resourceReadLists_1), (void*)value); } inline static int32_t get_offset_of_resourceWriteLists_2() { return static_cast(offsetof(PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C, ___resourceWriteLists_2)); } inline List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C* get_resourceWriteLists_2() const { return ___resourceWriteLists_2; } inline List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C** get_address_of_resourceWriteLists_2() { return &___resourceWriteLists_2; } inline void set_resourceWriteLists_2(List_1U5BU5D_tABF499D891C900D1171501E0545AD96030B3877C* value) { ___resourceWriteLists_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___resourceWriteLists_2), (void*)value); } inline static int32_t get_offset_of_culled_3() { return static_cast(offsetof(PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C, ___culled_3)); } inline bool get_culled_3() const { return ___culled_3; } inline bool* get_address_of_culled_3() { return &___culled_3; } inline void set_culled_3(bool value) { ___culled_3 = value; } inline static int32_t get_offset_of_generateDebugData_4() { return static_cast(offsetof(PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C, ___generateDebugData_4)); } inline bool get_generateDebugData_4() const { return ___generateDebugData_4; } inline bool* get_address_of_generateDebugData_4() { return &___generateDebugData_4; } inline void set_generateDebugData_4(bool value) { ___generateDebugData_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData struct PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C_marshaled_pinvoke { char* ___name_0; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** ___resourceReadLists_1; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** ___resourceWriteLists_2; int32_t ___culled_3; int32_t ___generateDebugData_4; }; // Native definition for COM marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData struct PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C_marshaled_com { Il2CppChar* ___name_0; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** ___resourceReadLists_1; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** ___resourceWriteLists_2; int32_t ___culled_3; int32_t ___generateDebugData_4; }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData struct ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F { public: // System.String UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData::name String_t* ___name_0; // System.Boolean UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData::imported bool ___imported_1; // System.Int32 UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData::creationPassIndex int32_t ___creationPassIndex_2; // System.Int32 UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData::releasePassIndex int32_t ___releasePassIndex_3; // System.Collections.Generic.List`1 UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData::consumerList List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___consumerList_4; // System.Collections.Generic.List`1 UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData::producerList List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___producerList_5; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_imported_1() { return static_cast(offsetof(ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F, ___imported_1)); } inline bool get_imported_1() const { return ___imported_1; } inline bool* get_address_of_imported_1() { return &___imported_1; } inline void set_imported_1(bool value) { ___imported_1 = value; } inline static int32_t get_offset_of_creationPassIndex_2() { return static_cast(offsetof(ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F, ___creationPassIndex_2)); } inline int32_t get_creationPassIndex_2() const { return ___creationPassIndex_2; } inline int32_t* get_address_of_creationPassIndex_2() { return &___creationPassIndex_2; } inline void set_creationPassIndex_2(int32_t value) { ___creationPassIndex_2 = value; } inline static int32_t get_offset_of_releasePassIndex_3() { return static_cast(offsetof(ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F, ___releasePassIndex_3)); } inline int32_t get_releasePassIndex_3() const { return ___releasePassIndex_3; } inline int32_t* get_address_of_releasePassIndex_3() { return &___releasePassIndex_3; } inline void set_releasePassIndex_3(int32_t value) { ___releasePassIndex_3 = value; } inline static int32_t get_offset_of_consumerList_4() { return static_cast(offsetof(ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F, ___consumerList_4)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get_consumerList_4() const { return ___consumerList_4; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of_consumerList_4() { return &___consumerList_4; } inline void set_consumerList_4(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ___consumerList_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___consumerList_4), (void*)value); } inline static int32_t get_offset_of_producerList_5() { return static_cast(offsetof(ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F, ___producerList_5)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get_producerList_5() const { return ___producerList_5; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of_producerList_5() { return &___producerList_5; } inline void set_producerList_5(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ___producerList_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___producerList_5), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData struct ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F_marshaled_pinvoke { char* ___name_0; int32_t ___imported_1; int32_t ___creationPassIndex_2; int32_t ___releasePassIndex_3; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___consumerList_4; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___producerList_5; }; // Native definition for COM marshalling of UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData struct ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F_marshaled_com { Il2CppChar* ___name_0; int32_t ___imported_1; int32_t ___creationPassIndex_2; int32_t ___releasePassIndex_3; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___consumerList_4; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___producerList_5; }; // FMODUnity.Settings/PlatformTemplate struct PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED { public: // System.String FMODUnity.Settings/PlatformTemplate::Identifier String_t* ___Identifier_0; // System.Func`1 FMODUnity.Settings/PlatformTemplate::CreateInstance Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4 * ___CreateInstance_1; public: inline static int32_t get_offset_of_Identifier_0() { return static_cast(offsetof(PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED, ___Identifier_0)); } inline String_t* get_Identifier_0() const { return ___Identifier_0; } inline String_t** get_address_of_Identifier_0() { return &___Identifier_0; } inline void set_Identifier_0(String_t* value) { ___Identifier_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Identifier_0), (void*)value); } inline static int32_t get_offset_of_CreateInstance_1() { return static_cast(offsetof(PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED, ___CreateInstance_1)); } inline Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4 * get_CreateInstance_1() const { return ___CreateInstance_1; } inline Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4 ** get_address_of_CreateInstance_1() { return &___CreateInstance_1; } inline void set_CreateInstance_1(Func_1_tD8217A517B81548153B648DD9D5285A3A78807D4 * value) { ___CreateInstance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CreateInstance_1), (void*)value); } }; // Native definition for P/Invoke marshalling of FMODUnity.Settings/PlatformTemplate struct PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_marshaled_pinvoke { char* ___Identifier_0; Il2CppMethodPointer ___CreateInstance_1; }; // Native definition for COM marshalling of FMODUnity.Settings/PlatformTemplate struct PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_marshaled_com { Il2CppChar* ___Identifier_0; Il2CppMethodPointer ___CreateInstance_1; }; // UnityEngine.UnitySynchronizationContext/WorkRequest struct WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 { public: // System.Threading.SendOrPostCallback UnityEngine.UnitySynchronizationContext/WorkRequest::m_DelagateCallback SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * ___m_DelagateCallback_0; // System.Object UnityEngine.UnitySynchronizationContext/WorkRequest::m_DelagateState RuntimeObject * ___m_DelagateState_1; // System.Threading.ManualResetEvent UnityEngine.UnitySynchronizationContext/WorkRequest::m_WaitHandle ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___m_WaitHandle_2; public: inline static int32_t get_offset_of_m_DelagateCallback_0() { return static_cast(offsetof(WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393, ___m_DelagateCallback_0)); } inline SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * get_m_DelagateCallback_0() const { return ___m_DelagateCallback_0; } inline SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C ** get_address_of_m_DelagateCallback_0() { return &___m_DelagateCallback_0; } inline void set_m_DelagateCallback_0(SendOrPostCallback_t6B7334CE017AF595535507519400AC02D688DC3C * value) { ___m_DelagateCallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DelagateCallback_0), (void*)value); } inline static int32_t get_offset_of_m_DelagateState_1() { return static_cast(offsetof(WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393, ___m_DelagateState_1)); } inline RuntimeObject * get_m_DelagateState_1() const { return ___m_DelagateState_1; } inline RuntimeObject ** get_address_of_m_DelagateState_1() { return &___m_DelagateState_1; } inline void set_m_DelagateState_1(RuntimeObject * value) { ___m_DelagateState_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DelagateState_1), (void*)value); } inline static int32_t get_offset_of_m_WaitHandle_2() { return static_cast(offsetof(WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393, ___m_WaitHandle_2)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get_m_WaitHandle_2() const { return ___m_WaitHandle_2; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of_m_WaitHandle_2() { return &___m_WaitHandle_2; } inline void set_m_WaitHandle_2(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ___m_WaitHandle_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WaitHandle_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UnitySynchronizationContext/WorkRequest struct WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393_marshaled_pinvoke { Il2CppMethodPointer ___m_DelagateCallback_0; Il2CppIUnknown* ___m_DelagateState_1; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___m_WaitHandle_2; }; // Native definition for COM marshalling of UnityEngine.UnitySynchronizationContext/WorkRequest struct WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393_marshaled_com { Il2CppMethodPointer ___m_DelagateCallback_0; Il2CppIUnknown* ___m_DelagateState_1; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ___m_WaitHandle_2; }; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability struct Capability_t9249114BC9E64174C7B5D64C521A720168018B31 { public: // System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability::path String_t* ___path_0; // System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability::value String_t* ___value_1; public: inline static int32_t get_offset_of_path_0() { return static_cast(offsetof(Capability_t9249114BC9E64174C7B5D64C521A720168018B31, ___path_0)); } inline String_t* get_path_0() const { return ___path_0; } inline String_t** get_address_of_path_0() { return &___path_0; } inline void set_path_0(String_t* value) { ___path_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___path_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(Capability_t9249114BC9E64174C7B5D64C521A720168018B31, ___value_1)); } inline String_t* get_value_1() const { return ___value_1; } inline String_t** get_address_of_value_1() { return &___value_1; } inline void set_value_1(String_t* value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability struct Capability_t9249114BC9E64174C7B5D64C521A720168018B31_marshaled_pinvoke { char* ___path_0; char* ___value_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability struct Capability_t9249114BC9E64174C7B5D64C521A720168018B31_marshaled_com { Il2CppChar* ___path_0; Il2CppChar* ___value_1; }; // UnityEngine.InputSystem.Utilities.ArrayHelpers/<>c__DisplayClass33_0`1 struct U3CU3Ec__DisplayClass33_0_1_t9F91BA277DBBC1564A9DA2DD89E8F6D749EDE072 : public RuntimeObject { public: // TValue UnityEngine.InputSystem.Utilities.ArrayHelpers/<>c__DisplayClass33_0`1::secondValue InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___secondValue_0; public: inline static int32_t get_offset_of_secondValue_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass33_0_1_t9F91BA277DBBC1564A9DA2DD89E8F6D749EDE072, ___secondValue_0)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_secondValue_0() const { return ___secondValue_0; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_secondValue_0() { return &___secondValue_0; } inline void set_secondValue_0(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___secondValue_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___secondValue_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___secondValue_0))->___m_StringLowerCase_1), (void*)NULL); #endif } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD, ___m_task_2)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_m_task_2() const { return ___m_task_2; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2, ___m_Callbacks_1)); } inline InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t72826106DB41DD12DED71A2C0F77EC8CFB7BFECF value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_tAA4815844922B683BC7EA863FF03644D1AA6A100 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_tAA4815844922B683BC7EA863FF03644D1AA6A100 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_tAA4815844922B683BC7EA863FF03644D1AA6A100 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008, ___m_Callbacks_1)); } inline InlinedArray_1_tAA4815844922B683BC7EA863FF03644D1AA6A100 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_tAA4815844922B683BC7EA863FF03644D1AA6A100 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_tAA4815844922B683BC7EA863FF03644D1AA6A100 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_tAA4815844922B683BC7EA863FF03644D1AA6A100 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_tAA4815844922B683BC7EA863FF03644D1AA6A100 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_tAA4815844922B683BC7EA863FF03644D1AA6A100 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_tAA4815844922B683BC7EA863FF03644D1AA6A100 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_tAA4815844922B683BC7EA863FF03644D1AA6A100 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_tAA4815844922B683BC7EA863FF03644D1AA6A100 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D, ___m_Callbacks_1)); } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1, ___m_Callbacks_1)); } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750, ___m_Callbacks_1)); } inline InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t3242EB26ABA5BD661668C61860E236D9A728BCFA value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t11674460DA620A45244D88D34F7CCBEFE0595CE0 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t11674460DA620A45244D88D34F7CCBEFE0595CE0 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t11674460DA620A45244D88D34F7CCBEFE0595CE0 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864, ___m_Callbacks_1)); } inline InlinedArray_1_t11674460DA620A45244D88D34F7CCBEFE0595CE0 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t11674460DA620A45244D88D34F7CCBEFE0595CE0 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t11674460DA620A45244D88D34F7CCBEFE0595CE0 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t11674460DA620A45244D88D34F7CCBEFE0595CE0 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t11674460DA620A45244D88D34F7CCBEFE0595CE0 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t11674460DA620A45244D88D34F7CCBEFE0595CE0 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t11674460DA620A45244D88D34F7CCBEFE0595CE0 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t11674460DA620A45244D88D34F7CCBEFE0595CE0 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t11674460DA620A45244D88D34F7CCBEFE0595CE0 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_tF17E889B912A2846623D0697391F2AF3830FDA73 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_tF17E889B912A2846623D0697391F2AF3830FDA73 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_tF17E889B912A2846623D0697391F2AF3830FDA73 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2, ___m_Callbacks_1)); } inline InlinedArray_1_tF17E889B912A2846623D0697391F2AF3830FDA73 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_tF17E889B912A2846623D0697391F2AF3830FDA73 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_tF17E889B912A2846623D0697391F2AF3830FDA73 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_tF17E889B912A2846623D0697391F2AF3830FDA73 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_tF17E889B912A2846623D0697391F2AF3830FDA73 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_tF17E889B912A2846623D0697391F2AF3830FDA73 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_tF17E889B912A2846623D0697391F2AF3830FDA73 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_tF17E889B912A2846623D0697391F2AF3830FDA73 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_tF17E889B912A2846623D0697391F2AF3830FDA73 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_tAE03F643A92B30307BD81C17CFEF5289EF266D4A ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_tAE03F643A92B30307BD81C17CFEF5289EF266D4A ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_tAE03F643A92B30307BD81C17CFEF5289EF266D4A ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C, ___m_Callbacks_1)); } inline InlinedArray_1_tAE03F643A92B30307BD81C17CFEF5289EF266D4A get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_tAE03F643A92B30307BD81C17CFEF5289EF266D4A * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_tAE03F643A92B30307BD81C17CFEF5289EF266D4A value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_tAE03F643A92B30307BD81C17CFEF5289EF266D4A get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_tAE03F643A92B30307BD81C17CFEF5289EF266D4A * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_tAE03F643A92B30307BD81C17CFEF5289EF266D4A value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_tAE03F643A92B30307BD81C17CFEF5289EF266D4A get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_tAE03F643A92B30307BD81C17CFEF5289EF266D4A * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_tAE03F643A92B30307BD81C17CFEF5289EF266D4A value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t9D2036F0A831861E5A67BE14AD48EAEDCF64095B ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t9D2036F0A831861E5A67BE14AD48EAEDCF64095B ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t9D2036F0A831861E5A67BE14AD48EAEDCF64095B ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF, ___m_Callbacks_1)); } inline InlinedArray_1_t9D2036F0A831861E5A67BE14AD48EAEDCF64095B get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t9D2036F0A831861E5A67BE14AD48EAEDCF64095B * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t9D2036F0A831861E5A67BE14AD48EAEDCF64095B value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t9D2036F0A831861E5A67BE14AD48EAEDCF64095B get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t9D2036F0A831861E5A67BE14AD48EAEDCF64095B * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t9D2036F0A831861E5A67BE14AD48EAEDCF64095B value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t9D2036F0A831861E5A67BE14AD48EAEDCF64095B get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t9D2036F0A831861E5A67BE14AD48EAEDCF64095B * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t9D2036F0A831861E5A67BE14AD48EAEDCF64095B value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670, ___m_Callbacks_1)); } inline InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t0276613225023D8F53CB9FD8DFF8960F542BAB07 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36, ___m_Callbacks_1)); } inline InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_tA26AD7D8D0A1B6A0D37F53076D8CF49E4262610A value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t927835312E6227D76C92E09AD68A88EC82EFEFBE ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t927835312E6227D76C92E09AD68A88EC82EFEFBE ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t927835312E6227D76C92E09AD68A88EC82EFEFBE ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9, ___m_Callbacks_1)); } inline InlinedArray_1_t927835312E6227D76C92E09AD68A88EC82EFEFBE get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t927835312E6227D76C92E09AD68A88EC82EFEFBE * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t927835312E6227D76C92E09AD68A88EC82EFEFBE value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t927835312E6227D76C92E09AD68A88EC82EFEFBE get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t927835312E6227D76C92E09AD68A88EC82EFEFBE * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t927835312E6227D76C92E09AD68A88EC82EFEFBE value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t927835312E6227D76C92E09AD68A88EC82EFEFBE get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t927835312E6227D76C92E09AD68A88EC82EFEFBE * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t927835312E6227D76C92E09AD68A88EC82EFEFBE value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_tE3A3D17F6899F33EF59EA85D7F3D1B144105C5A9 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_tE3A3D17F6899F33EF59EA85D7F3D1B144105C5A9 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_tE3A3D17F6899F33EF59EA85D7F3D1B144105C5A9 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5, ___m_Callbacks_1)); } inline InlinedArray_1_tE3A3D17F6899F33EF59EA85D7F3D1B144105C5A9 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_tE3A3D17F6899F33EF59EA85D7F3D1B144105C5A9 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_tE3A3D17F6899F33EF59EA85D7F3D1B144105C5A9 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_tE3A3D17F6899F33EF59EA85D7F3D1B144105C5A9 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_tE3A3D17F6899F33EF59EA85D7F3D1B144105C5A9 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_tE3A3D17F6899F33EF59EA85D7F3D1B144105C5A9 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_tE3A3D17F6899F33EF59EA85D7F3D1B144105C5A9 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_tE3A3D17F6899F33EF59EA85D7F3D1B144105C5A9 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_tE3A3D17F6899F33EF59EA85D7F3D1B144105C5A9 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1 struct CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF, ___m_Callbacks_1)); } inline InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.CastHelper`1 struct CastHelper_1_t400AF56AA9238C56F8214A792C1EEE068C22774C { public: // T UnityEngine.CastHelper`1::t RuntimeObject * ___t_0; // System.IntPtr UnityEngine.CastHelper`1::onePointerFurtherThanT intptr_t ___onePointerFurtherThanT_1; public: inline static int32_t get_offset_of_t_0() { return static_cast(offsetof(CastHelper_1_t400AF56AA9238C56F8214A792C1EEE068C22774C, ___t_0)); } inline RuntimeObject * get_t_0() const { return ___t_0; } inline RuntimeObject ** get_address_of_t_0() { return &___t_0; } inline void set_t_0(RuntimeObject * value) { ___t_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_0), (void*)value); } inline static int32_t get_offset_of_onePointerFurtherThanT_1() { return static_cast(offsetof(CastHelper_1_t400AF56AA9238C56F8214A792C1EEE068C22774C, ___onePointerFurtherThanT_1)); } inline intptr_t get_onePointerFurtherThanT_1() const { return ___onePointerFurtherThanT_1; } inline intptr_t* get_address_of_onePointerFurtherThanT_1() { return &___onePointerFurtherThanT_1; } inline void set_onePointerFurtherThanT_1(intptr_t value) { ___onePointerFurtherThanT_1 = value; } }; // System.Collections.Generic.List`1/Enumerator> struct Enumerator_tA73714A95511E4A3614246077E7C1FDAD5447D04 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tA73714A95511E4A3614246077E7C1FDAD5447D04, ___list_0)); } inline List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E * get_list_0() const { return ___list_0; } inline List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tA73714A95511E4A3614246077E7C1FDAD5447D04, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tA73714A95511E4A3614246077E7C1FDAD5447D04, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tA73714A95511E4A3614246077E7C1FDAD5447D04, ___current_3)); } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tD1ECE103520161C1BD172331D6968D3D184B3B6F { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tD1ECE103520161C1BD172331D6968D3D184B3B6F, ___list_0)); } inline List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC * get_list_0() const { return ___list_0; } inline List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tD1ECE103520161C1BD172331D6968D3D184B3B6F, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tD1ECE103520161C1BD172331D6968D3D184B3B6F, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tD1ECE103520161C1BD172331D6968D3D184B3B6F, ___current_3)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_current_3() const { return ___current_3; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_current_3() { return &___current_3; } inline void set_current_3(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___m_StringLowerCase_1), (void*)NULL); #endif } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t7C514ACB3FF8E3EFB210F5F45C9F18A715BB4F80 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tEAD6E3282E028927B32F56E7892994D90D512467 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t7C514ACB3FF8E3EFB210F5F45C9F18A715BB4F80, ___list_0)); } inline List_1_tEAD6E3282E028927B32F56E7892994D90D512467 * get_list_0() const { return ___list_0; } inline List_1_tEAD6E3282E028927B32F56E7892994D90D512467 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tEAD6E3282E028927B32F56E7892994D90D512467 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t7C514ACB3FF8E3EFB210F5F45C9F18A715BB4F80, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t7C514ACB3FF8E3EFB210F5F45C9F18A715BB4F80, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t7C514ACB3FF8E3EFB210F5F45C9F18A715BB4F80, ___current_3)); } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F get_current_3() const { return ___current_3; } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * get_address_of_current_3() { return &___current_3; } inline void set_current_3(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___m_String_0), (void*)NULL); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tA0E560D0AB839E2C4C1012238EA327E24F1A1E68 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tA0E560D0AB839E2C4C1012238EA327E24F1A1E68, ___list_0)); } inline List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * get_list_0() const { return ___list_0; } inline List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tA0E560D0AB839E2C4C1012238EA327E24F1A1E68, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tA0E560D0AB839E2C4C1012238EA327E24F1A1E68, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tA0E560D0AB839E2C4C1012238EA327E24F1A1E68, ___current_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_current_3() const { return ___current_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___current_3 = value; } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296, ___firstValue_1)); } inline OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E get_firstValue_1() const { return ___firstValue_1; } inline OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E * get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___firstValue_1))->___device_0), (void*)NULL); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296, ___additionalValues_2)); } inline OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* get_additionalValues_2() const { return ___additionalValues_2; } inline OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366, ___threadId_0)); } inline int32_t get_threadId_0() const { return ___threadId_0; } inline int32_t* get_address_of_threadId_0() { return &___threadId_0; } inline void set_threadId_0(int32_t value) { ___threadId_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366, ___current_2)); } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 get_current_2() const { return ___current_2; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->___value_1), (void*)NULL); #endif } }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_tDEF6AC46E52D8687C27A6E60B6E0200D50011D76 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_tDEF6AC46E52D8687C27A6E60B6E0200D50011D76, ___threadId_0)); } inline int32_t get_threadId_0() const { return ___threadId_0; } inline int32_t* get_address_of_threadId_0() { return &___threadId_0; } inline void set_threadId_0(int32_t value) { ___threadId_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Iterator_1_tDEF6AC46E52D8687C27A6E60B6E0200D50011D76, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(Iterator_1_tDEF6AC46E52D8687C27A6E60B6E0200D50011D76, ___current_2)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_current_2() const { return ___current_2; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___current_2 = value; } }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_t15923F5F84887B39E738E287948871764DDF85B5 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t15923F5F84887B39E738E287948871764DDF85B5, ___threadId_0)); } inline int32_t get_threadId_0() const { return ___threadId_0; } inline int32_t* get_address_of_threadId_0() { return &___threadId_0; } inline void set_threadId_0(int32_t value) { ___threadId_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Iterator_1_t15923F5F84887B39E738E287948871764DDF85B5, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(Iterator_1_t15923F5F84887B39E738E287948871764DDF85B5, ___current_2)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_current_2() const { return ___current_2; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_current_2() { return &___current_2; } inline void set_current_2(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->___m_StringLowerCase_1), (void*)NULL); #endif } }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_tD027B4C6FF30755B00C66A17052FAF0DD5C6C344 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_tD027B4C6FF30755B00C66A17052FAF0DD5C6C344, ___threadId_0)); } inline int32_t get_threadId_0() const { return ___threadId_0; } inline int32_t* get_address_of_threadId_0() { return &___threadId_0; } inline void set_threadId_0(int32_t value) { ___threadId_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Iterator_1_tD027B4C6FF30755B00C66A17052FAF0DD5C6C344, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(Iterator_1_tD027B4C6FF30755B00C66A17052FAF0DD5C6C344, ___current_2)); } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F get_current_2() const { return ___current_2; } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->___m_String_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_tC65CA16F3F1C7E3921BFD2B03AC69FE5BF6996BF : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_tC65CA16F3F1C7E3921BFD2B03AC69FE5BF6996BF, ___threadId_0)); } inline int32_t get_threadId_0() const { return ___threadId_0; } inline int32_t* get_address_of_threadId_0() { return &___threadId_0; } inline void set_threadId_0(int32_t value) { ___threadId_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Iterator_1_tC65CA16F3F1C7E3921BFD2B03AC69FE5BF6996BF, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(Iterator_1_tC65CA16F3F1C7E3921BFD2B03AC69FE5BF6996BF, ___current_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_current_2() const { return ___current_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___current_2 = value; } }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_t04F5D870FD247BBBEE27254587FA10F440D4EEFF : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t04F5D870FD247BBBEE27254587FA10F440D4EEFF, ___threadId_0)); } inline int32_t get_threadId_0() const { return ___threadId_0; } inline int32_t* get_address_of_threadId_0() { return &___threadId_0; } inline void set_threadId_0(int32_t value) { ___threadId_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Iterator_1_t04F5D870FD247BBBEE27254587FA10F440D4EEFF, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(Iterator_1_t04F5D870FD247BBBEE27254587FA10F440D4EEFF, ___current_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_current_2() const { return ___current_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___current_2 = value; } }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_tCEC2E244A64F110B247B6A3DF34DE60D4456BA1A : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_tCEC2E244A64F110B247B6A3DF34DE60D4456BA1A, ___threadId_0)); } inline int32_t get_threadId_0() const { return ___threadId_0; } inline int32_t* get_address_of_threadId_0() { return &___threadId_0; } inline void set_threadId_0(int32_t value) { ___threadId_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Iterator_1_tCEC2E244A64F110B247B6A3DF34DE60D4456BA1A, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(Iterator_1_tCEC2E244A64F110B247B6A3DF34DE60D4456BA1A, ___current_2)); } inline float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D get_current_2() const { return ___current_2; } inline float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D * get_address_of_current_2() { return &___current_2; } inline void set_current_2(float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D value) { ___current_2 = value; } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 { public: // TKey System.Collections.Generic.KeyValuePair`2::key DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57, ___key_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_key_0() const { return ___key_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_key_0() { return &___key_0; } inline void set_key_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 { public: // TKey System.Collections.Generic.KeyValuePair`2::key InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521, ___key_0)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_key_0() const { return ___key_0; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_key_0() { return &___key_0; } inline void set_key_0(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___key_0))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA { public: // T System.Nullable`1::value InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA, ___value_0)); } inline InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 get_value_0() const { return ___value_0; } inline InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Name_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_BindingGroup_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_DeviceRequirements_2), (void*)NULL); #endif } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t78CA8D55E4A3225A51A3F5327002D3088A587B10 { public: // T System.Nullable`1::value InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t78CA8D55E4A3225A51A3F5327002D3088A587B10, ___value_0)); } inline InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C get_value_0() const { return ___value_0; } inline InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C * get_address_of_value_0() { return &___value_0; } inline void set_value_0(InputUserAccountHandle_tDB21387DD321DF4BFC60F01D9DEF8ADAAA2BFA9C value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_ApiName_0), (void*)NULL); } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t78CA8D55E4A3225A51A3F5327002D3088A587B10, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.ValueTuple`2> struct ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793 { public: // T1 System.ValueTuple`2::Item1 RuntimeObject * ___Item1_0; // T2 System.ValueTuple`2::Item2 ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793, ___Item1_0)); } inline RuntimeObject * get_Item1_0() const { return ___Item1_0; } inline RuntimeObject ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(RuntimeObject * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793, ___Item2_1)); } inline ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 get_Item2_1() const { return ___Item2_1; } inline ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 * get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Item2_1))->___Item1_0), (void*)NULL); } }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_t4CC3FE3A35610DC6F761EE7DB863B845957AD325 : public Iterator_1_tCFFC952B03DBE4E956DE317DB9704D936AEA2379 { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectListIterator_2_t4CC3FE3A35610DC6F761EE7DB863B845957AD325, ___source_3)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get_source_3() const { return ___source_3; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectListIterator_2_t4CC3FE3A35610DC6F761EE7DB863B845957AD325, ___predicate_4)); } inline Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectListIterator_2_t4CC3FE3A35610DC6F761EE7DB863B845957AD325, ___selector_5)); } inline Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * get_selector_5() const { return ___selector_5; } inline Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectListIterator_2_t4CC3FE3A35610DC6F761EE7DB863B845957AD325, ___enumerator_6)); } inline Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C get_enumerator_6() const { return ___enumerator_6; } inline Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C * get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___list_0), (void*)NULL); } }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_t85B78DFF0573BC95A62C79D6088FA39DFEBE1AF2 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectListIterator_2_t85B78DFF0573BC95A62C79D6088FA39DFEBE1AF2, ___source_3)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_source_3() const { return ___source_3; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectListIterator_2_t85B78DFF0573BC95A62C79D6088FA39DFEBE1AF2, ___predicate_4)); } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectListIterator_2_t85B78DFF0573BC95A62C79D6088FA39DFEBE1AF2, ___selector_5)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_selector_5() const { return ___selector_5; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectListIterator_2_t85B78DFF0573BC95A62C79D6088FA39DFEBE1AF2, ___enumerator_6)); } inline Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 get_enumerator_6() const { return ___enumerator_6; } inline Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___current_3), (void*)NULL); #endif } }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_t77C04C3B7AD0F11B52AC864B3B1635FBFC5D2259 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectListIterator_2_t77C04C3B7AD0F11B52AC864B3B1635FBFC5D2259, ___source_3)); } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * get_source_3() const { return ___source_3; } inline List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectListIterator_2_t77C04C3B7AD0F11B52AC864B3B1635FBFC5D2259, ___predicate_4)); } inline Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A * get_predicate_4() const { return ___predicate_4; } inline Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectListIterator_2_t77C04C3B7AD0F11B52AC864B3B1635FBFC5D2259, ___selector_5)); } inline Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * get_selector_5() const { return ___selector_5; } inline Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectListIterator_2_t77C04C3B7AD0F11B52AC864B3B1635FBFC5D2259, ___enumerator_6)); } inline Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 get_enumerator_6() const { return ___enumerator_6; } inline Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 * get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(Enumerator_tC1FD01C8BB5327D442D71FD022B4338ACD701783 value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___list_0), (void*)NULL); } }; // Unity.Collections.Allocator struct Allocator_t9888223DEF4F46F3419ECFCCD0753599BEE52A05 { public: // System.Int32 Unity.Collections.Allocator::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Allocator_t9888223DEF4F46F3419ECFCCD0753599BEE52A05, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.Assembly struct Assembly_t : public RuntimeObject { public: // System.IntPtr System.Reflection.Assembly::_mono_assembly intptr_t ____mono_assembly_0; // System.Reflection.Assembly/ResolveEventHolder System.Reflection.Assembly::resolve_event_holder ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; // System.Object System.Reflection.Assembly::_evidence RuntimeObject * ____evidence_2; // System.Object System.Reflection.Assembly::_minimum RuntimeObject * ____minimum_3; // System.Object System.Reflection.Assembly::_optional RuntimeObject * ____optional_4; // System.Object System.Reflection.Assembly::_refuse RuntimeObject * ____refuse_5; // System.Object System.Reflection.Assembly::_granted RuntimeObject * ____granted_6; // System.Object System.Reflection.Assembly::_denied RuntimeObject * ____denied_7; // System.Boolean System.Reflection.Assembly::fromByteArray bool ___fromByteArray_8; // System.String System.Reflection.Assembly::assemblyName String_t* ___assemblyName_9; public: inline static int32_t get_offset_of__mono_assembly_0() { return static_cast(offsetof(Assembly_t, ____mono_assembly_0)); } inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; } inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; } inline void set__mono_assembly_0(intptr_t value) { ____mono_assembly_0 = value; } inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast(offsetof(Assembly_t, ___resolve_event_holder_1)); } inline ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___resolve_event_holder_1), (void*)value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline RuntimeObject * get__evidence_2() const { return ____evidence_2; } inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(RuntimeObject * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____evidence_2), (void*)value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline RuntimeObject * get__minimum_3() const { return ____minimum_3; } inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(RuntimeObject * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____minimum_3), (void*)value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline RuntimeObject * get__optional_4() const { return ____optional_4; } inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(RuntimeObject * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____optional_4), (void*)value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline RuntimeObject * get__refuse_5() const { return ____refuse_5; } inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(RuntimeObject * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____refuse_5), (void*)value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline RuntimeObject * get__granted_6() const { return ____granted_6; } inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(RuntimeObject * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____granted_6), (void*)value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline RuntimeObject * get__denied_7() const { return ____denied_7; } inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(RuntimeObject * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____denied_7), (void*)value); } inline static int32_t get_offset_of_fromByteArray_8() { return static_cast(offsetof(Assembly_t, ___fromByteArray_8)); } inline bool get_fromByteArray_8() const { return ___fromByteArray_8; } inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; } inline void set_fromByteArray_8(bool value) { ___fromByteArray_8 = value; } inline static int32_t get_offset_of_assemblyName_9() { return static_cast(offsetof(Assembly_t, ___assemblyName_9)); } inline String_t* get_assemblyName_9() const { return ___assemblyName_9; } inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; } inline void set_assemblyName_9(String_t* value) { ___assemblyName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___assemblyName_9), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_pinvoke { intptr_t ____mono_assembly_0; ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; Il2CppIUnknown* ____evidence_2; Il2CppIUnknown* ____minimum_3; Il2CppIUnknown* ____optional_4; Il2CppIUnknown* ____refuse_5; Il2CppIUnknown* ____granted_6; Il2CppIUnknown* ____denied_7; int32_t ___fromByteArray_8; char* ___assemblyName_9; }; // Native definition for COM marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_com { intptr_t ____mono_assembly_0; ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; Il2CppIUnknown* ____evidence_2; Il2CppIUnknown* ____minimum_3; Il2CppIUnknown* ____optional_4; Il2CppIUnknown* ____refuse_5; Il2CppIUnknown* ____granted_6; Il2CppIUnknown* ____denied_7; int32_t ___fromByteArray_8; Il2CppChar* ___assemblyName_9; }; // Mono.Net.Security.AsyncOperationStatus struct AsyncOperationStatus_t3D73562182789C96268EA34AC77D6CEDA9EBC2E3 { public: // System.Int32 Mono.Net.Security.AsyncOperationStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AsyncOperationStatus_t3D73562182789C96268EA34AC77D6CEDA9EBC2E3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.CompilerServices.AsyncVoidMethodBuilder struct AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 { public: // System.Threading.SynchronizationContext System.Runtime.CompilerServices.AsyncVoidMethodBuilder::m_synchronizationContext SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ___m_synchronizationContext_0; // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncVoidMethodBuilder::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncVoidMethodBuilder::m_task Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_2; public: inline static int32_t get_offset_of_m_synchronizationContext_0() { return static_cast(offsetof(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6, ___m_synchronizationContext_0)); } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * get_m_synchronizationContext_0() const { return ___m_synchronizationContext_0; } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 ** get_address_of_m_synchronizationContext_0() { return &___m_synchronizationContext_0; } inline void set_m_synchronizationContext_0(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * value) { ___m_synchronizationContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_synchronizationContext_0), (void*)value); } inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6, ___m_task_2)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_task_2() const { return ___m_task_2; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncVoidMethodBuilder struct AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6_marshaled_pinvoke { SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ___m_synchronizationContext_0; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_pinvoke ___m_coreState_1; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_2; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncVoidMethodBuilder struct AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6_marshaled_com { SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ___m_synchronizationContext_0; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_com ___m_coreState_1; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_2; }; // UnityEngine.XR.AvailableTrackingData struct AvailableTrackingData_tECF9F41E063E32F92AF43156E0C61190C82B47FC { public: // System.Int32 UnityEngine.XR.AvailableTrackingData::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AvailableTrackingData_tECF9F41E063E32F92AF43156E0C61190C82B47FC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.BuiltinRenderTextureType struct BuiltinRenderTextureType_t89FFB8A7C9095150BCA40E573A73664CC37F023A { public: // System.Int32 UnityEngine.Rendering.BuiltinRenderTextureType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BuiltinRenderTextureType_t89FFB8A7C9095150BCA40E573A73664CC37F023A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.CausalityTraceLevel struct CausalityTraceLevel_t01DEED18A37C591FB2E53F2ADD89E2145ED8A9CD { public: // System.Int32 System.Threading.Tasks.CausalityTraceLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CausalityTraceLevel_t01DEED18A37C591FB2E53F2ADD89E2145ED8A9CD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.ColorBlock struct ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 { public: // UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_NormalColor_0; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_HighlightedColor_1; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_PressedColor_2; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_SelectedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_SelectedColor_3; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_DisabledColor_4; // System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier float ___m_ColorMultiplier_5; // System.Single UnityEngine.UI.ColorBlock::m_FadeDuration float ___m_FadeDuration_6; public: inline static int32_t get_offset_of_m_NormalColor_0() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_NormalColor_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_NormalColor_0() const { return ___m_NormalColor_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; } inline void set_m_NormalColor_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_NormalColor_0 = value; } inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_HighlightedColor_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; } inline void set_m_HighlightedColor_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_HighlightedColor_1 = value; } inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_PressedColor_2)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_PressedColor_2() const { return ___m_PressedColor_2; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; } inline void set_m_PressedColor_2(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_PressedColor_2 = value; } inline static int32_t get_offset_of_m_SelectedColor_3() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_SelectedColor_3)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_SelectedColor_3() const { return ___m_SelectedColor_3; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_SelectedColor_3() { return &___m_SelectedColor_3; } inline void set_m_SelectedColor_3(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_SelectedColor_3 = value; } inline static int32_t get_offset_of_m_DisabledColor_4() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_DisabledColor_4)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_DisabledColor_4() const { return ___m_DisabledColor_4; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_DisabledColor_4() { return &___m_DisabledColor_4; } inline void set_m_DisabledColor_4(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_DisabledColor_4 = value; } inline static int32_t get_offset_of_m_ColorMultiplier_5() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_ColorMultiplier_5)); } inline float get_m_ColorMultiplier_5() const { return ___m_ColorMultiplier_5; } inline float* get_address_of_m_ColorMultiplier_5() { return &___m_ColorMultiplier_5; } inline void set_m_ColorMultiplier_5(float value) { ___m_ColorMultiplier_5 = value; } inline static int32_t get_offset_of_m_FadeDuration_6() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_FadeDuration_6)); } inline float get_m_FadeDuration_6() const { return ___m_FadeDuration_6; } inline float* get_address_of_m_FadeDuration_6() { return &___m_FadeDuration_6; } inline void set_m_FadeDuration_6(float value) { ___m_FadeDuration_6 = value; } }; // UnityEngine.ComputeBuffer struct ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 : public RuntimeObject { public: // System.IntPtr UnityEngine.ComputeBuffer::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.ContourVertex struct ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 { public: // UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.Vec3 UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.ContourVertex::Position Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 ___Position_0; // System.Object UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.ContourVertex::Data RuntimeObject * ___Data_1; public: inline static int32_t get_offset_of_Position_0() { return static_cast(offsetof(ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536, ___Position_0)); } inline Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 get_Position_0() const { return ___Position_0; } inline Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 * get_address_of_Position_0() { return &___Position_0; } inline void set_Position_0(Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 value) { ___Position_0 = value; } inline static int32_t get_offset_of_Data_1() { return static_cast(offsetof(ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536, ___Data_1)); } inline RuntimeObject * get_Data_1() const { return ___Data_1; } inline RuntimeObject ** get_address_of_Data_1() { return &___Data_1; } inline void set_Data_1(RuntimeObject * value) { ___Data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.ContourVertex struct ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536_marshaled_pinvoke { Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 ___Position_0; Il2CppIUnknown* ___Data_1; }; // Native definition for COM marshalling of UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.ContourVertex struct ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536_marshaled_com { Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 ___Position_0; Il2CppIUnknown* ___Data_1; }; // UnityEngine.CubemapFace struct CubemapFace_t74FBCA71A21252C2E10E256E61FE0B1E09D7B9E5 { public: // System.Int32 UnityEngine.CubemapFace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CubemapFace_t74FBCA71A21252C2E10E256E61FE0B1E09D7B9E5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.CullingResults struct CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760 { public: // System.IntPtr UnityEngine.Rendering.CullingResults::ptr intptr_t ___ptr_0; // UnityEngine.Rendering.CullingAllocationInfo* UnityEngine.Rendering.CullingResults::m_AllocationInfo CullingAllocationInfo_tE699E87CDF753430EFA591B80E54D71A3624A083 * ___m_AllocationInfo_1; public: inline static int32_t get_offset_of_ptr_0() { return static_cast(offsetof(CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760, ___ptr_0)); } inline intptr_t get_ptr_0() const { return ___ptr_0; } inline intptr_t* get_address_of_ptr_0() { return &___ptr_0; } inline void set_ptr_0(intptr_t value) { ___ptr_0 = value; } inline static int32_t get_offset_of_m_AllocationInfo_1() { return static_cast(offsetof(CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760, ___m_AllocationInfo_1)); } inline CullingAllocationInfo_tE699E87CDF753430EFA591B80E54D71A3624A083 * get_m_AllocationInfo_1() const { return ___m_AllocationInfo_1; } inline CullingAllocationInfo_tE699E87CDF753430EFA591B80E54D71A3624A083 ** get_address_of_m_AllocationInfo_1() { return &___m_AllocationInfo_1; } inline void set_m_AllocationInfo_1(CullingAllocationInfo_tE699E87CDF753430EFA591B80E54D71A3624A083 * value) { ___m_AllocationInfo_1 = value; } }; // System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA { public: // System.Reflection.CustomAttributeTypedArgument System.Reflection.CustomAttributeNamedArgument::typedArgument CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 ___typedArgument_0; // System.Reflection.MemberInfo System.Reflection.CustomAttributeNamedArgument::memberInfo MemberInfo_t * ___memberInfo_1; public: inline static int32_t get_offset_of_typedArgument_0() { return static_cast(offsetof(CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA, ___typedArgument_0)); } inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 get_typedArgument_0() const { return ___typedArgument_0; } inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 * get_address_of_typedArgument_0() { return &___typedArgument_0; } inline void set_typedArgument_0(CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 value) { ___typedArgument_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___typedArgument_0))->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___typedArgument_0))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_memberInfo_1() { return static_cast(offsetof(CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA, ___memberInfo_1)); } inline MemberInfo_t * get_memberInfo_1() const { return ___memberInfo_1; } inline MemberInfo_t ** get_address_of_memberInfo_1() { return &___memberInfo_1; } inline void set_memberInfo_1(MemberInfo_t * value) { ___memberInfo_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberInfo_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA_marshaled_pinvoke { CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910_marshaled_pinvoke ___typedArgument_0; MemberInfo_t * ___memberInfo_1; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeNamedArgument struct CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA_marshaled_com { CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910_marshaled_com ___typedArgument_0; MemberInfo_t * ___memberInfo_1; }; // System.DateTimeOffset struct DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 { public: // System.DateTime System.DateTimeOffset::m_dateTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_dateTime_2; // System.Int16 System.DateTimeOffset::m_offsetMinutes int16_t ___m_offsetMinutes_3; public: inline static int32_t get_offset_of_m_dateTime_2() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5, ___m_dateTime_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_dateTime_2() const { return ___m_dateTime_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_dateTime_2() { return &___m_dateTime_2; } inline void set_m_dateTime_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_dateTime_2 = value; } inline static int32_t get_offset_of_m_offsetMinutes_3() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5, ___m_offsetMinutes_3)); } inline int16_t get_m_offsetMinutes_3() const { return ___m_offsetMinutes_3; } inline int16_t* get_address_of_m_offsetMinutes_3() { return &___m_offsetMinutes_3; } inline void set_m_offsetMinutes_3(int16_t value) { ___m_offsetMinutes_3 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // UnityEngine.InputSystem.DynamicBitfield struct DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5 { public: // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.DynamicBitfield::array InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18 ___array_0; // System.Int32 UnityEngine.InputSystem.DynamicBitfield::length int32_t ___length_1; public: inline static int32_t get_offset_of_array_0() { return static_cast(offsetof(DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5, ___array_0)); } inline InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18 get_array_0() const { return ___array_0; } inline InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18 * get_address_of_array_0() { return &___array_0; } inline void set_array_0(InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18 value) { ___array_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___array_0))->___additionalValues_2), (void*)NULL); } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5, ___length_1)); } inline int32_t get_length_1() const { return ___length_1; } inline int32_t* get_address_of_length_1() { return &___length_1; } inline void set_length_1(int32_t value) { ___length_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.DynamicBitfield struct DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5_marshaled_pinvoke { InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18 ___array_0; int32_t ___length_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.DynamicBitfield struct DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5_marshaled_com { InlinedArray_1_t23FFA4FEA36F785EEEC44B0332DE84D5E6645F18 ___array_0; int32_t ___length_1; }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.Threading.ExecutionContextSwitcher struct ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 { public: // System.Threading.ExecutionContext/Reader System.Threading.ExecutionContextSwitcher::outerEC Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C ___outerEC_0; // System.Boolean System.Threading.ExecutionContextSwitcher::outerECBelongsToScope bool ___outerECBelongsToScope_1; // System.Object System.Threading.ExecutionContextSwitcher::hecsw RuntimeObject * ___hecsw_2; // System.Threading.Thread System.Threading.ExecutionContextSwitcher::thread Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___thread_3; public: inline static int32_t get_offset_of_outerEC_0() { return static_cast(offsetof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277, ___outerEC_0)); } inline Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C get_outerEC_0() const { return ___outerEC_0; } inline Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C * get_address_of_outerEC_0() { return &___outerEC_0; } inline void set_outerEC_0(Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C value) { ___outerEC_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___outerEC_0))->___m_ec_0), (void*)NULL); } inline static int32_t get_offset_of_outerECBelongsToScope_1() { return static_cast(offsetof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277, ___outerECBelongsToScope_1)); } inline bool get_outerECBelongsToScope_1() const { return ___outerECBelongsToScope_1; } inline bool* get_address_of_outerECBelongsToScope_1() { return &___outerECBelongsToScope_1; } inline void set_outerECBelongsToScope_1(bool value) { ___outerECBelongsToScope_1 = value; } inline static int32_t get_offset_of_hecsw_2() { return static_cast(offsetof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277, ___hecsw_2)); } inline RuntimeObject * get_hecsw_2() const { return ___hecsw_2; } inline RuntimeObject ** get_address_of_hecsw_2() { return &___hecsw_2; } inline void set_hecsw_2(RuntimeObject * value) { ___hecsw_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___hecsw_2), (void*)value); } inline static int32_t get_offset_of_thread_3() { return static_cast(offsetof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277, ___thread_3)); } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * get_thread_3() const { return ___thread_3; } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 ** get_address_of_thread_3() { return &___thread_3; } inline void set_thread_3(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * value) { ___thread_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___thread_3), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.ExecutionContextSwitcher struct ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277_marshaled_pinvoke { Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C_marshaled_pinvoke ___outerEC_0; int32_t ___outerECBelongsToScope_1; Il2CppIUnknown* ___hecsw_2; Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___thread_3; }; // Native definition for COM marshalling of System.Threading.ExecutionContextSwitcher struct ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277_marshaled_com { Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C_marshaled_com ___outerEC_0; int32_t ___outerECBelongsToScope_1; Il2CppIUnknown* ___hecsw_2; Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___thread_3; }; // UnityEngine.InputSystem.XR.FeatureType struct FeatureType_tAA574617594E87607ED33C913C1092B4DF3B2C18 { public: // System.Int32 UnityEngine.InputSystem.XR.FeatureType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FeatureType_tAA574617594E87607ED33C913C1092B4DF3B2C18, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.FileAccess struct FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.FileMode struct FileMode_t7AB84351F909CC2A0F99B798E50C6E8610994336 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileMode_t7AB84351F909CC2A0F99B798E50C6E8610994336, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher struct InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 { public: // System.Collections.Generic.KeyValuePair`2[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher::m_Patterns KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105* ___m_Patterns_0; public: inline static int32_t get_offset_of_m_Patterns_0() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57, ___m_Patterns_0)); } inline KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105* get_m_Patterns_0() const { return ___m_Patterns_0; } inline KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105** get_address_of_m_Patterns_0() { return &___m_Patterns_0; } inline void set_m_Patterns_0(KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105* value) { ___m_Patterns_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Patterns_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher struct InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_marshaled_pinvoke { KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 * ___m_Patterns_0; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher struct InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_marshaled_com { KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 * ___m_Patterns_0; }; // UnityEngine.InputSystem.LowLevel.InputUpdateType struct InputUpdateType_t3A14935AE3714E50FCAD74333D1E337513173AE2 { public: // System.Int32 UnityEngine.InputSystem.LowLevel.InputUpdateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputUpdateType_t3A14935AE3714E50FCAD74333D1E337513173AE2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Int32Enum struct Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_14; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_5() const { return ____buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__origin_6() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____origin_6)); } inline int32_t get__origin_6() const { return ____origin_6; } inline int32_t* get_address_of__origin_6() { return &____origin_6; } inline void set__origin_6(int32_t value) { ____origin_6 = value; } inline static int32_t get_offset_of__position_7() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____position_7)); } inline int32_t get__position_7() const { return ____position_7; } inline int32_t* get_address_of__position_7() { return &____position_7; } inline void set__position_7(int32_t value) { ____position_7 = value; } inline static int32_t get_offset_of__length_8() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____length_8)); } inline int32_t get__length_8() const { return ____length_8; } inline int32_t* get_address_of__length_8() { return &____length_8; } inline void set__length_8(int32_t value) { ____length_8 = value; } inline static int32_t get_offset_of__capacity_9() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____capacity_9)); } inline int32_t get__capacity_9() const { return ____capacity_9; } inline int32_t* get_address_of__capacity_9() { return &____capacity_9; } inline void set__capacity_9(int32_t value) { ____capacity_9 = value; } inline static int32_t get_offset_of__expandable_10() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____expandable_10)); } inline bool get__expandable_10() const { return ____expandable_10; } inline bool* get_address_of__expandable_10() { return &____expandable_10; } inline void set__expandable_10(bool value) { ____expandable_10 = value; } inline static int32_t get_offset_of__writable_11() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____writable_11)); } inline bool get__writable_11() const { return ____writable_11; } inline bool* get_address_of__writable_11() { return &____writable_11; } inline void set__writable_11(bool value) { ____writable_11 = value; } inline static int32_t get_offset_of__exposable_12() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____exposable_12)); } inline bool get__exposable_12() const { return ____exposable_12; } inline bool* get_address_of__exposable_12() { return &____exposable_12; } inline void set__exposable_12(bool value) { ____exposable_12 = value; } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } inline static int32_t get_offset_of__lastReadTask_14() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____lastReadTask_14)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_14() const { return ____lastReadTask_14; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_14() { return &____lastReadTask_14; } inline void set__lastReadTask_14(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_14), (void*)value); } }; // UnityEngine.InputSystem.Utilities.NameAndParameters struct NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA { public: // System.String UnityEngine.InputSystem.Utilities.NameAndParameters::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Utilities.NameAndParameters::k__BackingField ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA, ___U3CnameU3Ek__BackingField_0)); } inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(String_t* value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CparametersU3Ek__BackingField_1() { return static_cast(offsetof(NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA, ___U3CparametersU3Ek__BackingField_1)); } inline ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 get_U3CparametersU3Ek__BackingField_1() const { return ___U3CparametersU3Ek__BackingField_1; } inline ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 * get_address_of_U3CparametersU3Ek__BackingField_1() { return &___U3CparametersU3Ek__BackingField_1; } inline void set_U3CparametersU3Ek__BackingField_1(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 value) { ___U3CparametersU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters struct NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_marshaled_pinvoke { char* ___U3CnameU3Ek__BackingField_0; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters struct NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_marshaled_com { Il2CppChar* ___U3CnameU3Ek__BackingField_0; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_1; }; // Unity.Collections.NativeArrayOptions struct NativeArrayOptions_t181E2A9B49F6D62868DE6428E4CDF148AEF558E3 { public: // System.Int32 Unity.Collections.NativeArrayOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NativeArrayOptions_t181E2A9B49F6D62868DE6428E4CDF148AEF558E3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Timeline.NotificationFlags struct NotificationFlags_t9E7C2E414C0875C0904404193D925F03BF65D981 { public: // System.Int16 UnityEngine.Timeline.NotificationFlags::value__ int16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NotificationFlags_t9E7C2E414C0875C0904404193D925F03BF65D981, ___value___2)); } inline int16_t get_value___2() const { return ___value___2; } inline int16_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int16_t value) { ___value___2 = value; } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.ParticleCollisionEvent struct ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD { public: // UnityEngine.Vector3 UnityEngine.ParticleCollisionEvent::m_Intersection Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Intersection_0; // UnityEngine.Vector3 UnityEngine.ParticleCollisionEvent::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // UnityEngine.Vector3 UnityEngine.ParticleCollisionEvent::m_Velocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Velocity_2; // System.Int32 UnityEngine.ParticleCollisionEvent::m_ColliderInstanceID int32_t ___m_ColliderInstanceID_3; public: inline static int32_t get_offset_of_m_Intersection_0() { return static_cast(offsetof(ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD, ___m_Intersection_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Intersection_0() const { return ___m_Intersection_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Intersection_0() { return &___m_Intersection_0; } inline void set_m_Intersection_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Intersection_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_Velocity_2() { return static_cast(offsetof(ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD, ___m_Velocity_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Velocity_2() const { return ___m_Velocity_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Velocity_2() { return &___m_Velocity_2; } inline void set_m_Velocity_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Velocity_2 = value; } inline static int32_t get_offset_of_m_ColliderInstanceID_3() { return static_cast(offsetof(ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD, ___m_ColliderInstanceID_3)); } inline int32_t get_m_ColliderInstanceID_3() const { return ___m_ColliderInstanceID_3; } inline int32_t* get_address_of_m_ColliderInstanceID_3() { return &___m_ColliderInstanceID_3; } inline void set_m_ColliderInstanceID_3(int32_t value) { ___m_ColliderInstanceID_3 = value; } }; // UnityEngine.Playables.PlayableHandle struct PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A { public: // System.IntPtr UnityEngine.Playables.PlayableHandle::m_Handle intptr_t ___m_Handle_0; // System.UInt32 UnityEngine.Playables.PlayableHandle::m_Version uint32_t ___m_Version_1; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A, ___m_Handle_0)); } inline intptr_t get_m_Handle_0() const { return ___m_Handle_0; } inline intptr_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(intptr_t value) { ___m_Handle_0 = value; } inline static int32_t get_offset_of_m_Version_1() { return static_cast(offsetof(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A, ___m_Version_1)); } inline uint32_t get_m_Version_1() const { return ___m_Version_1; } inline uint32_t* get_address_of_m_Version_1() { return &___m_Version_1; } inline void set_m_Version_1(uint32_t value) { ___m_Version_1 = value; } }; // UnityEngine.RaycastHit2D struct RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 { public: // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Centroid Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Centroid_0; // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Point Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Point_1; // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Normal Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Normal_2; // System.Single UnityEngine.RaycastHit2D::m_Distance float ___m_Distance_3; // System.Single UnityEngine.RaycastHit2D::m_Fraction float ___m_Fraction_4; // System.Int32 UnityEngine.RaycastHit2D::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Centroid_0() { return static_cast(offsetof(RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4, ___m_Centroid_0)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Centroid_0() const { return ___m_Centroid_0; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Centroid_0() { return &___m_Centroid_0; } inline void set_m_Centroid_0(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Centroid_0 = value; } inline static int32_t get_offset_of_m_Point_1() { return static_cast(offsetof(RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4, ___m_Point_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Point_1() const { return ___m_Point_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Point_1() { return &___m_Point_1; } inline void set_m_Point_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Point_1 = value; } inline static int32_t get_offset_of_m_Normal_2() { return static_cast(offsetof(RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4, ___m_Normal_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Normal_2() const { return ___m_Normal_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Normal_2() { return &___m_Normal_2; } inline void set_m_Normal_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Normal_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_Fraction_4() { return static_cast(offsetof(RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4, ___m_Fraction_4)); } inline float get_m_Fraction_4() const { return ___m_Fraction_4; } inline float* get_address_of_m_Fraction_4() { return &___m_Fraction_4; } inline void set_m_Fraction_4(float value) { ___m_Fraction_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE { public: // UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; // UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; // System.Single UnityEngine.EventSystems.RaycastResult::distance float ___distance_2; // System.Single UnityEngine.EventSystems.RaycastResult::index float ___index_3; // System.Int32 UnityEngine.EventSystems.RaycastResult::depth int32_t ___depth_4; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingGroupID int32_t ___sortingGroupID_5; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingGroupOrder int32_t ___sortingGroupOrder_6; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingLayer int32_t ___sortingLayer_7; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingOrder int32_t ___sortingOrder_8; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_9; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_10; // UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_11; // System.Int32 UnityEngine.EventSystems.RaycastResult::displayIndex int32_t ___displayIndex_12; public: inline static int32_t get_offset_of_m_GameObject_0() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___m_GameObject_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_GameObject_0() const { return ___m_GameObject_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_GameObject_0() { return &___m_GameObject_0; } inline void set_m_GameObject_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_GameObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GameObject_0), (void*)value); } inline static int32_t get_offset_of_module_1() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___module_1)); } inline BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * get_module_1() const { return ___module_1; } inline BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 ** get_address_of_module_1() { return &___module_1; } inline void set_module_1(BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * value) { ___module_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___module_1), (void*)value); } inline static int32_t get_offset_of_distance_2() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___distance_2)); } inline float get_distance_2() const { return ___distance_2; } inline float* get_address_of_distance_2() { return &___distance_2; } inline void set_distance_2(float value) { ___distance_2 = value; } inline static int32_t get_offset_of_index_3() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___index_3)); } inline float get_index_3() const { return ___index_3; } inline float* get_address_of_index_3() { return &___index_3; } inline void set_index_3(float value) { ___index_3 = value; } inline static int32_t get_offset_of_depth_4() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___depth_4)); } inline int32_t get_depth_4() const { return ___depth_4; } inline int32_t* get_address_of_depth_4() { return &___depth_4; } inline void set_depth_4(int32_t value) { ___depth_4 = value; } inline static int32_t get_offset_of_sortingGroupID_5() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingGroupID_5)); } inline int32_t get_sortingGroupID_5() const { return ___sortingGroupID_5; } inline int32_t* get_address_of_sortingGroupID_5() { return &___sortingGroupID_5; } inline void set_sortingGroupID_5(int32_t value) { ___sortingGroupID_5 = value; } inline static int32_t get_offset_of_sortingGroupOrder_6() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingGroupOrder_6)); } inline int32_t get_sortingGroupOrder_6() const { return ___sortingGroupOrder_6; } inline int32_t* get_address_of_sortingGroupOrder_6() { return &___sortingGroupOrder_6; } inline void set_sortingGroupOrder_6(int32_t value) { ___sortingGroupOrder_6 = value; } inline static int32_t get_offset_of_sortingLayer_7() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingLayer_7)); } inline int32_t get_sortingLayer_7() const { return ___sortingLayer_7; } inline int32_t* get_address_of_sortingLayer_7() { return &___sortingLayer_7; } inline void set_sortingLayer_7(int32_t value) { ___sortingLayer_7 = value; } inline static int32_t get_offset_of_sortingOrder_8() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingOrder_8)); } inline int32_t get_sortingOrder_8() const { return ___sortingOrder_8; } inline int32_t* get_address_of_sortingOrder_8() { return &___sortingOrder_8; } inline void set_sortingOrder_8(int32_t value) { ___sortingOrder_8 = value; } inline static int32_t get_offset_of_worldPosition_9() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___worldPosition_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_worldPosition_9() const { return ___worldPosition_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_worldPosition_9() { return &___worldPosition_9; } inline void set_worldPosition_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___worldPosition_9 = value; } inline static int32_t get_offset_of_worldNormal_10() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___worldNormal_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_worldNormal_10() const { return ___worldNormal_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_worldNormal_10() { return &___worldNormal_10; } inline void set_worldNormal_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___worldNormal_10 = value; } inline static int32_t get_offset_of_screenPosition_11() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___screenPosition_11)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_screenPosition_11() const { return ___screenPosition_11; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_screenPosition_11() { return &___screenPosition_11; } inline void set_screenPosition_11(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___screenPosition_11 = value; } inline static int32_t get_offset_of_displayIndex_12() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___displayIndex_12)); } inline int32_t get_displayIndex_12() const { return ___displayIndex_12; } inline int32_t* get_address_of_displayIndex_12() { return &___displayIndex_12; } inline void set_displayIndex_12(int32_t value) { ___displayIndex_12 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_pinvoke { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingGroupID_5; int32_t ___sortingGroupOrder_6; int32_t ___sortingLayer_7; int32_t ___sortingOrder_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_10; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_11; int32_t ___displayIndex_12; }; // Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_com { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingGroupID_5; int32_t ___sortingGroupOrder_6; int32_t ___sortingLayer_7; int32_t ___sortingOrder_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_10; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_11; int32_t ___displayIndex_12; }; // System.Net.ReadState struct ReadState_t0E475A5684B2F293CB70C968652B094EB3E3949F { public: // System.Int32 System.Net.ReadState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReadState_t0E475A5684B2F293CB70C968652B094EB3E3949F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourceType struct RenderGraphResourceType_tADC2B9FB2D4F19BE4A86D67644FBA60047190FD3 { public: // System.Int32 UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourceType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderGraphResourceType_tADC2B9FB2D4F19BE4A86D67644FBA60047190FD3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.Security.Authentication.SslProtocols struct SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68 { public: // System.Int32 System.Security.Authentication.SslProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SslProtocols_tF8B65D359D2670DCDA2BDF3677A9E7217FC3DA68, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.StreamReader struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 : public TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F { public: // System.IO.Stream System.IO.StreamReader::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // System.Text.Encoding System.IO.StreamReader::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_6; // System.Text.Decoder System.IO.StreamReader::decoder Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * ___decoder_7; // System.Byte[] System.IO.StreamReader::byteBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byteBuffer_8; // System.Char[] System.IO.StreamReader::charBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___charBuffer_9; // System.Byte[] System.IO.StreamReader::_preamble ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____preamble_10; // System.Int32 System.IO.StreamReader::charPos int32_t ___charPos_11; // System.Int32 System.IO.StreamReader::charLen int32_t ___charLen_12; // System.Int32 System.IO.StreamReader::byteLen int32_t ___byteLen_13; // System.Int32 System.IO.StreamReader::bytePos int32_t ___bytePos_14; // System.Int32 System.IO.StreamReader::_maxCharsPerBuffer int32_t ____maxCharsPerBuffer_15; // System.Boolean System.IO.StreamReader::_detectEncoding bool ____detectEncoding_16; // System.Boolean System.IO.StreamReader::_checkPreamble bool ____checkPreamble_17; // System.Boolean System.IO.StreamReader::_isBlocked bool ____isBlocked_18; // System.Boolean System.IO.StreamReader::_closable bool ____closable_19; // System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamReader::_asyncReadTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ____asyncReadTask_20; public: inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_encoding_6() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___encoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_6() const { return ___encoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_6() { return &___encoding_6; } inline void set_encoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_6), (void*)value); } inline static int32_t get_offset_of_decoder_7() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___decoder_7)); } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * get_decoder_7() const { return ___decoder_7; } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 ** get_address_of_decoder_7() { return &___decoder_7; } inline void set_decoder_7(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * value) { ___decoder_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoder_7), (void*)value); } inline static int32_t get_offset_of_byteBuffer_8() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___byteBuffer_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_byteBuffer_8() const { return ___byteBuffer_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_byteBuffer_8() { return &___byteBuffer_8; } inline void set_byteBuffer_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___byteBuffer_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_8), (void*)value); } inline static int32_t get_offset_of_charBuffer_9() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___charBuffer_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_charBuffer_9() const { return ___charBuffer_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_charBuffer_9() { return &___charBuffer_9; } inline void set_charBuffer_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___charBuffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_9), (void*)value); } inline static int32_t get_offset_of__preamble_10() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____preamble_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__preamble_10() const { return ____preamble_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__preamble_10() { return &____preamble_10; } inline void set__preamble_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____preamble_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____preamble_10), (void*)value); } inline static int32_t get_offset_of_charPos_11() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___charPos_11)); } inline int32_t get_charPos_11() const { return ___charPos_11; } inline int32_t* get_address_of_charPos_11() { return &___charPos_11; } inline void set_charPos_11(int32_t value) { ___charPos_11 = value; } inline static int32_t get_offset_of_charLen_12() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___charLen_12)); } inline int32_t get_charLen_12() const { return ___charLen_12; } inline int32_t* get_address_of_charLen_12() { return &___charLen_12; } inline void set_charLen_12(int32_t value) { ___charLen_12 = value; } inline static int32_t get_offset_of_byteLen_13() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___byteLen_13)); } inline int32_t get_byteLen_13() const { return ___byteLen_13; } inline int32_t* get_address_of_byteLen_13() { return &___byteLen_13; } inline void set_byteLen_13(int32_t value) { ___byteLen_13 = value; } inline static int32_t get_offset_of_bytePos_14() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___bytePos_14)); } inline int32_t get_bytePos_14() const { return ___bytePos_14; } inline int32_t* get_address_of_bytePos_14() { return &___bytePos_14; } inline void set_bytePos_14(int32_t value) { ___bytePos_14 = value; } inline static int32_t get_offset_of__maxCharsPerBuffer_15() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____maxCharsPerBuffer_15)); } inline int32_t get__maxCharsPerBuffer_15() const { return ____maxCharsPerBuffer_15; } inline int32_t* get_address_of__maxCharsPerBuffer_15() { return &____maxCharsPerBuffer_15; } inline void set__maxCharsPerBuffer_15(int32_t value) { ____maxCharsPerBuffer_15 = value; } inline static int32_t get_offset_of__detectEncoding_16() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____detectEncoding_16)); } inline bool get__detectEncoding_16() const { return ____detectEncoding_16; } inline bool* get_address_of__detectEncoding_16() { return &____detectEncoding_16; } inline void set__detectEncoding_16(bool value) { ____detectEncoding_16 = value; } inline static int32_t get_offset_of__checkPreamble_17() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____checkPreamble_17)); } inline bool get__checkPreamble_17() const { return ____checkPreamble_17; } inline bool* get_address_of__checkPreamble_17() { return &____checkPreamble_17; } inline void set__checkPreamble_17(bool value) { ____checkPreamble_17 = value; } inline static int32_t get_offset_of__isBlocked_18() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____isBlocked_18)); } inline bool get__isBlocked_18() const { return ____isBlocked_18; } inline bool* get_address_of__isBlocked_18() { return &____isBlocked_18; } inline void set__isBlocked_18(bool value) { ____isBlocked_18 = value; } inline static int32_t get_offset_of__closable_19() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____closable_19)); } inline bool get__closable_19() const { return ____closable_19; } inline bool* get_address_of__closable_19() { return &____closable_19; } inline void set__closable_19(bool value) { ____closable_19 = value; } inline static int32_t get_offset_of__asyncReadTask_20() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____asyncReadTask_20)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get__asyncReadTask_20() const { return ____asyncReadTask_20; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of__asyncReadTask_20() { return &____asyncReadTask_20; } inline void set__asyncReadTask_20(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ____asyncReadTask_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncReadTask_20), (void*)value); } }; // System.IO.StreamWriter struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 : public TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 { public: // System.IO.Stream System.IO.StreamWriter::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_12; // System.Text.Encoding System.IO.StreamWriter::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_13; // System.Text.Encoder System.IO.StreamWriter::encoder Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * ___encoder_14; // System.Byte[] System.IO.StreamWriter::byteBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byteBuffer_15; // System.Char[] System.IO.StreamWriter::charBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___charBuffer_16; // System.Int32 System.IO.StreamWriter::charPos int32_t ___charPos_17; // System.Int32 System.IO.StreamWriter::charLen int32_t ___charLen_18; // System.Boolean System.IO.StreamWriter::autoFlush bool ___autoFlush_19; // System.Boolean System.IO.StreamWriter::haveWrittenPreamble bool ___haveWrittenPreamble_20; // System.Boolean System.IO.StreamWriter::closable bool ___closable_21; // System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_asyncWriteTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ____asyncWriteTask_22; public: inline static int32_t get_offset_of_stream_12() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___stream_12)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_12() const { return ___stream_12; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_12() { return &___stream_12; } inline void set_stream_12(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_12), (void*)value); } inline static int32_t get_offset_of_encoding_13() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___encoding_13)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_13() const { return ___encoding_13; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_13() { return &___encoding_13; } inline void set_encoding_13(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_13), (void*)value); } inline static int32_t get_offset_of_encoder_14() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___encoder_14)); } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * get_encoder_14() const { return ___encoder_14; } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A ** get_address_of_encoder_14() { return &___encoder_14; } inline void set_encoder_14(Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * value) { ___encoder_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_14), (void*)value); } inline static int32_t get_offset_of_byteBuffer_15() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___byteBuffer_15)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_byteBuffer_15() const { return ___byteBuffer_15; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_byteBuffer_15() { return &___byteBuffer_15; } inline void set_byteBuffer_15(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___byteBuffer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_15), (void*)value); } inline static int32_t get_offset_of_charBuffer_16() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___charBuffer_16)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_charBuffer_16() const { return ___charBuffer_16; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_charBuffer_16() { return &___charBuffer_16; } inline void set_charBuffer_16(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___charBuffer_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_16), (void*)value); } inline static int32_t get_offset_of_charPos_17() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___charPos_17)); } inline int32_t get_charPos_17() const { return ___charPos_17; } inline int32_t* get_address_of_charPos_17() { return &___charPos_17; } inline void set_charPos_17(int32_t value) { ___charPos_17 = value; } inline static int32_t get_offset_of_charLen_18() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___charLen_18)); } inline int32_t get_charLen_18() const { return ___charLen_18; } inline int32_t* get_address_of_charLen_18() { return &___charLen_18; } inline void set_charLen_18(int32_t value) { ___charLen_18 = value; } inline static int32_t get_offset_of_autoFlush_19() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___autoFlush_19)); } inline bool get_autoFlush_19() const { return ___autoFlush_19; } inline bool* get_address_of_autoFlush_19() { return &___autoFlush_19; } inline void set_autoFlush_19(bool value) { ___autoFlush_19 = value; } inline static int32_t get_offset_of_haveWrittenPreamble_20() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___haveWrittenPreamble_20)); } inline bool get_haveWrittenPreamble_20() const { return ___haveWrittenPreamble_20; } inline bool* get_address_of_haveWrittenPreamble_20() { return &___haveWrittenPreamble_20; } inline void set_haveWrittenPreamble_20(bool value) { ___haveWrittenPreamble_20 = value; } inline static int32_t get_offset_of_closable_21() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ___closable_21)); } inline bool get_closable_21() const { return ___closable_21; } inline bool* get_address_of_closable_21() { return &___closable_21; } inline void set_closable_21(bool value) { ___closable_21 = value; } inline static int32_t get_offset_of__asyncWriteTask_22() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6, ____asyncWriteTask_22)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get__asyncWriteTask_22() const { return ____asyncWriteTask_22; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of__asyncWriteTask_22() { return &____asyncWriteTask_22; } inline void set__asyncWriteTask_22(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ____asyncWriteTask_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncWriteTask_22), (void*)value); } }; // System.Threading.SynchronizationContextProperties struct SynchronizationContextProperties_t1A9B979AA4252E755DB5A8CC447FBF89E0AB296A { public: // System.Int32 System.Threading.SynchronizationContextProperties::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SynchronizationContextProperties_t1A9B979AA4252E755DB5A8CC447FBF89E0AB296A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_4; // System.Object System.Threading.Tasks.Task::m_action RuntimeObject * ___m_action_5; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject * ___m_stateObject_6; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_parent_8; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_9; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject * ___m_continuationObject_28; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * ___m_contingentProperties_33; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskId_4)); } inline int32_t get_m_taskId_4() const { return ___m_taskId_4; } inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; } inline void set_m_taskId_4(int32_t value) { ___m_taskId_4 = value; } inline static int32_t get_offset_of_m_action_5() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_action_5)); } inline RuntimeObject * get_m_action_5() const { return ___m_action_5; } inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; } inline void set_m_action_5(RuntimeObject * value) { ___m_action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value); } inline static int32_t get_offset_of_m_stateObject_6() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateObject_6)); } inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; } inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; } inline void set_m_stateObject_6(RuntimeObject * value) { ___m_stateObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value); } inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskScheduler_7)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_taskScheduler_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value); } inline static int32_t get_offset_of_m_parent_8() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_parent_8)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_parent_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value); } inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateFlags_9)); } inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; } inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; } inline void set_m_stateFlags_9(int32_t value) { ___m_stateFlags_9 = value; } inline static int32_t get_offset_of_m_continuationObject_28() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_continuationObject_28)); } inline RuntimeObject * get_m_continuationObject_28() const { return ___m_continuationObject_28; } inline RuntimeObject ** get_address_of_m_continuationObject_28() { return &___m_continuationObject_28; } inline void set_m_continuationObject_28(RuntimeObject * value) { ___m_continuationObject_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_28), (void*)value); } inline static int32_t get_offset_of_m_contingentProperties_33() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_contingentProperties_33)); } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * get_m_contingentProperties_33() const { return ___m_contingentProperties_33; } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 ** get_address_of_m_contingentProperties_33() { return &___m_contingentProperties_33; } inline void set_m_contingentProperties_33(ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * value) { ___m_contingentProperties_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_33), (void*)value); } }; // System.Threading.Tasks.TaskCreationOptions struct TaskCreationOptions_t469019F1B0F93FA60337952E265311E8048D2112 { public: // System.Int32 System.Threading.Tasks.TaskCreationOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TaskCreationOptions_t469019F1B0F93FA60337952E265311E8048D2112, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_3; public: inline static int32_t get_offset_of__ticks_3() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_3)); } inline int64_t get__ticks_3() const { return ____ticks_3; } inline int64_t* get_address_of__ticks_3() { return &____ticks_3; } inline void set__ticks_3(int64_t value) { ____ticks_3 = value; } }; // System.TypeCode struct TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C { public: // System.Int32 System.TypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UICharInfo struct UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A { public: // UnityEngine.Vector2 UnityEngine.UICharInfo::cursorPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___cursorPos_0; // System.Single UnityEngine.UICharInfo::charWidth float ___charWidth_1; public: inline static int32_t get_offset_of_cursorPos_0() { return static_cast(offsetof(UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A, ___cursorPos_0)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_cursorPos_0() const { return ___cursorPos_0; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_cursorPos_0() { return &___cursorPos_0; } inline void set_cursorPos_0(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___cursorPos_0 = value; } inline static int32_t get_offset_of_charWidth_1() { return static_cast(offsetof(UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A, ___charWidth_1)); } inline float get_charWidth_1() const { return ___charWidth_1; } inline float* get_address_of_charWidth_1() { return &___charWidth_1; } inline void set_charWidth_1(float value) { ___charWidth_1 = value; } }; // UnityEngine.UIVertex struct UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A { public: // UnityEngine.Vector3 UnityEngine.UIVertex::position Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position_0; // UnityEngine.Vector3 UnityEngine.UIVertex::normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___normal_1; // UnityEngine.Vector4 UnityEngine.UIVertex::tangent Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___tangent_2; // UnityEngine.Color32 UnityEngine.UIVertex::color Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___color_3; // UnityEngine.Vector4 UnityEngine.UIVertex::uv0 Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___uv0_4; // UnityEngine.Vector4 UnityEngine.UIVertex::uv1 Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___uv1_5; // UnityEngine.Vector4 UnityEngine.UIVertex::uv2 Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___uv2_6; // UnityEngine.Vector4 UnityEngine.UIVertex::uv3 Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___uv3_7; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___position_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_position_0() const { return ___position_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___position_0 = value; } inline static int32_t get_offset_of_normal_1() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_normal_1() const { return ___normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_normal_1() { return &___normal_1; } inline void set_normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___normal_1 = value; } inline static int32_t get_offset_of_tangent_2() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___tangent_2)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_tangent_2() const { return ___tangent_2; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_tangent_2() { return &___tangent_2; } inline void set_tangent_2(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___tangent_2 = value; } inline static int32_t get_offset_of_color_3() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___color_3)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_color_3() const { return ___color_3; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_color_3() { return &___color_3; } inline void set_color_3(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___color_3 = value; } inline static int32_t get_offset_of_uv0_4() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___uv0_4)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_uv0_4() const { return ___uv0_4; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_uv0_4() { return &___uv0_4; } inline void set_uv0_4(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___uv0_4 = value; } inline static int32_t get_offset_of_uv1_5() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___uv1_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_uv1_5() const { return ___uv1_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_uv1_5() { return &___uv1_5; } inline void set_uv1_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___uv1_5 = value; } inline static int32_t get_offset_of_uv2_6() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___uv2_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_uv2_6() const { return ___uv2_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_uv2_6() { return &___uv2_6; } inline void set_uv2_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___uv2_6 = value; } inline static int32_t get_offset_of_uv3_7() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A, ___uv3_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_uv3_7() const { return ___uv3_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_uv3_7() { return &___uv3_7; } inline void set_uv3_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___uv3_7 = value; } }; // System.UInt32Enum struct UInt32Enum_t205AC9FF1DBA9F24788030B596D7BE3A2E808EF1 { public: // System.UInt32 System.UInt32Enum::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UInt32Enum_t205AC9FF1DBA9F24788030B596D7BE3A2E808EF1, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags struct X509ChainStatusFlags_t16F457BB24891840519B66C39DE91268909174F9 { public: // System.Int32 System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(X509ChainStatusFlags_t16F457BB24891840519B66C39DE91268909174F9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.XR.XRNode struct XRNode_t07B789D60F5B3A4F0E4A169143881ABCA4176DBD { public: // System.Int32 UnityEngine.XR.XRNode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XRNode_t07B789D60F5B3A4F0E4A169143881ABCA4176DBD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.Universal.XRView struct XRView_tE7BCF62BA1242C287E38539553B57AE70B687027 { public: // UnityEngine.Matrix4x4 UnityEngine.Rendering.Universal.XRView::projMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___projMatrix_0; // UnityEngine.Matrix4x4 UnityEngine.Rendering.Universal.XRView::viewMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___viewMatrix_1; // UnityEngine.Rect UnityEngine.Rendering.Universal.XRView::viewport Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___viewport_2; // UnityEngine.Mesh UnityEngine.Rendering.Universal.XRView::occlusionMesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___occlusionMesh_3; // System.Int32 UnityEngine.Rendering.Universal.XRView::textureArraySlice int32_t ___textureArraySlice_4; public: inline static int32_t get_offset_of_projMatrix_0() { return static_cast(offsetof(XRView_tE7BCF62BA1242C287E38539553B57AE70B687027, ___projMatrix_0)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_projMatrix_0() const { return ___projMatrix_0; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_projMatrix_0() { return &___projMatrix_0; } inline void set_projMatrix_0(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___projMatrix_0 = value; } inline static int32_t get_offset_of_viewMatrix_1() { return static_cast(offsetof(XRView_tE7BCF62BA1242C287E38539553B57AE70B687027, ___viewMatrix_1)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_viewMatrix_1() const { return ___viewMatrix_1; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_viewMatrix_1() { return &___viewMatrix_1; } inline void set_viewMatrix_1(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___viewMatrix_1 = value; } inline static int32_t get_offset_of_viewport_2() { return static_cast(offsetof(XRView_tE7BCF62BA1242C287E38539553B57AE70B687027, ___viewport_2)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_viewport_2() const { return ___viewport_2; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_viewport_2() { return &___viewport_2; } inline void set_viewport_2(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___viewport_2 = value; } inline static int32_t get_offset_of_occlusionMesh_3() { return static_cast(offsetof(XRView_tE7BCF62BA1242C287E38539553B57AE70B687027, ___occlusionMesh_3)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_occlusionMesh_3() const { return ___occlusionMesh_3; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_occlusionMesh_3() { return &___occlusionMesh_3; } inline void set_occlusionMesh_3(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___occlusionMesh_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___occlusionMesh_3), (void*)value); } inline static int32_t get_offset_of_textureArraySlice_4() { return static_cast(offsetof(XRView_tE7BCF62BA1242C287E38539553B57AE70B687027, ___textureArraySlice_4)); } inline int32_t get_textureArraySlice_4() const { return ___textureArraySlice_4; } inline int32_t* get_address_of_textureArraySlice_4() { return &___textureArraySlice_4; } inline void set_textureArraySlice_4(int32_t value) { ___textureArraySlice_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Rendering.Universal.XRView struct XRView_tE7BCF62BA1242C287E38539553B57AE70B687027_marshaled_pinvoke { Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___projMatrix_0; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___viewMatrix_1; Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___viewport_2; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___occlusionMesh_3; int32_t ___textureArraySlice_4; }; // Native definition for COM marshalling of UnityEngine.Rendering.Universal.XRView struct XRView_tE7BCF62BA1242C287E38539553B57AE70B687027_marshaled_com { Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___projMatrix_0; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___viewMatrix_1; Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___viewport_2; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___occlusionMesh_3; int32_t ___textureArraySlice_4; }; // UnityEngine.Camera/RenderRequestMode struct RenderRequestMode_tCB120B82DED523ADBA2D6093A1A8ABF17D94A313 { public: // System.Int32 UnityEngine.Camera/RenderRequestMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderRequestMode_tCB120B82DED523ADBA2D6093A1A8ABF17D94A313, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Camera/RenderRequestOutputSpace struct RenderRequestOutputSpace_t8EB93E4720B2D1BAB624A04ADB473C37C7F3D6A5 { public: // System.Int32 UnityEngine.Camera/RenderRequestOutputSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderRequestOutputSpace_t8EB93E4720B2D1BAB624A04ADB473C37C7F3D6A5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.DebugUI/Flags struct Flags_t67BECC8E08EC00EAA9ABD39F34311D3DA7B86A37 { public: // System.Int32 UnityEngine.Rendering.DebugUI/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t67BECC8E08EC00EAA9ABD39F34311D3DA7B86A37, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.Universal.Internal.DeferredTiler/PrePunctualLight struct PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609 { public: // Unity.Mathematics.float3 UnityEngine.Rendering.Universal.Internal.DeferredTiler/PrePunctualLight::posVS float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D ___posVS_0; // System.Single UnityEngine.Rendering.Universal.Internal.DeferredTiler/PrePunctualLight::radius float ___radius_1; // System.Single UnityEngine.Rendering.Universal.Internal.DeferredTiler/PrePunctualLight::minDist float ___minDist_2; // Unity.Mathematics.float2 UnityEngine.Rendering.Universal.Internal.DeferredTiler/PrePunctualLight::screenPos float2_t11F5F2974404951113DDC4E13EEB6E2456295547 ___screenPos_3; // System.UInt16 UnityEngine.Rendering.Universal.Internal.DeferredTiler/PrePunctualLight::visLightIndex uint16_t ___visLightIndex_4; public: inline static int32_t get_offset_of_posVS_0() { return static_cast(offsetof(PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609, ___posVS_0)); } inline float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D get_posVS_0() const { return ___posVS_0; } inline float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D * get_address_of_posVS_0() { return &___posVS_0; } inline void set_posVS_0(float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D value) { ___posVS_0 = value; } inline static int32_t get_offset_of_radius_1() { return static_cast(offsetof(PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609, ___radius_1)); } inline float get_radius_1() const { return ___radius_1; } inline float* get_address_of_radius_1() { return &___radius_1; } inline void set_radius_1(float value) { ___radius_1 = value; } inline static int32_t get_offset_of_minDist_2() { return static_cast(offsetof(PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609, ___minDist_2)); } inline float get_minDist_2() const { return ___minDist_2; } inline float* get_address_of_minDist_2() { return &___minDist_2; } inline void set_minDist_2(float value) { ___minDist_2 = value; } inline static int32_t get_offset_of_screenPos_3() { return static_cast(offsetof(PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609, ___screenPos_3)); } inline float2_t11F5F2974404951113DDC4E13EEB6E2456295547 get_screenPos_3() const { return ___screenPos_3; } inline float2_t11F5F2974404951113DDC4E13EEB6E2456295547 * get_address_of_screenPos_3() { return &___screenPos_3; } inline void set_screenPos_3(float2_t11F5F2974404951113DDC4E13EEB6E2456295547 value) { ___screenPos_3 = value; } inline static int32_t get_offset_of_visLightIndex_4() { return static_cast(offsetof(PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609, ___visLightIndex_4)); } inline uint16_t get_visLightIndex_4() const { return ___visLightIndex_4; } inline uint16_t* get_address_of_visLightIndex_4() { return &___visLightIndex_4; } inline void set_visLightIndex_4(uint16_t value) { ___visLightIndex_4 = value; } }; // CrazyMinnow.SALSA.ExpressionComponent/ControlType struct ControlType_tA6D499445DA9948C2BA432E75183CD68BD1EE4A7 { public: // System.Int32 CrazyMinnow.SALSA.ExpressionComponent/ControlType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ControlType_tA6D499445DA9948C2BA432E75183CD68BD1EE4A7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // CrazyMinnow.SALSA.ExpressionComponent/ExpressionHandler struct ExpressionHandler_t68457098371B540C73EBFD993EB1D83407A5792B { public: // System.Int32 CrazyMinnow.SALSA.ExpressionComponent/ExpressionHandler::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExpressionHandler_t68457098371B540C73EBFD993EB1D83407A5792B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // CrazyMinnow.SALSA.ExpressionComponent/ExpressionType struct ExpressionType_tED068A12BED144DC99D095F0DDF9019E16CFFAF7 { public: // System.Int32 CrazyMinnow.SALSA.ExpressionComponent/ExpressionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExpressionType_tED068A12BED144DC99D095F0DDF9019E16CFFAF7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.HID.HID/HIDCollectionType struct HIDCollectionType_t96F507410EA31F547A72D71B767F12866CC9FE73 { public: // System.Int32 UnityEngine.InputSystem.HID.HID/HIDCollectionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HIDCollectionType_t96F507410EA31F547A72D71B767F12866CC9FE73, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.HID.HID/HIDElementFlags struct HIDElementFlags_tD2526AB55A4E695D472F4F92AB0E7B29182E0E30 { public: // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HIDElementFlags_tD2526AB55A4E695D472F4F92AB0E7B29182E0E30, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.HID.HID/HIDReportType struct HIDReportType_tB0D6F97EE47C07DDBA768772ED2ECA1944835544 { public: // System.Int32 UnityEngine.InputSystem.HID.HID/HIDReportType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HIDReportType_tB0D6F97EE47C07DDBA768772ED2ECA1944835544, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.HID.HID/UsagePage struct UsagePage_t4E88F7D5613BA631109F66288E6F6C39990DEBFC { public: // System.Int32 UnityEngine.InputSystem.HID.HID/UsagePage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UsagePage_t4E88F7D5613BA631109F66288E6F6C39990DEBFC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputBinding/Flags struct Flags_tB8C0F66F19426A1903E4D43B669650457D5057D1 { public: // System.Int32 UnityEngine.InputSystem.InputBinding/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_tB8C0F66F19426A1903E4D43B669650457D5057D1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo struct DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F { public: // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::m_DeviceId int32_t ___m_DeviceId_0; // System.String UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::m_Layout String_t* ___m_Layout_1; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::m_StateFormat FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___m_StateFormat_2; // System.Int32 UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::m_StateSizeInBytes int32_t ___m_StateSizeInBytes_3; // System.String UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo::m_FullLayoutJson String_t* ___m_FullLayoutJson_4; public: inline static int32_t get_offset_of_m_DeviceId_0() { return static_cast(offsetof(DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F, ___m_DeviceId_0)); } inline int32_t get_m_DeviceId_0() const { return ___m_DeviceId_0; } inline int32_t* get_address_of_m_DeviceId_0() { return &___m_DeviceId_0; } inline void set_m_DeviceId_0(int32_t value) { ___m_DeviceId_0 = value; } inline static int32_t get_offset_of_m_Layout_1() { return static_cast(offsetof(DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F, ___m_Layout_1)); } inline String_t* get_m_Layout_1() const { return ___m_Layout_1; } inline String_t** get_address_of_m_Layout_1() { return &___m_Layout_1; } inline void set_m_Layout_1(String_t* value) { ___m_Layout_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Layout_1), (void*)value); } inline static int32_t get_offset_of_m_StateFormat_2() { return static_cast(offsetof(DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F, ___m_StateFormat_2)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_m_StateFormat_2() const { return ___m_StateFormat_2; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_m_StateFormat_2() { return &___m_StateFormat_2; } inline void set_m_StateFormat_2(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___m_StateFormat_2 = value; } inline static int32_t get_offset_of_m_StateSizeInBytes_3() { return static_cast(offsetof(DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F, ___m_StateSizeInBytes_3)); } inline int32_t get_m_StateSizeInBytes_3() const { return ___m_StateSizeInBytes_3; } inline int32_t* get_address_of_m_StateSizeInBytes_3() { return &___m_StateSizeInBytes_3; } inline void set_m_StateSizeInBytes_3(int32_t value) { ___m_StateSizeInBytes_3 = value; } inline static int32_t get_offset_of_m_FullLayoutJson_4() { return static_cast(offsetof(DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F, ___m_FullLayoutJson_4)); } inline String_t* get_m_FullLayoutJson_4() const { return ___m_FullLayoutJson_4; } inline String_t** get_address_of_m_FullLayoutJson_4() { return &___m_FullLayoutJson_4; } inline void set_m_FullLayoutJson_4(String_t* value) { ___m_FullLayoutJson_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FullLayoutJson_4), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo struct DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F_marshaled_pinvoke { int32_t ___m_DeviceId_0; char* ___m_Layout_1; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___m_StateFormat_2; int32_t ___m_StateSizeInBytes_3; char* ___m_FullLayoutJson_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo struct DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F_marshaled_com { int32_t ___m_DeviceId_0; Il2CppChar* ___m_Layout_1; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___m_StateFormat_2; int32_t ___m_StateSizeInBytes_3; Il2CppChar* ___m_FullLayoutJson_4; }; // UnityEngine.InputSystem.InputManager/AvailableDevice struct AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D { public: // UnityEngine.InputSystem.Layouts.InputDeviceDescription UnityEngine.InputSystem.InputManager/AvailableDevice::description InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 ___description_0; // System.Int32 UnityEngine.InputSystem.InputManager/AvailableDevice::deviceId int32_t ___deviceId_1; // System.Boolean UnityEngine.InputSystem.InputManager/AvailableDevice::isNative bool ___isNative_2; // System.Boolean UnityEngine.InputSystem.InputManager/AvailableDevice::isRemoved bool ___isRemoved_3; public: inline static int32_t get_offset_of_description_0() { return static_cast(offsetof(AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D, ___description_0)); } inline InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 get_description_0() const { return ___description_0; } inline InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 * get_address_of_description_0() { return &___description_0; } inline void set_description_0(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 value) { ___description_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___description_0))->___m_InterfaceName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_0))->___m_DeviceClass_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_0))->___m_Manufacturer_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_0))->___m_Product_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_0))->___m_Serial_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_0))->___m_Version_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_0))->___m_Capabilities_6), (void*)NULL); #endif } inline static int32_t get_offset_of_deviceId_1() { return static_cast(offsetof(AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D, ___deviceId_1)); } inline int32_t get_deviceId_1() const { return ___deviceId_1; } inline int32_t* get_address_of_deviceId_1() { return &___deviceId_1; } inline void set_deviceId_1(int32_t value) { ___deviceId_1 = value; } inline static int32_t get_offset_of_isNative_2() { return static_cast(offsetof(AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D, ___isNative_2)); } inline bool get_isNative_2() const { return ___isNative_2; } inline bool* get_address_of_isNative_2() { return &___isNative_2; } inline void set_isNative_2(bool value) { ___isNative_2 = value; } inline static int32_t get_offset_of_isRemoved_3() { return static_cast(offsetof(AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D, ___isRemoved_3)); } inline bool get_isRemoved_3() const { return ___isRemoved_3; } inline bool* get_address_of_isRemoved_3() { return &___isRemoved_3; } inline void set_isRemoved_3(bool value) { ___isRemoved_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputManager/AvailableDevice struct AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D_marshaled_pinvoke { InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_marshaled_pinvoke ___description_0; int32_t ___deviceId_1; int32_t ___isNative_2; int32_t ___isRemoved_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputManager/AvailableDevice struct AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D_marshaled_com { InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_marshaled_com ___description_0; int32_t ___deviceId_1; int32_t ___isNative_2; int32_t ___isRemoved_3; }; // UnityEngine.InputSystem.InputRemoting/RemoteInputDevice struct RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4 { public: // System.Int32 UnityEngine.InputSystem.InputRemoting/RemoteInputDevice::remoteId int32_t ___remoteId_0; // System.Int32 UnityEngine.InputSystem.InputRemoting/RemoteInputDevice::localId int32_t ___localId_1; // UnityEngine.InputSystem.Layouts.InputDeviceDescription UnityEngine.InputSystem.InputRemoting/RemoteInputDevice::description InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 ___description_2; public: inline static int32_t get_offset_of_remoteId_0() { return static_cast(offsetof(RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4, ___remoteId_0)); } inline int32_t get_remoteId_0() const { return ___remoteId_0; } inline int32_t* get_address_of_remoteId_0() { return &___remoteId_0; } inline void set_remoteId_0(int32_t value) { ___remoteId_0 = value; } inline static int32_t get_offset_of_localId_1() { return static_cast(offsetof(RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4, ___localId_1)); } inline int32_t get_localId_1() const { return ___localId_1; } inline int32_t* get_address_of_localId_1() { return &___localId_1; } inline void set_localId_1(int32_t value) { ___localId_1 = value; } inline static int32_t get_offset_of_description_2() { return static_cast(offsetof(RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4, ___description_2)); } inline InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 get_description_2() const { return ___description_2; } inline InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 * get_address_of_description_2() { return &___description_2; } inline void set_description_2(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 value) { ___description_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___description_2))->___m_InterfaceName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_2))->___m_DeviceClass_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_2))->___m_Manufacturer_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_2))->___m_Product_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_2))->___m_Serial_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_2))->___m_Version_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_2))->___m_Capabilities_6), (void*)NULL); #endif } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputRemoting/RemoteInputDevice struct RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4_marshaled_pinvoke { int32_t ___remoteId_0; int32_t ___localId_1; InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_marshaled_pinvoke ___description_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputRemoting/RemoteInputDevice struct RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4_marshaled_com { int32_t ___remoteId_0; int32_t ___localId_1; InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_marshaled_com ___description_2; }; // UnityEngine.InputSystem.Users.InputUser/UserFlags struct UserFlags_tD3FF9EF07145BB96489084590150C6E07E30D2A7 { public: // System.Int32 UnityEngine.InputSystem.Users.InputUser/UserFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UserFlags_tD3FF9EF07145BB96489084590150C6E07E30D2A7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.Utilities.JsonParser/JsonString struct JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301 { public: // UnityEngine.InputSystem.Utilities.Substring UnityEngine.InputSystem.Utilities.JsonParser/JsonString::text Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F ___text_0; // System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonString::hasEscapes bool ___hasEscapes_1; public: inline static int32_t get_offset_of_text_0() { return static_cast(offsetof(JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301, ___text_0)); } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F get_text_0() const { return ___text_0; } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * get_address_of_text_0() { return &___text_0; } inline void set_text_0(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F value) { ___text_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___text_0))->___m_String_0), (void*)NULL); } inline static int32_t get_offset_of_hasEscapes_1() { return static_cast(offsetof(JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301, ___hasEscapes_1)); } inline bool get_hasEscapes_1() const { return ___hasEscapes_1; } inline bool* get_address_of_hasEscapes_1() { return &___hasEscapes_1; } inline void set_hasEscapes_1(bool value) { ___hasEscapes_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.JsonParser/JsonString struct JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301_marshaled_pinvoke { Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_pinvoke ___text_0; int32_t ___hasEscapes_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.JsonParser/JsonString struct JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301_marshaled_com { Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_marshaled_com ___text_0; int32_t ___hasEscapes_1; }; // UnityEngine.InputSystem.Utilities.JsonParser/JsonValueType struct JsonValueType_t536726C35383E9602EC7AE443D8CFC95C5F35540 { public: // System.Int32 UnityEngine.InputSystem.Utilities.JsonParser/JsonValueType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(JsonValueType_t536726C35383E9602EC7AE443D8CFC95C5F35540, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // CrazyMinnow.SALSA.LerpEasings/EasingType struct EasingType_t5884FF33196AE6FE96EA7DC352E1051C49ABE29E { public: // System.Int32 CrazyMinnow.SALSA.LerpEasings/EasingType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EasingType_t5884FF33196AE6FE96EA7DC352E1051C49ABE29E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.Message/MessageType struct MessageType_t7B1DFA54C161B3023552B603E7825FAE33FF1C55 { public: // System.UInt32 Oculus.Platform.Message/MessageType::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MessageType_t7B1DFA54C161B3023552B603E7825FAE33FF1C55, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Navigation/Mode struct Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F { public: // System.Int32 UnityEngine.UI.Navigation/Mode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRRaycaster/RaycastHit struct RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB { public: // UnityEngine.UI.Graphic OVRRaycaster/RaycastHit::graphic Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___graphic_0; // UnityEngine.Vector3 OVRRaycaster/RaycastHit::worldPos Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPos_1; // System.Boolean OVRRaycaster/RaycastHit::fromMouse bool ___fromMouse_2; public: inline static int32_t get_offset_of_graphic_0() { return static_cast(offsetof(RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB, ___graphic_0)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_graphic_0() const { return ___graphic_0; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_graphic_0() { return &___graphic_0; } inline void set_graphic_0(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___graphic_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___graphic_0), (void*)value); } inline static int32_t get_offset_of_worldPos_1() { return static_cast(offsetof(RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB, ___worldPos_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_worldPos_1() const { return ___worldPos_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_worldPos_1() { return &___worldPos_1; } inline void set_worldPos_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___worldPos_1 = value; } inline static int32_t get_offset_of_fromMouse_2() { return static_cast(offsetof(RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB, ___fromMouse_2)); } inline bool get_fromMouse_2() const { return ___fromMouse_2; } inline bool* get_address_of_fromMouse_2() { return &___fromMouse_2; } inline void set_fromMouse_2(bool value) { ___fromMouse_2 = value; } }; // Native definition for P/Invoke marshalling of OVRRaycaster/RaycastHit struct RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB_marshaled_pinvoke { Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___graphic_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPos_1; int32_t ___fromMouse_2; }; // Native definition for COM marshalling of OVRRaycaster/RaycastHit struct RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB_marshaled_com { Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___graphic_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPos_1; int32_t ___fromMouse_2; }; // UnityEngine.EventSystems.PointerEventData/FramePressState struct FramePressState_t4BB461B7704D7F72519B36A0C8B3370AB302E7A7 { public: // System.Int32 UnityEngine.EventSystems.PointerEventData/FramePressState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FramePressState_t4BB461B7704D7F72519B36A0C8B3370AB302E7A7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Selectable/Transition struct Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14 { public: // System.Int32 UnityEngine.UI.Selectable/Transition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge struct Edge_tC11235216D5E71087549B2CB09A27043F02FB278 { public: // System.Int32 UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge::vertexIndex0 int32_t ___vertexIndex0_0; // System.Int32 UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge::vertexIndex1 int32_t ___vertexIndex1_1; // UnityEngine.Vector4 UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge::tangent Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___tangent_2; // System.Boolean UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge::compareReversed bool ___compareReversed_3; public: inline static int32_t get_offset_of_vertexIndex0_0() { return static_cast(offsetof(Edge_tC11235216D5E71087549B2CB09A27043F02FB278, ___vertexIndex0_0)); } inline int32_t get_vertexIndex0_0() const { return ___vertexIndex0_0; } inline int32_t* get_address_of_vertexIndex0_0() { return &___vertexIndex0_0; } inline void set_vertexIndex0_0(int32_t value) { ___vertexIndex0_0 = value; } inline static int32_t get_offset_of_vertexIndex1_1() { return static_cast(offsetof(Edge_tC11235216D5E71087549B2CB09A27043F02FB278, ___vertexIndex1_1)); } inline int32_t get_vertexIndex1_1() const { return ___vertexIndex1_1; } inline int32_t* get_address_of_vertexIndex1_1() { return &___vertexIndex1_1; } inline void set_vertexIndex1_1(int32_t value) { ___vertexIndex1_1 = value; } inline static int32_t get_offset_of_tangent_2() { return static_cast(offsetof(Edge_tC11235216D5E71087549B2CB09A27043F02FB278, ___tangent_2)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_tangent_2() const { return ___tangent_2; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_tangent_2() { return &___tangent_2; } inline void set_tangent_2(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___tangent_2 = value; } inline static int32_t get_offset_of_compareReversed_3() { return static_cast(offsetof(Edge_tC11235216D5E71087549B2CB09A27043F02FB278, ___compareReversed_3)); } inline bool get_compareReversed_3() const { return ___compareReversed_3; } inline bool* get_address_of_compareReversed_3() { return &___compareReversed_3; } inline void set_compareReversed_3(bool value) { ___compareReversed_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge struct Edge_tC11235216D5E71087549B2CB09A27043F02FB278_marshaled_pinvoke { int32_t ___vertexIndex0_0; int32_t ___vertexIndex1_1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___tangent_2; int32_t ___compareReversed_3; }; // Native definition for COM marshalling of UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge struct Edge_tC11235216D5E71087549B2CB09A27043F02FB278_marshaled_com { int32_t ___vertexIndex0_0; int32_t ___vertexIndex1_1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___tangent_2; int32_t ___compareReversed_3; }; // UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData struct RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA { public: // UnityEngine.UI.Graphic UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData::k__BackingField Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___U3CgraphicU3Ek__BackingField_0; // UnityEngine.Vector3 UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CworldHitPositionU3Ek__BackingField_1; // UnityEngine.Vector2 UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CscreenPositionU3Ek__BackingField_2; // System.Single UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData::k__BackingField float ___U3CdistanceU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CgraphicU3Ek__BackingField_0() { return static_cast(offsetof(RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA, ___U3CgraphicU3Ek__BackingField_0)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_U3CgraphicU3Ek__BackingField_0() const { return ___U3CgraphicU3Ek__BackingField_0; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_U3CgraphicU3Ek__BackingField_0() { return &___U3CgraphicU3Ek__BackingField_0; } inline void set_U3CgraphicU3Ek__BackingField_0(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___U3CgraphicU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CgraphicU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CworldHitPositionU3Ek__BackingField_1() { return static_cast(offsetof(RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA, ___U3CworldHitPositionU3Ek__BackingField_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_U3CworldHitPositionU3Ek__BackingField_1() const { return ___U3CworldHitPositionU3Ek__BackingField_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_U3CworldHitPositionU3Ek__BackingField_1() { return &___U3CworldHitPositionU3Ek__BackingField_1; } inline void set_U3CworldHitPositionU3Ek__BackingField_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___U3CworldHitPositionU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CscreenPositionU3Ek__BackingField_2() { return static_cast(offsetof(RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA, ___U3CscreenPositionU3Ek__BackingField_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_U3CscreenPositionU3Ek__BackingField_2() const { return ___U3CscreenPositionU3Ek__BackingField_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_U3CscreenPositionU3Ek__BackingField_2() { return &___U3CscreenPositionU3Ek__BackingField_2; } inline void set_U3CscreenPositionU3Ek__BackingField_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___U3CscreenPositionU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CdistanceU3Ek__BackingField_3() { return static_cast(offsetof(RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA, ___U3CdistanceU3Ek__BackingField_3)); } inline float get_U3CdistanceU3Ek__BackingField_3() const { return ___U3CdistanceU3Ek__BackingField_3; } inline float* get_address_of_U3CdistanceU3Ek__BackingField_3() { return &___U3CdistanceU3Ek__BackingField_3; } inline void set_U3CdistanceU3Ek__BackingField_3(float value) { ___U3CdistanceU3Ek__BackingField_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData struct RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA_marshaled_pinvoke { Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___U3CgraphicU3Ek__BackingField_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CworldHitPositionU3Ek__BackingField_1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CscreenPositionU3Ek__BackingField_2; float ___U3CdistanceU3Ek__BackingField_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData struct RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA_marshaled_com { Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___U3CgraphicU3Ek__BackingField_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CworldHitPositionU3Ek__BackingField_1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CscreenPositionU3Ek__BackingField_2; float ___U3CdistanceU3Ek__BackingField_3; }; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags struct Flags_t6F7599E4924E4F24DE5613340EEA1E222928DE34 { public: // System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t6F7599E4924E4F24DE5613340EEA1E222928DE34, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags struct Flags_tEFA499D3CAC487B8ECACBDBFB1AFA96CB6AE47EA { public: // System.Int32 UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_tEFA499D3CAC487B8ECACBDBFB1AFA96CB6AE47EA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputControlScheme/MatchResult/Result struct Result_t09F4754AEFB48BE0DBDA8361B88406110CC66F66 { public: // System.Int32 UnityEngine.InputSystem.InputControlScheme/MatchResult/Result::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Result_t09F4754AEFB48BE0DBDA8361B88406110CC66F66, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t0A364062D6EEDD0B306D570939B5709AEAA88D11 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t0A364062D6EEDD0B306D570939B5709AEAA88D11, ___list_0)); } inline List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C * get_list_0() const { return ___list_0; } inline List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t0A364062D6EEDD0B306D570939B5709AEAA88D11, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t0A364062D6EEDD0B306D570939B5709AEAA88D11, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t0A364062D6EEDD0B306D570939B5709AEAA88D11, ___current_3)); } inline ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 get_current_3() const { return ___current_3; } inline ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___Data_1), (void*)NULL); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tA2E0F83E15EA46A2B4B08AFB750700C6E1387FC0 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tA2E0F83E15EA46A2B4B08AFB750700C6E1387FC0, ___list_0)); } inline List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * get_list_0() const { return ___list_0; } inline List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tA2E0F83E15EA46A2B4B08AFB750700C6E1387FC0, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tA2E0F83E15EA46A2B4B08AFB750700C6E1387FC0, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tA2E0F83E15EA46A2B4B08AFB750700C6E1387FC0, ___current_3)); } inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA get_current_3() const { return ___current_3; } inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA * get_address_of_current_3() { return &___current_3; } inline void set_current_3(NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___U3CnameU3Ek__BackingField_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL); #endif } }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_t6C784C575BB1DDAB4121630701B8FB9F468ECA3D : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t6C784C575BB1DDAB4121630701B8FB9F468ECA3D, ___threadId_0)); } inline int32_t get_threadId_0() const { return ___threadId_0; } inline int32_t* get_address_of_threadId_0() { return &___threadId_0; } inline void set_threadId_0(int32_t value) { ___threadId_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Iterator_1_t6C784C575BB1DDAB4121630701B8FB9F468ECA3D, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(Iterator_1_t6C784C575BB1DDAB4121630701B8FB9F468ECA3D, ___current_2)); } inline ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 get_current_2() const { return ___current_2; } inline ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->___Data_1), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_tBEEAC090288AEE5DDDACB0EF0F66188ACA83DFFD : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_tBEEAC090288AEE5DDDACB0EF0F66188ACA83DFFD, ___threadId_0)); } inline int32_t get_threadId_0() const { return ___threadId_0; } inline int32_t* get_address_of_threadId_0() { return &___threadId_0; } inline void set_threadId_0(int32_t value) { ___threadId_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Iterator_1_tBEEAC090288AEE5DDDACB0EF0F66188ACA83DFFD, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(Iterator_1_tBEEAC090288AEE5DDDACB0EF0F66188ACA83DFFD, ___current_2)); } inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA get_current_2() const { return ___current_2; } inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA * get_address_of_current_2() { return &___current_2; } inline void set_current_2(NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->___U3CnameU3Ek__BackingField_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_2))->___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL); #endif } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t2ECDFB51FF91D2D295509238B270BBC581E31A96 { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t2ECDFB51FF91D2D295509238B270BBC581E31A96, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t2ECDFB51FF91D2D295509238B270BBC581E31A96, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t2ECDFB51FF91D2D295509238B270BBC581E31A96, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t772A013AE243D573001B5002D72507953AA69D90 { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t772A013AE243D573001B5002D72507953AA69D90, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t772A013AE243D573001B5002D72507953AA69D90, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t772A013AE243D573001B5002D72507953AA69D90, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_tCD1FE441CEF84BBCFD4090C87C8834B991564C27 { public: // System.Void* Unity.Collections.NativeArray`1::m_Buffer void* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeArray`1::m_Length int32_t ___m_Length_1; // Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel int32_t ___m_AllocatorLabel_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_tCD1FE441CEF84BBCFD4090C87C8834B991564C27, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_tCD1FE441CEF84BBCFD4090C87C8834B991564C27, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_tCD1FE441CEF84BBCFD4090C87C8834B991564C27, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // System.Threading.Tasks.Task`1> struct Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581, ___m_result_40)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get_m_result_40() const { return ___m_result_40; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ___m_result_40 = value; } }; // System.Threading.Tasks.Task`1> struct Task_1_tD5FF1ABE58A851D9DA6514B814B72C956DDB8AAF : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result ValueTuple_2_tB6F6AE1A54796440E686F7741EA3970A167A62AE ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tD5FF1ABE58A851D9DA6514B814B72C956DDB8AAF, ___m_result_40)); } inline ValueTuple_2_tB6F6AE1A54796440E686F7741EA3970A167A62AE get_m_result_40() const { return ___m_result_40; } inline ValueTuple_2_tB6F6AE1A54796440E686F7741EA3970A167A62AE * get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(ValueTuple_2_tB6F6AE1A54796440E686F7741EA3970A167A62AE value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_result_40))->___Item2_1), (void*)NULL); } }; // System.Threading.Tasks.Task`1> struct Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F, ___m_result_40)); } inline ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E get_m_result_40() const { return ___m_result_40; } inline ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E * get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E value) { ___m_result_40 = value; } }; // System.Threading.Tasks.Task`1> struct Task_1_t22DDA242EA1C7046D5A9032F5D09F87CC099007B : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result ValueTuple_3_tA2BBCCC52DFBFFE7F17F71793C91A129BC51EAC8 ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_t22DDA242EA1C7046D5A9032F5D09F87CC099007B, ___m_result_40)); } inline ValueTuple_3_tA2BBCCC52DFBFFE7F17F71793C91A129BC51EAC8 get_m_result_40() const { return ___m_result_40; } inline ValueTuple_3_tA2BBCCC52DFBFFE7F17F71793C91A129BC51EAC8 * get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(ValueTuple_3_tA2BBCCC52DFBFFE7F17F71793C91A129BC51EAC8 value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_result_40))->___Item1_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_result_40))->___Item2_1), (void*)NULL); #endif } }; // System.Threading.Tasks.Task`1> struct Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF, ___m_result_40)); } inline ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 get_m_result_40() const { return ___m_result_40; } inline ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_result_40))->___Item1_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_result_40))->___Item4_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_result_40))->___Item5_4), (void*)NULL); #endif } }; // System.Threading.Tasks.Task`1 struct Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result bool ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849, ___m_result_40)); } inline bool get_m_result_40() const { return ___m_result_40; } inline bool* get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(bool value) { ___m_result_40 = value; } }; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result int32_t ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725, ___m_result_40)); } inline int32_t get_m_result_40() const { return ___m_result_40; } inline int32_t* get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(int32_t value) { ___m_result_40 = value; } }; // System.Threading.Tasks.Task`1 struct Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result RuntimeObject * ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17, ___m_result_40)); } inline RuntimeObject * get_m_result_40() const { return ___m_result_40; } inline RuntimeObject ** get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(RuntimeObject * value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_result_40), (void*)value); } }; // System.Threading.Tasks.Task`1 struct Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result VoidTaskResult_t28D1A323545DE024749196472558F49F1AAF0004 ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3, ___m_result_40)); } inline VoidTaskResult_t28D1A323545DE024749196472558F49F1AAF0004 get_m_result_40() const { return ___m_result_40; } inline VoidTaskResult_t28D1A323545DE024749196472558F49F1AAF0004 * get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(VoidTaskResult_t28D1A323545DE024749196472558F49F1AAF0004 value) { ___m_result_40 = value; } }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_tCB97637D799FCAD3115615E9FDA8E5CF80A108EC : public Iterator_1_tDEF6AC46E52D8687C27A6E60B6E0200D50011D76 { public: // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 * ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectArrayIterator_2_tCB97637D799FCAD3115615E9FDA8E5CF80A108EC, ___source_3)); } inline ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36* get_source_3() const { return ___source_3; } inline ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36** get_address_of_source_3() { return &___source_3; } inline void set_source_3(ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectArrayIterator_2_tCB97637D799FCAD3115615E9FDA8E5CF80A108EC, ___predicate_4)); } inline Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * get_predicate_4() const { return ___predicate_4; } inline Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectArrayIterator_2_tCB97637D799FCAD3115615E9FDA8E5CF80A108EC, ___selector_5)); } inline Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 * get_selector_5() const { return ___selector_5; } inline Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(WhereSelectArrayIterator_2_tCB97637D799FCAD3115615E9FDA8E5CF80A108EC, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_t08DE4878AA443563B5940613DEBED682F6942F28 : public Iterator_1_t04F5D870FD247BBBEE27254587FA10F440D4EEFF { public: // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 * ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectArrayIterator_2_t08DE4878AA443563B5940613DEBED682F6942F28, ___source_3)); } inline ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36* get_source_3() const { return ___source_3; } inline ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36** get_address_of_source_3() { return &___source_3; } inline void set_source_3(ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectArrayIterator_2_t08DE4878AA443563B5940613DEBED682F6942F28, ___predicate_4)); } inline Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * get_predicate_4() const { return ___predicate_4; } inline Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectArrayIterator_2_t08DE4878AA443563B5940613DEBED682F6942F28, ___selector_5)); } inline Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 * get_selector_5() const { return ___selector_5; } inline Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(WhereSelectArrayIterator_2_t08DE4878AA443563B5940613DEBED682F6942F28, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_t0B01A9CEB8E329A3A8AF0121B7C13E85B75F3C8E : public Iterator_1_tCEC2E244A64F110B247B6A3DF34DE60D4456BA1A { public: // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C * ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectArrayIterator_2_t0B01A9CEB8E329A3A8AF0121B7C13E85B75F3C8E, ___source_3)); } inline ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36* get_source_3() const { return ___source_3; } inline ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36** get_address_of_source_3() { return &___source_3; } inline void set_source_3(ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectArrayIterator_2_t0B01A9CEB8E329A3A8AF0121B7C13E85B75F3C8E, ___predicate_4)); } inline Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * get_predicate_4() const { return ___predicate_4; } inline Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectArrayIterator_2_t0B01A9CEB8E329A3A8AF0121B7C13E85B75F3C8E, ___selector_5)); } inline Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C * get_selector_5() const { return ___selector_5; } inline Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(WhereSelectArrayIterator_2_t0B01A9CEB8E329A3A8AF0121B7C13E85B75F3C8E, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_t2A766812BE346746DE135AD9B855143B4FF483E4 : public Iterator_1_t15923F5F84887B39E738E287948871764DDF85B5 { public: // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectArrayIterator_2_t2A766812BE346746DE135AD9B855143B4FF483E4, ___source_3)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_source_3() const { return ___source_3; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_source_3() { return &___source_3; } inline void set_source_3(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectArrayIterator_2_t2A766812BE346746DE135AD9B855143B4FF483E4, ___predicate_4)); } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectArrayIterator_2_t2A766812BE346746DE135AD9B855143B4FF483E4, ___selector_5)); } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * get_selector_5() const { return ___selector_5; } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(WhereSelectArrayIterator_2_t2A766812BE346746DE135AD9B855143B4FF483E4, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_t846351B8F98B67888933B13385D6ADEA2EFA19D5 : public Iterator_1_t04F5D870FD247BBBEE27254587FA10F440D4EEFF { public: // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectArrayIterator_2_t846351B8F98B67888933B13385D6ADEA2EFA19D5, ___source_3)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_source_3() const { return ___source_3; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_source_3() { return &___source_3; } inline void set_source_3(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectArrayIterator_2_t846351B8F98B67888933B13385D6ADEA2EFA19D5, ___predicate_4)); } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectArrayIterator_2_t846351B8F98B67888933B13385D6ADEA2EFA19D5, ___selector_5)); } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * get_selector_5() const { return ___selector_5; } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(WhereSelectArrayIterator_2_t846351B8F98B67888933B13385D6ADEA2EFA19D5, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_tC48CC7AF27B65DC532FBE4A4C3B80DE32CF6377D : public Iterator_1_t04F5D870FD247BBBEE27254587FA10F440D4EEFF { public: // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B * ___selector_5; // System.Int32 System.Linq.Enumerable/WhereSelectArrayIterator`2::index int32_t ___index_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectArrayIterator_2_tC48CC7AF27B65DC532FBE4A4C3B80DE32CF6377D, ___source_3)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_source_3() const { return ___source_3; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_source_3() { return &___source_3; } inline void set_source_3(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectArrayIterator_2_tC48CC7AF27B65DC532FBE4A4C3B80DE32CF6377D, ___predicate_4)); } inline Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A * get_predicate_4() const { return ___predicate_4; } inline Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectArrayIterator_2_tC48CC7AF27B65DC532FBE4A4C3B80DE32CF6377D, ___selector_5)); } inline Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B * get_selector_5() const { return ___selector_5; } inline Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_index_6() { return static_cast(offsetof(WhereSelectArrayIterator_2_tC48CC7AF27B65DC532FBE4A4C3B80DE32CF6377D, ___index_6)); } inline int32_t get_index_6() const { return ___index_6; } inline int32_t* get_address_of_index_6() { return &___index_6; } inline void set_index_6(int32_t value) { ___index_6 = value; } }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_t082E1B5B13EA24679459FB2484F9A187BB83D681 : public Iterator_1_tDEF6AC46E52D8687C27A6E60B6E0200D50011D76 { public: // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 * ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t082E1B5B13EA24679459FB2484F9A187BB83D681, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t082E1B5B13EA24679459FB2484F9A187BB83D681, ___predicate_4)); } inline Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * get_predicate_4() const { return ___predicate_4; } inline Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t082E1B5B13EA24679459FB2484F9A187BB83D681, ___selector_5)); } inline Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 * get_selector_5() const { return ___selector_5; } inline Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t082E1B5B13EA24679459FB2484F9A187BB83D681, ___enumerator_6)); } inline RuntimeObject* get_enumerator_6() const { return ___enumerator_6; } inline RuntimeObject** get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(RuntimeObject* value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_6), (void*)value); } }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_t3B7C9E548F0B01F9C6D09D71FCA8E5ACDE0F3FCD : public Iterator_1_t04F5D870FD247BBBEE27254587FA10F440D4EEFF { public: // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 * ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t3B7C9E548F0B01F9C6D09D71FCA8E5ACDE0F3FCD, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t3B7C9E548F0B01F9C6D09D71FCA8E5ACDE0F3FCD, ___predicate_4)); } inline Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * get_predicate_4() const { return ___predicate_4; } inline Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t3B7C9E548F0B01F9C6D09D71FCA8E5ACDE0F3FCD, ___selector_5)); } inline Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 * get_selector_5() const { return ___selector_5; } inline Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t3B7C9E548F0B01F9C6D09D71FCA8E5ACDE0F3FCD, ___enumerator_6)); } inline RuntimeObject* get_enumerator_6() const { return ___enumerator_6; } inline RuntimeObject** get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(RuntimeObject* value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_6), (void*)value); } }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_tB01D66CF8983968596A84009CEF5F6EC53E84150 : public Iterator_1_tCEC2E244A64F110B247B6A3DF34DE60D4456BA1A { public: // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C * ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_tB01D66CF8983968596A84009CEF5F6EC53E84150, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_tB01D66CF8983968596A84009CEF5F6EC53E84150, ___predicate_4)); } inline Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * get_predicate_4() const { return ___predicate_4; } inline Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_tB01D66CF8983968596A84009CEF5F6EC53E84150, ___selector_5)); } inline Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C * get_selector_5() const { return ___selector_5; } inline Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_tB01D66CF8983968596A84009CEF5F6EC53E84150, ___enumerator_6)); } inline RuntimeObject* get_enumerator_6() const { return ___enumerator_6; } inline RuntimeObject** get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(RuntimeObject* value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_6), (void*)value); } }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_tE487654732A8A2F1E3A2D57412C08036EE861F38 : public Iterator_1_t15923F5F84887B39E738E287948871764DDF85B5 { public: // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_tE487654732A8A2F1E3A2D57412C08036EE861F38, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_tE487654732A8A2F1E3A2D57412C08036EE861F38, ___predicate_4)); } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_tE487654732A8A2F1E3A2D57412C08036EE861F38, ___selector_5)); } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * get_selector_5() const { return ___selector_5; } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_tE487654732A8A2F1E3A2D57412C08036EE861F38, ___enumerator_6)); } inline RuntimeObject* get_enumerator_6() const { return ___enumerator_6; } inline RuntimeObject** get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(RuntimeObject* value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_6), (void*)value); } }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_t7D0D4FF82A6603CFF36337C3D5560FFD837E5BAD : public Iterator_1_t04F5D870FD247BBBEE27254587FA10F440D4EEFF { public: // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t7D0D4FF82A6603CFF36337C3D5560FFD837E5BAD, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t7D0D4FF82A6603CFF36337C3D5560FFD837E5BAD, ___predicate_4)); } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t7D0D4FF82A6603CFF36337C3D5560FFD837E5BAD, ___selector_5)); } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * get_selector_5() const { return ___selector_5; } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t7D0D4FF82A6603CFF36337C3D5560FFD837E5BAD, ___enumerator_6)); } inline RuntimeObject* get_enumerator_6() const { return ___enumerator_6; } inline RuntimeObject** get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(RuntimeObject* value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_6), (void*)value); } }; // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 struct WhereSelectEnumerableIterator_2_t784B363EDB14494DFE708C207AAB3DD85B86F119 : public Iterator_1_t04F5D870FD247BBBEE27254587FA10F440D4EEFF { public: // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::predicate Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B * ___selector_5; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::enumerator RuntimeObject* ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t784B363EDB14494DFE708C207AAB3DD85B86F119, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t784B363EDB14494DFE708C207AAB3DD85B86F119, ___predicate_4)); } inline Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A * get_predicate_4() const { return ___predicate_4; } inline Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t784B363EDB14494DFE708C207AAB3DD85B86F119, ___selector_5)); } inline Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B * get_selector_5() const { return ___selector_5; } inline Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectEnumerableIterator_2_t784B363EDB14494DFE708C207AAB3DD85B86F119, ___enumerator_6)); } inline RuntimeObject* get_enumerator_6() const { return ___enumerator_6; } inline RuntimeObject** get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(RuntimeObject* value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_6), (void*)value); } }; // System.Linq.Enumerable/WhereSelectListIterator`2,System.Object> struct WhereSelectListIterator_2_tE552775A10E0B597E67A5A9B0010974038D5D529 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_tA73714A95511E4A3614246077E7C1FDAD5447D04 ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectListIterator_2_tE552775A10E0B597E67A5A9B0010974038D5D529, ___source_3)); } inline List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E * get_source_3() const { return ___source_3; } inline List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectListIterator_2_tE552775A10E0B597E67A5A9B0010974038D5D529, ___predicate_4)); } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * get_predicate_4() const { return ___predicate_4; } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectListIterator_2_tE552775A10E0B597E67A5A9B0010974038D5D529, ___selector_5)); } inline Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * get_selector_5() const { return ___selector_5; } inline Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectListIterator_2_tE552775A10E0B597E67A5A9B0010974038D5D529, ___enumerator_6)); } inline Enumerator_tA73714A95511E4A3614246077E7C1FDAD5447D04 get_enumerator_6() const { return ___enumerator_6; } inline Enumerator_tA73714A95511E4A3614246077E7C1FDAD5447D04 * get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(Enumerator_tA73714A95511E4A3614246077E7C1FDAD5447D04 value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_6))->___current_3))->___key_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_6))->___current_3))->___value_1), (void*)NULL); #endif } }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_t1C93CE1377887193667292BEED953C31167E2F75 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_tD1ECE103520161C1BD172331D6968D3D184B3B6F ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectListIterator_2_t1C93CE1377887193667292BEED953C31167E2F75, ___source_3)); } inline List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC * get_source_3() const { return ___source_3; } inline List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectListIterator_2_t1C93CE1377887193667292BEED953C31167E2F75, ___predicate_4)); } inline Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectListIterator_2_t1C93CE1377887193667292BEED953C31167E2F75, ___selector_5)); } inline Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * get_selector_5() const { return ___selector_5; } inline Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectListIterator_2_t1C93CE1377887193667292BEED953C31167E2F75, ___enumerator_6)); } inline Enumerator_tD1ECE103520161C1BD172331D6968D3D184B3B6F get_enumerator_6() const { return ___enumerator_6; } inline Enumerator_tD1ECE103520161C1BD172331D6968D3D184B3B6F * get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(Enumerator_tD1ECE103520161C1BD172331D6968D3D184B3B6F value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_6))->___current_3))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_6))->___current_3))->___m_StringLowerCase_1), (void*)NULL); #endif } }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_t4F7AA31B4289096C5D625263B8BBDA051331BE94 : public Iterator_1_t15923F5F84887B39E738E287948871764DDF85B5 { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectListIterator_2_t4F7AA31B4289096C5D625263B8BBDA051331BE94, ___source_3)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_source_3() const { return ___source_3; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectListIterator_2_t4F7AA31B4289096C5D625263B8BBDA051331BE94, ___predicate_4)); } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectListIterator_2_t4F7AA31B4289096C5D625263B8BBDA051331BE94, ___selector_5)); } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * get_selector_5() const { return ___selector_5; } inline Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectListIterator_2_t4F7AA31B4289096C5D625263B8BBDA051331BE94, ___enumerator_6)); } inline Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 get_enumerator_6() const { return ___enumerator_6; } inline Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___current_3), (void*)NULL); #endif } }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_t29CA3510DC453EF517F074F3FAD3F739424123C1 : public Iterator_1_t04F5D870FD247BBBEE27254587FA10F440D4EEFF { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectListIterator_2_t29CA3510DC453EF517F074F3FAD3F739424123C1, ___source_3)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_source_3() const { return ___source_3; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectListIterator_2_t29CA3510DC453EF517F074F3FAD3F739424123C1, ___predicate_4)); } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectListIterator_2_t29CA3510DC453EF517F074F3FAD3F739424123C1, ___selector_5)); } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * get_selector_5() const { return ___selector_5; } inline Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectListIterator_2_t29CA3510DC453EF517F074F3FAD3F739424123C1, ___enumerator_6)); } inline Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 get_enumerator_6() const { return ___enumerator_6; } inline Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___current_3), (void*)NULL); #endif } }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_t0CEFF5458EED043DC70F7CC9B97B5AB4D45324EB : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_tEAD6E3282E028927B32F56E7892994D90D512467 * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_t7C514ACB3FF8E3EFB210F5F45C9F18A715BB4F80 ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectListIterator_2_t0CEFF5458EED043DC70F7CC9B97B5AB4D45324EB, ___source_3)); } inline List_1_tEAD6E3282E028927B32F56E7892994D90D512467 * get_source_3() const { return ___source_3; } inline List_1_tEAD6E3282E028927B32F56E7892994D90D512467 ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_tEAD6E3282E028927B32F56E7892994D90D512467 * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectListIterator_2_t0CEFF5458EED043DC70F7CC9B97B5AB4D45324EB, ___predicate_4)); } inline Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9 * get_predicate_4() const { return ___predicate_4; } inline Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectListIterator_2_t0CEFF5458EED043DC70F7CC9B97B5AB4D45324EB, ___selector_5)); } inline Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * get_selector_5() const { return ___selector_5; } inline Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectListIterator_2_t0CEFF5458EED043DC70F7CC9B97B5AB4D45324EB, ___enumerator_6)); } inline Enumerator_t7C514ACB3FF8E3EFB210F5F45C9F18A715BB4F80 get_enumerator_6() const { return ___enumerator_6; } inline Enumerator_t7C514ACB3FF8E3EFB210F5F45C9F18A715BB4F80 * get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(Enumerator_t7C514ACB3FF8E3EFB210F5F45C9F18A715BB4F80 value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_6))->___current_3))->___m_String_0), (void*)NULL); #endif } }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_t9A0897D89E86988F363BFD903B2F0C6539856838 : public Iterator_1_t04F5D870FD247BBBEE27254587FA10F440D4EEFF { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B * ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_tA0E560D0AB839E2C4C1012238EA327E24F1A1E68 ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectListIterator_2_t9A0897D89E86988F363BFD903B2F0C6539856838, ___source_3)); } inline List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * get_source_3() const { return ___source_3; } inline List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectListIterator_2_t9A0897D89E86988F363BFD903B2F0C6539856838, ___predicate_4)); } inline Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A * get_predicate_4() const { return ___predicate_4; } inline Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectListIterator_2_t9A0897D89E86988F363BFD903B2F0C6539856838, ___selector_5)); } inline Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B * get_selector_5() const { return ___selector_5; } inline Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectListIterator_2_t9A0897D89E86988F363BFD903B2F0C6539856838, ___enumerator_6)); } inline Enumerator_tA0E560D0AB839E2C4C1012238EA327E24F1A1E68 get_enumerator_6() const { return ___enumerator_6; } inline Enumerator_tA0E560D0AB839E2C4C1012238EA327E24F1A1E68 * get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(Enumerator_tA0E560D0AB839E2C4C1012238EA327E24F1A1E68 value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___list_0), (void*)NULL); } }; // UnityEngine.AssetBundle struct AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B { public: // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::m_builder AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; public: inline static int32_t get_offset_of_m_builder_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B, ___m_builder_1)); } inline AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD get_m_builder_1() const { return ___m_builder_1; } inline AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * get_address_of_m_builder_1() { return &___m_builder_1; } inline void set_m_builder_1(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD value) { ___m_builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_builder_1))->___m_task_2), (void*)NULL); #endif } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_marshaled_pinvoke { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_marshaled_com { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_7; // System.String System.IO.FileStream::name String_t* ___name_8; // Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * ___safeHandle_9; // System.Boolean System.IO.FileStream::isExposed bool ___isExposed_10; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_11; // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_12; // System.Boolean System.IO.FileStream::owner bool ___owner_13; // System.Boolean System.IO.FileStream::async bool ___async_14; // System.Boolean System.IO.FileStream::canseek bool ___canseek_15; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_16; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_17; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_18; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_19; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_20; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_21; public: inline static int32_t get_offset_of_buf_7() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_7() const { return ___buf_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_7() { return &___buf_7; } inline void set_buf_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_7), (void*)value); } inline static int32_t get_offset_of_name_8() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___name_8)); } inline String_t* get_name_8() const { return ___name_8; } inline String_t** get_address_of_name_8() { return &___name_8; } inline void set_name_8(String_t* value) { ___name_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_8), (void*)value); } inline static int32_t get_offset_of_safeHandle_9() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___safeHandle_9)); } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * get_safeHandle_9() const { return ___safeHandle_9; } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 ** get_address_of_safeHandle_9() { return &___safeHandle_9; } inline void set_safeHandle_9(SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * value) { ___safeHandle_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_9), (void*)value); } inline static int32_t get_offset_of_isExposed_10() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___isExposed_10)); } inline bool get_isExposed_10() const { return ___isExposed_10; } inline bool* get_address_of_isExposed_10() { return &___isExposed_10; } inline void set_isExposed_10(bool value) { ___isExposed_10 = value; } inline static int32_t get_offset_of_append_startpos_11() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___append_startpos_11)); } inline int64_t get_append_startpos_11() const { return ___append_startpos_11; } inline int64_t* get_address_of_append_startpos_11() { return &___append_startpos_11; } inline void set_append_startpos_11(int64_t value) { ___append_startpos_11 = value; } inline static int32_t get_offset_of_access_12() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___access_12)); } inline int32_t get_access_12() const { return ___access_12; } inline int32_t* get_address_of_access_12() { return &___access_12; } inline void set_access_12(int32_t value) { ___access_12 = value; } inline static int32_t get_offset_of_owner_13() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___owner_13)); } inline bool get_owner_13() const { return ___owner_13; } inline bool* get_address_of_owner_13() { return &___owner_13; } inline void set_owner_13(bool value) { ___owner_13 = value; } inline static int32_t get_offset_of_async_14() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___async_14)); } inline bool get_async_14() const { return ___async_14; } inline bool* get_address_of_async_14() { return &___async_14; } inline void set_async_14(bool value) { ___async_14 = value; } inline static int32_t get_offset_of_canseek_15() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___canseek_15)); } inline bool get_canseek_15() const { return ___canseek_15; } inline bool* get_address_of_canseek_15() { return &___canseek_15; } inline void set_canseek_15(bool value) { ___canseek_15 = value; } inline static int32_t get_offset_of_anonymous_16() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___anonymous_16)); } inline bool get_anonymous_16() const { return ___anonymous_16; } inline bool* get_address_of_anonymous_16() { return &___anonymous_16; } inline void set_anonymous_16(bool value) { ___anonymous_16 = value; } inline static int32_t get_offset_of_buf_dirty_17() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_dirty_17)); } inline bool get_buf_dirty_17() const { return ___buf_dirty_17; } inline bool* get_address_of_buf_dirty_17() { return &___buf_dirty_17; } inline void set_buf_dirty_17(bool value) { ___buf_dirty_17 = value; } inline static int32_t get_offset_of_buf_size_18() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_size_18)); } inline int32_t get_buf_size_18() const { return ___buf_size_18; } inline int32_t* get_address_of_buf_size_18() { return &___buf_size_18; } inline void set_buf_size_18(int32_t value) { ___buf_size_18 = value; } inline static int32_t get_offset_of_buf_length_19() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_length_19)); } inline int32_t get_buf_length_19() const { return ___buf_length_19; } inline int32_t* get_address_of_buf_length_19() { return &___buf_length_19; } inline void set_buf_length_19(int32_t value) { ___buf_length_19 = value; } inline static int32_t get_offset_of_buf_offset_20() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_offset_20)); } inline int32_t get_buf_offset_20() const { return ___buf_offset_20; } inline int32_t* get_address_of_buf_offset_20() { return &___buf_offset_20; } inline void set_buf_offset_20(int32_t value) { ___buf_offset_20 = value; } inline static int32_t get_offset_of_buf_start_21() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_start_21)); } inline int64_t get_buf_start_21() const { return ___buf_start_21; } inline int64_t* get_address_of_buf_start_21() { return &___buf_start_21; } inline void set_buf_start_21(int64_t value) { ___buf_start_21 = value; } }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.InputSystem.InputBinding struct InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB { public: // System.String UnityEngine.InputSystem.InputBinding::m_Name String_t* ___m_Name_2; // System.String UnityEngine.InputSystem.InputBinding::m_Id String_t* ___m_Id_3; // System.String UnityEngine.InputSystem.InputBinding::m_Path String_t* ___m_Path_4; // System.String UnityEngine.InputSystem.InputBinding::m_Interactions String_t* ___m_Interactions_5; // System.String UnityEngine.InputSystem.InputBinding::m_Processors String_t* ___m_Processors_6; // System.String UnityEngine.InputSystem.InputBinding::m_Groups String_t* ___m_Groups_7; // System.String UnityEngine.InputSystem.InputBinding::m_Action String_t* ___m_Action_8; // UnityEngine.InputSystem.InputBinding/Flags UnityEngine.InputSystem.InputBinding::m_Flags int32_t ___m_Flags_9; // System.String UnityEngine.InputSystem.InputBinding::m_OverridePath String_t* ___m_OverridePath_10; // System.String UnityEngine.InputSystem.InputBinding::m_OverrideInteractions String_t* ___m_OverrideInteractions_11; // System.String UnityEngine.InputSystem.InputBinding::m_OverrideProcessors String_t* ___m_OverrideProcessors_12; public: inline static int32_t get_offset_of_m_Name_2() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Name_2)); } inline String_t* get_m_Name_2() const { return ___m_Name_2; } inline String_t** get_address_of_m_Name_2() { return &___m_Name_2; } inline void set_m_Name_2(String_t* value) { ___m_Name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_2), (void*)value); } inline static int32_t get_offset_of_m_Id_3() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Id_3)); } inline String_t* get_m_Id_3() const { return ___m_Id_3; } inline String_t** get_address_of_m_Id_3() { return &___m_Id_3; } inline void set_m_Id_3(String_t* value) { ___m_Id_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Id_3), (void*)value); } inline static int32_t get_offset_of_m_Path_4() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Path_4)); } inline String_t* get_m_Path_4() const { return ___m_Path_4; } inline String_t** get_address_of_m_Path_4() { return &___m_Path_4; } inline void set_m_Path_4(String_t* value) { ___m_Path_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Path_4), (void*)value); } inline static int32_t get_offset_of_m_Interactions_5() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Interactions_5)); } inline String_t* get_m_Interactions_5() const { return ___m_Interactions_5; } inline String_t** get_address_of_m_Interactions_5() { return &___m_Interactions_5; } inline void set_m_Interactions_5(String_t* value) { ___m_Interactions_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Interactions_5), (void*)value); } inline static int32_t get_offset_of_m_Processors_6() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Processors_6)); } inline String_t* get_m_Processors_6() const { return ___m_Processors_6; } inline String_t** get_address_of_m_Processors_6() { return &___m_Processors_6; } inline void set_m_Processors_6(String_t* value) { ___m_Processors_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Processors_6), (void*)value); } inline static int32_t get_offset_of_m_Groups_7() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Groups_7)); } inline String_t* get_m_Groups_7() const { return ___m_Groups_7; } inline String_t** get_address_of_m_Groups_7() { return &___m_Groups_7; } inline void set_m_Groups_7(String_t* value) { ___m_Groups_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Groups_7), (void*)value); } inline static int32_t get_offset_of_m_Action_8() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Action_8)); } inline String_t* get_m_Action_8() const { return ___m_Action_8; } inline String_t** get_address_of_m_Action_8() { return &___m_Action_8; } inline void set_m_Action_8(String_t* value) { ___m_Action_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Action_8), (void*)value); } inline static int32_t get_offset_of_m_Flags_9() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Flags_9)); } inline int32_t get_m_Flags_9() const { return ___m_Flags_9; } inline int32_t* get_address_of_m_Flags_9() { return &___m_Flags_9; } inline void set_m_Flags_9(int32_t value) { ___m_Flags_9 = value; } inline static int32_t get_offset_of_m_OverridePath_10() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_OverridePath_10)); } inline String_t* get_m_OverridePath_10() const { return ___m_OverridePath_10; } inline String_t** get_address_of_m_OverridePath_10() { return &___m_OverridePath_10; } inline void set_m_OverridePath_10(String_t* value) { ___m_OverridePath_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverridePath_10), (void*)value); } inline static int32_t get_offset_of_m_OverrideInteractions_11() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_OverrideInteractions_11)); } inline String_t* get_m_OverrideInteractions_11() const { return ___m_OverrideInteractions_11; } inline String_t** get_address_of_m_OverrideInteractions_11() { return &___m_OverrideInteractions_11; } inline void set_m_OverrideInteractions_11(String_t* value) { ___m_OverrideInteractions_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverrideInteractions_11), (void*)value); } inline static int32_t get_offset_of_m_OverrideProcessors_12() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_OverrideProcessors_12)); } inline String_t* get_m_OverrideProcessors_12() const { return ___m_OverrideProcessors_12; } inline String_t** get_address_of_m_OverrideProcessors_12() { return &___m_OverrideProcessors_12; } inline void set_m_OverrideProcessors_12(String_t* value) { ___m_OverrideProcessors_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverrideProcessors_12), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBinding struct InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_pinvoke { char* ___m_Name_2; char* ___m_Id_3; char* ___m_Path_4; char* ___m_Interactions_5; char* ___m_Processors_6; char* ___m_Groups_7; char* ___m_Action_8; int32_t ___m_Flags_9; char* ___m_OverridePath_10; char* ___m_OverrideInteractions_11; char* ___m_OverrideProcessors_12; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputBinding struct InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_com { Il2CppChar* ___m_Name_2; Il2CppChar* ___m_Id_3; Il2CppChar* ___m_Path_4; Il2CppChar* ___m_Interactions_5; Il2CppChar* ___m_Processors_6; Il2CppChar* ___m_Groups_7; Il2CppChar* ___m_Action_8; int32_t ___m_Flags_9; Il2CppChar* ___m_OverridePath_10; Il2CppChar* ___m_OverrideInteractions_11; Il2CppChar* ___m_OverrideProcessors_12; }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A { public: // UnityEngine.UI.Navigation/Mode UnityEngine.UI.Navigation::m_Mode int32_t ___m_Mode_0; // System.Boolean UnityEngine.UI.Navigation::m_WrapAround bool ___m_WrapAround_1; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_Mode_0)); } inline int32_t get_m_Mode_0() const { return ___m_Mode_0; } inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; } inline void set_m_Mode_0(int32_t value) { ___m_Mode_0 = value; } inline static int32_t get_offset_of_m_WrapAround_1() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_WrapAround_1)); } inline bool get_m_WrapAround_1() const { return ___m_WrapAround_1; } inline bool* get_address_of_m_WrapAround_1() { return &___m_WrapAround_1; } inline void set_m_WrapAround_1(bool value) { ___m_WrapAround_1 = value; } inline static int32_t get_offset_of_m_SelectOnUp_2() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnUp_2)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnUp_2() const { return ___m_SelectOnUp_2; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnUp_2() { return &___m_SelectOnUp_2; } inline void set_m_SelectOnUp_2(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnUp_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnUp_2), (void*)value); } inline static int32_t get_offset_of_m_SelectOnDown_3() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnDown_3)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnDown_3() const { return ___m_SelectOnDown_3; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnDown_3() { return &___m_SelectOnDown_3; } inline void set_m_SelectOnDown_3(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnDown_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnDown_3), (void*)value); } inline static int32_t get_offset_of_m_SelectOnLeft_4() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnLeft_4)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnLeft_4() const { return ___m_SelectOnLeft_4; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnLeft_4() { return &___m_SelectOnLeft_4; } inline void set_m_SelectOnLeft_4(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnLeft_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnLeft_4), (void*)value); } inline static int32_t get_offset_of_m_SelectOnRight_5() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnRight_5)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnRight_5() const { return ___m_SelectOnRight_5; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnRight_5() { return &___m_SelectOnRight_5; } inline void set_m_SelectOnRight_5(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnRight_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnRight_5), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_pinvoke { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // Native definition for COM marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_com { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // UnityEngine.Playables.Playable struct Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.Playable::m_Handle PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2, ___m_Handle_0)); } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A value) { ___m_Handle_0 = value; } }; // UnityEngine.Playables.PlayableBinding struct PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2 { public: // System.String UnityEngine.Playables.PlayableBinding::m_StreamName String_t* ___m_StreamName_0; // UnityEngine.Object UnityEngine.Playables.PlayableBinding::m_SourceObject Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___m_SourceObject_1; // System.Type UnityEngine.Playables.PlayableBinding::m_SourceBindingType Type_t * ___m_SourceBindingType_2; // UnityEngine.Playables.PlayableBinding/CreateOutputMethod UnityEngine.Playables.PlayableBinding::m_CreateOutputMethod CreateOutputMethod_t7A129D00E8823B50AEDD0C9B082C9CB3DF863876 * ___m_CreateOutputMethod_3; public: inline static int32_t get_offset_of_m_StreamName_0() { return static_cast(offsetof(PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2, ___m_StreamName_0)); } inline String_t* get_m_StreamName_0() const { return ___m_StreamName_0; } inline String_t** get_address_of_m_StreamName_0() { return &___m_StreamName_0; } inline void set_m_StreamName_0(String_t* value) { ___m_StreamName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StreamName_0), (void*)value); } inline static int32_t get_offset_of_m_SourceObject_1() { return static_cast(offsetof(PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2, ___m_SourceObject_1)); } inline Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * get_m_SourceObject_1() const { return ___m_SourceObject_1; } inline Object_tF2F3778131EFF286AF62B7B013A170F95A91571A ** get_address_of_m_SourceObject_1() { return &___m_SourceObject_1; } inline void set_m_SourceObject_1(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * value) { ___m_SourceObject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SourceObject_1), (void*)value); } inline static int32_t get_offset_of_m_SourceBindingType_2() { return static_cast(offsetof(PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2, ___m_SourceBindingType_2)); } inline Type_t * get_m_SourceBindingType_2() const { return ___m_SourceBindingType_2; } inline Type_t ** get_address_of_m_SourceBindingType_2() { return &___m_SourceBindingType_2; } inline void set_m_SourceBindingType_2(Type_t * value) { ___m_SourceBindingType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SourceBindingType_2), (void*)value); } inline static int32_t get_offset_of_m_CreateOutputMethod_3() { return static_cast(offsetof(PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2, ___m_CreateOutputMethod_3)); } inline CreateOutputMethod_t7A129D00E8823B50AEDD0C9B082C9CB3DF863876 * get_m_CreateOutputMethod_3() const { return ___m_CreateOutputMethod_3; } inline CreateOutputMethod_t7A129D00E8823B50AEDD0C9B082C9CB3DF863876 ** get_address_of_m_CreateOutputMethod_3() { return &___m_CreateOutputMethod_3; } inline void set_m_CreateOutputMethod_3(CreateOutputMethod_t7A129D00E8823B50AEDD0C9B082C9CB3DF863876 * value) { ___m_CreateOutputMethod_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CreateOutputMethod_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Playables.PlayableBinding struct PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2_marshaled_pinvoke { char* ___m_StreamName_0; Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke ___m_SourceObject_1; Type_t * ___m_SourceBindingType_2; Il2CppMethodPointer ___m_CreateOutputMethod_3; }; // Native definition for COM marshalling of UnityEngine.Playables.PlayableBinding struct PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2_marshaled_com { Il2CppChar* ___m_StreamName_0; Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com* ___m_SourceObject_1; Type_t * ___m_SourceBindingType_2; Il2CppMethodPointer ___m_CreateOutputMethod_3; }; // UnityEngine.InputSystem.Utilities.PrimitiveValue struct PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 { public: union { #pragma pack(push, tp, 1) struct { // System.TypeCode UnityEngine.InputSystem.Utilities.PrimitiveValue::m_Type int32_t ___m_Type_0; }; #pragma pack(pop, tp) struct { int32_t ___m_Type_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BoolValue_1_OffsetPadding[4]; // System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::m_BoolValue bool ___m_BoolValue_1; }; #pragma pack(pop, tp) struct { char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4]; bool ___m_BoolValue_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_CharValue_2_OffsetPadding[4]; // System.Char UnityEngine.InputSystem.Utilities.PrimitiveValue::m_CharValue Il2CppChar ___m_CharValue_2; }; #pragma pack(pop, tp) struct { char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4]; Il2CppChar ___m_CharValue_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ByteValue_3_OffsetPadding[4]; // System.Byte UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ByteValue uint8_t ___m_ByteValue_3; }; #pragma pack(pop, tp) struct { char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_ByteValue_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_SByteValue_4_OffsetPadding[4]; // System.SByte UnityEngine.InputSystem.Utilities.PrimitiveValue::m_SByteValue int8_t ___m_SByteValue_4; }; #pragma pack(pop, tp) struct { char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4]; int8_t ___m_SByteValue_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ShortValue_5_OffsetPadding[4]; // System.Int16 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ShortValue int16_t ___m_ShortValue_5; }; #pragma pack(pop, tp) struct { char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4]; int16_t ___m_ShortValue_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UShortValue_6_OffsetPadding[4]; // System.UInt16 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_UShortValue uint16_t ___m_UShortValue_6; }; #pragma pack(pop, tp) struct { char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4]; uint16_t ___m_UShortValue_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_IntValue_7_OffsetPadding[4]; // System.Int32 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_IntValue int32_t ___m_IntValue_7; }; #pragma pack(pop, tp) struct { char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_IntValue_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UIntValue_8_OffsetPadding[4]; // System.UInt32 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_UIntValue uint32_t ___m_UIntValue_8; }; #pragma pack(pop, tp) struct { char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4]; uint32_t ___m_UIntValue_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LongValue_9_OffsetPadding[4]; // System.Int64 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_LongValue int64_t ___m_LongValue_9; }; #pragma pack(pop, tp) struct { char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4]; int64_t ___m_LongValue_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ULongValue_10_OffsetPadding[4]; // System.UInt64 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ULongValue uint64_t ___m_ULongValue_10; }; #pragma pack(pop, tp) struct { char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4]; uint64_t ___m_ULongValue_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_FloatValue_11_OffsetPadding[4]; // System.Single UnityEngine.InputSystem.Utilities.PrimitiveValue::m_FloatValue float ___m_FloatValue_11; }; #pragma pack(pop, tp) struct { char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4]; float ___m_FloatValue_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_DoubleValue_12_OffsetPadding[4]; // System.Double UnityEngine.InputSystem.Utilities.PrimitiveValue::m_DoubleValue double ___m_DoubleValue_12; }; #pragma pack(pop, tp) struct { char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4]; double ___m_DoubleValue_12_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_m_Type_0() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_Type_0)); } inline int32_t get_m_Type_0() const { return ___m_Type_0; } inline int32_t* get_address_of_m_Type_0() { return &___m_Type_0; } inline void set_m_Type_0(int32_t value) { ___m_Type_0 = value; } inline static int32_t get_offset_of_m_BoolValue_1() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_BoolValue_1)); } inline bool get_m_BoolValue_1() const { return ___m_BoolValue_1; } inline bool* get_address_of_m_BoolValue_1() { return &___m_BoolValue_1; } inline void set_m_BoolValue_1(bool value) { ___m_BoolValue_1 = value; } inline static int32_t get_offset_of_m_CharValue_2() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_CharValue_2)); } inline Il2CppChar get_m_CharValue_2() const { return ___m_CharValue_2; } inline Il2CppChar* get_address_of_m_CharValue_2() { return &___m_CharValue_2; } inline void set_m_CharValue_2(Il2CppChar value) { ___m_CharValue_2 = value; } inline static int32_t get_offset_of_m_ByteValue_3() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_ByteValue_3)); } inline uint8_t get_m_ByteValue_3() const { return ___m_ByteValue_3; } inline uint8_t* get_address_of_m_ByteValue_3() { return &___m_ByteValue_3; } inline void set_m_ByteValue_3(uint8_t value) { ___m_ByteValue_3 = value; } inline static int32_t get_offset_of_m_SByteValue_4() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_SByteValue_4)); } inline int8_t get_m_SByteValue_4() const { return ___m_SByteValue_4; } inline int8_t* get_address_of_m_SByteValue_4() { return &___m_SByteValue_4; } inline void set_m_SByteValue_4(int8_t value) { ___m_SByteValue_4 = value; } inline static int32_t get_offset_of_m_ShortValue_5() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_ShortValue_5)); } inline int16_t get_m_ShortValue_5() const { return ___m_ShortValue_5; } inline int16_t* get_address_of_m_ShortValue_5() { return &___m_ShortValue_5; } inline void set_m_ShortValue_5(int16_t value) { ___m_ShortValue_5 = value; } inline static int32_t get_offset_of_m_UShortValue_6() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_UShortValue_6)); } inline uint16_t get_m_UShortValue_6() const { return ___m_UShortValue_6; } inline uint16_t* get_address_of_m_UShortValue_6() { return &___m_UShortValue_6; } inline void set_m_UShortValue_6(uint16_t value) { ___m_UShortValue_6 = value; } inline static int32_t get_offset_of_m_IntValue_7() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_IntValue_7)); } inline int32_t get_m_IntValue_7() const { return ___m_IntValue_7; } inline int32_t* get_address_of_m_IntValue_7() { return &___m_IntValue_7; } inline void set_m_IntValue_7(int32_t value) { ___m_IntValue_7 = value; } inline static int32_t get_offset_of_m_UIntValue_8() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_UIntValue_8)); } inline uint32_t get_m_UIntValue_8() const { return ___m_UIntValue_8; } inline uint32_t* get_address_of_m_UIntValue_8() { return &___m_UIntValue_8; } inline void set_m_UIntValue_8(uint32_t value) { ___m_UIntValue_8 = value; } inline static int32_t get_offset_of_m_LongValue_9() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_LongValue_9)); } inline int64_t get_m_LongValue_9() const { return ___m_LongValue_9; } inline int64_t* get_address_of_m_LongValue_9() { return &___m_LongValue_9; } inline void set_m_LongValue_9(int64_t value) { ___m_LongValue_9 = value; } inline static int32_t get_offset_of_m_ULongValue_10() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_ULongValue_10)); } inline uint64_t get_m_ULongValue_10() const { return ___m_ULongValue_10; } inline uint64_t* get_address_of_m_ULongValue_10() { return &___m_ULongValue_10; } inline void set_m_ULongValue_10(uint64_t value) { ___m_ULongValue_10 = value; } inline static int32_t get_offset_of_m_FloatValue_11() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_FloatValue_11)); } inline float get_m_FloatValue_11() const { return ___m_FloatValue_11; } inline float* get_address_of_m_FloatValue_11() { return &___m_FloatValue_11; } inline void set_m_FloatValue_11(float value) { ___m_FloatValue_11 = value; } inline static int32_t get_offset_of_m_DoubleValue_12() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_DoubleValue_12)); } inline double get_m_DoubleValue_12() const { return ___m_DoubleValue_12; } inline double* get_address_of_m_DoubleValue_12() { return &___m_DoubleValue_12; } inline void set_m_DoubleValue_12(double value) { ___m_DoubleValue_12 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.PrimitiveValue struct PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke { union { #pragma pack(push, tp, 1) struct { int32_t ___m_Type_0; }; #pragma pack(pop, tp) struct { int32_t ___m_Type_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BoolValue_1_OffsetPadding[4]; int32_t ___m_BoolValue_1; }; #pragma pack(pop, tp) struct { char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_BoolValue_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_CharValue_2_OffsetPadding[4]; uint8_t ___m_CharValue_2; }; #pragma pack(pop, tp) struct { char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_CharValue_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ByteValue_3_OffsetPadding[4]; uint8_t ___m_ByteValue_3; }; #pragma pack(pop, tp) struct { char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_ByteValue_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_SByteValue_4_OffsetPadding[4]; int8_t ___m_SByteValue_4; }; #pragma pack(pop, tp) struct { char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4]; int8_t ___m_SByteValue_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ShortValue_5_OffsetPadding[4]; int16_t ___m_ShortValue_5; }; #pragma pack(pop, tp) struct { char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4]; int16_t ___m_ShortValue_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UShortValue_6_OffsetPadding[4]; uint16_t ___m_UShortValue_6; }; #pragma pack(pop, tp) struct { char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4]; uint16_t ___m_UShortValue_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_IntValue_7_OffsetPadding[4]; int32_t ___m_IntValue_7; }; #pragma pack(pop, tp) struct { char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_IntValue_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UIntValue_8_OffsetPadding[4]; uint32_t ___m_UIntValue_8; }; #pragma pack(pop, tp) struct { char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4]; uint32_t ___m_UIntValue_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LongValue_9_OffsetPadding[4]; int64_t ___m_LongValue_9; }; #pragma pack(pop, tp) struct { char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4]; int64_t ___m_LongValue_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ULongValue_10_OffsetPadding[4]; uint64_t ___m_ULongValue_10; }; #pragma pack(pop, tp) struct { char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4]; uint64_t ___m_ULongValue_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_FloatValue_11_OffsetPadding[4]; float ___m_FloatValue_11; }; #pragma pack(pop, tp) struct { char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4]; float ___m_FloatValue_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_DoubleValue_12_OffsetPadding[4]; double ___m_DoubleValue_12; }; #pragma pack(pop, tp) struct { char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4]; double ___m_DoubleValue_12_forAlignmentOnly; }; }; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.PrimitiveValue struct PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com { union { #pragma pack(push, tp, 1) struct { int32_t ___m_Type_0; }; #pragma pack(pop, tp) struct { int32_t ___m_Type_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BoolValue_1_OffsetPadding[4]; int32_t ___m_BoolValue_1; }; #pragma pack(pop, tp) struct { char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_BoolValue_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_CharValue_2_OffsetPadding[4]; uint8_t ___m_CharValue_2; }; #pragma pack(pop, tp) struct { char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_CharValue_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ByteValue_3_OffsetPadding[4]; uint8_t ___m_ByteValue_3; }; #pragma pack(pop, tp) struct { char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_ByteValue_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_SByteValue_4_OffsetPadding[4]; int8_t ___m_SByteValue_4; }; #pragma pack(pop, tp) struct { char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4]; int8_t ___m_SByteValue_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ShortValue_5_OffsetPadding[4]; int16_t ___m_ShortValue_5; }; #pragma pack(pop, tp) struct { char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4]; int16_t ___m_ShortValue_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UShortValue_6_OffsetPadding[4]; uint16_t ___m_UShortValue_6; }; #pragma pack(pop, tp) struct { char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4]; uint16_t ___m_UShortValue_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_IntValue_7_OffsetPadding[4]; int32_t ___m_IntValue_7; }; #pragma pack(pop, tp) struct { char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4]; int32_t ___m_IntValue_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_UIntValue_8_OffsetPadding[4]; uint32_t ___m_UIntValue_8; }; #pragma pack(pop, tp) struct { char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4]; uint32_t ___m_UIntValue_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LongValue_9_OffsetPadding[4]; int64_t ___m_LongValue_9; }; #pragma pack(pop, tp) struct { char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4]; int64_t ___m_LongValue_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ULongValue_10_OffsetPadding[4]; uint64_t ___m_ULongValue_10; }; #pragma pack(pop, tp) struct { char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4]; uint64_t ___m_ULongValue_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_FloatValue_11_OffsetPadding[4]; float ___m_FloatValue_11; }; #pragma pack(pop, tp) struct { char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4]; float ___m_FloatValue_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_DoubleValue_12_OffsetPadding[4]; double ___m_DoubleValue_12; }; #pragma pack(pop, tp) struct { char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4]; double ___m_DoubleValue_12_forAlignmentOnly; }; }; }; // CrazyMinnow.SALSA.QueueExpressionComponent struct QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376 { public: // CrazyMinnow.SALSA.IExpressionController CrazyMinnow.SALSA.QueueExpressionComponent::controller RuntimeObject* ___controller_0; // CrazyMinnow.SALSA.ExpressionComponent/ControlType CrazyMinnow.SALSA.QueueExpressionComponent::controlType int32_t ___controlType_1; // System.Single CrazyMinnow.SALSA.QueueExpressionComponent::durationDelay float ___durationDelay_2; // System.Single CrazyMinnow.SALSA.QueueExpressionComponent::durationOn float ___durationOn_3; // System.Single CrazyMinnow.SALSA.QueueExpressionComponent::durationHold float ___durationHold_4; // System.Single CrazyMinnow.SALSA.QueueExpressionComponent::durationOff float ___durationOff_5; // System.Boolean CrazyMinnow.SALSA.QueueExpressionComponent::isPersistent bool ___isPersistent_6; // CrazyMinnow.SALSA.ExpressionComponent/ExpressionType CrazyMinnow.SALSA.QueueExpressionComponent::expressionType int32_t ___expressionType_7; // CrazyMinnow.SALSA.LerpEasings/EasingType CrazyMinnow.SALSA.QueueExpressionComponent::easing int32_t ___easing_8; // CrazyMinnow.SALSA.ExpressionComponent/ExpressionHandler CrazyMinnow.SALSA.QueueExpressionComponent::expressionHandler int32_t ___expressionHandler_9; // System.Boolean CrazyMinnow.SALSA.QueueExpressionComponent::isAnimatorControlled bool ___isAnimatorControlled_10; // System.Boolean CrazyMinnow.SALSA.QueueExpressionComponent::useOffset bool ___useOffset_11; // System.String CrazyMinnow.SALSA.QueueExpressionComponent::name String_t* ___name_12; public: inline static int32_t get_offset_of_controller_0() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___controller_0)); } inline RuntimeObject* get_controller_0() const { return ___controller_0; } inline RuntimeObject** get_address_of_controller_0() { return &___controller_0; } inline void set_controller_0(RuntimeObject* value) { ___controller_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___controller_0), (void*)value); } inline static int32_t get_offset_of_controlType_1() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___controlType_1)); } inline int32_t get_controlType_1() const { return ___controlType_1; } inline int32_t* get_address_of_controlType_1() { return &___controlType_1; } inline void set_controlType_1(int32_t value) { ___controlType_1 = value; } inline static int32_t get_offset_of_durationDelay_2() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___durationDelay_2)); } inline float get_durationDelay_2() const { return ___durationDelay_2; } inline float* get_address_of_durationDelay_2() { return &___durationDelay_2; } inline void set_durationDelay_2(float value) { ___durationDelay_2 = value; } inline static int32_t get_offset_of_durationOn_3() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___durationOn_3)); } inline float get_durationOn_3() const { return ___durationOn_3; } inline float* get_address_of_durationOn_3() { return &___durationOn_3; } inline void set_durationOn_3(float value) { ___durationOn_3 = value; } inline static int32_t get_offset_of_durationHold_4() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___durationHold_4)); } inline float get_durationHold_4() const { return ___durationHold_4; } inline float* get_address_of_durationHold_4() { return &___durationHold_4; } inline void set_durationHold_4(float value) { ___durationHold_4 = value; } inline static int32_t get_offset_of_durationOff_5() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___durationOff_5)); } inline float get_durationOff_5() const { return ___durationOff_5; } inline float* get_address_of_durationOff_5() { return &___durationOff_5; } inline void set_durationOff_5(float value) { ___durationOff_5 = value; } inline static int32_t get_offset_of_isPersistent_6() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___isPersistent_6)); } inline bool get_isPersistent_6() const { return ___isPersistent_6; } inline bool* get_address_of_isPersistent_6() { return &___isPersistent_6; } inline void set_isPersistent_6(bool value) { ___isPersistent_6 = value; } inline static int32_t get_offset_of_expressionType_7() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___expressionType_7)); } inline int32_t get_expressionType_7() const { return ___expressionType_7; } inline int32_t* get_address_of_expressionType_7() { return &___expressionType_7; } inline void set_expressionType_7(int32_t value) { ___expressionType_7 = value; } inline static int32_t get_offset_of_easing_8() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___easing_8)); } inline int32_t get_easing_8() const { return ___easing_8; } inline int32_t* get_address_of_easing_8() { return &___easing_8; } inline void set_easing_8(int32_t value) { ___easing_8 = value; } inline static int32_t get_offset_of_expressionHandler_9() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___expressionHandler_9)); } inline int32_t get_expressionHandler_9() const { return ___expressionHandler_9; } inline int32_t* get_address_of_expressionHandler_9() { return &___expressionHandler_9; } inline void set_expressionHandler_9(int32_t value) { ___expressionHandler_9 = value; } inline static int32_t get_offset_of_isAnimatorControlled_10() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___isAnimatorControlled_10)); } inline bool get_isAnimatorControlled_10() const { return ___isAnimatorControlled_10; } inline bool* get_address_of_isAnimatorControlled_10() { return &___isAnimatorControlled_10; } inline void set_isAnimatorControlled_10(bool value) { ___isAnimatorControlled_10 = value; } inline static int32_t get_offset_of_useOffset_11() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___useOffset_11)); } inline bool get_useOffset_11() const { return ___useOffset_11; } inline bool* get_address_of_useOffset_11() { return &___useOffset_11; } inline void set_useOffset_11(bool value) { ___useOffset_11 = value; } inline static int32_t get_offset_of_name_12() { return static_cast(offsetof(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376, ___name_12)); } inline String_t* get_name_12() const { return ___name_12; } inline String_t** get_address_of_name_12() { return &___name_12; } inline void set_name_12(String_t* value) { ___name_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_12), (void*)value); } }; // Native definition for P/Invoke marshalling of CrazyMinnow.SALSA.QueueExpressionComponent struct QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376_marshaled_pinvoke { RuntimeObject* ___controller_0; int32_t ___controlType_1; float ___durationDelay_2; float ___durationOn_3; float ___durationHold_4; float ___durationOff_5; int32_t ___isPersistent_6; int32_t ___expressionType_7; int32_t ___easing_8; int32_t ___expressionHandler_9; int32_t ___isAnimatorControlled_10; int32_t ___useOffset_11; char* ___name_12; }; // Native definition for COM marshalling of CrazyMinnow.SALSA.QueueExpressionComponent struct QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376_marshaled_com { RuntimeObject* ___controller_0; int32_t ___controlType_1; float ___durationDelay_2; float ___durationOn_3; float ___durationHold_4; float ___durationOff_5; int32_t ___isPersistent_6; int32_t ___expressionType_7; int32_t ___easing_8; int32_t ___expressionHandler_9; int32_t ___isAnimatorControlled_10; int32_t ___useOffset_11; Il2CppChar* ___name_12; }; // UnityEngine.Rendering.RenderTargetIdentifier struct RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 { public: // UnityEngine.Rendering.BuiltinRenderTextureType UnityEngine.Rendering.RenderTargetIdentifier::m_Type int32_t ___m_Type_1; // System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_NameID int32_t ___m_NameID_2; // System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_InstanceID int32_t ___m_InstanceID_3; // System.IntPtr UnityEngine.Rendering.RenderTargetIdentifier::m_BufferPointer intptr_t ___m_BufferPointer_4; // System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_MipLevel int32_t ___m_MipLevel_5; // UnityEngine.CubemapFace UnityEngine.Rendering.RenderTargetIdentifier::m_CubeFace int32_t ___m_CubeFace_6; // System.Int32 UnityEngine.Rendering.RenderTargetIdentifier::m_DepthSlice int32_t ___m_DepthSlice_7; public: inline static int32_t get_offset_of_m_Type_1() { return static_cast(offsetof(RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13, ___m_Type_1)); } inline int32_t get_m_Type_1() const { return ___m_Type_1; } inline int32_t* get_address_of_m_Type_1() { return &___m_Type_1; } inline void set_m_Type_1(int32_t value) { ___m_Type_1 = value; } inline static int32_t get_offset_of_m_NameID_2() { return static_cast(offsetof(RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13, ___m_NameID_2)); } inline int32_t get_m_NameID_2() const { return ___m_NameID_2; } inline int32_t* get_address_of_m_NameID_2() { return &___m_NameID_2; } inline void set_m_NameID_2(int32_t value) { ___m_NameID_2 = value; } inline static int32_t get_offset_of_m_InstanceID_3() { return static_cast(offsetof(RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13, ___m_InstanceID_3)); } inline int32_t get_m_InstanceID_3() const { return ___m_InstanceID_3; } inline int32_t* get_address_of_m_InstanceID_3() { return &___m_InstanceID_3; } inline void set_m_InstanceID_3(int32_t value) { ___m_InstanceID_3 = value; } inline static int32_t get_offset_of_m_BufferPointer_4() { return static_cast(offsetof(RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13, ___m_BufferPointer_4)); } inline intptr_t get_m_BufferPointer_4() const { return ___m_BufferPointer_4; } inline intptr_t* get_address_of_m_BufferPointer_4() { return &___m_BufferPointer_4; } inline void set_m_BufferPointer_4(intptr_t value) { ___m_BufferPointer_4 = value; } inline static int32_t get_offset_of_m_MipLevel_5() { return static_cast(offsetof(RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13, ___m_MipLevel_5)); } inline int32_t get_m_MipLevel_5() const { return ___m_MipLevel_5; } inline int32_t* get_address_of_m_MipLevel_5() { return &___m_MipLevel_5; } inline void set_m_MipLevel_5(int32_t value) { ___m_MipLevel_5 = value; } inline static int32_t get_offset_of_m_CubeFace_6() { return static_cast(offsetof(RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13, ___m_CubeFace_6)); } inline int32_t get_m_CubeFace_6() const { return ___m_CubeFace_6; } inline int32_t* get_address_of_m_CubeFace_6() { return &___m_CubeFace_6; } inline void set_m_CubeFace_6(int32_t value) { ___m_CubeFace_6 = value; } inline static int32_t get_offset_of_m_DepthSlice_7() { return static_cast(offsetof(RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13, ___m_DepthSlice_7)); } inline int32_t get_m_DepthSlice_7() const { return ___m_DepthSlice_7; } inline int32_t* get_address_of_m_DepthSlice_7() { return &___m_DepthSlice_7; } inline void set_m_DepthSlice_7(int32_t value) { ___m_DepthSlice_7 = value; } }; // UnityEngine.Experimental.Rendering.RenderGraphModule.ResourceHandle struct ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 { public: // System.UInt32 UnityEngine.Experimental.Rendering.RenderGraphModule.ResourceHandle::m_Value uint32_t ___m_Value_2; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourceType UnityEngine.Experimental.Rendering.RenderGraphModule.ResourceHandle::k__BackingField int32_t ___U3CtypeU3Ek__BackingField_4; public: inline static int32_t get_offset_of_m_Value_2() { return static_cast(offsetof(ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948, ___m_Value_2)); } inline uint32_t get_m_Value_2() const { return ___m_Value_2; } inline uint32_t* get_address_of_m_Value_2() { return &___m_Value_2; } inline void set_m_Value_2(uint32_t value) { ___m_Value_2 = value; } inline static int32_t get_offset_of_U3CtypeU3Ek__BackingField_4() { return static_cast(offsetof(ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948, ___U3CtypeU3Ek__BackingField_4)); } inline int32_t get_U3CtypeU3Ek__BackingField_4() const { return ___U3CtypeU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CtypeU3Ek__BackingField_4() { return &___U3CtypeU3Ek__BackingField_4; } inline void set_U3CtypeU3Ek__BackingField_4(int32_t value) { ___U3CtypeU3Ek__BackingField_4 = value; } }; // System.Threading.SynchronizationContext struct SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 : public RuntimeObject { public: // System.Threading.SynchronizationContextProperties System.Threading.SynchronizationContext::_props int32_t ____props_0; public: inline static int32_t get_offset_of__props_0() { return static_cast(offsetof(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069, ____props_0)); } inline int32_t get__props_0() const { return ____props_0; } inline int32_t* get_address_of__props_0() { return &____props_0; } inline void set__props_0(int32_t value) { ____props_0 = value; } }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; // System.Security.Cryptography.X509Certificates.X509ChainStatus struct X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB { public: // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags System.Security.Cryptography.X509Certificates.X509ChainStatus::status int32_t ___status_0; // System.String System.Security.Cryptography.X509Certificates.X509ChainStatus::info String_t* ___info_1; public: inline static int32_t get_offset_of_status_0() { return static_cast(offsetof(X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB, ___status_0)); } inline int32_t get_status_0() const { return ___status_0; } inline int32_t* get_address_of_status_0() { return &___status_0; } inline void set_status_0(int32_t value) { ___status_0 = value; } inline static int32_t get_offset_of_info_1() { return static_cast(offsetof(X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB, ___info_1)); } inline String_t* get_info_1() const { return ___info_1; } inline String_t** get_address_of_info_1() { return &___info_1; } inline void set_info_1(String_t* value) { ___info_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.X509Certificates.X509ChainStatus struct X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshaled_pinvoke { int32_t ___status_0; char* ___info_1; }; // Native definition for COM marshalling of System.Security.Cryptography.X509Certificates.X509ChainStatus struct X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_marshaled_com { int32_t ___status_0; Il2CppChar* ___info_1; }; // UnityEngine.InputSystem.XR.XRFeatureDescriptor struct XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E { public: // System.String UnityEngine.InputSystem.XR.XRFeatureDescriptor::name String_t* ___name_0; // System.Collections.Generic.List`1 UnityEngine.InputSystem.XR.XRFeatureDescriptor::usageHints List_1_t2DD46702114CB33CAAE4FD03EE0628A6B357B441 * ___usageHints_1; // UnityEngine.InputSystem.XR.FeatureType UnityEngine.InputSystem.XR.XRFeatureDescriptor::featureType int32_t ___featureType_2; // System.UInt32 UnityEngine.InputSystem.XR.XRFeatureDescriptor::customSize uint32_t ___customSize_3; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_usageHints_1() { return static_cast(offsetof(XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E, ___usageHints_1)); } inline List_1_t2DD46702114CB33CAAE4FD03EE0628A6B357B441 * get_usageHints_1() const { return ___usageHints_1; } inline List_1_t2DD46702114CB33CAAE4FD03EE0628A6B357B441 ** get_address_of_usageHints_1() { return &___usageHints_1; } inline void set_usageHints_1(List_1_t2DD46702114CB33CAAE4FD03EE0628A6B357B441 * value) { ___usageHints_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___usageHints_1), (void*)value); } inline static int32_t get_offset_of_featureType_2() { return static_cast(offsetof(XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E, ___featureType_2)); } inline int32_t get_featureType_2() const { return ___featureType_2; } inline int32_t* get_address_of_featureType_2() { return &___featureType_2; } inline void set_featureType_2(int32_t value) { ___featureType_2 = value; } inline static int32_t get_offset_of_customSize_3() { return static_cast(offsetof(XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E, ___customSize_3)); } inline uint32_t get_customSize_3() const { return ___customSize_3; } inline uint32_t* get_address_of_customSize_3() { return &___customSize_3; } inline void set_customSize_3(uint32_t value) { ___customSize_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.XR.XRFeatureDescriptor struct XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E_marshaled_pinvoke { char* ___name_0; List_1_t2DD46702114CB33CAAE4FD03EE0628A6B357B441 * ___usageHints_1; int32_t ___featureType_2; uint32_t ___customSize_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.XR.XRFeatureDescriptor struct XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E_marshaled_com { Il2CppChar* ___name_0; List_1_t2DD46702114CB33CAAE4FD03EE0628A6B357B441 * ___usageHints_1; int32_t ___featureType_2; uint32_t ___customSize_3; }; // UnityEngine.XR.XRNodeState struct XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33 { public: // UnityEngine.XR.XRNode UnityEngine.XR.XRNodeState::m_Type int32_t ___m_Type_0; // UnityEngine.XR.AvailableTrackingData UnityEngine.XR.XRNodeState::m_AvailableFields int32_t ___m_AvailableFields_1; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_Position Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Position_2; // UnityEngine.Quaternion UnityEngine.XR.XRNodeState::m_Rotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___m_Rotation_3; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_Velocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Velocity_4; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_AngularVelocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_AngularVelocity_5; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_Acceleration Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Acceleration_6; // UnityEngine.Vector3 UnityEngine.XR.XRNodeState::m_AngularAcceleration Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_AngularAcceleration_7; // System.Int32 UnityEngine.XR.XRNodeState::m_Tracked int32_t ___m_Tracked_8; // System.UInt64 UnityEngine.XR.XRNodeState::m_UniqueID uint64_t ___m_UniqueID_9; public: inline static int32_t get_offset_of_m_Type_0() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_Type_0)); } inline int32_t get_m_Type_0() const { return ___m_Type_0; } inline int32_t* get_address_of_m_Type_0() { return &___m_Type_0; } inline void set_m_Type_0(int32_t value) { ___m_Type_0 = value; } inline static int32_t get_offset_of_m_AvailableFields_1() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_AvailableFields_1)); } inline int32_t get_m_AvailableFields_1() const { return ___m_AvailableFields_1; } inline int32_t* get_address_of_m_AvailableFields_1() { return &___m_AvailableFields_1; } inline void set_m_AvailableFields_1(int32_t value) { ___m_AvailableFields_1 = value; } inline static int32_t get_offset_of_m_Position_2() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_Position_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Position_2() const { return ___m_Position_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Position_2() { return &___m_Position_2; } inline void set_m_Position_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Position_2 = value; } inline static int32_t get_offset_of_m_Rotation_3() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_Rotation_3)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_m_Rotation_3() const { return ___m_Rotation_3; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_m_Rotation_3() { return &___m_Rotation_3; } inline void set_m_Rotation_3(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___m_Rotation_3 = value; } inline static int32_t get_offset_of_m_Velocity_4() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_Velocity_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Velocity_4() const { return ___m_Velocity_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Velocity_4() { return &___m_Velocity_4; } inline void set_m_Velocity_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Velocity_4 = value; } inline static int32_t get_offset_of_m_AngularVelocity_5() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_AngularVelocity_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_AngularVelocity_5() const { return ___m_AngularVelocity_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_AngularVelocity_5() { return &___m_AngularVelocity_5; } inline void set_m_AngularVelocity_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_AngularVelocity_5 = value; } inline static int32_t get_offset_of_m_Acceleration_6() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_Acceleration_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Acceleration_6() const { return ___m_Acceleration_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Acceleration_6() { return &___m_Acceleration_6; } inline void set_m_Acceleration_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Acceleration_6 = value; } inline static int32_t get_offset_of_m_AngularAcceleration_7() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_AngularAcceleration_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_AngularAcceleration_7() const { return ___m_AngularAcceleration_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_AngularAcceleration_7() { return &___m_AngularAcceleration_7; } inline void set_m_AngularAcceleration_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_AngularAcceleration_7 = value; } inline static int32_t get_offset_of_m_Tracked_8() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_Tracked_8)); } inline int32_t get_m_Tracked_8() const { return ___m_Tracked_8; } inline int32_t* get_address_of_m_Tracked_8() { return &___m_Tracked_8; } inline void set_m_Tracked_8(int32_t value) { ___m_Tracked_8 = value; } inline static int32_t get_offset_of_m_UniqueID_9() { return static_cast(offsetof(XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33, ___m_UniqueID_9)); } inline uint64_t get_m_UniqueID_9() const { return ___m_UniqueID_9; } inline uint64_t* get_address_of_m_UniqueID_9() { return &___m_UniqueID_9; } inline void set_m_UniqueID_9(uint64_t value) { ___m_UniqueID_9 = value; } }; // UnityEngine.Camera/RenderRequest struct RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 { public: // UnityEngine.Camera/RenderRequestMode UnityEngine.Camera/RenderRequest::m_CameraRenderMode int32_t ___m_CameraRenderMode_0; // UnityEngine.RenderTexture UnityEngine.Camera/RenderRequest::m_ResultRT RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___m_ResultRT_1; // UnityEngine.Camera/RenderRequestOutputSpace UnityEngine.Camera/RenderRequest::m_OutputSpace int32_t ___m_OutputSpace_2; public: inline static int32_t get_offset_of_m_CameraRenderMode_0() { return static_cast(offsetof(RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94, ___m_CameraRenderMode_0)); } inline int32_t get_m_CameraRenderMode_0() const { return ___m_CameraRenderMode_0; } inline int32_t* get_address_of_m_CameraRenderMode_0() { return &___m_CameraRenderMode_0; } inline void set_m_CameraRenderMode_0(int32_t value) { ___m_CameraRenderMode_0 = value; } inline static int32_t get_offset_of_m_ResultRT_1() { return static_cast(offsetof(RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94, ___m_ResultRT_1)); } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * get_m_ResultRT_1() const { return ___m_ResultRT_1; } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 ** get_address_of_m_ResultRT_1() { return &___m_ResultRT_1; } inline void set_m_ResultRT_1(RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * value) { ___m_ResultRT_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ResultRT_1), (void*)value); } inline static int32_t get_offset_of_m_OutputSpace_2() { return static_cast(offsetof(RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94, ___m_OutputSpace_2)); } inline int32_t get_m_OutputSpace_2() const { return ___m_OutputSpace_2; } inline int32_t* get_address_of_m_OutputSpace_2() { return &___m_OutputSpace_2; } inline void set_m_OutputSpace_2(int32_t value) { ___m_OutputSpace_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Camera/RenderRequest struct RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94_marshaled_pinvoke { int32_t ___m_CameraRenderMode_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___m_ResultRT_1; int32_t ___m_OutputSpace_2; }; // Native definition for COM marshalling of UnityEngine.Camera/RenderRequest struct RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94_marshaled_com { int32_t ___m_CameraRenderMode_0; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___m_ResultRT_1; int32_t ___m_OutputSpace_2; }; // UnityEngine.Rendering.DebugUI/Widget struct Widget_t7CB209495D292E15C11767D22EEC646A2FAC8D7D : public RuntimeObject { public: // UnityEngine.Rendering.DebugUI/Panel UnityEngine.Rendering.DebugUI/Widget::m_Panel Panel_t804EBDD5708282E712D5FE6B39DB87136410EBB5 * ___m_Panel_0; // UnityEngine.Rendering.DebugUI/IContainer UnityEngine.Rendering.DebugUI/Widget::m_Parent RuntimeObject* ___m_Parent_1; // UnityEngine.Rendering.DebugUI/Flags UnityEngine.Rendering.DebugUI/Widget::k__BackingField int32_t ___U3CflagsU3Ek__BackingField_2; // System.String UnityEngine.Rendering.DebugUI/Widget::k__BackingField String_t* ___U3CdisplayNameU3Ek__BackingField_3; // System.String UnityEngine.Rendering.DebugUI/Widget::k__BackingField String_t* ___U3CqueryPathU3Ek__BackingField_4; public: inline static int32_t get_offset_of_m_Panel_0() { return static_cast(offsetof(Widget_t7CB209495D292E15C11767D22EEC646A2FAC8D7D, ___m_Panel_0)); } inline Panel_t804EBDD5708282E712D5FE6B39DB87136410EBB5 * get_m_Panel_0() const { return ___m_Panel_0; } inline Panel_t804EBDD5708282E712D5FE6B39DB87136410EBB5 ** get_address_of_m_Panel_0() { return &___m_Panel_0; } inline void set_m_Panel_0(Panel_t804EBDD5708282E712D5FE6B39DB87136410EBB5 * value) { ___m_Panel_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Panel_0), (void*)value); } inline static int32_t get_offset_of_m_Parent_1() { return static_cast(offsetof(Widget_t7CB209495D292E15C11767D22EEC646A2FAC8D7D, ___m_Parent_1)); } inline RuntimeObject* get_m_Parent_1() const { return ___m_Parent_1; } inline RuntimeObject** get_address_of_m_Parent_1() { return &___m_Parent_1; } inline void set_m_Parent_1(RuntimeObject* value) { ___m_Parent_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Parent_1), (void*)value); } inline static int32_t get_offset_of_U3CflagsU3Ek__BackingField_2() { return static_cast(offsetof(Widget_t7CB209495D292E15C11767D22EEC646A2FAC8D7D, ___U3CflagsU3Ek__BackingField_2)); } inline int32_t get_U3CflagsU3Ek__BackingField_2() const { return ___U3CflagsU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CflagsU3Ek__BackingField_2() { return &___U3CflagsU3Ek__BackingField_2; } inline void set_U3CflagsU3Ek__BackingField_2(int32_t value) { ___U3CflagsU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CdisplayNameU3Ek__BackingField_3() { return static_cast(offsetof(Widget_t7CB209495D292E15C11767D22EEC646A2FAC8D7D, ___U3CdisplayNameU3Ek__BackingField_3)); } inline String_t* get_U3CdisplayNameU3Ek__BackingField_3() const { return ___U3CdisplayNameU3Ek__BackingField_3; } inline String_t** get_address_of_U3CdisplayNameU3Ek__BackingField_3() { return &___U3CdisplayNameU3Ek__BackingField_3; } inline void set_U3CdisplayNameU3Ek__BackingField_3(String_t* value) { ___U3CdisplayNameU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CdisplayNameU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CqueryPathU3Ek__BackingField_4() { return static_cast(offsetof(Widget_t7CB209495D292E15C11767D22EEC646A2FAC8D7D, ___U3CqueryPathU3Ek__BackingField_4)); } inline String_t* get_U3CqueryPathU3Ek__BackingField_4() const { return ___U3CqueryPathU3Ek__BackingField_4; } inline String_t** get_address_of_U3CqueryPathU3Ek__BackingField_4() { return &___U3CqueryPathU3Ek__BackingField_4; } inline void set_U3CqueryPathU3Ek__BackingField_4(String_t* value) { ___U3CqueryPathU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CqueryPathU3Ek__BackingField_4), (void*)value); } }; // UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor struct HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 { public: // UnityEngine.InputSystem.HID.HID/HIDCollectionType UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor::type int32_t ___type_0; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor::usage int32_t ___usage_1; // UnityEngine.InputSystem.HID.HID/UsagePage UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor::usagePage int32_t ___usagePage_2; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor::parent int32_t ___parent_3; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor::childCount int32_t ___childCount_4; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor::firstChild int32_t ___firstChild_5; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_usage_1() { return static_cast(offsetof(HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6, ___usage_1)); } inline int32_t get_usage_1() const { return ___usage_1; } inline int32_t* get_address_of_usage_1() { return &___usage_1; } inline void set_usage_1(int32_t value) { ___usage_1 = value; } inline static int32_t get_offset_of_usagePage_2() { return static_cast(offsetof(HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6, ___usagePage_2)); } inline int32_t get_usagePage_2() const { return ___usagePage_2; } inline int32_t* get_address_of_usagePage_2() { return &___usagePage_2; } inline void set_usagePage_2(int32_t value) { ___usagePage_2 = value; } inline static int32_t get_offset_of_parent_3() { return static_cast(offsetof(HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6, ___parent_3)); } inline int32_t get_parent_3() const { return ___parent_3; } inline int32_t* get_address_of_parent_3() { return &___parent_3; } inline void set_parent_3(int32_t value) { ___parent_3 = value; } inline static int32_t get_offset_of_childCount_4() { return static_cast(offsetof(HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6, ___childCount_4)); } inline int32_t get_childCount_4() const { return ___childCount_4; } inline int32_t* get_address_of_childCount_4() { return &___childCount_4; } inline void set_childCount_4(int32_t value) { ___childCount_4 = value; } inline static int32_t get_offset_of_firstChild_5() { return static_cast(offsetof(HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6, ___firstChild_5)); } inline int32_t get_firstChild_5() const { return ___firstChild_5; } inline int32_t* get_address_of_firstChild_5() { return &___firstChild_5; } inline void set_firstChild_5(int32_t value) { ___firstChild_5 = value; } }; // UnityEngine.InputSystem.HID.HID/HIDElementDescriptor struct HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427 { public: // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::usage int32_t ___usage_0; // UnityEngine.InputSystem.HID.HID/UsagePage UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::usagePage int32_t ___usagePage_1; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::unit int32_t ___unit_2; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::unitExponent int32_t ___unitExponent_3; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::logicalMin int32_t ___logicalMin_4; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::logicalMax int32_t ___logicalMax_5; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::physicalMin int32_t ___physicalMin_6; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::physicalMax int32_t ___physicalMax_7; // UnityEngine.InputSystem.HID.HID/HIDReportType UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::reportType int32_t ___reportType_8; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::collectionIndex int32_t ___collectionIndex_9; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::reportId int32_t ___reportId_10; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::reportSizeInBits int32_t ___reportSizeInBits_11; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::reportOffsetInBits int32_t ___reportOffsetInBits_12; // UnityEngine.InputSystem.HID.HID/HIDElementFlags UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::flags int32_t ___flags_13; // System.Nullable`1 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::usageMin Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___usageMin_14; // System.Nullable`1 UnityEngine.InputSystem.HID.HID/HIDElementDescriptor::usageMax Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___usageMax_15; public: inline static int32_t get_offset_of_usage_0() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___usage_0)); } inline int32_t get_usage_0() const { return ___usage_0; } inline int32_t* get_address_of_usage_0() { return &___usage_0; } inline void set_usage_0(int32_t value) { ___usage_0 = value; } inline static int32_t get_offset_of_usagePage_1() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___usagePage_1)); } inline int32_t get_usagePage_1() const { return ___usagePage_1; } inline int32_t* get_address_of_usagePage_1() { return &___usagePage_1; } inline void set_usagePage_1(int32_t value) { ___usagePage_1 = value; } inline static int32_t get_offset_of_unit_2() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___unit_2)); } inline int32_t get_unit_2() const { return ___unit_2; } inline int32_t* get_address_of_unit_2() { return &___unit_2; } inline void set_unit_2(int32_t value) { ___unit_2 = value; } inline static int32_t get_offset_of_unitExponent_3() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___unitExponent_3)); } inline int32_t get_unitExponent_3() const { return ___unitExponent_3; } inline int32_t* get_address_of_unitExponent_3() { return &___unitExponent_3; } inline void set_unitExponent_3(int32_t value) { ___unitExponent_3 = value; } inline static int32_t get_offset_of_logicalMin_4() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___logicalMin_4)); } inline int32_t get_logicalMin_4() const { return ___logicalMin_4; } inline int32_t* get_address_of_logicalMin_4() { return &___logicalMin_4; } inline void set_logicalMin_4(int32_t value) { ___logicalMin_4 = value; } inline static int32_t get_offset_of_logicalMax_5() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___logicalMax_5)); } inline int32_t get_logicalMax_5() const { return ___logicalMax_5; } inline int32_t* get_address_of_logicalMax_5() { return &___logicalMax_5; } inline void set_logicalMax_5(int32_t value) { ___logicalMax_5 = value; } inline static int32_t get_offset_of_physicalMin_6() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___physicalMin_6)); } inline int32_t get_physicalMin_6() const { return ___physicalMin_6; } inline int32_t* get_address_of_physicalMin_6() { return &___physicalMin_6; } inline void set_physicalMin_6(int32_t value) { ___physicalMin_6 = value; } inline static int32_t get_offset_of_physicalMax_7() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___physicalMax_7)); } inline int32_t get_physicalMax_7() const { return ___physicalMax_7; } inline int32_t* get_address_of_physicalMax_7() { return &___physicalMax_7; } inline void set_physicalMax_7(int32_t value) { ___physicalMax_7 = value; } inline static int32_t get_offset_of_reportType_8() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___reportType_8)); } inline int32_t get_reportType_8() const { return ___reportType_8; } inline int32_t* get_address_of_reportType_8() { return &___reportType_8; } inline void set_reportType_8(int32_t value) { ___reportType_8 = value; } inline static int32_t get_offset_of_collectionIndex_9() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___collectionIndex_9)); } inline int32_t get_collectionIndex_9() const { return ___collectionIndex_9; } inline int32_t* get_address_of_collectionIndex_9() { return &___collectionIndex_9; } inline void set_collectionIndex_9(int32_t value) { ___collectionIndex_9 = value; } inline static int32_t get_offset_of_reportId_10() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___reportId_10)); } inline int32_t get_reportId_10() const { return ___reportId_10; } inline int32_t* get_address_of_reportId_10() { return &___reportId_10; } inline void set_reportId_10(int32_t value) { ___reportId_10 = value; } inline static int32_t get_offset_of_reportSizeInBits_11() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___reportSizeInBits_11)); } inline int32_t get_reportSizeInBits_11() const { return ___reportSizeInBits_11; } inline int32_t* get_address_of_reportSizeInBits_11() { return &___reportSizeInBits_11; } inline void set_reportSizeInBits_11(int32_t value) { ___reportSizeInBits_11 = value; } inline static int32_t get_offset_of_reportOffsetInBits_12() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___reportOffsetInBits_12)); } inline int32_t get_reportOffsetInBits_12() const { return ___reportOffsetInBits_12; } inline int32_t* get_address_of_reportOffsetInBits_12() { return &___reportOffsetInBits_12; } inline void set_reportOffsetInBits_12(int32_t value) { ___reportOffsetInBits_12 = value; } inline static int32_t get_offset_of_flags_13() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___flags_13)); } inline int32_t get_flags_13() const { return ___flags_13; } inline int32_t* get_address_of_flags_13() { return &___flags_13; } inline void set_flags_13(int32_t value) { ___flags_13 = value; } inline static int32_t get_offset_of_usageMin_14() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___usageMin_14)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get_usageMin_14() const { return ___usageMin_14; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of_usageMin_14() { return &___usageMin_14; } inline void set_usageMin_14(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ___usageMin_14 = value; } inline static int32_t get_offset_of_usageMax_15() { return static_cast(offsetof(HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427, ___usageMax_15)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get_usageMax_15() const { return ___usageMax_15; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of_usageMax_15() { return &___usageMax_15; } inline void set_usageMax_15(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ___usageMax_15 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.HID.HID/HIDElementDescriptor struct HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427_marshaled_pinvoke { int32_t ___usage_0; int32_t ___usagePage_1; int32_t ___unit_2; int32_t ___unitExponent_3; int32_t ___logicalMin_4; int32_t ___logicalMax_5; int32_t ___physicalMin_6; int32_t ___physicalMax_7; int32_t ___reportType_8; int32_t ___collectionIndex_9; int32_t ___reportId_10; int32_t ___reportSizeInBits_11; int32_t ___reportOffsetInBits_12; int32_t ___flags_13; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___usageMin_14; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___usageMax_15; }; // Native definition for COM marshalling of UnityEngine.InputSystem.HID.HID/HIDElementDescriptor struct HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427_marshaled_com { int32_t ___usage_0; int32_t ___usagePage_1; int32_t ___unit_2; int32_t ___unitExponent_3; int32_t ___logicalMin_4; int32_t ___logicalMax_5; int32_t ___physicalMin_6; int32_t ___physicalMax_7; int32_t ___reportType_8; int32_t ___collectionIndex_9; int32_t ___reportId_10; int32_t ___reportSizeInBits_11; int32_t ___reportOffsetInBits_12; int32_t ___flags_13; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___usageMin_14; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___usageMax_15; }; // UnityEngine.InputSystem.HID.HIDParser/HIDReportData struct HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59 { public: // System.Int32 UnityEngine.InputSystem.HID.HIDParser/HIDReportData::reportId int32_t ___reportId_0; // UnityEngine.InputSystem.HID.HID/HIDReportType UnityEngine.InputSystem.HID.HIDParser/HIDReportData::reportType int32_t ___reportType_1; // System.Int32 UnityEngine.InputSystem.HID.HIDParser/HIDReportData::currentBitOffset int32_t ___currentBitOffset_2; public: inline static int32_t get_offset_of_reportId_0() { return static_cast(offsetof(HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59, ___reportId_0)); } inline int32_t get_reportId_0() const { return ___reportId_0; } inline int32_t* get_address_of_reportId_0() { return &___reportId_0; } inline void set_reportId_0(int32_t value) { ___reportId_0 = value; } inline static int32_t get_offset_of_reportType_1() { return static_cast(offsetof(HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59, ___reportType_1)); } inline int32_t get_reportType_1() const { return ___reportType_1; } inline int32_t* get_address_of_reportType_1() { return &___reportType_1; } inline void set_reportType_1(int32_t value) { ___reportType_1 = value; } inline static int32_t get_offset_of_currentBitOffset_2() { return static_cast(offsetof(HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59, ___currentBitOffset_2)); } inline int32_t get_currentBitOffset_2() const { return ___currentBitOffset_2; } inline int32_t* get_address_of_currentBitOffset_2() { return &___currentBitOffset_2; } inline void set_currentBitOffset_2(int32_t value) { ___currentBitOffset_2 = value; } }; // UnityEngine.InputSystem.HID.HIDSupport/HIDPageUsage struct HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 { public: // UnityEngine.InputSystem.HID.HID/UsagePage UnityEngine.InputSystem.HID.HIDSupport/HIDPageUsage::page int32_t ___page_0; // System.Int32 UnityEngine.InputSystem.HID.HIDSupport/HIDPageUsage::usage int32_t ___usage_1; public: inline static int32_t get_offset_of_page_0() { return static_cast(offsetof(HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1, ___page_0)); } inline int32_t get_page_0() const { return ___page_0; } inline int32_t* get_address_of_page_0() { return &___page_0; } inline void set_page_0(int32_t value) { ___page_0 = value; } inline static int32_t get_offset_of_usage_1() { return static_cast(offsetof(HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1, ___usage_1)); } inline int32_t get_usage_1() const { return ___usage_1; } inline int32_t* get_address_of_usage_1() { return &___usage_1; } inline void set_usage_1(int32_t value) { ___usage_1 = value; } }; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 { public: // System.String UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::m_ControlPath String_t* ___m_ControlPath_0; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::m_Flags int32_t ___m_Flags_1; public: inline static int32_t get_offset_of_m_ControlPath_0() { return static_cast(offsetof(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9, ___m_ControlPath_0)); } inline String_t* get_m_ControlPath_0() const { return ___m_ControlPath_0; } inline String_t** get_address_of_m_ControlPath_0() { return &___m_ControlPath_0; } inline void set_m_ControlPath_0(String_t* value) { ___m_ControlPath_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ControlPath_0), (void*)value); } inline static int32_t get_offset_of_m_Flags_1() { return static_cast(offsetof(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9, ___m_Flags_1)); } inline int32_t get_m_Flags_1() const { return ___m_Flags_1; } inline int32_t* get_address_of_m_Flags_1() { return &___m_Flags_1; } inline void set_m_Flags_1(int32_t value) { ___m_Flags_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme/DeviceRequirement struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke { char* ___m_ControlPath_0; int32_t ___m_Flags_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme/DeviceRequirement struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com { Il2CppChar* ___m_ControlPath_0; int32_t ___m_Flags_1; }; // UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice struct StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0 { public: // UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion[] UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice::memoryRegions BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B* ___memoryRegions_0; // UnityEngine.InputSystem.InputManager/StateChangeMonitorListener[] UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice::listeners StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* ___listeners_1; // UnityEngine.InputSystem.DynamicBitfield UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice::signalled DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5 ___signalled_2; // System.Boolean UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice::needToUpdateOrderingOfMonitors bool ___needToUpdateOrderingOfMonitors_3; // System.Boolean UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice::needToCompactArrays bool ___needToCompactArrays_4; public: inline static int32_t get_offset_of_memoryRegions_0() { return static_cast(offsetof(StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0, ___memoryRegions_0)); } inline BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B* get_memoryRegions_0() const { return ___memoryRegions_0; } inline BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B** get_address_of_memoryRegions_0() { return &___memoryRegions_0; } inline void set_memoryRegions_0(BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B* value) { ___memoryRegions_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryRegions_0), (void*)value); } inline static int32_t get_offset_of_listeners_1() { return static_cast(offsetof(StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0, ___listeners_1)); } inline StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* get_listeners_1() const { return ___listeners_1; } inline StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10** get_address_of_listeners_1() { return &___listeners_1; } inline void set_listeners_1(StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* value) { ___listeners_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___listeners_1), (void*)value); } inline static int32_t get_offset_of_signalled_2() { return static_cast(offsetof(StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0, ___signalled_2)); } inline DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5 get_signalled_2() const { return ___signalled_2; } inline DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5 * get_address_of_signalled_2() { return &___signalled_2; } inline void set_signalled_2(DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5 value) { ___signalled_2 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___signalled_2))->___array_0))->___additionalValues_2), (void*)NULL); } inline static int32_t get_offset_of_needToUpdateOrderingOfMonitors_3() { return static_cast(offsetof(StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0, ___needToUpdateOrderingOfMonitors_3)); } inline bool get_needToUpdateOrderingOfMonitors_3() const { return ___needToUpdateOrderingOfMonitors_3; } inline bool* get_address_of_needToUpdateOrderingOfMonitors_3() { return &___needToUpdateOrderingOfMonitors_3; } inline void set_needToUpdateOrderingOfMonitors_3(bool value) { ___needToUpdateOrderingOfMonitors_3 = value; } inline static int32_t get_offset_of_needToCompactArrays_4() { return static_cast(offsetof(StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0, ___needToCompactArrays_4)); } inline bool get_needToCompactArrays_4() const { return ___needToCompactArrays_4; } inline bool* get_address_of_needToCompactArrays_4() { return &___needToCompactArrays_4; } inline void set_needToCompactArrays_4(bool value) { ___needToCompactArrays_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice struct StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0_marshaled_pinvoke { BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 * ___memoryRegions_0; StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757_marshaled_pinvoke* ___listeners_1; DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5_marshaled_pinvoke ___signalled_2; int32_t ___needToUpdateOrderingOfMonitors_3; int32_t ___needToCompactArrays_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice struct StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0_marshaled_com { BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 * ___memoryRegions_0; StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757_marshaled_com* ___listeners_1; DynamicBitfield_t9EE258E0EEA93B8B97D6FE8A70CE8C1C9E56C0C5_marshaled_com ___signalled_2; int32_t ___needToUpdateOrderingOfMonitors_3; int32_t ___needToCompactArrays_4; }; // UnityEngine.InputSystem.Users.InputUser/GlobalState struct GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9 { public: // System.Int32 UnityEngine.InputSystem.Users.InputUser/GlobalState::pairingStateVersion int32_t ___pairingStateVersion_0; // System.UInt32 UnityEngine.InputSystem.Users.InputUser/GlobalState::lastUserId uint32_t ___lastUserId_1; // System.Int32 UnityEngine.InputSystem.Users.InputUser/GlobalState::allUserCount int32_t ___allUserCount_2; // System.Int32 UnityEngine.InputSystem.Users.InputUser/GlobalState::allPairedDeviceCount int32_t ___allPairedDeviceCount_3; // System.Int32 UnityEngine.InputSystem.Users.InputUser/GlobalState::allLostDeviceCount int32_t ___allLostDeviceCount_4; // UnityEngine.InputSystem.Users.InputUser[] UnityEngine.InputSystem.Users.InputUser/GlobalState::allUsers InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7* ___allUsers_5; // UnityEngine.InputSystem.Users.InputUser/UserData[] UnityEngine.InputSystem.Users.InputUser/GlobalState::allUserData UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B* ___allUserData_6; // UnityEngine.InputSystem.InputDevice[] UnityEngine.InputSystem.Users.InputUser/GlobalState::allPairedDevices InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___allPairedDevices_7; // UnityEngine.InputSystem.InputDevice[] UnityEngine.InputSystem.Users.InputUser/GlobalState::allLostDevices InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___allLostDevices_8; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Users.InputUser/GlobalState::ongoingAccountSelections InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296 ___ongoingAccountSelections_9; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.Users.InputUser/GlobalState::onChange CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670 ___onChange_10; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.Users.InputUser/GlobalState::onUnpairedDeviceUsed CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750 ___onUnpairedDeviceUsed_11; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.Users.InputUser/GlobalState::onPreFilterUnpairedDeviceUsed CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36 ___onPreFilterUnpairedDeviceUsed_12; // System.Action`2 UnityEngine.InputSystem.Users.InputUser/GlobalState::actionChangeDelegate Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * ___actionChangeDelegate_13; // System.Action`2 UnityEngine.InputSystem.Users.InputUser/GlobalState::onDeviceChangeDelegate Action_2_tA58D913EBCC7FD3E95DEC877EDB4363CD3051DF4 * ___onDeviceChangeDelegate_14; // System.Action`2 UnityEngine.InputSystem.Users.InputUser/GlobalState::onEventDelegate Action_2_t18E7F4E321737EF92F70387314BC88164CA7B59C * ___onEventDelegate_15; // System.Boolean UnityEngine.InputSystem.Users.InputUser/GlobalState::onActionChangeHooked bool ___onActionChangeHooked_16; // System.Boolean UnityEngine.InputSystem.Users.InputUser/GlobalState::onDeviceChangeHooked bool ___onDeviceChangeHooked_17; // System.Boolean UnityEngine.InputSystem.Users.InputUser/GlobalState::onEventHooked bool ___onEventHooked_18; // System.Int32 UnityEngine.InputSystem.Users.InputUser/GlobalState::listenForUnpairedDeviceActivity int32_t ___listenForUnpairedDeviceActivity_19; public: inline static int32_t get_offset_of_pairingStateVersion_0() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___pairingStateVersion_0)); } inline int32_t get_pairingStateVersion_0() const { return ___pairingStateVersion_0; } inline int32_t* get_address_of_pairingStateVersion_0() { return &___pairingStateVersion_0; } inline void set_pairingStateVersion_0(int32_t value) { ___pairingStateVersion_0 = value; } inline static int32_t get_offset_of_lastUserId_1() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___lastUserId_1)); } inline uint32_t get_lastUserId_1() const { return ___lastUserId_1; } inline uint32_t* get_address_of_lastUserId_1() { return &___lastUserId_1; } inline void set_lastUserId_1(uint32_t value) { ___lastUserId_1 = value; } inline static int32_t get_offset_of_allUserCount_2() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___allUserCount_2)); } inline int32_t get_allUserCount_2() const { return ___allUserCount_2; } inline int32_t* get_address_of_allUserCount_2() { return &___allUserCount_2; } inline void set_allUserCount_2(int32_t value) { ___allUserCount_2 = value; } inline static int32_t get_offset_of_allPairedDeviceCount_3() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___allPairedDeviceCount_3)); } inline int32_t get_allPairedDeviceCount_3() const { return ___allPairedDeviceCount_3; } inline int32_t* get_address_of_allPairedDeviceCount_3() { return &___allPairedDeviceCount_3; } inline void set_allPairedDeviceCount_3(int32_t value) { ___allPairedDeviceCount_3 = value; } inline static int32_t get_offset_of_allLostDeviceCount_4() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___allLostDeviceCount_4)); } inline int32_t get_allLostDeviceCount_4() const { return ___allLostDeviceCount_4; } inline int32_t* get_address_of_allLostDeviceCount_4() { return &___allLostDeviceCount_4; } inline void set_allLostDeviceCount_4(int32_t value) { ___allLostDeviceCount_4 = value; } inline static int32_t get_offset_of_allUsers_5() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___allUsers_5)); } inline InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7* get_allUsers_5() const { return ___allUsers_5; } inline InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7** get_address_of_allUsers_5() { return &___allUsers_5; } inline void set_allUsers_5(InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7* value) { ___allUsers_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___allUsers_5), (void*)value); } inline static int32_t get_offset_of_allUserData_6() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___allUserData_6)); } inline UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B* get_allUserData_6() const { return ___allUserData_6; } inline UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B** get_address_of_allUserData_6() { return &___allUserData_6; } inline void set_allUserData_6(UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B* value) { ___allUserData_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___allUserData_6), (void*)value); } inline static int32_t get_offset_of_allPairedDevices_7() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___allPairedDevices_7)); } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* get_allPairedDevices_7() const { return ___allPairedDevices_7; } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6** get_address_of_allPairedDevices_7() { return &___allPairedDevices_7; } inline void set_allPairedDevices_7(InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* value) { ___allPairedDevices_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___allPairedDevices_7), (void*)value); } inline static int32_t get_offset_of_allLostDevices_8() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___allLostDevices_8)); } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* get_allLostDevices_8() const { return ___allLostDevices_8; } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6** get_address_of_allLostDevices_8() { return &___allLostDevices_8; } inline void set_allLostDevices_8(InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* value) { ___allLostDevices_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___allLostDevices_8), (void*)value); } inline static int32_t get_offset_of_ongoingAccountSelections_9() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___ongoingAccountSelections_9)); } inline InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296 get_ongoingAccountSelections_9() const { return ___ongoingAccountSelections_9; } inline InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296 * get_address_of_ongoingAccountSelections_9() { return &___ongoingAccountSelections_9; } inline void set_ongoingAccountSelections_9(InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296 value) { ___ongoingAccountSelections_9 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___ongoingAccountSelections_9))->___firstValue_1))->___device_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___ongoingAccountSelections_9))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_onChange_10() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___onChange_10)); } inline CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670 get_onChange_10() const { return ___onChange_10; } inline CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670 * get_address_of_onChange_10() { return &___onChange_10; } inline void set_onChange_10(CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670 value) { ___onChange_10 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___onChange_10))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onChange_10))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onChange_10))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onChange_10))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onChange_10))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onChange_10))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_onUnpairedDeviceUsed_11() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___onUnpairedDeviceUsed_11)); } inline CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750 get_onUnpairedDeviceUsed_11() const { return ___onUnpairedDeviceUsed_11; } inline CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750 * get_address_of_onUnpairedDeviceUsed_11() { return &___onUnpairedDeviceUsed_11; } inline void set_onUnpairedDeviceUsed_11(CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750 value) { ___onUnpairedDeviceUsed_11 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___onUnpairedDeviceUsed_11))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onUnpairedDeviceUsed_11))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onUnpairedDeviceUsed_11))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onUnpairedDeviceUsed_11))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onUnpairedDeviceUsed_11))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onUnpairedDeviceUsed_11))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_onPreFilterUnpairedDeviceUsed_12() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___onPreFilterUnpairedDeviceUsed_12)); } inline CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36 get_onPreFilterUnpairedDeviceUsed_12() const { return ___onPreFilterUnpairedDeviceUsed_12; } inline CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36 * get_address_of_onPreFilterUnpairedDeviceUsed_12() { return &___onPreFilterUnpairedDeviceUsed_12; } inline void set_onPreFilterUnpairedDeviceUsed_12(CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36 value) { ___onPreFilterUnpairedDeviceUsed_12 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___onPreFilterUnpairedDeviceUsed_12))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onPreFilterUnpairedDeviceUsed_12))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onPreFilterUnpairedDeviceUsed_12))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onPreFilterUnpairedDeviceUsed_12))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onPreFilterUnpairedDeviceUsed_12))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onPreFilterUnpairedDeviceUsed_12))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_actionChangeDelegate_13() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___actionChangeDelegate_13)); } inline Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * get_actionChangeDelegate_13() const { return ___actionChangeDelegate_13; } inline Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 ** get_address_of_actionChangeDelegate_13() { return &___actionChangeDelegate_13; } inline void set_actionChangeDelegate_13(Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * value) { ___actionChangeDelegate_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___actionChangeDelegate_13), (void*)value); } inline static int32_t get_offset_of_onDeviceChangeDelegate_14() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___onDeviceChangeDelegate_14)); } inline Action_2_tA58D913EBCC7FD3E95DEC877EDB4363CD3051DF4 * get_onDeviceChangeDelegate_14() const { return ___onDeviceChangeDelegate_14; } inline Action_2_tA58D913EBCC7FD3E95DEC877EDB4363CD3051DF4 ** get_address_of_onDeviceChangeDelegate_14() { return &___onDeviceChangeDelegate_14; } inline void set_onDeviceChangeDelegate_14(Action_2_tA58D913EBCC7FD3E95DEC877EDB4363CD3051DF4 * value) { ___onDeviceChangeDelegate_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDeviceChangeDelegate_14), (void*)value); } inline static int32_t get_offset_of_onEventDelegate_15() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___onEventDelegate_15)); } inline Action_2_t18E7F4E321737EF92F70387314BC88164CA7B59C * get_onEventDelegate_15() const { return ___onEventDelegate_15; } inline Action_2_t18E7F4E321737EF92F70387314BC88164CA7B59C ** get_address_of_onEventDelegate_15() { return &___onEventDelegate_15; } inline void set_onEventDelegate_15(Action_2_t18E7F4E321737EF92F70387314BC88164CA7B59C * value) { ___onEventDelegate_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___onEventDelegate_15), (void*)value); } inline static int32_t get_offset_of_onActionChangeHooked_16() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___onActionChangeHooked_16)); } inline bool get_onActionChangeHooked_16() const { return ___onActionChangeHooked_16; } inline bool* get_address_of_onActionChangeHooked_16() { return &___onActionChangeHooked_16; } inline void set_onActionChangeHooked_16(bool value) { ___onActionChangeHooked_16 = value; } inline static int32_t get_offset_of_onDeviceChangeHooked_17() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___onDeviceChangeHooked_17)); } inline bool get_onDeviceChangeHooked_17() const { return ___onDeviceChangeHooked_17; } inline bool* get_address_of_onDeviceChangeHooked_17() { return &___onDeviceChangeHooked_17; } inline void set_onDeviceChangeHooked_17(bool value) { ___onDeviceChangeHooked_17 = value; } inline static int32_t get_offset_of_onEventHooked_18() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___onEventHooked_18)); } inline bool get_onEventHooked_18() const { return ___onEventHooked_18; } inline bool* get_address_of_onEventHooked_18() { return &___onEventHooked_18; } inline void set_onEventHooked_18(bool value) { ___onEventHooked_18 = value; } inline static int32_t get_offset_of_listenForUnpairedDeviceActivity_19() { return static_cast(offsetof(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9, ___listenForUnpairedDeviceActivity_19)); } inline int32_t get_listenForUnpairedDeviceActivity_19() const { return ___listenForUnpairedDeviceActivity_19; } inline int32_t* get_address_of_listenForUnpairedDeviceActivity_19() { return &___listenForUnpairedDeviceActivity_19; } inline void set_listenForUnpairedDeviceActivity_19(int32_t value) { ___listenForUnpairedDeviceActivity_19 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Users.InputUser/GlobalState struct GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9_marshaled_pinvoke { int32_t ___pairingStateVersion_0; uint32_t ___lastUserId_1; int32_t ___allUserCount_2; int32_t ___allPairedDeviceCount_3; int32_t ___allLostDeviceCount_4; InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A * ___allUsers_5; UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C_marshaled_pinvoke* ___allUserData_6; InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___allPairedDevices_7; InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___allLostDevices_8; InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296 ___ongoingAccountSelections_9; CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670 ___onChange_10; CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750 ___onUnpairedDeviceUsed_11; CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36 ___onPreFilterUnpairedDeviceUsed_12; Il2CppMethodPointer ___actionChangeDelegate_13; Il2CppMethodPointer ___onDeviceChangeDelegate_14; Il2CppMethodPointer ___onEventDelegate_15; int32_t ___onActionChangeHooked_16; int32_t ___onDeviceChangeHooked_17; int32_t ___onEventHooked_18; int32_t ___listenForUnpairedDeviceActivity_19; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Users.InputUser/GlobalState struct GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9_marshaled_com { int32_t ___pairingStateVersion_0; uint32_t ___lastUserId_1; int32_t ___allUserCount_2; int32_t ___allPairedDeviceCount_3; int32_t ___allLostDeviceCount_4; InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A * ___allUsers_5; UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C_marshaled_com* ___allUserData_6; InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___allPairedDevices_7; InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___allLostDevices_8; InlinedArray_1_t88F433B637F00BF0515B2D2901478094F58E2296 ___ongoingAccountSelections_9; CallbackArray_1_tFE880AAECE4CB38111E154315F2BC1861C51B670 ___onChange_10; CallbackArray_1_t8D4A78728586CDDC757E25A2DE7E62FFDEC81750 ___onUnpairedDeviceUsed_11; CallbackArray_1_t221D3A2B2D587C09756894CCDA3070D3B4374E36 ___onPreFilterUnpairedDeviceUsed_12; Il2CppMethodPointer ___actionChangeDelegate_13; Il2CppMethodPointer ___onDeviceChangeDelegate_14; Il2CppMethodPointer ___onEventDelegate_15; int32_t ___onActionChangeHooked_16; int32_t ___onDeviceChangeHooked_17; int32_t ___onEventHooked_18; int32_t ___listenForUnpairedDeviceActivity_19; }; // UnityEngine.InputSystem.Utilities.JsonParser/JsonValue struct JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB { public: // UnityEngine.InputSystem.Utilities.JsonParser/JsonValueType UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::type int32_t ___type_0; // System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::boolValue bool ___boolValue_1; // System.Double UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::realValue double ___realValue_2; // System.Int64 UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::integerValue int64_t ___integerValue_3; // UnityEngine.InputSystem.Utilities.JsonParser/JsonString UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::stringValue JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301 ___stringValue_4; // System.Collections.Generic.List`1 UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::arrayValue List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 * ___arrayValue_5; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::objectValue Dictionary_2_t7A371082270CA8FD6BC79B5622CCD5E1C87A6E42 * ___objectValue_6; // System.Object UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::anyValue RuntimeObject * ___anyValue_7; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_boolValue_1() { return static_cast(offsetof(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB, ___boolValue_1)); } inline bool get_boolValue_1() const { return ___boolValue_1; } inline bool* get_address_of_boolValue_1() { return &___boolValue_1; } inline void set_boolValue_1(bool value) { ___boolValue_1 = value; } inline static int32_t get_offset_of_realValue_2() { return static_cast(offsetof(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB, ___realValue_2)); } inline double get_realValue_2() const { return ___realValue_2; } inline double* get_address_of_realValue_2() { return &___realValue_2; } inline void set_realValue_2(double value) { ___realValue_2 = value; } inline static int32_t get_offset_of_integerValue_3() { return static_cast(offsetof(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB, ___integerValue_3)); } inline int64_t get_integerValue_3() const { return ___integerValue_3; } inline int64_t* get_address_of_integerValue_3() { return &___integerValue_3; } inline void set_integerValue_3(int64_t value) { ___integerValue_3 = value; } inline static int32_t get_offset_of_stringValue_4() { return static_cast(offsetof(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB, ___stringValue_4)); } inline JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301 get_stringValue_4() const { return ___stringValue_4; } inline JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301 * get_address_of_stringValue_4() { return &___stringValue_4; } inline void set_stringValue_4(JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301 value) { ___stringValue_4 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___stringValue_4))->___text_0))->___m_String_0), (void*)NULL); } inline static int32_t get_offset_of_arrayValue_5() { return static_cast(offsetof(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB, ___arrayValue_5)); } inline List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 * get_arrayValue_5() const { return ___arrayValue_5; } inline List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 ** get_address_of_arrayValue_5() { return &___arrayValue_5; } inline void set_arrayValue_5(List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 * value) { ___arrayValue_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrayValue_5), (void*)value); } inline static int32_t get_offset_of_objectValue_6() { return static_cast(offsetof(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB, ___objectValue_6)); } inline Dictionary_2_t7A371082270CA8FD6BC79B5622CCD5E1C87A6E42 * get_objectValue_6() const { return ___objectValue_6; } inline Dictionary_2_t7A371082270CA8FD6BC79B5622CCD5E1C87A6E42 ** get_address_of_objectValue_6() { return &___objectValue_6; } inline void set_objectValue_6(Dictionary_2_t7A371082270CA8FD6BC79B5622CCD5E1C87A6E42 * value) { ___objectValue_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectValue_6), (void*)value); } inline static int32_t get_offset_of_anyValue_7() { return static_cast(offsetof(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB, ___anyValue_7)); } inline RuntimeObject * get_anyValue_7() const { return ___anyValue_7; } inline RuntimeObject ** get_address_of_anyValue_7() { return &___anyValue_7; } inline void set_anyValue_7(RuntimeObject * value) { ___anyValue_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___anyValue_7), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.JsonParser/JsonValue struct JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB_marshaled_pinvoke { int32_t ___type_0; int32_t ___boolValue_1; double ___realValue_2; int64_t ___integerValue_3; JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301_marshaled_pinvoke ___stringValue_4; List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 * ___arrayValue_5; Dictionary_2_t7A371082270CA8FD6BC79B5622CCD5E1C87A6E42 * ___objectValue_6; Il2CppIUnknown* ___anyValue_7; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.JsonParser/JsonValue struct JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB_marshaled_com { int32_t ___type_0; int32_t ___boolValue_1; double ___realValue_2; int64_t ___integerValue_3; JsonString_tB3A1938903F2377F780FF4C4FE7CC6EA81C0D301_marshaled_com ___stringValue_4; List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 * ___arrayValue_5; Dictionary_2_t7A371082270CA8FD6BC79B5622CCD5E1C87A6E42 * ___objectValue_6; Il2CppIUnknown* ___anyValue_7; }; // UnityEngine.InputSystem.UI.PointerModel/ButtonState struct ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 { public: // System.Boolean UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_IsPressed bool ___m_IsPressed_0; // UnityEngine.EventSystems.PointerEventData/FramePressState UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_FramePressState int32_t ___m_FramePressState_1; // System.Single UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_PressTime float ___m_PressTime_2; // UnityEngine.EventSystems.RaycastResult UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_PressRaycast RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE ___m_PressRaycast_3; // UnityEngine.GameObject UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_PressObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_PressObject_4; // UnityEngine.GameObject UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_RawPressObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_RawPressObject_5; // UnityEngine.GameObject UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_LastPressObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_LastPressObject_6; // UnityEngine.GameObject UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_DragObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_DragObject_7; // UnityEngine.Vector2 UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_PressPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_PressPosition_8; // System.Single UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_ClickTime float ___m_ClickTime_9; // System.Int32 UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_ClickCount int32_t ___m_ClickCount_10; // System.Boolean UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_Dragging bool ___m_Dragging_11; // System.Boolean UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_ClickedOnSameGameObject bool ___m_ClickedOnSameGameObject_12; // System.Boolean UnityEngine.InputSystem.UI.PointerModel/ButtonState::m_IgnoreNextClick bool ___m_IgnoreNextClick_13; public: inline static int32_t get_offset_of_m_IsPressed_0() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_IsPressed_0)); } inline bool get_m_IsPressed_0() const { return ___m_IsPressed_0; } inline bool* get_address_of_m_IsPressed_0() { return &___m_IsPressed_0; } inline void set_m_IsPressed_0(bool value) { ___m_IsPressed_0 = value; } inline static int32_t get_offset_of_m_FramePressState_1() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_FramePressState_1)); } inline int32_t get_m_FramePressState_1() const { return ___m_FramePressState_1; } inline int32_t* get_address_of_m_FramePressState_1() { return &___m_FramePressState_1; } inline void set_m_FramePressState_1(int32_t value) { ___m_FramePressState_1 = value; } inline static int32_t get_offset_of_m_PressTime_2() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_PressTime_2)); } inline float get_m_PressTime_2() const { return ___m_PressTime_2; } inline float* get_address_of_m_PressTime_2() { return &___m_PressTime_2; } inline void set_m_PressTime_2(float value) { ___m_PressTime_2 = value; } inline static int32_t get_offset_of_m_PressRaycast_3() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_PressRaycast_3)); } inline RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE get_m_PressRaycast_3() const { return ___m_PressRaycast_3; } inline RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE * get_address_of_m_PressRaycast_3() { return &___m_PressRaycast_3; } inline void set_m_PressRaycast_3(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE value) { ___m_PressRaycast_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_PressRaycast_3))->___m_GameObject_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_PressRaycast_3))->___module_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_PressObject_4() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_PressObject_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_PressObject_4() const { return ___m_PressObject_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_PressObject_4() { return &___m_PressObject_4; } inline void set_m_PressObject_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_PressObject_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PressObject_4), (void*)value); } inline static int32_t get_offset_of_m_RawPressObject_5() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_RawPressObject_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_RawPressObject_5() const { return ___m_RawPressObject_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_RawPressObject_5() { return &___m_RawPressObject_5; } inline void set_m_RawPressObject_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_RawPressObject_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RawPressObject_5), (void*)value); } inline static int32_t get_offset_of_m_LastPressObject_6() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_LastPressObject_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_LastPressObject_6() const { return ___m_LastPressObject_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_LastPressObject_6() { return &___m_LastPressObject_6; } inline void set_m_LastPressObject_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_LastPressObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_LastPressObject_6), (void*)value); } inline static int32_t get_offset_of_m_DragObject_7() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_DragObject_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_DragObject_7() const { return ___m_DragObject_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_DragObject_7() { return &___m_DragObject_7; } inline void set_m_DragObject_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_DragObject_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DragObject_7), (void*)value); } inline static int32_t get_offset_of_m_PressPosition_8() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_PressPosition_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_PressPosition_8() const { return ___m_PressPosition_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_PressPosition_8() { return &___m_PressPosition_8; } inline void set_m_PressPosition_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_PressPosition_8 = value; } inline static int32_t get_offset_of_m_ClickTime_9() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_ClickTime_9)); } inline float get_m_ClickTime_9() const { return ___m_ClickTime_9; } inline float* get_address_of_m_ClickTime_9() { return &___m_ClickTime_9; } inline void set_m_ClickTime_9(float value) { ___m_ClickTime_9 = value; } inline static int32_t get_offset_of_m_ClickCount_10() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_ClickCount_10)); } inline int32_t get_m_ClickCount_10() const { return ___m_ClickCount_10; } inline int32_t* get_address_of_m_ClickCount_10() { return &___m_ClickCount_10; } inline void set_m_ClickCount_10(int32_t value) { ___m_ClickCount_10 = value; } inline static int32_t get_offset_of_m_Dragging_11() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_Dragging_11)); } inline bool get_m_Dragging_11() const { return ___m_Dragging_11; } inline bool* get_address_of_m_Dragging_11() { return &___m_Dragging_11; } inline void set_m_Dragging_11(bool value) { ___m_Dragging_11 = value; } inline static int32_t get_offset_of_m_ClickedOnSameGameObject_12() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_ClickedOnSameGameObject_12)); } inline bool get_m_ClickedOnSameGameObject_12() const { return ___m_ClickedOnSameGameObject_12; } inline bool* get_address_of_m_ClickedOnSameGameObject_12() { return &___m_ClickedOnSameGameObject_12; } inline void set_m_ClickedOnSameGameObject_12(bool value) { ___m_ClickedOnSameGameObject_12 = value; } inline static int32_t get_offset_of_m_IgnoreNextClick_13() { return static_cast(offsetof(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42, ___m_IgnoreNextClick_13)); } inline bool get_m_IgnoreNextClick_13() const { return ___m_IgnoreNextClick_13; } inline bool* get_address_of_m_IgnoreNextClick_13() { return &___m_IgnoreNextClick_13; } inline void set_m_IgnoreNextClick_13(bool value) { ___m_IgnoreNextClick_13 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.UI.PointerModel/ButtonState struct ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_pinvoke { int32_t ___m_IsPressed_0; int32_t ___m_FramePressState_1; float ___m_PressTime_2; RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_pinvoke ___m_PressRaycast_3; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_PressObject_4; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_RawPressObject_5; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_LastPressObject_6; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_DragObject_7; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_PressPosition_8; float ___m_ClickTime_9; int32_t ___m_ClickCount_10; int32_t ___m_Dragging_11; int32_t ___m_ClickedOnSameGameObject_12; int32_t ___m_IgnoreNextClick_13; }; // Native definition for COM marshalling of UnityEngine.InputSystem.UI.PointerModel/ButtonState struct ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_com { int32_t ___m_IsPressed_0; int32_t ___m_FramePressState_1; float ___m_PressTime_2; RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_com ___m_PressRaycast_3; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_PressObject_4; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_RawPressObject_5; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_LastPressObject_6; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_DragObject_7; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_PressPosition_8; float ___m_ClickTime_9; int32_t ___m_ClickCount_10; int32_t ___m_Dragging_11; int32_t ___m_ClickedOnSameGameObject_12; int32_t ___m_IgnoreNextClick_13; }; // System.Net.ServicePointScheduler/d__32 struct U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 { public: // System.Int32 System.Net.ServicePointScheduler/d__32::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncVoidMethodBuilder System.Net.ServicePointScheduler/d__32::<>t__builder AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 ___U3CU3Et__builder_1; // System.Net.ServicePointScheduler System.Net.ServicePointScheduler/d__32::<>4__this ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * ___U3CU3E4__this_2; // System.Collections.Generic.List`1 System.Net.ServicePointScheduler/d__32::5__1 List_1_tA3E7ECFCA71D1B53362EA1A7ED7D095F0C221DFB * ___U3CtaskListU3E5__1_3; // System.ValueTuple`2[] System.Net.ServicePointScheduler/d__32::5__2 ValueTuple_2U5BU5D_tC3216B5B0EF9FDBE9F8B985A929E67CC51201AF3* ___U3CoperationArrayU3E5__2_4; // System.ValueTuple`3[] System.Net.ServicePointScheduler/d__32::5__3 ValueTuple_3U5BU5D_t9365D6D29CB40DC6A5BCAB5FAF5C8DE1D1BAFE51* ___U3CidleArrayU3E5__3_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Net.ServicePointScheduler/d__32::<>u__1 ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 ___U3CU3Eu__1_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64, ___U3CU3Et__builder_1)); } inline AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_synchronizationContext_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64, ___U3CU3E4__this_2)); } inline ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CtaskListU3E5__1_3() { return static_cast(offsetof(U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64, ___U3CtaskListU3E5__1_3)); } inline List_1_tA3E7ECFCA71D1B53362EA1A7ED7D095F0C221DFB * get_U3CtaskListU3E5__1_3() const { return ___U3CtaskListU3E5__1_3; } inline List_1_tA3E7ECFCA71D1B53362EA1A7ED7D095F0C221DFB ** get_address_of_U3CtaskListU3E5__1_3() { return &___U3CtaskListU3E5__1_3; } inline void set_U3CtaskListU3E5__1_3(List_1_tA3E7ECFCA71D1B53362EA1A7ED7D095F0C221DFB * value) { ___U3CtaskListU3E5__1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CtaskListU3E5__1_3), (void*)value); } inline static int32_t get_offset_of_U3CoperationArrayU3E5__2_4() { return static_cast(offsetof(U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64, ___U3CoperationArrayU3E5__2_4)); } inline ValueTuple_2U5BU5D_tC3216B5B0EF9FDBE9F8B985A929E67CC51201AF3* get_U3CoperationArrayU3E5__2_4() const { return ___U3CoperationArrayU3E5__2_4; } inline ValueTuple_2U5BU5D_tC3216B5B0EF9FDBE9F8B985A929E67CC51201AF3** get_address_of_U3CoperationArrayU3E5__2_4() { return &___U3CoperationArrayU3E5__2_4; } inline void set_U3CoperationArrayU3E5__2_4(ValueTuple_2U5BU5D_tC3216B5B0EF9FDBE9F8B985A929E67CC51201AF3* value) { ___U3CoperationArrayU3E5__2_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CoperationArrayU3E5__2_4), (void*)value); } inline static int32_t get_offset_of_U3CidleArrayU3E5__3_5() { return static_cast(offsetof(U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64, ___U3CidleArrayU3E5__3_5)); } inline ValueTuple_3U5BU5D_t9365D6D29CB40DC6A5BCAB5FAF5C8DE1D1BAFE51* get_U3CidleArrayU3E5__3_5() const { return ___U3CidleArrayU3E5__3_5; } inline ValueTuple_3U5BU5D_t9365D6D29CB40DC6A5BCAB5FAF5C8DE1D1BAFE51** get_address_of_U3CidleArrayU3E5__3_5() { return &___U3CidleArrayU3E5__3_5; } inline void set_U3CidleArrayU3E5__3_5(ValueTuple_3U5BU5D_t9365D6D29CB40DC6A5BCAB5FAF5C8DE1D1BAFE51* value) { ___U3CidleArrayU3E5__3_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CidleArrayU3E5__3_5), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_6() { return static_cast(offsetof(U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64, ___U3CU3Eu__1_6)); } inline ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 get_U3CU3Eu__1_6() const { return ___U3CU3Eu__1_6; } inline ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 * get_address_of_U3CU3Eu__1_6() { return &___U3CU3Eu__1_6; } inline void set_U3CU3Eu__1_6(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 value) { ___U3CU3Eu__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); } }; // UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry struct NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50 { public: // System.Double UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry::time double ___time_0; // UnityEngine.Playables.INotification UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry::payload RuntimeObject* ___payload_1; // System.Boolean UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry::notificationFired bool ___notificationFired_2; // UnityEngine.Timeline.NotificationFlags UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry::flags int16_t ___flags_3; public: inline static int32_t get_offset_of_time_0() { return static_cast(offsetof(NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50, ___time_0)); } inline double get_time_0() const { return ___time_0; } inline double* get_address_of_time_0() { return &___time_0; } inline void set_time_0(double value) { ___time_0 = value; } inline static int32_t get_offset_of_payload_1() { return static_cast(offsetof(NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50, ___payload_1)); } inline RuntimeObject* get_payload_1() const { return ___payload_1; } inline RuntimeObject** get_address_of_payload_1() { return &___payload_1; } inline void set_payload_1(RuntimeObject* value) { ___payload_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___payload_1), (void*)value); } inline static int32_t get_offset_of_notificationFired_2() { return static_cast(offsetof(NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50, ___notificationFired_2)); } inline bool get_notificationFired_2() const { return ___notificationFired_2; } inline bool* get_address_of_notificationFired_2() { return &___notificationFired_2; } inline void set_notificationFired_2(bool value) { ___notificationFired_2 = value; } inline static int32_t get_offset_of_flags_3() { return static_cast(offsetof(NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50, ___flags_3)); } inline int16_t get_flags_3() const { return ___flags_3; } inline int16_t* get_address_of_flags_3() { return &___flags_3; } inline void set_flags_3(int16_t value) { ___flags_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry struct NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50_marshaled_pinvoke { double ___time_0; RuntimeObject* ___payload_1; int32_t ___notificationFired_2; int16_t ___flags_3; }; // Native definition for COM marshalling of UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry struct NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50_marshaled_com { double ___time_0; RuntimeObject* ___payload_1; int32_t ___notificationFired_2; int16_t ___flags_3; }; // UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState struct FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF { public: // UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::updateMask int32_t ___updateMask_0; // UnityEngine.InputSystem.EnhancedTouch.Finger[] UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::fingers FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* ___fingers_1; // UnityEngine.InputSystem.EnhancedTouch.Finger[] UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::activeFingers FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* ___activeFingers_2; // UnityEngine.InputSystem.EnhancedTouch.Touch[] UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::activeTouches TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA* ___activeTouches_3; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::activeFingerCount int32_t ___activeFingerCount_4; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::activeTouchCount int32_t ___activeTouchCount_5; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::totalFingerCount int32_t ___totalFingerCount_6; // System.UInt32 UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::lastId uint32_t ___lastId_7; // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::haveBuiltActiveTouches bool ___haveBuiltActiveTouches_8; // System.Boolean UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::haveActiveTouchesNeedingRefreshNextUpdate bool ___haveActiveTouchesNeedingRefreshNextUpdate_9; // UnityEngine.InputSystem.LowLevel.InputStateHistory`1 UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState::activeTouchState InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B * ___activeTouchState_10; public: inline static int32_t get_offset_of_updateMask_0() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___updateMask_0)); } inline int32_t get_updateMask_0() const { return ___updateMask_0; } inline int32_t* get_address_of_updateMask_0() { return &___updateMask_0; } inline void set_updateMask_0(int32_t value) { ___updateMask_0 = value; } inline static int32_t get_offset_of_fingers_1() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___fingers_1)); } inline FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* get_fingers_1() const { return ___fingers_1; } inline FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD** get_address_of_fingers_1() { return &___fingers_1; } inline void set_fingers_1(FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* value) { ___fingers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___fingers_1), (void*)value); } inline static int32_t get_offset_of_activeFingers_2() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___activeFingers_2)); } inline FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* get_activeFingers_2() const { return ___activeFingers_2; } inline FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD** get_address_of_activeFingers_2() { return &___activeFingers_2; } inline void set_activeFingers_2(FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* value) { ___activeFingers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___activeFingers_2), (void*)value); } inline static int32_t get_offset_of_activeTouches_3() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___activeTouches_3)); } inline TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA* get_activeTouches_3() const { return ___activeTouches_3; } inline TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA** get_address_of_activeTouches_3() { return &___activeTouches_3; } inline void set_activeTouches_3(TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA* value) { ___activeTouches_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___activeTouches_3), (void*)value); } inline static int32_t get_offset_of_activeFingerCount_4() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___activeFingerCount_4)); } inline int32_t get_activeFingerCount_4() const { return ___activeFingerCount_4; } inline int32_t* get_address_of_activeFingerCount_4() { return &___activeFingerCount_4; } inline void set_activeFingerCount_4(int32_t value) { ___activeFingerCount_4 = value; } inline static int32_t get_offset_of_activeTouchCount_5() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___activeTouchCount_5)); } inline int32_t get_activeTouchCount_5() const { return ___activeTouchCount_5; } inline int32_t* get_address_of_activeTouchCount_5() { return &___activeTouchCount_5; } inline void set_activeTouchCount_5(int32_t value) { ___activeTouchCount_5 = value; } inline static int32_t get_offset_of_totalFingerCount_6() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___totalFingerCount_6)); } inline int32_t get_totalFingerCount_6() const { return ___totalFingerCount_6; } inline int32_t* get_address_of_totalFingerCount_6() { return &___totalFingerCount_6; } inline void set_totalFingerCount_6(int32_t value) { ___totalFingerCount_6 = value; } inline static int32_t get_offset_of_lastId_7() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___lastId_7)); } inline uint32_t get_lastId_7() const { return ___lastId_7; } inline uint32_t* get_address_of_lastId_7() { return &___lastId_7; } inline void set_lastId_7(uint32_t value) { ___lastId_7 = value; } inline static int32_t get_offset_of_haveBuiltActiveTouches_8() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___haveBuiltActiveTouches_8)); } inline bool get_haveBuiltActiveTouches_8() const { return ___haveBuiltActiveTouches_8; } inline bool* get_address_of_haveBuiltActiveTouches_8() { return &___haveBuiltActiveTouches_8; } inline void set_haveBuiltActiveTouches_8(bool value) { ___haveBuiltActiveTouches_8 = value; } inline static int32_t get_offset_of_haveActiveTouchesNeedingRefreshNextUpdate_9() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___haveActiveTouchesNeedingRefreshNextUpdate_9)); } inline bool get_haveActiveTouchesNeedingRefreshNextUpdate_9() const { return ___haveActiveTouchesNeedingRefreshNextUpdate_9; } inline bool* get_address_of_haveActiveTouchesNeedingRefreshNextUpdate_9() { return &___haveActiveTouchesNeedingRefreshNextUpdate_9; } inline void set_haveActiveTouchesNeedingRefreshNextUpdate_9(bool value) { ___haveActiveTouchesNeedingRefreshNextUpdate_9 = value; } inline static int32_t get_offset_of_activeTouchState_10() { return static_cast(offsetof(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF, ___activeTouchState_10)); } inline InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B * get_activeTouchState_10() const { return ___activeTouchState_10; } inline InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B ** get_address_of_activeTouchState_10() { return &___activeTouchState_10; } inline void set_activeTouchState_10(InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B * value) { ___activeTouchState_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___activeTouchState_10), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState struct FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF_marshaled_pinvoke { int32_t ___updateMask_0; FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* ___fingers_1; FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* ___activeFingers_2; Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21_marshaled_pinvoke* ___activeTouches_3; int32_t ___activeFingerCount_4; int32_t ___activeTouchCount_5; int32_t ___totalFingerCount_6; uint32_t ___lastId_7; int32_t ___haveBuiltActiveTouches_8; int32_t ___haveActiveTouchesNeedingRefreshNextUpdate_9; InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B * ___activeTouchState_10; }; // Native definition for COM marshalling of UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState struct FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF_marshaled_com { int32_t ___updateMask_0; FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* ___fingers_1; FingerU5BU5D_tCFD149751D44AF322A6ECF960D5D2F213A2E14FD* ___activeFingers_2; Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21_marshaled_com* ___activeTouches_3; int32_t ___activeFingerCount_4; int32_t ___activeTouchCount_5; int32_t ___totalFingerCount_6; uint32_t ___lastId_7; int32_t ___haveBuiltActiveTouches_8; int32_t ___haveActiveTouchesNeedingRefreshNextUpdate_9; InputStateHistory_1_tD641410C27386B52858D4862A3C8687BBF379F0B * ___activeTouchState_10; }; // System.Net.WebOperation/d__55 struct U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 { public: // System.Int32 System.Net.WebOperation/d__55::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncVoidMethodBuilder System.Net.WebOperation/d__55::<>t__builder AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 ___U3CU3Et__builder_1; // System.Net.WebOperation System.Net.WebOperation/d__55::<>4__this WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___U3CU3E4__this_2; // System.Exception System.Net.WebOperation/d__55::5__1 Exception_t * ___U3CerrorU3E5__1_3; // System.Boolean System.Net.WebOperation/d__55::5__2 bool ___U3CokU3E5__2_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Net.WebOperation/d__55::<>u__1 ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C ___U3CU3Eu__1_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5, ___U3CU3Et__builder_1)); } inline AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_synchronizationContext_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5, ___U3CU3E4__this_2)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CerrorU3E5__1_3() { return static_cast(offsetof(U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5, ___U3CerrorU3E5__1_3)); } inline Exception_t * get_U3CerrorU3E5__1_3() const { return ___U3CerrorU3E5__1_3; } inline Exception_t ** get_address_of_U3CerrorU3E5__1_3() { return &___U3CerrorU3E5__1_3; } inline void set_U3CerrorU3E5__1_3(Exception_t * value) { ___U3CerrorU3E5__1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CerrorU3E5__1_3), (void*)value); } inline static int32_t get_offset_of_U3CokU3E5__2_4() { return static_cast(offsetof(U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5, ___U3CokU3E5__2_4)); } inline bool get_U3CokU3E5__2_4() const { return ___U3CokU3E5__2_4; } inline bool* get_address_of_U3CokU3E5__2_4() { return &___U3CokU3E5__2_4; } inline void set_U3CokU3E5__2_4(bool value) { ___U3CokU3E5__2_4 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_5() { return static_cast(offsetof(U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5, ___U3CU3Eu__1_5)); } inline ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C get_U3CU3Eu__1_5() const { return ___U3CU3Eu__1_5; } inline ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C * get_address_of_U3CU3Eu__1_5() { return &___U3CU3Eu__1_5; } inline void set_U3CU3Eu__1_5(ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C value) { ___U3CU3Eu__1_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); } }; // System.Net.WebOperation/d__54 struct U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 { public: // System.Int32 System.Net.WebOperation/d__54::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncVoidMethodBuilder System.Net.WebOperation/d__54::<>t__builder AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 ___U3CU3Et__builder_1; // System.Net.WebOperation System.Net.WebOperation/d__54::<>4__this WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___U3CU3E4__this_2; // System.Net.WebRequestStream System.Net.WebOperation/d__54::5__1 WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * ___U3CrequestStreamU3E5__1_3; // System.Net.WebResponseStream System.Net.WebOperation/d__54::5__2 WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * ___U3CstreamU3E5__2_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Net.WebOperation/d__54::<>u__1 ConfiguredTaskAwaiter_t95012D3BE984675B113FBA39576E06292E2C5DBD ___U3CU3Eu__1_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.WebOperation/d__54::<>u__2 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__2_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509, ___U3CU3Et__builder_1)); } inline AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_synchronizationContext_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509, ___U3CU3E4__this_2)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CrequestStreamU3E5__1_3() { return static_cast(offsetof(U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509, ___U3CrequestStreamU3E5__1_3)); } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * get_U3CrequestStreamU3E5__1_3() const { return ___U3CrequestStreamU3E5__1_3; } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 ** get_address_of_U3CrequestStreamU3E5__1_3() { return &___U3CrequestStreamU3E5__1_3; } inline void set_U3CrequestStreamU3E5__1_3(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * value) { ___U3CrequestStreamU3E5__1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestStreamU3E5__1_3), (void*)value); } inline static int32_t get_offset_of_U3CstreamU3E5__2_4() { return static_cast(offsetof(U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509, ___U3CstreamU3E5__2_4)); } inline WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * get_U3CstreamU3E5__2_4() const { return ___U3CstreamU3E5__2_4; } inline WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F ** get_address_of_U3CstreamU3E5__2_4() { return &___U3CstreamU3E5__2_4; } inline void set_U3CstreamU3E5__2_4(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * value) { ___U3CstreamU3E5__2_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CstreamU3E5__2_4), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_5() { return static_cast(offsetof(U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509, ___U3CU3Eu__1_5)); } inline ConfiguredTaskAwaiter_t95012D3BE984675B113FBA39576E06292E2C5DBD get_U3CU3Eu__1_5() const { return ___U3CU3Eu__1_5; } inline ConfiguredTaskAwaiter_t95012D3BE984675B113FBA39576E06292E2C5DBD * get_address_of_U3CU3Eu__1_5() { return &___U3CU3Eu__1_5; } inline void set_U3CU3Eu__1_5(ConfiguredTaskAwaiter_t95012D3BE984675B113FBA39576E06292E2C5DBD value) { ___U3CU3Eu__1_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__2_6() { return static_cast(offsetof(U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509, ___U3CU3Eu__2_6)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__2_6() const { return ___U3CU3Eu__2_6; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__2_6() { return &___U3CU3Eu__2_6; } inline void set_U3CU3Eu__2_6(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__2_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_6))->___m_task_0), (void*)NULL); } }; // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher struct LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D { public: // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher::layoutName InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___layoutName_0; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher::deviceMatcher InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 ___deviceMatcher_1; public: inline static int32_t get_offset_of_layoutName_0() { return static_cast(offsetof(LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D, ___layoutName_0)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_layoutName_0() const { return ___layoutName_0; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_layoutName_0() { return &___layoutName_0; } inline void set_layoutName_0(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___layoutName_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___layoutName_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___layoutName_0))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_deviceMatcher_1() { return static_cast(offsetof(LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D, ___deviceMatcher_1)); } inline InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 get_deviceMatcher_1() const { return ___deviceMatcher_1; } inline InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 * get_address_of_deviceMatcher_1() { return &___deviceMatcher_1; } inline void set_deviceMatcher_1(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 value) { ___deviceMatcher_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___deviceMatcher_1))->___m_Patterns_0), (void*)NULL); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher struct LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D_marshaled_pinvoke { InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke ___layoutName_0; InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_marshaled_pinvoke ___deviceMatcher_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher struct LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D_marshaled_com { InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com ___layoutName_0; InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_marshaled_com ___deviceMatcher_1; }; // System.Action`1 struct Action_1_t231F2AF856D3317D1380298224A60D02F9F43072 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_tB9B1B9645C739483997CEFD136850320B3E81752 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t13A6742A48923F2F95E0DBF426A94946BB52A341 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t961B8FC40C595B3E8948D3CB85E51EB90540D7EF : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D : public MulticastDelegate_t { public: public: }; // Oculus.Platform.Message`1/Callback struct Callback_tE0016C473A8D6B0D8E2502D1AC079D2A433992C9 : public MulticastDelegate_t { public: public: }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tF2D95CC18A66F3DE682EAC9B88E865750DFAEF60 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tF2D95CC18A66F3DE682EAC9B88E865750DFAEF60, ___list_0)); } inline List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 * get_list_0() const { return ___list_0; } inline List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tF2D95CC18A66F3DE682EAC9B88E865750DFAEF60, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tF2D95CC18A66F3DE682EAC9B88E865750DFAEF60, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tF2D95CC18A66F3DE682EAC9B88E865750DFAEF60, ___current_3)); } inline JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB get_current_3() const { return ___current_3; } inline JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB * get_address_of_current_3() { return &___current_3; } inline void set_current_3(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_3))->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___arrayValue_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___objectValue_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___anyValue_7), (void*)NULL); #endif } }; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 : public MulticastDelegate_t { public: public: }; // System.Func`2,UnityEngine.InputSystem.Utilities.InternedString> struct Func_2_t4504D5085B335B1D8FB5379BD89ED5C1F7BFAF4D : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Object> struct Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD : public MulticastDelegate_t { public: public: }; // System.Func`2,UnityEngine.Vector3> struct Func_2_t8563D068E324F8B3F1AFD3ACA59D32D56CE30A75 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t3985FFDAB0D05F8E97E8EA849D5A24F16EFFC4FD : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t9865FD4697C6304F7EE7E23A43A8906D19472EB8 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tEA2235809AB0E1AB8425745179691D76B519B0C5 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t0620045CA980941D05D122FC5A3AD9220D9C1414 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t78F21BB7B6C7D754A8C4D71ACB39668A8F967BA1 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t4E06D96B2978B60DA267963F96583CE3BF82EA84 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t3253411E5D20B58F5E0A81F903039D94BA38DE89 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t14F6F4D7FBF558A20782EDC48D80473E4800048E : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tA302CB41B7F7A743C0CE0ED32D80BF7199135D11 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t3041FD3183D19FE8416AE2E43A6398B2C06B7269 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t43355C55B1BBA93635101F6AF90867509812D7E5 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t48DD1C8E439811C492BAFE220A679DB57D7C9370 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tA8EC12D376DDD4FEB28D5097FBC1AE422C37DDE5 : public MulticastDelegate_t { public: public: }; // System.Func`3 struct Func_3_t9B3AF4A893B0936872C5B37BE9C5D4B571281C2B : public MulticastDelegate_t { public: public: }; // System.Func`3 struct Func_3_tBC640C0184A7D93453034EF9B044E2AD7570F889 : public MulticastDelegate_t { public: public: }; // UnityEngine.InputSystem.InputControlList`1 struct InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A { public: // System.Int32 UnityEngine.InputSystem.InputControlList`1::m_Count int32_t ___m_Count_0; // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.InputControlList`1::m_Indices NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B ___m_Indices_1; // Unity.Collections.Allocator UnityEngine.InputSystem.InputControlList`1::m_Allocator int32_t ___m_Allocator_2; public: inline static int32_t get_offset_of_m_Count_0() { return static_cast(offsetof(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A, ___m_Count_0)); } inline int32_t get_m_Count_0() const { return ___m_Count_0; } inline int32_t* get_address_of_m_Count_0() { return &___m_Count_0; } inline void set_m_Count_0(int32_t value) { ___m_Count_0 = value; } inline static int32_t get_offset_of_m_Indices_1() { return static_cast(offsetof(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A, ___m_Indices_1)); } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B get_m_Indices_1() const { return ___m_Indices_1; } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * get_address_of_m_Indices_1() { return &___m_Indices_1; } inline void set_m_Indices_1(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B value) { ___m_Indices_1 = value; } inline static int32_t get_offset_of_m_Allocator_2() { return static_cast(offsetof(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A, ___m_Allocator_2)); } inline int32_t get_m_Allocator_2() const { return ___m_Allocator_2; } inline int32_t* get_address_of_m_Allocator_2() { return &___m_Allocator_2; } inline void set_m_Allocator_2(int32_t value) { ___m_Allocator_2 = value; } }; // UnityEngine.InputSystem.InputControlList`1 struct InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 { public: // System.Int32 UnityEngine.InputSystem.InputControlList`1::m_Count int32_t ___m_Count_0; // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.InputControlList`1::m_Indices NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B ___m_Indices_1; // Unity.Collections.Allocator UnityEngine.InputSystem.InputControlList`1::m_Allocator int32_t ___m_Allocator_2; public: inline static int32_t get_offset_of_m_Count_0() { return static_cast(offsetof(InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02, ___m_Count_0)); } inline int32_t get_m_Count_0() const { return ___m_Count_0; } inline int32_t* get_address_of_m_Count_0() { return &___m_Count_0; } inline void set_m_Count_0(int32_t value) { ___m_Count_0 = value; } inline static int32_t get_offset_of_m_Indices_1() { return static_cast(offsetof(InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02, ___m_Indices_1)); } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B get_m_Indices_1() const { return ___m_Indices_1; } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * get_address_of_m_Indices_1() { return &___m_Indices_1; } inline void set_m_Indices_1(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B value) { ___m_Indices_1 = value; } inline static int32_t get_offset_of_m_Allocator_2() { return static_cast(offsetof(InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02, ___m_Allocator_2)); } inline int32_t get_m_Allocator_2() const { return ___m_Allocator_2; } inline int32_t* get_address_of_m_Allocator_2() { return &___m_Allocator_2; } inline void set_m_Allocator_2(int32_t value) { ___m_Allocator_2 = value; } }; // UnityEngine.InputSystem.InputControlList`1 struct InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 { public: // System.Int32 UnityEngine.InputSystem.InputControlList`1::m_Count int32_t ___m_Count_0; // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.InputControlList`1::m_Indices NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B ___m_Indices_1; // Unity.Collections.Allocator UnityEngine.InputSystem.InputControlList`1::m_Allocator int32_t ___m_Allocator_2; public: inline static int32_t get_offset_of_m_Count_0() { return static_cast(offsetof(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012, ___m_Count_0)); } inline int32_t get_m_Count_0() const { return ___m_Count_0; } inline int32_t* get_address_of_m_Count_0() { return &___m_Count_0; } inline void set_m_Count_0(int32_t value) { ___m_Count_0 = value; } inline static int32_t get_offset_of_m_Indices_1() { return static_cast(offsetof(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012, ___m_Indices_1)); } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B get_m_Indices_1() const { return ___m_Indices_1; } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * get_address_of_m_Indices_1() { return &___m_Indices_1; } inline void set_m_Indices_1(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B value) { ___m_Indices_1 = value; } inline static int32_t get_offset_of_m_Allocator_2() { return static_cast(offsetof(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012, ___m_Allocator_2)); } inline int32_t get_m_Allocator_2() const { return ___m_Allocator_2; } inline int32_t* get_address_of_m_Allocator_2() { return &___m_Allocator_2; } inline void set_m_Allocator_2(int32_t value) { ___m_Allocator_2 = value; } }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_tBF5282A928BF23A8157388367BBDB0CAFA27594D : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_tBF5282A928BF23A8157388367BBDB0CAFA27594D, ___threadId_0)); } inline int32_t get_threadId_0() const { return ___threadId_0; } inline int32_t* get_address_of_threadId_0() { return &___threadId_0; } inline void set_threadId_0(int32_t value) { ___threadId_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Iterator_1_tBF5282A928BF23A8157388367BBDB0CAFA27594D, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(Iterator_1_tBF5282A928BF23A8157388367BBDB0CAFA27594D, ___current_2)); } inline JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB get_current_2() const { return ___current_2; } inline JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB * get_address_of_current_2() { return &___current_2; } inline void set_current_2(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___current_2))->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->___arrayValue_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->___objectValue_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->___anyValue_7), (void*)NULL); #endif } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184, ___value_1)); } inline JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB get_value_1() const { return ___value_1; } inline JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB * get_address_of_value_1() { return &___value_1; } inline void set_value_1(JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___value_1))->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___arrayValue_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___objectValue_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_1))->___anyValue_7), (void*)NULL); #endif } }; // System.Predicate`1 struct Predicate_1_tD62C8A7CBDEEFB9A4CFA42B57D33BF69DAC22C21 : public MulticastDelegate_t { public: public: }; // System.Predicate`1 struct Predicate_1_tB9F20F0224BD0C9011071ABFE75DA480A2701381 : public MulticastDelegate_t { public: public: }; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB : public MulticastDelegate_t { public: public: }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_t08B768B4AD54F201B800C51471E1C1C5FD1A8E8C : public Iterator_1_tDEF6AC46E52D8687C27A6E60B6E0200D50011D76 { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 * ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_t0A364062D6EEDD0B306D570939B5709AEAA88D11 ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectListIterator_2_t08B768B4AD54F201B800C51471E1C1C5FD1A8E8C, ___source_3)); } inline List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C * get_source_3() const { return ___source_3; } inline List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectListIterator_2_t08B768B4AD54F201B800C51471E1C1C5FD1A8E8C, ___predicate_4)); } inline Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * get_predicate_4() const { return ___predicate_4; } inline Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectListIterator_2_t08B768B4AD54F201B800C51471E1C1C5FD1A8E8C, ___selector_5)); } inline Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 * get_selector_5() const { return ___selector_5; } inline Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectListIterator_2_t08B768B4AD54F201B800C51471E1C1C5FD1A8E8C, ___enumerator_6)); } inline Enumerator_t0A364062D6EEDD0B306D570939B5709AEAA88D11 get_enumerator_6() const { return ___enumerator_6; } inline Enumerator_t0A364062D6EEDD0B306D570939B5709AEAA88D11 * get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(Enumerator_t0A364062D6EEDD0B306D570939B5709AEAA88D11 value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_6))->___current_3))->___Data_1), (void*)NULL); #endif } }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_t94F415FEA624816E42FAE1274A4EC29F5D5C1625 : public Iterator_1_t04F5D870FD247BBBEE27254587FA10F440D4EEFF { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 * ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_t0A364062D6EEDD0B306D570939B5709AEAA88D11 ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectListIterator_2_t94F415FEA624816E42FAE1274A4EC29F5D5C1625, ___source_3)); } inline List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C * get_source_3() const { return ___source_3; } inline List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectListIterator_2_t94F415FEA624816E42FAE1274A4EC29F5D5C1625, ___predicate_4)); } inline Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * get_predicate_4() const { return ___predicate_4; } inline Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectListIterator_2_t94F415FEA624816E42FAE1274A4EC29F5D5C1625, ___selector_5)); } inline Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 * get_selector_5() const { return ___selector_5; } inline Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectListIterator_2_t94F415FEA624816E42FAE1274A4EC29F5D5C1625, ___enumerator_6)); } inline Enumerator_t0A364062D6EEDD0B306D570939B5709AEAA88D11 get_enumerator_6() const { return ___enumerator_6; } inline Enumerator_t0A364062D6EEDD0B306D570939B5709AEAA88D11 * get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(Enumerator_t0A364062D6EEDD0B306D570939B5709AEAA88D11 value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_6))->___current_3))->___Data_1), (void*)NULL); #endif } }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_t8005F348CC0B870A84DE3E85429A840305201D6E : public Iterator_1_tCEC2E244A64F110B247B6A3DF34DE60D4456BA1A { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C * ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_t0A364062D6EEDD0B306D570939B5709AEAA88D11 ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectListIterator_2_t8005F348CC0B870A84DE3E85429A840305201D6E, ___source_3)); } inline List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C * get_source_3() const { return ___source_3; } inline List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectListIterator_2_t8005F348CC0B870A84DE3E85429A840305201D6E, ___predicate_4)); } inline Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * get_predicate_4() const { return ___predicate_4; } inline Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectListIterator_2_t8005F348CC0B870A84DE3E85429A840305201D6E, ___selector_5)); } inline Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C * get_selector_5() const { return ___selector_5; } inline Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectListIterator_2_t8005F348CC0B870A84DE3E85429A840305201D6E, ___enumerator_6)); } inline Enumerator_t0A364062D6EEDD0B306D570939B5709AEAA88D11 get_enumerator_6() const { return ___enumerator_6; } inline Enumerator_t0A364062D6EEDD0B306D570939B5709AEAA88D11 * get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(Enumerator_t0A364062D6EEDD0B306D570939B5709AEAA88D11 value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_6))->___current_3))->___Data_1), (void*)NULL); #endif } }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_tDFC8E5CA0DE13C88A58AD7BCD17F1FC274A3F95D : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_tA2E0F83E15EA46A2B4B08AFB750700C6E1387FC0 ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectListIterator_2_tDFC8E5CA0DE13C88A58AD7BCD17F1FC274A3F95D, ___source_3)); } inline List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * get_source_3() const { return ___source_3; } inline List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectListIterator_2_tDFC8E5CA0DE13C88A58AD7BCD17F1FC274A3F95D, ___predicate_4)); } inline Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectListIterator_2_tDFC8E5CA0DE13C88A58AD7BCD17F1FC274A3F95D, ___selector_5)); } inline Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * get_selector_5() const { return ___selector_5; } inline Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectListIterator_2_tDFC8E5CA0DE13C88A58AD7BCD17F1FC274A3F95D, ___enumerator_6)); } inline Enumerator_tA2E0F83E15EA46A2B4B08AFB750700C6E1387FC0 get_enumerator_6() const { return ___enumerator_6; } inline Enumerator_tA2E0F83E15EA46A2B4B08AFB750700C6E1387FC0 * get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(Enumerator_tA2E0F83E15EA46A2B4B08AFB750700C6E1387FC0 value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_6))->___current_3))->___U3CnameU3Ek__BackingField_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___enumerator_6))->___current_3))->___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL); #endif } }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.InputSystem.Users.InputUser struct InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A { public: // System.UInt32 UnityEngine.InputSystem.Users.InputUser::m_Id uint32_t ___m_Id_1; public: inline static int32_t get_offset_of_m_Id_1() { return static_cast(offsetof(InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A, ___m_Id_1)); } inline uint32_t get_m_Id_1() const { return ___m_Id_1; } inline uint32_t* get_address_of_m_Id_1() { return &___m_Id_1; } inline void set_m_Id_1(uint32_t value) { ___m_Id_1 = value; } }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.InputSystem.Utilities.NamedValue struct NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 { public: // System.String UnityEngine.InputSystem.Utilities.NamedValue::k__BackingField String_t* ___U3CnameU3Ek__BackingField_1; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.NamedValue::k__BackingField PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___U3CvalueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_1() { return static_cast(offsetof(NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077, ___U3CnameU3Ek__BackingField_1)); } inline String_t* get_U3CnameU3Ek__BackingField_1() const { return ___U3CnameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_1() { return &___U3CnameU3Ek__BackingField_1; } inline void set_U3CnameU3Ek__BackingField_1(String_t* value) { ___U3CnameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CvalueU3Ek__BackingField_2() { return static_cast(offsetof(NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077, ___U3CvalueU3Ek__BackingField_2)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_U3CvalueU3Ek__BackingField_2() const { return ___U3CvalueU3Ek__BackingField_2; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_U3CvalueU3Ek__BackingField_2() { return &___U3CvalueU3Ek__BackingField_2; } inline void set_U3CvalueU3Ek__BackingField_2(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___U3CvalueU3Ek__BackingField_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.NamedValue struct NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_marshaled_pinvoke { char* ___U3CnameU3Ek__BackingField_1; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___U3CvalueU3Ek__BackingField_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.NamedValue struct NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_marshaled_com { Il2CppChar* ___U3CnameU3Ek__BackingField_1; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___U3CvalueU3Ek__BackingField_2; }; // UnityEngine.InputSystem.UI.PointerModel struct PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B { public: // System.Boolean UnityEngine.InputSystem.UI.PointerModel::changedThisFrame bool ___changedThisFrame_0; // UnityEngine.InputSystem.UI.PointerModel/ButtonState UnityEngine.InputSystem.UI.PointerModel::leftButton ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 ___leftButton_1; // UnityEngine.InputSystem.UI.PointerModel/ButtonState UnityEngine.InputSystem.UI.PointerModel::rightButton ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 ___rightButton_2; // UnityEngine.InputSystem.UI.PointerModel/ButtonState UnityEngine.InputSystem.UI.PointerModel::middleButton ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 ___middleButton_3; // UnityEngine.InputSystem.UI.ExtendedPointerEventData UnityEngine.InputSystem.UI.PointerModel::eventData ExtendedPointerEventData_t92C1900C127BAADC044F56930EC40BF048DF5457 * ___eventData_4; // UnityEngine.Vector2 UnityEngine.InputSystem.UI.PointerModel::m_ScreenPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_ScreenPosition_5; // UnityEngine.Vector2 UnityEngine.InputSystem.UI.PointerModel::m_ScrollDelta Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_ScrollDelta_6; // UnityEngine.Vector3 UnityEngine.InputSystem.UI.PointerModel::m_WorldPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_WorldPosition_7; // UnityEngine.Quaternion UnityEngine.InputSystem.UI.PointerModel::m_WorldOrientation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___m_WorldOrientation_8; // System.Single UnityEngine.InputSystem.UI.PointerModel::m_Pressure float ___m_Pressure_9; // System.Single UnityEngine.InputSystem.UI.PointerModel::m_AzimuthAngle float ___m_AzimuthAngle_10; // System.Single UnityEngine.InputSystem.UI.PointerModel::m_AltitudeAngle float ___m_AltitudeAngle_11; // System.Single UnityEngine.InputSystem.UI.PointerModel::m_Twist float ___m_Twist_12; // UnityEngine.Vector2 UnityEngine.InputSystem.UI.PointerModel::m_Radius Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Radius_13; public: inline static int32_t get_offset_of_changedThisFrame_0() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___changedThisFrame_0)); } inline bool get_changedThisFrame_0() const { return ___changedThisFrame_0; } inline bool* get_address_of_changedThisFrame_0() { return &___changedThisFrame_0; } inline void set_changedThisFrame_0(bool value) { ___changedThisFrame_0 = value; } inline static int32_t get_offset_of_leftButton_1() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___leftButton_1)); } inline ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 get_leftButton_1() const { return ___leftButton_1; } inline ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 * get_address_of_leftButton_1() { return &___leftButton_1; } inline void set_leftButton_1(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 value) { ___leftButton_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___leftButton_1))->___m_PressRaycast_3))->___m_GameObject_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___leftButton_1))->___m_PressRaycast_3))->___module_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___leftButton_1))->___m_PressObject_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___leftButton_1))->___m_RawPressObject_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___leftButton_1))->___m_LastPressObject_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___leftButton_1))->___m_DragObject_7), (void*)NULL); #endif } inline static int32_t get_offset_of_rightButton_2() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___rightButton_2)); } inline ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 get_rightButton_2() const { return ___rightButton_2; } inline ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 * get_address_of_rightButton_2() { return &___rightButton_2; } inline void set_rightButton_2(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 value) { ___rightButton_2 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___rightButton_2))->___m_PressRaycast_3))->___m_GameObject_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___rightButton_2))->___m_PressRaycast_3))->___module_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___rightButton_2))->___m_PressObject_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___rightButton_2))->___m_RawPressObject_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___rightButton_2))->___m_LastPressObject_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___rightButton_2))->___m_DragObject_7), (void*)NULL); #endif } inline static int32_t get_offset_of_middleButton_3() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___middleButton_3)); } inline ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 get_middleButton_3() const { return ___middleButton_3; } inline ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 * get_address_of_middleButton_3() { return &___middleButton_3; } inline void set_middleButton_3(ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42 value) { ___middleButton_3 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___middleButton_3))->___m_PressRaycast_3))->___m_GameObject_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___middleButton_3))->___m_PressRaycast_3))->___module_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___middleButton_3))->___m_PressObject_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___middleButton_3))->___m_RawPressObject_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___middleButton_3))->___m_LastPressObject_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___middleButton_3))->___m_DragObject_7), (void*)NULL); #endif } inline static int32_t get_offset_of_eventData_4() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___eventData_4)); } inline ExtendedPointerEventData_t92C1900C127BAADC044F56930EC40BF048DF5457 * get_eventData_4() const { return ___eventData_4; } inline ExtendedPointerEventData_t92C1900C127BAADC044F56930EC40BF048DF5457 ** get_address_of_eventData_4() { return &___eventData_4; } inline void set_eventData_4(ExtendedPointerEventData_t92C1900C127BAADC044F56930EC40BF048DF5457 * value) { ___eventData_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___eventData_4), (void*)value); } inline static int32_t get_offset_of_m_ScreenPosition_5() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___m_ScreenPosition_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_ScreenPosition_5() const { return ___m_ScreenPosition_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_ScreenPosition_5() { return &___m_ScreenPosition_5; } inline void set_m_ScreenPosition_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_ScreenPosition_5 = value; } inline static int32_t get_offset_of_m_ScrollDelta_6() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___m_ScrollDelta_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_ScrollDelta_6() const { return ___m_ScrollDelta_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_ScrollDelta_6() { return &___m_ScrollDelta_6; } inline void set_m_ScrollDelta_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_ScrollDelta_6 = value; } inline static int32_t get_offset_of_m_WorldPosition_7() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___m_WorldPosition_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_WorldPosition_7() const { return ___m_WorldPosition_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_WorldPosition_7() { return &___m_WorldPosition_7; } inline void set_m_WorldPosition_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_WorldPosition_7 = value; } inline static int32_t get_offset_of_m_WorldOrientation_8() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___m_WorldOrientation_8)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_m_WorldOrientation_8() const { return ___m_WorldOrientation_8; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_m_WorldOrientation_8() { return &___m_WorldOrientation_8; } inline void set_m_WorldOrientation_8(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___m_WorldOrientation_8 = value; } inline static int32_t get_offset_of_m_Pressure_9() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___m_Pressure_9)); } inline float get_m_Pressure_9() const { return ___m_Pressure_9; } inline float* get_address_of_m_Pressure_9() { return &___m_Pressure_9; } inline void set_m_Pressure_9(float value) { ___m_Pressure_9 = value; } inline static int32_t get_offset_of_m_AzimuthAngle_10() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___m_AzimuthAngle_10)); } inline float get_m_AzimuthAngle_10() const { return ___m_AzimuthAngle_10; } inline float* get_address_of_m_AzimuthAngle_10() { return &___m_AzimuthAngle_10; } inline void set_m_AzimuthAngle_10(float value) { ___m_AzimuthAngle_10 = value; } inline static int32_t get_offset_of_m_AltitudeAngle_11() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___m_AltitudeAngle_11)); } inline float get_m_AltitudeAngle_11() const { return ___m_AltitudeAngle_11; } inline float* get_address_of_m_AltitudeAngle_11() { return &___m_AltitudeAngle_11; } inline void set_m_AltitudeAngle_11(float value) { ___m_AltitudeAngle_11 = value; } inline static int32_t get_offset_of_m_Twist_12() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___m_Twist_12)); } inline float get_m_Twist_12() const { return ___m_Twist_12; } inline float* get_address_of_m_Twist_12() { return &___m_Twist_12; } inline void set_m_Twist_12(float value) { ___m_Twist_12 = value; } inline static int32_t get_offset_of_m_Radius_13() { return static_cast(offsetof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B, ___m_Radius_13)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Radius_13() const { return ___m_Radius_13; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Radius_13() { return &___m_Radius_13; } inline void set_m_Radius_13(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Radius_13 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.UI.PointerModel struct PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B_marshaled_pinvoke { int32_t ___changedThisFrame_0; ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_pinvoke ___leftButton_1; ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_pinvoke ___rightButton_2; ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_pinvoke ___middleButton_3; ExtendedPointerEventData_t92C1900C127BAADC044F56930EC40BF048DF5457 * ___eventData_4; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_ScreenPosition_5; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_ScrollDelta_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_WorldPosition_7; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___m_WorldOrientation_8; float ___m_Pressure_9; float ___m_AzimuthAngle_10; float ___m_AltitudeAngle_11; float ___m_Twist_12; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Radius_13; }; // Native definition for COM marshalling of UnityEngine.InputSystem.UI.PointerModel struct PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B_marshaled_com { int32_t ___changedThisFrame_0; ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_com ___leftButton_1; ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_com ___rightButton_2; ButtonState_t051AA0F63F64852E1D9DD37D6B7A413B3F779D42_marshaled_com ___middleButton_3; ExtendedPointerEventData_t92C1900C127BAADC044F56930EC40BF048DF5457 * ___eventData_4; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_ScreenPosition_5; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_ScrollDelta_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_WorldPosition_7; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___m_WorldOrientation_8; float ___m_Pressure_9; float ___m_AzimuthAngle_10; float ___m_AltitudeAngle_11; float ___m_Twist_12; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Radius_13; }; // CrazyMinnow.SALSA.QueueData struct QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08 { public: // CrazyMinnow.SALSA.QueueExpressionComponent CrazyMinnow.SALSA.QueueData::queueExpressionComponent QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376 ___queueExpressionComponent_0; // System.Single CrazyMinnow.SALSA.QueueData::lerpProgress float ___lerpProgress_1; // System.Single CrazyMinnow.SALSA.QueueData::startTime float ___startTime_2; // System.Boolean CrazyMinnow.SALSA.QueueData::isActivating bool ___isActivating_3; // System.Int32 CrazyMinnow.SALSA.QueueData::itemID int32_t ___itemID_4; public: inline static int32_t get_offset_of_queueExpressionComponent_0() { return static_cast(offsetof(QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08, ___queueExpressionComponent_0)); } inline QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376 get_queueExpressionComponent_0() const { return ___queueExpressionComponent_0; } inline QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376 * get_address_of_queueExpressionComponent_0() { return &___queueExpressionComponent_0; } inline void set_queueExpressionComponent_0(QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376 value) { ___queueExpressionComponent_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___queueExpressionComponent_0))->___controller_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___queueExpressionComponent_0))->___name_12), (void*)NULL); #endif } inline static int32_t get_offset_of_lerpProgress_1() { return static_cast(offsetof(QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08, ___lerpProgress_1)); } inline float get_lerpProgress_1() const { return ___lerpProgress_1; } inline float* get_address_of_lerpProgress_1() { return &___lerpProgress_1; } inline void set_lerpProgress_1(float value) { ___lerpProgress_1 = value; } inline static int32_t get_offset_of_startTime_2() { return static_cast(offsetof(QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08, ___startTime_2)); } inline float get_startTime_2() const { return ___startTime_2; } inline float* get_address_of_startTime_2() { return &___startTime_2; } inline void set_startTime_2(float value) { ___startTime_2 = value; } inline static int32_t get_offset_of_isActivating_3() { return static_cast(offsetof(QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08, ___isActivating_3)); } inline bool get_isActivating_3() const { return ___isActivating_3; } inline bool* get_address_of_isActivating_3() { return &___isActivating_3; } inline void set_isActivating_3(bool value) { ___isActivating_3 = value; } inline static int32_t get_offset_of_itemID_4() { return static_cast(offsetof(QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08, ___itemID_4)); } inline int32_t get_itemID_4() const { return ___itemID_4; } inline int32_t* get_address_of_itemID_4() { return &___itemID_4; } inline void set_itemID_4(int32_t value) { ___itemID_4 = value; } }; // Native definition for P/Invoke marshalling of CrazyMinnow.SALSA.QueueData struct QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08_marshaled_pinvoke { QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376_marshaled_pinvoke ___queueExpressionComponent_0; float ___lerpProgress_1; float ___startTime_2; int32_t ___isActivating_3; int32_t ___itemID_4; }; // Native definition for COM marshalling of CrazyMinnow.SALSA.QueueData struct QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08_marshaled_com { QueueExpressionComponent_tC7718AE4502BCBF3E2697785D1F6CCBD33DB4376_marshaled_com ___queueExpressionComponent_0; float ___lerpProgress_1; float ___startTime_2; int32_t ___isActivating_3; int32_t ___itemID_4; }; // UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo struct WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA { public: // UnityEngine.Playables.Playable UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo::mixer Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___mixer_0; // UnityEngine.Playables.Playable UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo::parentMixer Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___parentMixer_1; // System.Int32 UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo::port int32_t ___port_2; public: inline static int32_t get_offset_of_mixer_0() { return static_cast(offsetof(WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA, ___mixer_0)); } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 get_mixer_0() const { return ___mixer_0; } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 * get_address_of_mixer_0() { return &___mixer_0; } inline void set_mixer_0(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 value) { ___mixer_0 = value; } inline static int32_t get_offset_of_parentMixer_1() { return static_cast(offsetof(WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA, ___parentMixer_1)); } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 get_parentMixer_1() const { return ___parentMixer_1; } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 * get_address_of_parentMixer_1() { return &___parentMixer_1; } inline void set_parentMixer_1(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 value) { ___parentMixer_1 = value; } inline static int32_t get_offset_of_port_2() { return static_cast(offsetof(WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA, ___port_2)); } inline int32_t get_port_2() const { return ___port_2; } inline int32_t* get_address_of_port_2() { return &___port_2; } inline void set_port_2(int32_t value) { ___port_2 = value; } }; // Mono.Net.Security.AsyncProtocolRequest/d__24 struct U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F { public: // System.Int32 Mono.Net.Security.AsyncProtocolRequest/d__24::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder Mono.Net.Security.AsyncProtocolRequest/d__24::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Threading.CancellationToken Mono.Net.Security.AsyncProtocolRequest/d__24::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; // Mono.Net.Security.AsyncProtocolRequest Mono.Net.Security.AsyncProtocolRequest/d__24::<>4__this AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * ___U3CU3E4__this_3; // Mono.Net.Security.AsyncOperationStatus Mono.Net.Security.AsyncProtocolRequest/d__24::5__1 int32_t ___U3CstatusU3E5__1_4; // Mono.Net.Security.AsyncOperationStatus Mono.Net.Security.AsyncProtocolRequest/d__24::5__2 int32_t ___U3CnewStatusU3E5__2_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> Mono.Net.Security.AsyncProtocolRequest/d__24::<>u__1 ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 ___U3CU3Eu__1_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Mono.Net.Security.AsyncProtocolRequest/d__24::<>u__2 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__2_7; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CU3E4__this_3)); } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(AsyncProtocolRequest_t6E6C47087393FAF8E1C4B8874840B69B0C421947 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_U3CstatusU3E5__1_4() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CstatusU3E5__1_4)); } inline int32_t get_U3CstatusU3E5__1_4() const { return ___U3CstatusU3E5__1_4; } inline int32_t* get_address_of_U3CstatusU3E5__1_4() { return &___U3CstatusU3E5__1_4; } inline void set_U3CstatusU3E5__1_4(int32_t value) { ___U3CstatusU3E5__1_4 = value; } inline static int32_t get_offset_of_U3CnewStatusU3E5__2_5() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CnewStatusU3E5__2_5)); } inline int32_t get_U3CnewStatusU3E5__2_5() const { return ___U3CnewStatusU3E5__2_5; } inline int32_t* get_address_of_U3CnewStatusU3E5__2_5() { return &___U3CnewStatusU3E5__2_5; } inline void set_U3CnewStatusU3E5__2_5(int32_t value) { ___U3CnewStatusU3E5__2_5 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_6() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CU3Eu__1_6)); } inline ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 get_U3CU3Eu__1_6() const { return ___U3CU3Eu__1_6; } inline ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 * get_address_of_U3CU3Eu__1_6() { return &___U3CU3Eu__1_6; } inline void set_U3CU3Eu__1_6(ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 value) { ___U3CU3Eu__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__2_7() { return static_cast(offsetof(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F, ___U3CU3Eu__2_7)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__2_7() const { return ___U3CU3Eu__2_7; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__2_7() { return &___U3CU3Eu__2_7; } inline void set_U3CU3Eu__2_7(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__2_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_7))->___m_task_0), (void*)NULL); } }; // System.Security.Cryptography.CryptoStream/d__37 struct U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 { public: // System.Int32 System.Security.Cryptography.CryptoStream/d__37::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Security.Cryptography.CryptoStream/d__37::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Security.Cryptography.CryptoStream System.Security.Cryptography.CryptoStream/d__37::<>4__this CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * ___U3CU3E4__this_2; // System.Int32 System.Security.Cryptography.CryptoStream/d__37::count int32_t ___count_3; // System.Int32 System.Security.Cryptography.CryptoStream/d__37::offset int32_t ___offset_4; // System.Byte[] System.Security.Cryptography.CryptoStream/d__37::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_5; // System.Threading.CancellationToken System.Security.Cryptography.CryptoStream/d__37::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_6; // System.Int32 System.Security.Cryptography.CryptoStream/d__37::5__1 int32_t ___U3CbytesToWriteU3E5__1_7; // System.Int32 System.Security.Cryptography.CryptoStream/d__37::5__2 int32_t ___U3CcurrentInputIndexU3E5__2_8; // System.Int32 System.Security.Cryptography.CryptoStream/d__37::5__3 int32_t ___U3CnumWholeBlocksInBytesU3E5__3_9; // System.Threading.SemaphoreSlim System.Security.Cryptography.CryptoStream/d__37::5__4 SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ___U3CsemU3E5__4_10; // System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable System.Security.Cryptography.CryptoStream/d__37::<>u__1 HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 ___U3CU3Eu__1_11; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Security.Cryptography.CryptoStream/d__37::<>u__2 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__2_12; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___U3CU3E4__this_2)); } inline CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_count_3() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___count_3)); } inline int32_t get_count_3() const { return ___count_3; } inline int32_t* get_address_of_count_3() { return &___count_3; } inline void set_count_3(int32_t value) { ___count_3 = value; } inline static int32_t get_offset_of_offset_4() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___offset_4)); } inline int32_t get_offset_4() const { return ___offset_4; } inline int32_t* get_address_of_offset_4() { return &___offset_4; } inline void set_offset_4(int32_t value) { ___offset_4 = value; } inline static int32_t get_offset_of_buffer_5() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buffer_5() const { return ___buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buffer_5() { return &___buffer_5; } inline void set_buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_5), (void*)value); } inline static int32_t get_offset_of_cancellationToken_6() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___cancellationToken_6)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_6() const { return ___cancellationToken_6; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_6() { return &___cancellationToken_6; } inline void set_cancellationToken_6(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_6))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CbytesToWriteU3E5__1_7() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___U3CbytesToWriteU3E5__1_7)); } inline int32_t get_U3CbytesToWriteU3E5__1_7() const { return ___U3CbytesToWriteU3E5__1_7; } inline int32_t* get_address_of_U3CbytesToWriteU3E5__1_7() { return &___U3CbytesToWriteU3E5__1_7; } inline void set_U3CbytesToWriteU3E5__1_7(int32_t value) { ___U3CbytesToWriteU3E5__1_7 = value; } inline static int32_t get_offset_of_U3CcurrentInputIndexU3E5__2_8() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___U3CcurrentInputIndexU3E5__2_8)); } inline int32_t get_U3CcurrentInputIndexU3E5__2_8() const { return ___U3CcurrentInputIndexU3E5__2_8; } inline int32_t* get_address_of_U3CcurrentInputIndexU3E5__2_8() { return &___U3CcurrentInputIndexU3E5__2_8; } inline void set_U3CcurrentInputIndexU3E5__2_8(int32_t value) { ___U3CcurrentInputIndexU3E5__2_8 = value; } inline static int32_t get_offset_of_U3CnumWholeBlocksInBytesU3E5__3_9() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___U3CnumWholeBlocksInBytesU3E5__3_9)); } inline int32_t get_U3CnumWholeBlocksInBytesU3E5__3_9() const { return ___U3CnumWholeBlocksInBytesU3E5__3_9; } inline int32_t* get_address_of_U3CnumWholeBlocksInBytesU3E5__3_9() { return &___U3CnumWholeBlocksInBytesU3E5__3_9; } inline void set_U3CnumWholeBlocksInBytesU3E5__3_9(int32_t value) { ___U3CnumWholeBlocksInBytesU3E5__3_9 = value; } inline static int32_t get_offset_of_U3CsemU3E5__4_10() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___U3CsemU3E5__4_10)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get_U3CsemU3E5__4_10() const { return ___U3CsemU3E5__4_10; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of_U3CsemU3E5__4_10() { return &___U3CsemU3E5__4_10; } inline void set_U3CsemU3E5__4_10(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ___U3CsemU3E5__4_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CsemU3E5__4_10), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_11() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___U3CU3Eu__1_11)); } inline HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 get_U3CU3Eu__1_11() const { return ___U3CU3Eu__1_11; } inline HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 * get_address_of_U3CU3Eu__1_11() { return &___U3CU3Eu__1_11; } inline void set_U3CU3Eu__1_11(HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 value) { ___U3CU3Eu__1_11 = value; } inline static int32_t get_offset_of_U3CU3Eu__2_12() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___U3CU3Eu__2_12)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__2_12() const { return ___U3CU3Eu__2_12; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__2_12() { return &___U3CU3Eu__2_12; } inline void set_U3CU3Eu__2_12(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__2_12 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_12))->___m_task_0), (void*)NULL); } }; // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride struct ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 { public: // System.String UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride::objectRegistrationName String_t* ___objectRegistrationName_0; // System.String UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride::parameter String_t* ___parameter_1; // UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride::bindingMask InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___bindingMask_2; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride::value PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___value_3; public: inline static int32_t get_offset_of_objectRegistrationName_0() { return static_cast(offsetof(ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7, ___objectRegistrationName_0)); } inline String_t* get_objectRegistrationName_0() const { return ___objectRegistrationName_0; } inline String_t** get_address_of_objectRegistrationName_0() { return &___objectRegistrationName_0; } inline void set_objectRegistrationName_0(String_t* value) { ___objectRegistrationName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectRegistrationName_0), (void*)value); } inline static int32_t get_offset_of_parameter_1() { return static_cast(offsetof(ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7, ___parameter_1)); } inline String_t* get_parameter_1() const { return ___parameter_1; } inline String_t** get_address_of_parameter_1() { return &___parameter_1; } inline void set_parameter_1(String_t* value) { ___parameter_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameter_1), (void*)value); } inline static int32_t get_offset_of_bindingMask_2() { return static_cast(offsetof(ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7, ___bindingMask_2)); } inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB get_bindingMask_2() const { return ___bindingMask_2; } inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * get_address_of_bindingMask_2() { return &___bindingMask_2; } inline void set_bindingMask_2(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB value) { ___bindingMask_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Name_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_OverrideProcessors_12), (void*)NULL); #endif } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7, ___value_3)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_value_3() const { return ___value_3; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_value_3() { return &___value_3; } inline void set_value_3(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___value_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride struct ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7_marshaled_pinvoke { char* ___objectRegistrationName_0; char* ___parameter_1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_pinvoke ___bindingMask_2; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___value_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride struct ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7_marshaled_com { Il2CppChar* ___objectRegistrationName_0; Il2CppChar* ___parameter_1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_com ___bindingMask_2; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___value_3; }; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem struct ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 { public: // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___U3CnameU3Ek__BackingField_0; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___U3ClayoutU3Ek__BackingField_1; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___U3CvariantsU3Ek__BackingField_2; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField String_t* ___U3CuseStateFromU3Ek__BackingField_3; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField String_t* ___U3CdisplayNameU3Ek__BackingField_4; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField String_t* ___U3CshortDisplayNameU3Ek__BackingField_5; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CusagesU3Ek__BackingField_6; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CaliasesU3Ek__BackingField_7; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_8; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E ___U3CprocessorsU3Ek__BackingField_9; // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField uint32_t ___U3CoffsetU3Ek__BackingField_10; // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField uint32_t ___U3CbitU3Ek__BackingField_11; // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField uint32_t ___U3CsizeInBitsU3Ek__BackingField_12; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___U3CformatU3Ek__BackingField_13; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField int32_t ___U3CflagsU3Ek__BackingField_14; // System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField int32_t ___U3CarraySizeU3Ek__BackingField_15; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___U3CdefaultStateU3Ek__BackingField_16; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___U3CminValueU3Ek__BackingField_17; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___U3CmaxValueU3Ek__BackingField_18; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CnameU3Ek__BackingField_0)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_U3ClayoutU3Ek__BackingField_1() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3ClayoutU3Ek__BackingField_1)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_U3ClayoutU3Ek__BackingField_1() const { return ___U3ClayoutU3Ek__BackingField_1; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_U3ClayoutU3Ek__BackingField_1() { return &___U3ClayoutU3Ek__BackingField_1; } inline void set_U3ClayoutU3Ek__BackingField_1(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___U3ClayoutU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CvariantsU3Ek__BackingField_2() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CvariantsU3Ek__BackingField_2)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_U3CvariantsU3Ek__BackingField_2() const { return ___U3CvariantsU3Ek__BackingField_2; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_U3CvariantsU3Ek__BackingField_2() { return &___U3CvariantsU3Ek__BackingField_2; } inline void set_U3CvariantsU3Ek__BackingField_2(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___U3CvariantsU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CuseStateFromU3Ek__BackingField_3() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CuseStateFromU3Ek__BackingField_3)); } inline String_t* get_U3CuseStateFromU3Ek__BackingField_3() const { return ___U3CuseStateFromU3Ek__BackingField_3; } inline String_t** get_address_of_U3CuseStateFromU3Ek__BackingField_3() { return &___U3CuseStateFromU3Ek__BackingField_3; } inline void set_U3CuseStateFromU3Ek__BackingField_3(String_t* value) { ___U3CuseStateFromU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CuseStateFromU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CdisplayNameU3Ek__BackingField_4() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CdisplayNameU3Ek__BackingField_4)); } inline String_t* get_U3CdisplayNameU3Ek__BackingField_4() const { return ___U3CdisplayNameU3Ek__BackingField_4; } inline String_t** get_address_of_U3CdisplayNameU3Ek__BackingField_4() { return &___U3CdisplayNameU3Ek__BackingField_4; } inline void set_U3CdisplayNameU3Ek__BackingField_4(String_t* value) { ___U3CdisplayNameU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CdisplayNameU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CshortDisplayNameU3Ek__BackingField_5() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CshortDisplayNameU3Ek__BackingField_5)); } inline String_t* get_U3CshortDisplayNameU3Ek__BackingField_5() const { return ___U3CshortDisplayNameU3Ek__BackingField_5; } inline String_t** get_address_of_U3CshortDisplayNameU3Ek__BackingField_5() { return &___U3CshortDisplayNameU3Ek__BackingField_5; } inline void set_U3CshortDisplayNameU3Ek__BackingField_5(String_t* value) { ___U3CshortDisplayNameU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CshortDisplayNameU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CusagesU3Ek__BackingField_6() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CusagesU3Ek__BackingField_6)); } inline ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 get_U3CusagesU3Ek__BackingField_6() const { return ___U3CusagesU3Ek__BackingField_6; } inline ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * get_address_of_U3CusagesU3Ek__BackingField_6() { return &___U3CusagesU3Ek__BackingField_6; } inline void set_U3CusagesU3Ek__BackingField_6(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 value) { ___U3CusagesU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_U3CaliasesU3Ek__BackingField_7() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CaliasesU3Ek__BackingField_7)); } inline ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 get_U3CaliasesU3Ek__BackingField_7() const { return ___U3CaliasesU3Ek__BackingField_7; } inline ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * get_address_of_U3CaliasesU3Ek__BackingField_7() { return &___U3CaliasesU3Ek__BackingField_7; } inline void set_U3CaliasesU3Ek__BackingField_7(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 value) { ___U3CaliasesU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_U3CparametersU3Ek__BackingField_8() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CparametersU3Ek__BackingField_8)); } inline ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 get_U3CparametersU3Ek__BackingField_8() const { return ___U3CparametersU3Ek__BackingField_8; } inline ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 * get_address_of_U3CparametersU3Ek__BackingField_8() { return &___U3CparametersU3Ek__BackingField_8; } inline void set_U3CparametersU3Ek__BackingField_8(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 value) { ___U3CparametersU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_U3CprocessorsU3Ek__BackingField_9() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CprocessorsU3Ek__BackingField_9)); } inline ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E get_U3CprocessorsU3Ek__BackingField_9() const { return ___U3CprocessorsU3Ek__BackingField_9; } inline ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E * get_address_of_U3CprocessorsU3Ek__BackingField_9() { return &___U3CprocessorsU3Ek__BackingField_9; } inline void set_U3CprocessorsU3Ek__BackingField_9(ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E value) { ___U3CprocessorsU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_U3CoffsetU3Ek__BackingField_10() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CoffsetU3Ek__BackingField_10)); } inline uint32_t get_U3CoffsetU3Ek__BackingField_10() const { return ___U3CoffsetU3Ek__BackingField_10; } inline uint32_t* get_address_of_U3CoffsetU3Ek__BackingField_10() { return &___U3CoffsetU3Ek__BackingField_10; } inline void set_U3CoffsetU3Ek__BackingField_10(uint32_t value) { ___U3CoffsetU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CbitU3Ek__BackingField_11() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CbitU3Ek__BackingField_11)); } inline uint32_t get_U3CbitU3Ek__BackingField_11() const { return ___U3CbitU3Ek__BackingField_11; } inline uint32_t* get_address_of_U3CbitU3Ek__BackingField_11() { return &___U3CbitU3Ek__BackingField_11; } inline void set_U3CbitU3Ek__BackingField_11(uint32_t value) { ___U3CbitU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CsizeInBitsU3Ek__BackingField_12() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CsizeInBitsU3Ek__BackingField_12)); } inline uint32_t get_U3CsizeInBitsU3Ek__BackingField_12() const { return ___U3CsizeInBitsU3Ek__BackingField_12; } inline uint32_t* get_address_of_U3CsizeInBitsU3Ek__BackingField_12() { return &___U3CsizeInBitsU3Ek__BackingField_12; } inline void set_U3CsizeInBitsU3Ek__BackingField_12(uint32_t value) { ___U3CsizeInBitsU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_U3CformatU3Ek__BackingField_13() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CformatU3Ek__BackingField_13)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_U3CformatU3Ek__BackingField_13() const { return ___U3CformatU3Ek__BackingField_13; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_U3CformatU3Ek__BackingField_13() { return &___U3CformatU3Ek__BackingField_13; } inline void set_U3CformatU3Ek__BackingField_13(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___U3CformatU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_U3CflagsU3Ek__BackingField_14() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CflagsU3Ek__BackingField_14)); } inline int32_t get_U3CflagsU3Ek__BackingField_14() const { return ___U3CflagsU3Ek__BackingField_14; } inline int32_t* get_address_of_U3CflagsU3Ek__BackingField_14() { return &___U3CflagsU3Ek__BackingField_14; } inline void set_U3CflagsU3Ek__BackingField_14(int32_t value) { ___U3CflagsU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CarraySizeU3Ek__BackingField_15() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CarraySizeU3Ek__BackingField_15)); } inline int32_t get_U3CarraySizeU3Ek__BackingField_15() const { return ___U3CarraySizeU3Ek__BackingField_15; } inline int32_t* get_address_of_U3CarraySizeU3Ek__BackingField_15() { return &___U3CarraySizeU3Ek__BackingField_15; } inline void set_U3CarraySizeU3Ek__BackingField_15(int32_t value) { ___U3CarraySizeU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CdefaultStateU3Ek__BackingField_16() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CdefaultStateU3Ek__BackingField_16)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_U3CdefaultStateU3Ek__BackingField_16() const { return ___U3CdefaultStateU3Ek__BackingField_16; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_U3CdefaultStateU3Ek__BackingField_16() { return &___U3CdefaultStateU3Ek__BackingField_16; } inline void set_U3CdefaultStateU3Ek__BackingField_16(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___U3CdefaultStateU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CminValueU3Ek__BackingField_17() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CminValueU3Ek__BackingField_17)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_U3CminValueU3Ek__BackingField_17() const { return ___U3CminValueU3Ek__BackingField_17; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_U3CminValueU3Ek__BackingField_17() { return &___U3CminValueU3Ek__BackingField_17; } inline void set_U3CminValueU3Ek__BackingField_17(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___U3CminValueU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3CmaxValueU3Ek__BackingField_18() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CmaxValueU3Ek__BackingField_18)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_U3CmaxValueU3Ek__BackingField_18() const { return ___U3CmaxValueU3Ek__BackingField_18; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_U3CmaxValueU3Ek__BackingField_18() { return &___U3CmaxValueU3Ek__BackingField_18; } inline void set_U3CmaxValueU3Ek__BackingField_18(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___U3CmaxValueU3Ek__BackingField_18 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem struct ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_marshaled_pinvoke { InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke ___U3CnameU3Ek__BackingField_0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke ___U3ClayoutU3Ek__BackingField_1; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke ___U3CvariantsU3Ek__BackingField_2; char* ___U3CuseStateFromU3Ek__BackingField_3; char* ___U3CdisplayNameU3Ek__BackingField_4; char* ___U3CshortDisplayNameU3Ek__BackingField_5; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CusagesU3Ek__BackingField_6; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CaliasesU3Ek__BackingField_7; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_8; ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E ___U3CprocessorsU3Ek__BackingField_9; uint32_t ___U3CoffsetU3Ek__BackingField_10; uint32_t ___U3CbitU3Ek__BackingField_11; uint32_t ___U3CsizeInBitsU3Ek__BackingField_12; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___U3CformatU3Ek__BackingField_13; int32_t ___U3CflagsU3Ek__BackingField_14; int32_t ___U3CarraySizeU3Ek__BackingField_15; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___U3CdefaultStateU3Ek__BackingField_16; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___U3CminValueU3Ek__BackingField_17; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___U3CmaxValueU3Ek__BackingField_18; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem struct ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_marshaled_com { InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com ___U3CnameU3Ek__BackingField_0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com ___U3ClayoutU3Ek__BackingField_1; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com ___U3CvariantsU3Ek__BackingField_2; Il2CppChar* ___U3CuseStateFromU3Ek__BackingField_3; Il2CppChar* ___U3CdisplayNameU3Ek__BackingField_4; Il2CppChar* ___U3CshortDisplayNameU3Ek__BackingField_5; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CusagesU3Ek__BackingField_6; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CaliasesU3Ek__BackingField_7; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_8; ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E ___U3CprocessorsU3Ek__BackingField_9; uint32_t ___U3CoffsetU3Ek__BackingField_10; uint32_t ___U3CbitU3Ek__BackingField_11; uint32_t ___U3CsizeInBitsU3Ek__BackingField_12; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___U3CformatU3Ek__BackingField_13; int32_t ___U3CflagsU3Ek__BackingField_14; int32_t ___U3CarraySizeU3Ek__BackingField_15; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___U3CdefaultStateU3Ek__BackingField_16; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___U3CminValueU3Ek__BackingField_17; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___U3CmaxValueU3Ek__BackingField_18; }; // Mono.Net.Security.MobileAuthenticatedStream/d__67 struct U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/d__67::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder Mono.Net.Security.MobileAuthenticatedStream/d__67::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Threading.CancellationToken Mono.Net.Security.MobileAuthenticatedStream/d__67::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_2; // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileAuthenticatedStream/d__67::<>4__this MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___U3CU3E4__this_3; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream/d__67::sync bool ___sync_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter Mono.Net.Security.MobileAuthenticatedStream/d__67::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_cancellationToken_2() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___cancellationToken_2)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_2() const { return ___cancellationToken_2; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_2() { return &___cancellationToken_2; } inline void set_cancellationToken_2(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_2))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___U3CU3E4__this_3)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_sync_4() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___sync_4)); } inline bool get_sync_4() const { return ___sync_4; } inline bool* get_address_of_sync_4() { return &___sync_4; } inline void set_sync_4(bool value) { ___sync_4 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_5() { return static_cast(offsetof(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B, ___U3CU3Eu__1_5)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_5() const { return ___U3CU3Eu__1_5; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_5() { return &___U3CU3Eu__1_5; } inline void set_U3CU3Eu__1_5(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); } }; // Mono.Net.Security.MobileAuthenticatedStream/d__47 struct U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F { public: // System.Int32 Mono.Net.Security.MobileAuthenticatedStream/d__47::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder Mono.Net.Security.MobileAuthenticatedStream/d__47::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream/d__47::serverMode bool ___serverMode_2; // System.Security.Cryptography.X509Certificates.X509Certificate Mono.Net.Security.MobileAuthenticatedStream/d__47::serverCertificate X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * ___serverCertificate_3; // System.String Mono.Net.Security.MobileAuthenticatedStream/d__47::targetHost String_t* ___targetHost_4; // Mono.Net.Security.MobileAuthenticatedStream Mono.Net.Security.MobileAuthenticatedStream/d__47::<>4__this MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * ___U3CU3E4__this_5; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream/d__47::runSynchronously bool ___runSynchronously_6; // System.Security.Authentication.SslProtocols Mono.Net.Security.MobileAuthenticatedStream/d__47::enabledProtocols int32_t ___enabledProtocols_7; // System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Net.Security.MobileAuthenticatedStream/d__47::clientCertificates X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___clientCertificates_8; // System.Boolean Mono.Net.Security.MobileAuthenticatedStream/d__47::clientCertRequired bool ___clientCertRequired_9; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter Mono.Net.Security.MobileAuthenticatedStream/d__47::<>u__1 ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 ___U3CU3Eu__1_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_serverMode_2() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___serverMode_2)); } inline bool get_serverMode_2() const { return ___serverMode_2; } inline bool* get_address_of_serverMode_2() { return &___serverMode_2; } inline void set_serverMode_2(bool value) { ___serverMode_2 = value; } inline static int32_t get_offset_of_serverCertificate_3() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___serverCertificate_3)); } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * get_serverCertificate_3() const { return ___serverCertificate_3; } inline X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 ** get_address_of_serverCertificate_3() { return &___serverCertificate_3; } inline void set_serverCertificate_3(X509Certificate_t6F3E94ED7C8FB33253E4705C76A40144E59F0553 * value) { ___serverCertificate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverCertificate_3), (void*)value); } inline static int32_t get_offset_of_targetHost_4() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___targetHost_4)); } inline String_t* get_targetHost_4() const { return ___targetHost_4; } inline String_t** get_address_of_targetHost_4() { return &___targetHost_4; } inline void set_targetHost_4(String_t* value) { ___targetHost_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetHost_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___U3CU3E4__this_5)); } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(MobileAuthenticatedStream_t11500B56FD9F208CE6894F0F62EE3ADEAE347A7E * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_runSynchronously_6() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___runSynchronously_6)); } inline bool get_runSynchronously_6() const { return ___runSynchronously_6; } inline bool* get_address_of_runSynchronously_6() { return &___runSynchronously_6; } inline void set_runSynchronously_6(bool value) { ___runSynchronously_6 = value; } inline static int32_t get_offset_of_enabledProtocols_7() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___enabledProtocols_7)); } inline int32_t get_enabledProtocols_7() const { return ___enabledProtocols_7; } inline int32_t* get_address_of_enabledProtocols_7() { return &___enabledProtocols_7; } inline void set_enabledProtocols_7(int32_t value) { ___enabledProtocols_7 = value; } inline static int32_t get_offset_of_clientCertificates_8() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___clientCertificates_8)); } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * get_clientCertificates_8() const { return ___clientCertificates_8; } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B ** get_address_of_clientCertificates_8() { return &___clientCertificates_8; } inline void set_clientCertificates_8(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * value) { ___clientCertificates_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientCertificates_8), (void*)value); } inline static int32_t get_offset_of_clientCertRequired_9() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___clientCertRequired_9)); } inline bool get_clientCertRequired_9() const { return ___clientCertRequired_9; } inline bool* get_address_of_clientCertRequired_9() { return &___clientCertRequired_9; } inline void set_clientCertRequired_9(bool value) { ___clientCertRequired_9 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_10() { return static_cast(offsetof(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F, ___U3CU3Eu__1_10)); } inline ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 get_U3CU3Eu__1_10() const { return ___U3CU3Eu__1_10; } inline ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 * get_address_of_U3CU3Eu__1_10() { return &___U3CU3Eu__1_10; } inline void set_U3CU3Eu__1_10(ConfiguredTaskAwaiter_tDC287CFAE09DB869D082DC977F538D0DE5D11956 value) { ___U3CU3Eu__1_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_10))->___m_task_0), (void*)NULL); } }; // UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo struct OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D { public: // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo::eventPtr InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr_0; // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo::buffer NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 ___buffer_1; // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo::device InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device_2; // UnityEngine.InputSystem.OnScreen.OnScreenControl UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo::firstControl OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * ___firstControl_3; public: inline static int32_t get_offset_of_eventPtr_0() { return static_cast(offsetof(OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D, ___eventPtr_0)); } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 get_eventPtr_0() const { return ___eventPtr_0; } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * get_address_of_eventPtr_0() { return &___eventPtr_0; } inline void set_eventPtr_0(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 value) { ___eventPtr_0 = value; } inline static int32_t get_offset_of_buffer_1() { return static_cast(offsetof(OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D, ___buffer_1)); } inline NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 get_buffer_1() const { return ___buffer_1; } inline NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 * get_address_of_buffer_1() { return &___buffer_1; } inline void set_buffer_1(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 value) { ___buffer_1 = value; } inline static int32_t get_offset_of_device_2() { return static_cast(offsetof(OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D, ___device_2)); } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * get_device_2() const { return ___device_2; } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 ** get_address_of_device_2() { return &___device_2; } inline void set_device_2(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * value) { ___device_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___device_2), (void*)value); } inline static int32_t get_offset_of_firstControl_3() { return static_cast(offsetof(OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D, ___firstControl_3)); } inline OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * get_firstControl_3() const { return ___firstControl_3; } inline OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 ** get_address_of_firstControl_3() { return &___firstControl_3; } inline void set_firstControl_3(OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * value) { ___firstControl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstControl_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo struct OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D_marshaled_pinvoke { InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr_0; NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 ___buffer_1; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device_2; OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * ___firstControl_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo struct OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D_marshaled_com { InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr_0; NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 ___buffer_1; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device_2; OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * ___firstControl_3; }; // UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState struct GlobalState_tB5A240E45172237F738782A0C0A07882C2633227 { public: // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState::touchscreens InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5 ___touchscreens_0; // System.Int32 UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState::historyLengthPerFinger int32_t ___historyLengthPerFinger_1; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState::onFingerDown CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 ___onFingerDown_2; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState::onFingerMove CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 ___onFingerMove_3; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState::onFingerUp CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 ___onFingerUp_4; // UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState::playerState FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF ___playerState_5; public: inline static int32_t get_offset_of_touchscreens_0() { return static_cast(offsetof(GlobalState_tB5A240E45172237F738782A0C0A07882C2633227, ___touchscreens_0)); } inline InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5 get_touchscreens_0() const { return ___touchscreens_0; } inline InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5 * get_address_of_touchscreens_0() { return &___touchscreens_0; } inline void set_touchscreens_0(InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5 value) { ___touchscreens_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___touchscreens_0))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___touchscreens_0))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_historyLengthPerFinger_1() { return static_cast(offsetof(GlobalState_tB5A240E45172237F738782A0C0A07882C2633227, ___historyLengthPerFinger_1)); } inline int32_t get_historyLengthPerFinger_1() const { return ___historyLengthPerFinger_1; } inline int32_t* get_address_of_historyLengthPerFinger_1() { return &___historyLengthPerFinger_1; } inline void set_historyLengthPerFinger_1(int32_t value) { ___historyLengthPerFinger_1 = value; } inline static int32_t get_offset_of_onFingerDown_2() { return static_cast(offsetof(GlobalState_tB5A240E45172237F738782A0C0A07882C2633227, ___onFingerDown_2)); } inline CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 get_onFingerDown_2() const { return ___onFingerDown_2; } inline CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 * get_address_of_onFingerDown_2() { return &___onFingerDown_2; } inline void set_onFingerDown_2(CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 value) { ___onFingerDown_2 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerDown_2))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerDown_2))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerDown_2))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerDown_2))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerDown_2))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerDown_2))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_onFingerMove_3() { return static_cast(offsetof(GlobalState_tB5A240E45172237F738782A0C0A07882C2633227, ___onFingerMove_3)); } inline CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 get_onFingerMove_3() const { return ___onFingerMove_3; } inline CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 * get_address_of_onFingerMove_3() { return &___onFingerMove_3; } inline void set_onFingerMove_3(CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 value) { ___onFingerMove_3 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerMove_3))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerMove_3))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerMove_3))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerMove_3))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerMove_3))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerMove_3))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_onFingerUp_4() { return static_cast(offsetof(GlobalState_tB5A240E45172237F738782A0C0A07882C2633227, ___onFingerUp_4)); } inline CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 get_onFingerUp_4() const { return ___onFingerUp_4; } inline CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 * get_address_of_onFingerUp_4() { return &___onFingerUp_4; } inline void set_onFingerUp_4(CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 value) { ___onFingerUp_4 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerUp_4))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerUp_4))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerUp_4))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerUp_4))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerUp_4))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onFingerUp_4))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_playerState_5() { return static_cast(offsetof(GlobalState_tB5A240E45172237F738782A0C0A07882C2633227, ___playerState_5)); } inline FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF get_playerState_5() const { return ___playerState_5; } inline FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF * get_address_of_playerState_5() { return &___playerState_5; } inline void set_playerState_5(FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF value) { ___playerState_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___playerState_5))->___fingers_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___playerState_5))->___activeFingers_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___playerState_5))->___activeTouches_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___playerState_5))->___activeTouchState_10), (void*)NULL); #endif } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState struct GlobalState_tB5A240E45172237F738782A0C0A07882C2633227_marshaled_pinvoke { InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5 ___touchscreens_0; int32_t ___historyLengthPerFinger_1; CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 ___onFingerDown_2; CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 ___onFingerMove_3; CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 ___onFingerUp_4; FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF_marshaled_pinvoke ___playerState_5; }; // Native definition for COM marshalling of UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState struct GlobalState_tB5A240E45172237F738782A0C0A07882C2633227_marshaled_com { InlinedArray_1_tC33146B5520C92E38045D45CEC34E7A57B8813D5 ___touchscreens_0; int32_t ___historyLengthPerFinger_1; CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 ___onFingerDown_2; CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 ___onFingerMove_3; CallbackArray_1_t72A1C8F9A9234989D261FDC3B255B91E99FC49E2 ___onFingerUp_4; FingerAndTouchState_t63C9C9EB7EAC3DBB10AC1FB5015F996D37BD3FEF_marshaled_com ___playerState_5; }; // System.Net.WebConnection/d__16 struct U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC { public: // System.Int32 System.Net.WebConnection/d__16::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Net.WebConnection/d__16::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Net.WebConnection System.Net.WebConnection/d__16::<>4__this WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * ___U3CU3E4__this_2; // System.Net.WebOperation System.Net.WebConnection/d__16::operation WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___operation_3; // System.Threading.CancellationToken System.Net.WebConnection/d__16::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_4; // System.Exception System.Net.WebConnection/d__16::5__1 Exception_t * ___U3CconnectExceptionU3E5__1_5; // System.Net.IPAddress[] System.Net.WebConnection/d__16::<>7__wrap1 IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* ___U3CU3E7__wrap1_6; // System.Int32 System.Net.WebConnection/d__16::<>7__wrap2 int32_t ___U3CU3E7__wrap2_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.WebConnection/d__16::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_8; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC, ___U3CU3E4__this_2)); } inline WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(WebConnection_tBFE079FE6CA946AE000FE257DD8FE6F898BB3C88 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_operation_3() { return static_cast(offsetof(U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC, ___operation_3)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_operation_3() const { return ___operation_3; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_operation_3() { return &___operation_3; } inline void set_operation_3(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___operation_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___operation_3), (void*)value); } inline static int32_t get_offset_of_cancellationToken_4() { return static_cast(offsetof(U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC, ___cancellationToken_4)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_4() const { return ___cancellationToken_4; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_4() { return &___cancellationToken_4; } inline void set_cancellationToken_4(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_4))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CconnectExceptionU3E5__1_5() { return static_cast(offsetof(U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC, ___U3CconnectExceptionU3E5__1_5)); } inline Exception_t * get_U3CconnectExceptionU3E5__1_5() const { return ___U3CconnectExceptionU3E5__1_5; } inline Exception_t ** get_address_of_U3CconnectExceptionU3E5__1_5() { return &___U3CconnectExceptionU3E5__1_5; } inline void set_U3CconnectExceptionU3E5__1_5(Exception_t * value) { ___U3CconnectExceptionU3E5__1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CconnectExceptionU3E5__1_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_6() { return static_cast(offsetof(U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC, ___U3CU3E7__wrap1_6)); } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* get_U3CU3E7__wrap1_6() const { return ___U3CU3E7__wrap1_6; } inline IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB** get_address_of_U3CU3E7__wrap1_6() { return &___U3CU3E7__wrap1_6; } inline void set_U3CU3E7__wrap1_6(IPAddressU5BU5D_tCB5D2302BEB72DDB30825F9EF457D39EEA5001EB* value) { ___U3CU3E7__wrap1_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_6), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap2_7() { return static_cast(offsetof(U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC, ___U3CU3E7__wrap2_7)); } inline int32_t get_U3CU3E7__wrap2_7() const { return ___U3CU3E7__wrap2_7; } inline int32_t* get_address_of_U3CU3E7__wrap2_7() { return &___U3CU3E7__wrap2_7; } inline void set_U3CU3E7__wrap2_7(int32_t value) { ___U3CU3E7__wrap2_7 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } }; // System.Net.WebConnectionTunnel/d__42 struct U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 { public: // System.Int32 System.Net.WebConnectionTunnel/d__42::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Net.WebConnectionTunnel/d__42::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Net.WebConnectionTunnel System.Net.WebConnectionTunnel/d__42::<>4__this WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * ___U3CU3E4__this_2; // System.IO.Stream System.Net.WebConnectionTunnel/d__42::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_3; // System.Threading.CancellationToken System.Net.WebConnectionTunnel/d__42::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_4; // System.Boolean System.Net.WebConnectionTunnel/d__42::5__1 bool ___U3Chave_authU3E5__1_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.WebConnectionTunnel/d__42::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> System.Net.WebConnectionTunnel/d__42::<>u__2 ConfiguredTaskAwaiter_tC88E9B03DD6B9B69FBF96347FE6DA623318E265C ___U3CU3Eu__2_7; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44, ___U3CU3E4__this_2)); } inline WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(WebConnectionTunnel_t0DEDF9AB5FFB065A77FAAA0F72C6C4763CDBC925 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_stream_3() { return static_cast(offsetof(U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44, ___stream_3)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_3() const { return ___stream_3; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_3() { return &___stream_3; } inline void set_stream_3(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_3), (void*)value); } inline static int32_t get_offset_of_cancellationToken_4() { return static_cast(offsetof(U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44, ___cancellationToken_4)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_4() const { return ___cancellationToken_4; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_4() { return &___cancellationToken_4; } inline void set_cancellationToken_4(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_4))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3Chave_authU3E5__1_5() { return static_cast(offsetof(U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44, ___U3Chave_authU3E5__1_5)); } inline bool get_U3Chave_authU3E5__1_5() const { return ___U3Chave_authU3E5__1_5; } inline bool* get_address_of_U3Chave_authU3E5__1_5() { return &___U3Chave_authU3E5__1_5; } inline void set_U3Chave_authU3E5__1_5(bool value) { ___U3Chave_authU3E5__1_5 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_6() { return static_cast(offsetof(U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44, ___U3CU3Eu__1_6)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_6() const { return ___U3CU3Eu__1_6; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_6() { return &___U3CU3Eu__1_6; } inline void set_U3CU3Eu__1_6(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__2_7() { return static_cast(offsetof(U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44, ___U3CU3Eu__2_7)); } inline ConfiguredTaskAwaiter_tC88E9B03DD6B9B69FBF96347FE6DA623318E265C get_U3CU3Eu__2_7() const { return ___U3CU3Eu__2_7; } inline ConfiguredTaskAwaiter_tC88E9B03DD6B9B69FBF96347FE6DA623318E265C * get_address_of_U3CU3Eu__2_7() { return &___U3CU3Eu__2_7; } inline void set_U3CU3Eu__2_7(ConfiguredTaskAwaiter_tC88E9B03DD6B9B69FBF96347FE6DA623318E265C value) { ___U3CU3Eu__2_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_7))->___m_task_0), (void*)NULL); } }; // System.Net.WebRequestStream/d__30 struct U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 { public: // System.Int32 System.Net.WebRequestStream/d__30::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Net.WebRequestStream/d__30::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Net.WebRequestStream System.Net.WebRequestStream/d__30::<>4__this WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * ___U3CU3E4__this_2; // System.Threading.CancellationToken System.Net.WebRequestStream/d__30::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.WebRequestStream/d__30::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877, ___U3CU3E4__this_2)); } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_cancellationToken_3() { return static_cast(offsetof(U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877, ___cancellationToken_3)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_3() const { return ___cancellationToken_3; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_3() { return &___cancellationToken_3; } inline void set_cancellationToken_3(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_3))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__1_4() { return static_cast(offsetof(U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877, ___U3CU3Eu__1_4)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_4() const { return ___U3CU3Eu__1_4; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_4() { return &___U3CU3Eu__1_4; } inline void set_U3CU3Eu__1_4(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); } }; // System.Net.WebRequestStream/d__34 struct U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF { public: // System.Int32 System.Net.WebRequestStream/d__34::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Net.WebRequestStream/d__34::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Net.WebRequestStream System.Net.WebRequestStream/d__34::<>4__this WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * ___U3CU3E4__this_2; // System.Threading.CancellationToken System.Net.WebRequestStream/d__34::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.WebRequestStream/d__34::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_4; // System.Runtime.CompilerServices.TaskAwaiter System.Net.WebRequestStream/d__34::<>u__2 TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C ___U3CU3Eu__2_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF, ___U3CU3E4__this_2)); } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_cancellationToken_3() { return static_cast(offsetof(U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF, ___cancellationToken_3)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_3() const { return ___cancellationToken_3; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_3() { return &___cancellationToken_3; } inline void set_cancellationToken_3(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_3))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__1_4() { return static_cast(offsetof(U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF, ___U3CU3Eu__1_4)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_4() const { return ___U3CU3Eu__1_4; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_4() { return &___U3CU3Eu__1_4; } inline void set_U3CU3Eu__1_4(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__2_5() { return static_cast(offsetof(U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF, ___U3CU3Eu__2_5)); } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C get_U3CU3Eu__2_5() const { return ___U3CU3Eu__2_5; } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * get_address_of_U3CU3Eu__2_5() { return &___U3CU3Eu__2_5; } inline void set_U3CU3Eu__2_5(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C value) { ___U3CU3Eu__2_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_5))->___m_task_0), (void*)NULL); } }; // System.Net.WebRequestStream/d__32 struct U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D { public: // System.Int32 System.Net.WebRequestStream/d__32::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Net.WebRequestStream/d__32::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Net.WebRequestStream System.Net.WebRequestStream/d__32::<>4__this WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * ___U3CU3E4__this_2; // System.Threading.CancellationToken System.Net.WebRequestStream/d__32::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_3; // System.Int32 System.Net.WebRequestStream/d__32::size int32_t ___size_4; // System.Byte[] System.Net.WebRequestStream/d__32::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_5; // System.Int32 System.Net.WebRequestStream/d__32::offset int32_t ___offset_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.WebRequestStream/d__32::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_7; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D, ___U3CU3E4__this_2)); } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_cancellationToken_3() { return static_cast(offsetof(U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D, ___cancellationToken_3)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_3() const { return ___cancellationToken_3; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_3() { return &___cancellationToken_3; } inline void set_cancellationToken_3(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_3))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_size_4() { return static_cast(offsetof(U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D, ___size_4)); } inline int32_t get_size_4() const { return ___size_4; } inline int32_t* get_address_of_size_4() { return &___size_4; } inline void set_size_4(int32_t value) { ___size_4 = value; } inline static int32_t get_offset_of_buffer_5() { return static_cast(offsetof(U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D, ___buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buffer_5() const { return ___buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buffer_5() { return &___buffer_5; } inline void set_buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_5), (void*)value); } inline static int32_t get_offset_of_offset_6() { return static_cast(offsetof(U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D, ___offset_6)); } inline int32_t get_offset_6() const { return ___offset_6; } inline int32_t* get_address_of_offset_6() { return &___offset_6; } inline void set_offset_6(int32_t value) { ___offset_6 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_7() { return static_cast(offsetof(U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D, ___U3CU3Eu__1_7)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_7() const { return ___U3CU3Eu__1_7; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_7() { return &___U3CU3Eu__1_7; } inline void set_U3CU3Eu__1_7(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); } }; // System.Net.WebRequestStream/d__35 struct U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 { public: // System.Int32 System.Net.WebRequestStream/d__35::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Net.WebRequestStream/d__35::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Net.WebRequestStream System.Net.WebRequestStream/d__35::<>4__this WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * ___U3CU3E4__this_2; // System.Threading.CancellationToken System.Net.WebRequestStream/d__35::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_3; // System.Boolean System.Net.WebRequestStream/d__35::setInternalLength bool ___setInternalLength_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.WebRequestStream/d__35::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20, ___U3CU3E4__this_2)); } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_cancellationToken_3() { return static_cast(offsetof(U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20, ___cancellationToken_3)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_3() const { return ___cancellationToken_3; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_3() { return &___cancellationToken_3; } inline void set_cancellationToken_3(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_3))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_setInternalLength_4() { return static_cast(offsetof(U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20, ___setInternalLength_4)); } inline bool get_setInternalLength_4() const { return ___setInternalLength_4; } inline bool* get_address_of_setInternalLength_4() { return &___setInternalLength_4; } inline void set_setInternalLength_4(bool value) { ___setInternalLength_4 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_5() { return static_cast(offsetof(U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20, ___U3CU3Eu__1_5)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_5() const { return ___U3CU3Eu__1_5; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_5() { return &___U3CU3Eu__1_5; } inline void set_U3CU3Eu__1_5(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); } }; // System.Net.WebRequestStream/d__31 struct U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED { public: // System.Int32 System.Net.WebRequestStream/d__31::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Net.WebRequestStream/d__31::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Net.WebRequestStream System.Net.WebRequestStream/d__31::<>4__this WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * ___U3CU3E4__this_2; // System.Threading.CancellationToken System.Net.WebRequestStream/d__31::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_3; // System.Byte[] System.Net.WebRequestStream/d__31::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_4; // System.Int32 System.Net.WebRequestStream/d__31::offset int32_t ___offset_5; // System.Int32 System.Net.WebRequestStream/d__31::size int32_t ___size_6; // System.Net.WebCompletionSource System.Net.WebRequestStream/d__31::5__1 WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * ___U3CcompletionU3E5__1_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.WebRequestStream/d__31::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_8; // System.Runtime.CompilerServices.TaskAwaiter System.Net.WebRequestStream/d__31::<>u__2 TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C ___U3CU3Eu__2_9; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED, ___U3CU3E4__this_2)); } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_cancellationToken_3() { return static_cast(offsetof(U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED, ___cancellationToken_3)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_3() const { return ___cancellationToken_3; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_3() { return &___cancellationToken_3; } inline void set_cancellationToken_3(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_3))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_buffer_4() { return static_cast(offsetof(U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED, ___buffer_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buffer_4() const { return ___buffer_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buffer_4() { return &___buffer_4; } inline void set_buffer_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_4), (void*)value); } inline static int32_t get_offset_of_offset_5() { return static_cast(offsetof(U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED, ___offset_5)); } inline int32_t get_offset_5() const { return ___offset_5; } inline int32_t* get_address_of_offset_5() { return &___offset_5; } inline void set_offset_5(int32_t value) { ___offset_5 = value; } inline static int32_t get_offset_of_size_6() { return static_cast(offsetof(U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED, ___size_6)); } inline int32_t get_size_6() const { return ___size_6; } inline int32_t* get_address_of_size_6() { return &___size_6; } inline void set_size_6(int32_t value) { ___size_6 = value; } inline static int32_t get_offset_of_U3CcompletionU3E5__1_7() { return static_cast(offsetof(U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED, ___U3CcompletionU3E5__1_7)); } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * get_U3CcompletionU3E5__1_7() const { return ___U3CcompletionU3E5__1_7; } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E ** get_address_of_U3CcompletionU3E5__1_7() { return &___U3CcompletionU3E5__1_7; } inline void set_U3CcompletionU3E5__1_7(WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * value) { ___U3CcompletionU3E5__1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CcompletionU3E5__1_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__2_9() { return static_cast(offsetof(U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED, ___U3CU3Eu__2_9)); } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C get_U3CU3Eu__2_9() const { return ___U3CU3Eu__2_9; } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * get_address_of_U3CU3Eu__2_9() { return &___U3CU3Eu__2_9; } inline void set_U3CU3Eu__2_9(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C value) { ___U3CU3Eu__2_9 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_9))->___m_task_0), (void*)NULL); } }; // System.Net.WebRequestStream/d__38 struct U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 { public: // System.Int32 System.Net.WebRequestStream/d__38::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Net.WebRequestStream/d__38::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Net.WebRequestStream System.Net.WebRequestStream/d__38::<>4__this WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * ___U3CU3E4__this_2; // System.Threading.Tasks.Task System.Net.WebRequestStream/d__38::5__1 Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___U3CtimeoutTaskU3E5__1_3; // System.Threading.CancellationTokenSource System.Net.WebRequestStream/d__38::5__2 CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___U3CctsU3E5__2_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Net.WebRequestStream/d__38::<>u__1 ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 ___U3CU3Eu__1_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.WebRequestStream/d__38::<>u__2 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__2_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607, ___U3CU3E4__this_2)); } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CtimeoutTaskU3E5__1_3() { return static_cast(offsetof(U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607, ___U3CtimeoutTaskU3E5__1_3)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_U3CtimeoutTaskU3E5__1_3() const { return ___U3CtimeoutTaskU3E5__1_3; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_U3CtimeoutTaskU3E5__1_3() { return &___U3CtimeoutTaskU3E5__1_3; } inline void set_U3CtimeoutTaskU3E5__1_3(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___U3CtimeoutTaskU3E5__1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CtimeoutTaskU3E5__1_3), (void*)value); } inline static int32_t get_offset_of_U3CctsU3E5__2_4() { return static_cast(offsetof(U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607, ___U3CctsU3E5__2_4)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_U3CctsU3E5__2_4() const { return ___U3CctsU3E5__2_4; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_U3CctsU3E5__2_4() { return &___U3CctsU3E5__2_4; } inline void set_U3CctsU3E5__2_4(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___U3CctsU3E5__2_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CctsU3E5__2_4), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_5() { return static_cast(offsetof(U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607, ___U3CU3Eu__1_5)); } inline ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 get_U3CU3Eu__1_5() const { return ___U3CU3Eu__1_5; } inline ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 * get_address_of_U3CU3Eu__1_5() { return &___U3CU3Eu__1_5; } inline void set_U3CU3Eu__1_5(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 value) { ___U3CU3Eu__1_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__2_6() { return static_cast(offsetof(U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607, ___U3CU3Eu__2_6)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__2_6() const { return ___U3CU3Eu__2_6; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__2_6() { return &___U3CU3Eu__2_6; } inline void set_U3CU3Eu__2_6(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__2_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_6))->___m_task_0), (void*)NULL); } }; // System.Net.WebRequestStream/d__37 struct U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC { public: // System.Int32 System.Net.WebRequestStream/d__37::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Net.WebRequestStream/d__37::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Net.WebRequestStream System.Net.WebRequestStream/d__37::<>4__this WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * ___U3CU3E4__this_2; // System.Threading.CancellationToken System.Net.WebRequestStream/d__37::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.WebRequestStream/d__37::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC, ___U3CU3E4__this_2)); } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_cancellationToken_3() { return static_cast(offsetof(U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC, ___cancellationToken_3)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_3() const { return ___cancellationToken_3; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_3() { return &___cancellationToken_3; } inline void set_cancellationToken_3(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_3))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__1_4() { return static_cast(offsetof(U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC, ___U3CU3Eu__1_4)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_4() const { return ___U3CU3Eu__1_4; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_4() { return &___U3CU3Eu__1_4; } inline void set_U3CU3Eu__1_4(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); } }; // System.Net.WebRequestStream/d__36 struct U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 { public: // System.Int32 System.Net.WebRequestStream/d__36::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Net.WebRequestStream/d__36::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Net.WebRequestStream System.Net.WebRequestStream/d__36::<>4__this WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * ___U3CU3E4__this_2; // System.Threading.CancellationToken System.Net.WebRequestStream/d__36::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_3; // System.Net.BufferOffsetSize System.Net.WebRequestStream/d__36::5__1 BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * ___U3CbufferU3E5__1_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.WebRequestStream/d__36::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_5; // System.Runtime.CompilerServices.TaskAwaiter System.Net.WebRequestStream/d__36::<>u__2 TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C ___U3CU3Eu__2_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2, ___U3CU3E4__this_2)); } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_cancellationToken_3() { return static_cast(offsetof(U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2, ___cancellationToken_3)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_3() const { return ___cancellationToken_3; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_3() { return &___cancellationToken_3; } inline void set_cancellationToken_3(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_3))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CbufferU3E5__1_4() { return static_cast(offsetof(U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2, ___U3CbufferU3E5__1_4)); } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * get_U3CbufferU3E5__1_4() const { return ___U3CbufferU3E5__1_4; } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F ** get_address_of_U3CbufferU3E5__1_4() { return &___U3CbufferU3E5__1_4; } inline void set_U3CbufferU3E5__1_4(BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * value) { ___U3CbufferU3E5__1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CbufferU3E5__1_4), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_5() { return static_cast(offsetof(U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2, ___U3CU3Eu__1_5)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_5() const { return ___U3CU3Eu__1_5; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_5() { return &___U3CU3Eu__1_5; } inline void set_U3CU3Eu__1_5(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__2_6() { return static_cast(offsetof(U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2, ___U3CU3Eu__2_6)); } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C get_U3CU3Eu__2_6() const { return ___U3CU3Eu__2_6; } inline TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * get_address_of_U3CU3Eu__2_6() { return &___U3CU3Eu__2_6; } inline void set_U3CU3Eu__2_6(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C value) { ___U3CU3Eu__2_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_6))->___m_task_0), (void*)NULL); } }; // System.Net.WebResponseStream/d__61 struct U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 { public: // System.Int32 System.Net.WebResponseStream/d__61::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Net.WebResponseStream/d__61::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Net.WebResponseStream System.Net.WebResponseStream/d__61::<>4__this WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * ___U3CU3E4__this_2; // System.Threading.CancellationToken System.Net.WebResponseStream/d__61::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_3; // System.Net.BufferOffsetSize System.Net.WebResponseStream/d__61::5__1 BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * ___U3CbufferU3E5__1_4; // System.Net.ReadState System.Net.WebResponseStream/d__61::5__2 int32_t ___U3CstateU3E5__2_5; // System.Int32 System.Net.WebResponseStream/d__61::5__3 int32_t ___U3CpositionU3E5__3_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Net.WebResponseStream/d__61::<>u__1 ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 ___U3CU3Eu__1_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.WebResponseStream/d__61::<>u__2 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__2_8; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937, ___U3CU3E4__this_2)); } inline WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_cancellationToken_3() { return static_cast(offsetof(U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937, ___cancellationToken_3)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_3() const { return ___cancellationToken_3; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_3() { return &___cancellationToken_3; } inline void set_cancellationToken_3(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_3))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CbufferU3E5__1_4() { return static_cast(offsetof(U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937, ___U3CbufferU3E5__1_4)); } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * get_U3CbufferU3E5__1_4() const { return ___U3CbufferU3E5__1_4; } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F ** get_address_of_U3CbufferU3E5__1_4() { return &___U3CbufferU3E5__1_4; } inline void set_U3CbufferU3E5__1_4(BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * value) { ___U3CbufferU3E5__1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CbufferU3E5__1_4), (void*)value); } inline static int32_t get_offset_of_U3CstateU3E5__2_5() { return static_cast(offsetof(U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937, ___U3CstateU3E5__2_5)); } inline int32_t get_U3CstateU3E5__2_5() const { return ___U3CstateU3E5__2_5; } inline int32_t* get_address_of_U3CstateU3E5__2_5() { return &___U3CstateU3E5__2_5; } inline void set_U3CstateU3E5__2_5(int32_t value) { ___U3CstateU3E5__2_5 = value; } inline static int32_t get_offset_of_U3CpositionU3E5__3_6() { return static_cast(offsetof(U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937, ___U3CpositionU3E5__3_6)); } inline int32_t get_U3CpositionU3E5__3_6() const { return ___U3CpositionU3E5__3_6; } inline int32_t* get_address_of_U3CpositionU3E5__3_6() { return &___U3CpositionU3E5__3_6; } inline void set_U3CpositionU3E5__3_6(int32_t value) { ___U3CpositionU3E5__3_6 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_7() { return static_cast(offsetof(U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937, ___U3CU3Eu__1_7)); } inline ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 get_U3CU3Eu__1_7() const { return ___U3CU3Eu__1_7; } inline ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * get_address_of_U3CU3Eu__1_7() { return &___U3CU3Eu__1_7; } inline void set_U3CU3Eu__1_7(ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 value) { ___U3CU3Eu__1_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__2_8() { return static_cast(offsetof(U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937, ___U3CU3Eu__2_8)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__2_8() const { return ___U3CU3Eu__2_8; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__2_8() { return &___U3CU3Eu__2_8; } inline void set_U3CU3Eu__2_8(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__2_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_8))->___m_task_0), (void*)NULL); } }; // System.Net.WebResponseStream/d__56 struct U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 { public: // System.Int32 System.Net.WebResponseStream/d__56::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Net.WebResponseStream/d__56::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Net.WebResponseStream System.Net.WebResponseStream/d__56::<>4__this WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * ___U3CU3E4__this_2; // System.Net.BufferOffsetSize System.Net.WebResponseStream/d__56::buffer BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * ___buffer_3; // System.Threading.CancellationToken System.Net.WebResponseStream/d__56::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_4; // System.String System.Net.WebResponseStream/d__56::5__1 String_t* ___U3CmeU3E5__1_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.WebResponseStream/d__56::<>u__1 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__1_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233, ___U3CU3E4__this_2)); } inline WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_buffer_3() { return static_cast(offsetof(U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233, ___buffer_3)); } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * get_buffer_3() const { return ___buffer_3; } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F ** get_address_of_buffer_3() { return &___buffer_3; } inline void set_buffer_3(BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * value) { ___buffer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_3), (void*)value); } inline static int32_t get_offset_of_cancellationToken_4() { return static_cast(offsetof(U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233, ___cancellationToken_4)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_4() const { return ___cancellationToken_4; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_4() { return &___cancellationToken_4; } inline void set_cancellationToken_4(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_4))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CmeU3E5__1_5() { return static_cast(offsetof(U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233, ___U3CmeU3E5__1_5)); } inline String_t* get_U3CmeU3E5__1_5() const { return ___U3CmeU3E5__1_5; } inline String_t** get_address_of_U3CmeU3E5__1_5() { return &___U3CmeU3E5__1_5; } inline void set_U3CmeU3E5__1_5(String_t* value) { ___U3CmeU3E5__1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmeU3E5__1_5), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_6() { return static_cast(offsetof(U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233, ___U3CU3Eu__1_6)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__1_6() const { return ___U3CU3Eu__1_6; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__1_6() { return &___U3CU3Eu__1_6; } inline void set_U3CU3Eu__1_6(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); } }; // System.Net.WebResponseStream/d__57 struct U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE { public: // System.Int32 System.Net.WebResponseStream/d__57::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Net.WebResponseStream/d__57::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Net.WebResponseStream System.Net.WebResponseStream/d__57::<>4__this WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * ___U3CU3E4__this_2; // System.Threading.CancellationToken System.Net.WebResponseStream/d__57::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_3; // System.Net.WebCompletionSource System.Net.WebResponseStream/d__57::5__1 WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * ___U3CcompletionU3E5__1_4; // System.Threading.Tasks.Task System.Net.WebResponseStream/d__57::5__2 Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___U3CtimeoutTaskU3E5__2_5; // System.Boolean System.Net.WebResponseStream/d__57::resending bool ___resending_6; // System.IO.MemoryStream System.Net.WebResponseStream/d__57::5__3 MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___U3CmsU3E5__3_7; // System.Net.BufferOffsetSize System.Net.WebResponseStream/d__57::5__4 BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * ___U3CbufferU3E5__4_8; // System.Int32 System.Net.WebResponseStream/d__57::5__5 int32_t ___U3CreadU3E5__5_9; // System.Byte[] System.Net.WebResponseStream/d__57::5__6 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CbU3E5__6_10; // System.Int32 System.Net.WebResponseStream/d__57::5__7 int32_t ___U3CremainingU3E5__7_11; // System.Int32 System.Net.WebResponseStream/d__57::5__8 int32_t ___U3CreadSizeU3E5__8_12; // System.Int32 System.Net.WebResponseStream/d__57::5__9 int32_t ___U3Cnew_sizeU3E5__9_13; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Net.WebResponseStream/d__57::<>u__1 ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 ___U3CU3Eu__1_14; // System.Runtime.CompilerServices.TaskAwaiter`1 System.Net.WebResponseStream/d__57::<>u__2 TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 ___U3CU3Eu__2_15; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE, ___U3CU3E4__this_2)); } inline WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(WebResponseStream_tE736622E064B3EC1760F08EC5F0C5BD342E8016F * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_cancellationToken_3() { return static_cast(offsetof(U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE, ___cancellationToken_3)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_3() const { return ___cancellationToken_3; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_3() { return &___cancellationToken_3; } inline void set_cancellationToken_3(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_3))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CcompletionU3E5__1_4() { return static_cast(offsetof(U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE, ___U3CcompletionU3E5__1_4)); } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * get_U3CcompletionU3E5__1_4() const { return ___U3CcompletionU3E5__1_4; } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E ** get_address_of_U3CcompletionU3E5__1_4() { return &___U3CcompletionU3E5__1_4; } inline void set_U3CcompletionU3E5__1_4(WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * value) { ___U3CcompletionU3E5__1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CcompletionU3E5__1_4), (void*)value); } inline static int32_t get_offset_of_U3CtimeoutTaskU3E5__2_5() { return static_cast(offsetof(U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE, ___U3CtimeoutTaskU3E5__2_5)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_U3CtimeoutTaskU3E5__2_5() const { return ___U3CtimeoutTaskU3E5__2_5; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_U3CtimeoutTaskU3E5__2_5() { return &___U3CtimeoutTaskU3E5__2_5; } inline void set_U3CtimeoutTaskU3E5__2_5(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___U3CtimeoutTaskU3E5__2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CtimeoutTaskU3E5__2_5), (void*)value); } inline static int32_t get_offset_of_resending_6() { return static_cast(offsetof(U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE, ___resending_6)); } inline bool get_resending_6() const { return ___resending_6; } inline bool* get_address_of_resending_6() { return &___resending_6; } inline void set_resending_6(bool value) { ___resending_6 = value; } inline static int32_t get_offset_of_U3CmsU3E5__3_7() { return static_cast(offsetof(U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE, ___U3CmsU3E5__3_7)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_U3CmsU3E5__3_7() const { return ___U3CmsU3E5__3_7; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_U3CmsU3E5__3_7() { return &___U3CmsU3E5__3_7; } inline void set_U3CmsU3E5__3_7(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___U3CmsU3E5__3_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CmsU3E5__3_7), (void*)value); } inline static int32_t get_offset_of_U3CbufferU3E5__4_8() { return static_cast(offsetof(U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE, ___U3CbufferU3E5__4_8)); } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * get_U3CbufferU3E5__4_8() const { return ___U3CbufferU3E5__4_8; } inline BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F ** get_address_of_U3CbufferU3E5__4_8() { return &___U3CbufferU3E5__4_8; } inline void set_U3CbufferU3E5__4_8(BufferOffsetSize_tF2771CD84FA1EB3961DB41CF866EDE296987572F * value) { ___U3CbufferU3E5__4_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CbufferU3E5__4_8), (void*)value); } inline static int32_t get_offset_of_U3CreadU3E5__5_9() { return static_cast(offsetof(U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE, ___U3CreadU3E5__5_9)); } inline int32_t get_U3CreadU3E5__5_9() const { return ___U3CreadU3E5__5_9; } inline int32_t* get_address_of_U3CreadU3E5__5_9() { return &___U3CreadU3E5__5_9; } inline void set_U3CreadU3E5__5_9(int32_t value) { ___U3CreadU3E5__5_9 = value; } inline static int32_t get_offset_of_U3CbU3E5__6_10() { return static_cast(offsetof(U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE, ___U3CbU3E5__6_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CbU3E5__6_10() const { return ___U3CbU3E5__6_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CbU3E5__6_10() { return &___U3CbU3E5__6_10; } inline void set_U3CbU3E5__6_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CbU3E5__6_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CbU3E5__6_10), (void*)value); } inline static int32_t get_offset_of_U3CremainingU3E5__7_11() { return static_cast(offsetof(U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE, ___U3CremainingU3E5__7_11)); } inline int32_t get_U3CremainingU3E5__7_11() const { return ___U3CremainingU3E5__7_11; } inline int32_t* get_address_of_U3CremainingU3E5__7_11() { return &___U3CremainingU3E5__7_11; } inline void set_U3CremainingU3E5__7_11(int32_t value) { ___U3CremainingU3E5__7_11 = value; } inline static int32_t get_offset_of_U3CreadSizeU3E5__8_12() { return static_cast(offsetof(U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE, ___U3CreadSizeU3E5__8_12)); } inline int32_t get_U3CreadSizeU3E5__8_12() const { return ___U3CreadSizeU3E5__8_12; } inline int32_t* get_address_of_U3CreadSizeU3E5__8_12() { return &___U3CreadSizeU3E5__8_12; } inline void set_U3CreadSizeU3E5__8_12(int32_t value) { ___U3CreadSizeU3E5__8_12 = value; } inline static int32_t get_offset_of_U3Cnew_sizeU3E5__9_13() { return static_cast(offsetof(U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE, ___U3Cnew_sizeU3E5__9_13)); } inline int32_t get_U3Cnew_sizeU3E5__9_13() const { return ___U3Cnew_sizeU3E5__9_13; } inline int32_t* get_address_of_U3Cnew_sizeU3E5__9_13() { return &___U3Cnew_sizeU3E5__9_13; } inline void set_U3Cnew_sizeU3E5__9_13(int32_t value) { ___U3Cnew_sizeU3E5__9_13 = value; } inline static int32_t get_offset_of_U3CU3Eu__1_14() { return static_cast(offsetof(U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE, ___U3CU3Eu__1_14)); } inline ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 get_U3CU3Eu__1_14() const { return ___U3CU3Eu__1_14; } inline ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 * get_address_of_U3CU3Eu__1_14() { return &___U3CU3Eu__1_14; } inline void set_U3CU3Eu__1_14(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 value) { ___U3CU3Eu__1_14 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_14))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3Eu__2_15() { return static_cast(offsetof(U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE, ___U3CU3Eu__2_15)); } inline TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 get_U3CU3Eu__2_15() const { return ___U3CU3Eu__2_15; } inline TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 * get_address_of_U3CU3Eu__2_15() { return &___U3CU3Eu__2_15; } inline void set_U3CU3Eu__2_15(TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 value) { ___U3CU3Eu__2_15 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_15))->___m_task_0), (void*)NULL); } }; // System.Collections.Generic.List`1/Enumerator> struct Enumerator_tF2D0EEBD6B861D9127DD6DC36B733FD42070858C { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tF2D0EEBD6B861D9127DD6DC36B733FD42070858C, ___list_0)); } inline List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8 * get_list_0() const { return ___list_0; } inline List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tF2D0EEBD6B861D9127DD6DC36B733FD42070858C, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tF2D0EEBD6B861D9127DD6DC36B733FD42070858C, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tF2D0EEBD6B861D9127DD6DC36B733FD42070858C, ___current_3)); } inline KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((&(((&___current_3))->___value_1))->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___value_1))->___arrayValue_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___value_1))->___objectValue_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___value_1))->___anyValue_7), (void*)NULL); #endif } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tDEE846E92D2B22781FB09541CB1600E5398D3A20 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tDEE846E92D2B22781FB09541CB1600E5398D3A20, ___list_0)); } inline List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1 * get_list_0() const { return ___list_0; } inline List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tDEE846E92D2B22781FB09541CB1600E5398D3A20, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tDEE846E92D2B22781FB09541CB1600E5398D3A20, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tDEE846E92D2B22781FB09541CB1600E5398D3A20, ___current_3)); } inline NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 get_current_3() const { return ___current_3; } inline NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___U3CnameU3Ek__BackingField_1), (void*)NULL); } }; // System.Func`2,System.Boolean> struct Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590 : public MulticastDelegate_t { public: public: }; // System.Func`2,UnityEngine.InputSystem.Utilities.InternedString> struct Func_2_tB181F4C9A24C0634DF4A10CFBFFE6B45B3796BBC : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Object> struct Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 : public MulticastDelegate_t { public: public: }; // System.Func`2,UnityEngine.Vector3> struct Func_2_tA045F594CBBEA9AA0E0824330A9B30800026295A : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tA21678F1D9F9F4617D645755285D28EDE5F9AE44 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tFCD6A6C1519D44FD229DC69C653660BA2DD719BE : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF : public MulticastDelegate_t { public: public: }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t7D48AFB757708D9BB941B0AA1D5B3984927D2DB5 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t7D48AFB757708D9BB941B0AA1D5B3984927D2DB5, ___threadId_0)); } inline int32_t get_threadId_0() const { return ___threadId_0; } inline int32_t* get_address_of_threadId_0() { return &___threadId_0; } inline void set_threadId_0(int32_t value) { ___threadId_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Iterator_1_t7D48AFB757708D9BB941B0AA1D5B3984927D2DB5, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(Iterator_1_t7D48AFB757708D9BB941B0AA1D5B3984927D2DB5, ___current_2)); } inline KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 get_current_2() const { return ___current_2; } inline KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((&(((&___current_2))->___value_1))->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_2))->___value_1))->___arrayValue_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_2))->___value_1))->___objectValue_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_2))->___value_1))->___anyValue_7), (void*)NULL); #endif } }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_t9E38DF3C13A026A9B6715FE53B4AAE40A5F18AF9 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t9E38DF3C13A026A9B6715FE53B4AAE40A5F18AF9, ___threadId_0)); } inline int32_t get_threadId_0() const { return ___threadId_0; } inline int32_t* get_address_of_threadId_0() { return &___threadId_0; } inline void set_threadId_0(int32_t value) { ___threadId_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Iterator_1_t9E38DF3C13A026A9B6715FE53B4AAE40A5F18AF9, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(Iterator_1_t9E38DF3C13A026A9B6715FE53B4AAE40A5F18AF9, ___current_2)); } inline NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 get_current_2() const { return ___current_2; } inline NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->___U3CnameU3Ek__BackingField_1), (void*)NULL); } }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_t2F7487B4BF5A9E71CBE06091C45AF7D98CF9F1AC : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_tF2D95CC18A66F3DE682EAC9B88E865750DFAEF60 ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectListIterator_2_t2F7487B4BF5A9E71CBE06091C45AF7D98CF9F1AC, ___source_3)); } inline List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 * get_source_3() const { return ___source_3; } inline List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectListIterator_2_t2F7487B4BF5A9E71CBE06091C45AF7D98CF9F1AC, ___predicate_4)); } inline Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectListIterator_2_t2F7487B4BF5A9E71CBE06091C45AF7D98CF9F1AC, ___selector_5)); } inline Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * get_selector_5() const { return ___selector_5; } inline Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectListIterator_2_t2F7487B4BF5A9E71CBE06091C45AF7D98CF9F1AC, ___enumerator_6)); } inline Enumerator_tF2D95CC18A66F3DE682EAC9B88E865750DFAEF60 get_enumerator_6() const { return ___enumerator_6; } inline Enumerator_tF2D95CC18A66F3DE682EAC9B88E865750DFAEF60 * get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(Enumerator_tF2D95CC18A66F3DE682EAC9B88E865750DFAEF60 value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((&(((&___enumerator_6))->___current_3))->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_6))->___current_3))->___arrayValue_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_6))->___current_3))->___objectValue_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_6))->___current_3))->___anyValue_7), (void*)NULL); #endif } }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.InputSystem.EnhancedTouch.Touch struct Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21 { public: // UnityEngine.InputSystem.EnhancedTouch.Finger UnityEngine.InputSystem.EnhancedTouch.Touch::m_Finger Finger_t3B83C972B2375B2C4628C53FE90CE859951A677F * ___m_Finger_0; // UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record UnityEngine.InputSystem.EnhancedTouch.Touch::m_TouchRecord Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110 ___m_TouchRecord_1; public: inline static int32_t get_offset_of_m_Finger_0() { return static_cast(offsetof(Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21, ___m_Finger_0)); } inline Finger_t3B83C972B2375B2C4628C53FE90CE859951A677F * get_m_Finger_0() const { return ___m_Finger_0; } inline Finger_t3B83C972B2375B2C4628C53FE90CE859951A677F ** get_address_of_m_Finger_0() { return &___m_Finger_0; } inline void set_m_Finger_0(Finger_t3B83C972B2375B2C4628C53FE90CE859951A677F * value) { ___m_Finger_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Finger_0), (void*)value); } inline static int32_t get_offset_of_m_TouchRecord_1() { return static_cast(offsetof(Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21, ___m_TouchRecord_1)); } inline Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110 get_m_TouchRecord_1() const { return ___m_TouchRecord_1; } inline Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110 * get_address_of_m_TouchRecord_1() { return &___m_TouchRecord_1; } inline void set_m_TouchRecord_1(Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110 value) { ___m_TouchRecord_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_TouchRecord_1))->___m_Owner_0), (void*)NULL); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.EnhancedTouch.Touch struct Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21_marshaled_pinvoke { Finger_t3B83C972B2375B2C4628C53FE90CE859951A677F * ___m_Finger_0; Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110 ___m_TouchRecord_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.EnhancedTouch.Touch struct Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21_marshaled_com { Finger_t3B83C972B2375B2C4628C53FE90CE859951A677F * ___m_Finger_0; Record_t66AF7A083A5E272F632199AC60E7F86B0E68F110 ___m_TouchRecord_1; }; // UnityEngine.InputSystem.InputControlScheme/MatchResult struct MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E { public: // UnityEngine.InputSystem.InputControlScheme/MatchResult/Result UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Result int32_t ___m_Result_0; // System.Single UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Score float ___m_Score_1; // UnityEngine.InputSystem.InputControlList`1 UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Devices InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 ___m_Devices_2; // UnityEngine.InputSystem.InputControlList`1 UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Controls InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A ___m_Controls_3; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Requirements DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* ___m_Requirements_4; public: inline static int32_t get_offset_of_m_Result_0() { return static_cast(offsetof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E, ___m_Result_0)); } inline int32_t get_m_Result_0() const { return ___m_Result_0; } inline int32_t* get_address_of_m_Result_0() { return &___m_Result_0; } inline void set_m_Result_0(int32_t value) { ___m_Result_0 = value; } inline static int32_t get_offset_of_m_Score_1() { return static_cast(offsetof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E, ___m_Score_1)); } inline float get_m_Score_1() const { return ___m_Score_1; } inline float* get_address_of_m_Score_1() { return &___m_Score_1; } inline void set_m_Score_1(float value) { ___m_Score_1 = value; } inline static int32_t get_offset_of_m_Devices_2() { return static_cast(offsetof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E, ___m_Devices_2)); } inline InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 get_m_Devices_2() const { return ___m_Devices_2; } inline InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 * get_address_of_m_Devices_2() { return &___m_Devices_2; } inline void set_m_Devices_2(InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 value) { ___m_Devices_2 = value; } inline static int32_t get_offset_of_m_Controls_3() { return static_cast(offsetof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E, ___m_Controls_3)); } inline InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A get_m_Controls_3() const { return ___m_Controls_3; } inline InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A * get_address_of_m_Controls_3() { return &___m_Controls_3; } inline void set_m_Controls_3(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A value) { ___m_Controls_3 = value; } inline static int32_t get_offset_of_m_Requirements_4() { return static_cast(offsetof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E, ___m_Requirements_4)); } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* get_m_Requirements_4() const { return ___m_Requirements_4; } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795** get_address_of_m_Requirements_4() { return &___m_Requirements_4; } inline void set_m_Requirements_4(DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* value) { ___m_Requirements_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Requirements_4), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme/MatchResult struct MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E_marshaled_pinvoke { int32_t ___m_Result_0; float ___m_Score_1; InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 ___m_Devices_2; InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A ___m_Controls_3; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke* ___m_Requirements_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme/MatchResult struct MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E_marshaled_com { int32_t ___m_Result_0; float ___m_Score_1; InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 ___m_Devices_2; InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A ___m_Controls_3; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com* ___m_Requirements_4; }; // System.Linq.Enumerable/WhereSelectListIterator`2,System.Object> struct WhereSelectListIterator_2_t15BF3EF128C005C26DE8132D49E71B3C1FE6E211 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8 * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_tF2D0EEBD6B861D9127DD6DC36B733FD42070858C ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectListIterator_2_t15BF3EF128C005C26DE8132D49E71B3C1FE6E211, ___source_3)); } inline List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8 * get_source_3() const { return ___source_3; } inline List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8 ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8 * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectListIterator_2_t15BF3EF128C005C26DE8132D49E71B3C1FE6E211, ___predicate_4)); } inline Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectListIterator_2_t15BF3EF128C005C26DE8132D49E71B3C1FE6E211, ___selector_5)); } inline Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * get_selector_5() const { return ___selector_5; } inline Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectListIterator_2_t15BF3EF128C005C26DE8132D49E71B3C1FE6E211, ___enumerator_6)); } inline Enumerator_tF2D0EEBD6B861D9127DD6DC36B733FD42070858C get_enumerator_6() const { return ___enumerator_6; } inline Enumerator_tF2D0EEBD6B861D9127DD6DC36B733FD42070858C * get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(Enumerator_tF2D0EEBD6B861D9127DD6DC36B733FD42070858C value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_6))->___current_3))->___key_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((&((&(((&___enumerator_6))->___current_3))->___value_1))->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___enumerator_6))->___current_3))->___value_1))->___arrayValue_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___enumerator_6))->___current_3))->___value_1))->___objectValue_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___enumerator_6))->___current_3))->___value_1))->___anyValue_7), (void*)NULL); #endif } }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_tA4D5B2B639DCB29B4C84236B3E2651F17B522430 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1 * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_tDEE846E92D2B22781FB09541CB1600E5398D3A20 ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectListIterator_2_tA4D5B2B639DCB29B4C84236B3E2651F17B522430, ___source_3)); } inline List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1 * get_source_3() const { return ___source_3; } inline List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1 ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1 * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereSelectListIterator_2_tA4D5B2B639DCB29B4C84236B3E2651F17B522430, ___predicate_4)); } inline Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(WhereSelectListIterator_2_tA4D5B2B639DCB29B4C84236B3E2651F17B522430, ___selector_5)); } inline Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * get_selector_5() const { return ___selector_5; } inline Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_enumerator_6() { return static_cast(offsetof(WhereSelectListIterator_2_tA4D5B2B639DCB29B4C84236B3E2651F17B522430, ___enumerator_6)); } inline Enumerator_tDEE846E92D2B22781FB09541CB1600E5398D3A20 get_enumerator_6() const { return ___enumerator_6; } inline Enumerator_tDEE846E92D2B22781FB09541CB1600E5398D3A20 * get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(Enumerator_tDEE846E92D2B22781FB09541CB1600E5398D3A20 value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_6))->___current_3))->___U3CnameU3Ek__BackingField_1), (void*)NULL); #endif } }; // ComponentUtil struct ComponentUtil_t2FE8AEB2E36094048D6DE4D110CCF2961DC47565 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // UnityEngine.Rendering.UI.DebugUIHandlerWidget struct DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Color UnityEngine.Rendering.UI.DebugUIHandlerWidget::colorDefault Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___colorDefault_4; // UnityEngine.Color UnityEngine.Rendering.UI.DebugUIHandlerWidget::colorSelected Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___colorSelected_5; // UnityEngine.Rendering.UI.DebugUIHandlerWidget UnityEngine.Rendering.UI.DebugUIHandlerWidget::k__BackingField DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667 * ___U3CparentUIHandlerU3Ek__BackingField_6; // UnityEngine.Rendering.UI.DebugUIHandlerWidget UnityEngine.Rendering.UI.DebugUIHandlerWidget::k__BackingField DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667 * ___U3CpreviousUIHandlerU3Ek__BackingField_7; // UnityEngine.Rendering.UI.DebugUIHandlerWidget UnityEngine.Rendering.UI.DebugUIHandlerWidget::k__BackingField DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667 * ___U3CnextUIHandlerU3Ek__BackingField_8; // UnityEngine.Rendering.DebugUI/Widget UnityEngine.Rendering.UI.DebugUIHandlerWidget::m_Widget Widget_t7CB209495D292E15C11767D22EEC646A2FAC8D7D * ___m_Widget_9; public: inline static int32_t get_offset_of_colorDefault_4() { return static_cast(offsetof(DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667, ___colorDefault_4)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_colorDefault_4() const { return ___colorDefault_4; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_colorDefault_4() { return &___colorDefault_4; } inline void set_colorDefault_4(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___colorDefault_4 = value; } inline static int32_t get_offset_of_colorSelected_5() { return static_cast(offsetof(DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667, ___colorSelected_5)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_colorSelected_5() const { return ___colorSelected_5; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_colorSelected_5() { return &___colorSelected_5; } inline void set_colorSelected_5(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___colorSelected_5 = value; } inline static int32_t get_offset_of_U3CparentUIHandlerU3Ek__BackingField_6() { return static_cast(offsetof(DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667, ___U3CparentUIHandlerU3Ek__BackingField_6)); } inline DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667 * get_U3CparentUIHandlerU3Ek__BackingField_6() const { return ___U3CparentUIHandlerU3Ek__BackingField_6; } inline DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667 ** get_address_of_U3CparentUIHandlerU3Ek__BackingField_6() { return &___U3CparentUIHandlerU3Ek__BackingField_6; } inline void set_U3CparentUIHandlerU3Ek__BackingField_6(DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667 * value) { ___U3CparentUIHandlerU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CparentUIHandlerU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CpreviousUIHandlerU3Ek__BackingField_7() { return static_cast(offsetof(DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667, ___U3CpreviousUIHandlerU3Ek__BackingField_7)); } inline DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667 * get_U3CpreviousUIHandlerU3Ek__BackingField_7() const { return ___U3CpreviousUIHandlerU3Ek__BackingField_7; } inline DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667 ** get_address_of_U3CpreviousUIHandlerU3Ek__BackingField_7() { return &___U3CpreviousUIHandlerU3Ek__BackingField_7; } inline void set_U3CpreviousUIHandlerU3Ek__BackingField_7(DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667 * value) { ___U3CpreviousUIHandlerU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CpreviousUIHandlerU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CnextUIHandlerU3Ek__BackingField_8() { return static_cast(offsetof(DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667, ___U3CnextUIHandlerU3Ek__BackingField_8)); } inline DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667 * get_U3CnextUIHandlerU3Ek__BackingField_8() const { return ___U3CnextUIHandlerU3Ek__BackingField_8; } inline DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667 ** get_address_of_U3CnextUIHandlerU3Ek__BackingField_8() { return &___U3CnextUIHandlerU3Ek__BackingField_8; } inline void set_U3CnextUIHandlerU3Ek__BackingField_8(DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667 * value) { ___U3CnextUIHandlerU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnextUIHandlerU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_m_Widget_9() { return static_cast(offsetof(DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667, ___m_Widget_9)); } inline Widget_t7CB209495D292E15C11767D22EEC646A2FAC8D7D * get_m_Widget_9() const { return ___m_Widget_9; } inline Widget_t7CB209495D292E15C11767D22EEC646A2FAC8D7D ** get_address_of_m_Widget_9() { return &___m_Widget_9; } inline void set_m_Widget_9(Widget_t7CB209495D292E15C11767D22EEC646A2FAC8D7D * value) { ___m_Widget_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Widget_9), (void*)value); } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // UnityEngine.InputSystem.Users.InputUser/UserData struct UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C { public: // System.Nullable`1 UnityEngine.InputSystem.Users.InputUser/UserData::platformUserAccountHandle Nullable_1_t78CA8D55E4A3225A51A3F5327002D3088A587B10 ___platformUserAccountHandle_0; // System.String UnityEngine.InputSystem.Users.InputUser/UserData::platformUserAccountName String_t* ___platformUserAccountName_1; // System.String UnityEngine.InputSystem.Users.InputUser/UserData::platformUserAccountId String_t* ___platformUserAccountId_2; // System.Int32 UnityEngine.InputSystem.Users.InputUser/UserData::deviceCount int32_t ___deviceCount_3; // System.Int32 UnityEngine.InputSystem.Users.InputUser/UserData::deviceStartIndex int32_t ___deviceStartIndex_4; // UnityEngine.InputSystem.IInputActionCollection UnityEngine.InputSystem.Users.InputUser/UserData::actions RuntimeObject* ___actions_5; // System.Nullable`1 UnityEngine.InputSystem.Users.InputUser/UserData::controlScheme Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA ___controlScheme_6; // UnityEngine.InputSystem.InputControlScheme/MatchResult UnityEngine.InputSystem.Users.InputUser/UserData::controlSchemeMatch MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E ___controlSchemeMatch_7; // System.Int32 UnityEngine.InputSystem.Users.InputUser/UserData::lostDeviceCount int32_t ___lostDeviceCount_8; // System.Int32 UnityEngine.InputSystem.Users.InputUser/UserData::lostDeviceStartIndex int32_t ___lostDeviceStartIndex_9; // UnityEngine.InputSystem.Users.InputUser/UserFlags UnityEngine.InputSystem.Users.InputUser/UserData::flags int32_t ___flags_10; public: inline static int32_t get_offset_of_platformUserAccountHandle_0() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___platformUserAccountHandle_0)); } inline Nullable_1_t78CA8D55E4A3225A51A3F5327002D3088A587B10 get_platformUserAccountHandle_0() const { return ___platformUserAccountHandle_0; } inline Nullable_1_t78CA8D55E4A3225A51A3F5327002D3088A587B10 * get_address_of_platformUserAccountHandle_0() { return &___platformUserAccountHandle_0; } inline void set_platformUserAccountHandle_0(Nullable_1_t78CA8D55E4A3225A51A3F5327002D3088A587B10 value) { ___platformUserAccountHandle_0 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___platformUserAccountHandle_0))->___value_0))->___m_ApiName_0), (void*)NULL); } inline static int32_t get_offset_of_platformUserAccountName_1() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___platformUserAccountName_1)); } inline String_t* get_platformUserAccountName_1() const { return ___platformUserAccountName_1; } inline String_t** get_address_of_platformUserAccountName_1() { return &___platformUserAccountName_1; } inline void set_platformUserAccountName_1(String_t* value) { ___platformUserAccountName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___platformUserAccountName_1), (void*)value); } inline static int32_t get_offset_of_platformUserAccountId_2() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___platformUserAccountId_2)); } inline String_t* get_platformUserAccountId_2() const { return ___platformUserAccountId_2; } inline String_t** get_address_of_platformUserAccountId_2() { return &___platformUserAccountId_2; } inline void set_platformUserAccountId_2(String_t* value) { ___platformUserAccountId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___platformUserAccountId_2), (void*)value); } inline static int32_t get_offset_of_deviceCount_3() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___deviceCount_3)); } inline int32_t get_deviceCount_3() const { return ___deviceCount_3; } inline int32_t* get_address_of_deviceCount_3() { return &___deviceCount_3; } inline void set_deviceCount_3(int32_t value) { ___deviceCount_3 = value; } inline static int32_t get_offset_of_deviceStartIndex_4() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___deviceStartIndex_4)); } inline int32_t get_deviceStartIndex_4() const { return ___deviceStartIndex_4; } inline int32_t* get_address_of_deviceStartIndex_4() { return &___deviceStartIndex_4; } inline void set_deviceStartIndex_4(int32_t value) { ___deviceStartIndex_4 = value; } inline static int32_t get_offset_of_actions_5() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___actions_5)); } inline RuntimeObject* get_actions_5() const { return ___actions_5; } inline RuntimeObject** get_address_of_actions_5() { return &___actions_5; } inline void set_actions_5(RuntimeObject* value) { ___actions_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___actions_5), (void*)value); } inline static int32_t get_offset_of_controlScheme_6() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___controlScheme_6)); } inline Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA get_controlScheme_6() const { return ___controlScheme_6; } inline Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA * get_address_of_controlScheme_6() { return &___controlScheme_6; } inline void set_controlScheme_6(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA value) { ___controlScheme_6 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___controlScheme_6))->___value_0))->___m_Name_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___controlScheme_6))->___value_0))->___m_BindingGroup_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___controlScheme_6))->___value_0))->___m_DeviceRequirements_2), (void*)NULL); #endif } inline static int32_t get_offset_of_controlSchemeMatch_7() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___controlSchemeMatch_7)); } inline MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E get_controlSchemeMatch_7() const { return ___controlSchemeMatch_7; } inline MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * get_address_of_controlSchemeMatch_7() { return &___controlSchemeMatch_7; } inline void set_controlSchemeMatch_7(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E value) { ___controlSchemeMatch_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___controlSchemeMatch_7))->___m_Requirements_4), (void*)NULL); } inline static int32_t get_offset_of_lostDeviceCount_8() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___lostDeviceCount_8)); } inline int32_t get_lostDeviceCount_8() const { return ___lostDeviceCount_8; } inline int32_t* get_address_of_lostDeviceCount_8() { return &___lostDeviceCount_8; } inline void set_lostDeviceCount_8(int32_t value) { ___lostDeviceCount_8 = value; } inline static int32_t get_offset_of_lostDeviceStartIndex_9() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___lostDeviceStartIndex_9)); } inline int32_t get_lostDeviceStartIndex_9() const { return ___lostDeviceStartIndex_9; } inline int32_t* get_address_of_lostDeviceStartIndex_9() { return &___lostDeviceStartIndex_9; } inline void set_lostDeviceStartIndex_9(int32_t value) { ___lostDeviceStartIndex_9 = value; } inline static int32_t get_offset_of_flags_10() { return static_cast(offsetof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C, ___flags_10)); } inline int32_t get_flags_10() const { return ___flags_10; } inline int32_t* get_address_of_flags_10() { return &___flags_10; } inline void set_flags_10(int32_t value) { ___flags_10 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Users.InputUser/UserData struct UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C_marshaled_pinvoke { Nullable_1_t78CA8D55E4A3225A51A3F5327002D3088A587B10 ___platformUserAccountHandle_0; char* ___platformUserAccountName_1; char* ___platformUserAccountId_2; int32_t ___deviceCount_3; int32_t ___deviceStartIndex_4; RuntimeObject* ___actions_5; Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA ___controlScheme_6; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E_marshaled_pinvoke ___controlSchemeMatch_7; int32_t ___lostDeviceCount_8; int32_t ___lostDeviceStartIndex_9; int32_t ___flags_10; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Users.InputUser/UserData struct UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C_marshaled_com { Nullable_1_t78CA8D55E4A3225A51A3F5327002D3088A587B10 ___platformUserAccountHandle_0; Il2CppChar* ___platformUserAccountName_1; Il2CppChar* ___platformUserAccountId_2; int32_t ___deviceCount_3; int32_t ___deviceStartIndex_4; RuntimeObject* ___actions_5; Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA ___controlScheme_6; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E_marshaled_com ___controlSchemeMatch_7; int32_t ___lostDeviceCount_8; int32_t ___lostDeviceStartIndex_9; int32_t ___flags_10; }; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // System.Boolean UnityEngine.UI.Selectable::m_EnableCalled bool ___m_EnableCalled_6; // UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A ___m_Navigation_7; // UnityEngine.UI.Selectable/Transition UnityEngine.UI.Selectable::m_Transition int32_t ___m_Transition_8; // UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___m_Colors_9; // UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E ___m_SpriteState_10; // UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * ___m_AnimationTriggers_11; // System.Boolean UnityEngine.UI.Selectable::m_Interactable bool ___m_Interactable_12; // UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___m_TargetGraphic_13; // System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction bool ___m_GroupsAllowInteraction_14; // System.Int32 UnityEngine.UI.Selectable::m_CurrentIndex int32_t ___m_CurrentIndex_15; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerInsideU3Ek__BackingField_16; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerDownU3Ek__BackingField_17; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3ChasSelectionU3Ek__BackingField_18; // System.Collections.Generic.List`1 UnityEngine.UI.Selectable::m_CanvasGroupCache List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * ___m_CanvasGroupCache_19; public: inline static int32_t get_offset_of_m_EnableCalled_6() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_EnableCalled_6)); } inline bool get_m_EnableCalled_6() const { return ___m_EnableCalled_6; } inline bool* get_address_of_m_EnableCalled_6() { return &___m_EnableCalled_6; } inline void set_m_EnableCalled_6(bool value) { ___m_EnableCalled_6 = value; } inline static int32_t get_offset_of_m_Navigation_7() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Navigation_7)); } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A get_m_Navigation_7() const { return ___m_Navigation_7; } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A * get_address_of_m_Navigation_7() { return &___m_Navigation_7; } inline void set_m_Navigation_7(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A value) { ___m_Navigation_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnUp_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnDown_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnLeft_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnRight_5), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Transition_8() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Transition_8)); } inline int32_t get_m_Transition_8() const { return ___m_Transition_8; } inline int32_t* get_address_of_m_Transition_8() { return &___m_Transition_8; } inline void set_m_Transition_8(int32_t value) { ___m_Transition_8 = value; } inline static int32_t get_offset_of_m_Colors_9() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Colors_9)); } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 get_m_Colors_9() const { return ___m_Colors_9; } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * get_address_of_m_Colors_9() { return &___m_Colors_9; } inline void set_m_Colors_9(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 value) { ___m_Colors_9 = value; } inline static int32_t get_offset_of_m_SpriteState_10() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_SpriteState_10)); } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E get_m_SpriteState_10() const { return ___m_SpriteState_10; } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E * get_address_of_m_SpriteState_10() { return &___m_SpriteState_10; } inline void set_m_SpriteState_10(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E value) { ___m_SpriteState_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_HighlightedSprite_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_PressedSprite_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_SelectedSprite_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_DisabledSprite_3), (void*)NULL); #endif } inline static int32_t get_offset_of_m_AnimationTriggers_11() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_AnimationTriggers_11)); } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * get_m_AnimationTriggers_11() const { return ___m_AnimationTriggers_11; } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 ** get_address_of_m_AnimationTriggers_11() { return &___m_AnimationTriggers_11; } inline void set_m_AnimationTriggers_11(AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * value) { ___m_AnimationTriggers_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AnimationTriggers_11), (void*)value); } inline static int32_t get_offset_of_m_Interactable_12() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Interactable_12)); } inline bool get_m_Interactable_12() const { return ___m_Interactable_12; } inline bool* get_address_of_m_Interactable_12() { return &___m_Interactable_12; } inline void set_m_Interactable_12(bool value) { ___m_Interactable_12 = value; } inline static int32_t get_offset_of_m_TargetGraphic_13() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_TargetGraphic_13)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_m_TargetGraphic_13() const { return ___m_TargetGraphic_13; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_m_TargetGraphic_13() { return &___m_TargetGraphic_13; } inline void set_m_TargetGraphic_13(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___m_TargetGraphic_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TargetGraphic_13), (void*)value); } inline static int32_t get_offset_of_m_GroupsAllowInteraction_14() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_GroupsAllowInteraction_14)); } inline bool get_m_GroupsAllowInteraction_14() const { return ___m_GroupsAllowInteraction_14; } inline bool* get_address_of_m_GroupsAllowInteraction_14() { return &___m_GroupsAllowInteraction_14; } inline void set_m_GroupsAllowInteraction_14(bool value) { ___m_GroupsAllowInteraction_14 = value; } inline static int32_t get_offset_of_m_CurrentIndex_15() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CurrentIndex_15)); } inline int32_t get_m_CurrentIndex_15() const { return ___m_CurrentIndex_15; } inline int32_t* get_address_of_m_CurrentIndex_15() { return &___m_CurrentIndex_15; } inline void set_m_CurrentIndex_15(int32_t value) { ___m_CurrentIndex_15 = value; } inline static int32_t get_offset_of_U3CisPointerInsideU3Ek__BackingField_16() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerInsideU3Ek__BackingField_16)); } inline bool get_U3CisPointerInsideU3Ek__BackingField_16() const { return ___U3CisPointerInsideU3Ek__BackingField_16; } inline bool* get_address_of_U3CisPointerInsideU3Ek__BackingField_16() { return &___U3CisPointerInsideU3Ek__BackingField_16; } inline void set_U3CisPointerInsideU3Ek__BackingField_16(bool value) { ___U3CisPointerInsideU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CisPointerDownU3Ek__BackingField_17() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerDownU3Ek__BackingField_17)); } inline bool get_U3CisPointerDownU3Ek__BackingField_17() const { return ___U3CisPointerDownU3Ek__BackingField_17; } inline bool* get_address_of_U3CisPointerDownU3Ek__BackingField_17() { return &___U3CisPointerDownU3Ek__BackingField_17; } inline void set_U3CisPointerDownU3Ek__BackingField_17(bool value) { ___U3CisPointerDownU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3ChasSelectionU3Ek__BackingField_18() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3ChasSelectionU3Ek__BackingField_18)); } inline bool get_U3ChasSelectionU3Ek__BackingField_18() const { return ___U3ChasSelectionU3Ek__BackingField_18; } inline bool* get_address_of_U3ChasSelectionU3Ek__BackingField_18() { return &___U3ChasSelectionU3Ek__BackingField_18; } inline void set_U3ChasSelectionU3Ek__BackingField_18(bool value) { ___U3ChasSelectionU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_m_CanvasGroupCache_19() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CanvasGroupCache_19)); } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * get_m_CanvasGroupCache_19() const { return ___m_CanvasGroupCache_19; } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D ** get_address_of_m_CanvasGroupCache_19() { return &___m_CanvasGroupCache_19; } inline void set_m_CanvasGroupCache_19(List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * value) { ___m_CanvasGroupCache_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasGroupCache_19), (void*)value); } }; // UnityEngine.UI.Dropdown struct Dropdown_t099F5232BB75810BC79EED6E27DDCED46C3BCD96 : public Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD { public: // UnityEngine.RectTransform UnityEngine.UI.Dropdown::m_Template RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_Template_20; // UnityEngine.UI.Text UnityEngine.UI.Dropdown::m_CaptionText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___m_CaptionText_21; // UnityEngine.UI.Image UnityEngine.UI.Dropdown::m_CaptionImage Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___m_CaptionImage_22; // UnityEngine.UI.Text UnityEngine.UI.Dropdown::m_ItemText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___m_ItemText_23; // UnityEngine.UI.Image UnityEngine.UI.Dropdown::m_ItemImage Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___m_ItemImage_24; // System.Int32 UnityEngine.UI.Dropdown::m_Value int32_t ___m_Value_25; // UnityEngine.UI.Dropdown/OptionDataList UnityEngine.UI.Dropdown::m_Options OptionDataList_t524EBDB7A2B178269FD5B4740108D0EC6404B4B6 * ___m_Options_26; // UnityEngine.UI.Dropdown/DropdownEvent UnityEngine.UI.Dropdown::m_OnValueChanged DropdownEvent_tEB2C75C3DBC789936B31D9A979FD62E047846CFB * ___m_OnValueChanged_27; // System.Single UnityEngine.UI.Dropdown::m_AlphaFadeSpeed float ___m_AlphaFadeSpeed_28; // UnityEngine.GameObject UnityEngine.UI.Dropdown::m_Dropdown GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_Dropdown_29; // UnityEngine.GameObject UnityEngine.UI.Dropdown::m_Blocker GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_Blocker_30; // System.Collections.Generic.List`1 UnityEngine.UI.Dropdown::m_Items List_1_t4CFF6A6E1A912AE4990A34B2AA4A1FE2C9FB0033 * ___m_Items_31; // UnityEngine.UI.CoroutineTween.TweenRunner`1 UnityEngine.UI.Dropdown::m_AlphaTweenRunner TweenRunner_1_t428873023FD8831B6DCE3CBD53ADD7D37AC8222D * ___m_AlphaTweenRunner_32; // System.Boolean UnityEngine.UI.Dropdown::validTemplate bool ___validTemplate_33; public: inline static int32_t get_offset_of_m_Template_20() { return static_cast(offsetof(Dropdown_t099F5232BB75810BC79EED6E27DDCED46C3BCD96, ___m_Template_20)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_Template_20() const { return ___m_Template_20; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_Template_20() { return &___m_Template_20; } inline void set_m_Template_20(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_Template_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Template_20), (void*)value); } inline static int32_t get_offset_of_m_CaptionText_21() { return static_cast(offsetof(Dropdown_t099F5232BB75810BC79EED6E27DDCED46C3BCD96, ___m_CaptionText_21)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_m_CaptionText_21() const { return ___m_CaptionText_21; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_m_CaptionText_21() { return &___m_CaptionText_21; } inline void set_m_CaptionText_21(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___m_CaptionText_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CaptionText_21), (void*)value); } inline static int32_t get_offset_of_m_CaptionImage_22() { return static_cast(offsetof(Dropdown_t099F5232BB75810BC79EED6E27DDCED46C3BCD96, ___m_CaptionImage_22)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_m_CaptionImage_22() const { return ___m_CaptionImage_22; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_m_CaptionImage_22() { return &___m_CaptionImage_22; } inline void set_m_CaptionImage_22(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___m_CaptionImage_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CaptionImage_22), (void*)value); } inline static int32_t get_offset_of_m_ItemText_23() { return static_cast(offsetof(Dropdown_t099F5232BB75810BC79EED6E27DDCED46C3BCD96, ___m_ItemText_23)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_m_ItemText_23() const { return ___m_ItemText_23; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_m_ItemText_23() { return &___m_ItemText_23; } inline void set_m_ItemText_23(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___m_ItemText_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ItemText_23), (void*)value); } inline static int32_t get_offset_of_m_ItemImage_24() { return static_cast(offsetof(Dropdown_t099F5232BB75810BC79EED6E27DDCED46C3BCD96, ___m_ItemImage_24)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_m_ItemImage_24() const { return ___m_ItemImage_24; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_m_ItemImage_24() { return &___m_ItemImage_24; } inline void set_m_ItemImage_24(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___m_ItemImage_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ItemImage_24), (void*)value); } inline static int32_t get_offset_of_m_Value_25() { return static_cast(offsetof(Dropdown_t099F5232BB75810BC79EED6E27DDCED46C3BCD96, ___m_Value_25)); } inline int32_t get_m_Value_25() const { return ___m_Value_25; } inline int32_t* get_address_of_m_Value_25() { return &___m_Value_25; } inline void set_m_Value_25(int32_t value) { ___m_Value_25 = value; } inline static int32_t get_offset_of_m_Options_26() { return static_cast(offsetof(Dropdown_t099F5232BB75810BC79EED6E27DDCED46C3BCD96, ___m_Options_26)); } inline OptionDataList_t524EBDB7A2B178269FD5B4740108D0EC6404B4B6 * get_m_Options_26() const { return ___m_Options_26; } inline OptionDataList_t524EBDB7A2B178269FD5B4740108D0EC6404B4B6 ** get_address_of_m_Options_26() { return &___m_Options_26; } inline void set_m_Options_26(OptionDataList_t524EBDB7A2B178269FD5B4740108D0EC6404B4B6 * value) { ___m_Options_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Options_26), (void*)value); } inline static int32_t get_offset_of_m_OnValueChanged_27() { return static_cast(offsetof(Dropdown_t099F5232BB75810BC79EED6E27DDCED46C3BCD96, ___m_OnValueChanged_27)); } inline DropdownEvent_tEB2C75C3DBC789936B31D9A979FD62E047846CFB * get_m_OnValueChanged_27() const { return ___m_OnValueChanged_27; } inline DropdownEvent_tEB2C75C3DBC789936B31D9A979FD62E047846CFB ** get_address_of_m_OnValueChanged_27() { return &___m_OnValueChanged_27; } inline void set_m_OnValueChanged_27(DropdownEvent_tEB2C75C3DBC789936B31D9A979FD62E047846CFB * value) { ___m_OnValueChanged_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValueChanged_27), (void*)value); } inline static int32_t get_offset_of_m_AlphaFadeSpeed_28() { return static_cast(offsetof(Dropdown_t099F5232BB75810BC79EED6E27DDCED46C3BCD96, ___m_AlphaFadeSpeed_28)); } inline float get_m_AlphaFadeSpeed_28() const { return ___m_AlphaFadeSpeed_28; } inline float* get_address_of_m_AlphaFadeSpeed_28() { return &___m_AlphaFadeSpeed_28; } inline void set_m_AlphaFadeSpeed_28(float value) { ___m_AlphaFadeSpeed_28 = value; } inline static int32_t get_offset_of_m_Dropdown_29() { return static_cast(offsetof(Dropdown_t099F5232BB75810BC79EED6E27DDCED46C3BCD96, ___m_Dropdown_29)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_Dropdown_29() const { return ___m_Dropdown_29; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_Dropdown_29() { return &___m_Dropdown_29; } inline void set_m_Dropdown_29(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_Dropdown_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Dropdown_29), (void*)value); } inline static int32_t get_offset_of_m_Blocker_30() { return static_cast(offsetof(Dropdown_t099F5232BB75810BC79EED6E27DDCED46C3BCD96, ___m_Blocker_30)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_Blocker_30() const { return ___m_Blocker_30; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_Blocker_30() { return &___m_Blocker_30; } inline void set_m_Blocker_30(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_Blocker_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Blocker_30), (void*)value); } inline static int32_t get_offset_of_m_Items_31() { return static_cast(offsetof(Dropdown_t099F5232BB75810BC79EED6E27DDCED46C3BCD96, ___m_Items_31)); } inline List_1_t4CFF6A6E1A912AE4990A34B2AA4A1FE2C9FB0033 * get_m_Items_31() const { return ___m_Items_31; } inline List_1_t4CFF6A6E1A912AE4990A34B2AA4A1FE2C9FB0033 ** get_address_of_m_Items_31() { return &___m_Items_31; } inline void set_m_Items_31(List_1_t4CFF6A6E1A912AE4990A34B2AA4A1FE2C9FB0033 * value) { ___m_Items_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Items_31), (void*)value); } inline static int32_t get_offset_of_m_AlphaTweenRunner_32() { return static_cast(offsetof(Dropdown_t099F5232BB75810BC79EED6E27DDCED46C3BCD96, ___m_AlphaTweenRunner_32)); } inline TweenRunner_1_t428873023FD8831B6DCE3CBD53ADD7D37AC8222D * get_m_AlphaTweenRunner_32() const { return ___m_AlphaTweenRunner_32; } inline TweenRunner_1_t428873023FD8831B6DCE3CBD53ADD7D37AC8222D ** get_address_of_m_AlphaTweenRunner_32() { return &___m_AlphaTweenRunner_32; } inline void set_m_AlphaTweenRunner_32(TweenRunner_1_t428873023FD8831B6DCE3CBD53ADD7D37AC8222D * value) { ___m_AlphaTweenRunner_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AlphaTweenRunner_32), (void*)value); } inline static int32_t get_offset_of_validTemplate_33() { return static_cast(offsetof(Dropdown_t099F5232BB75810BC79EED6E27DDCED46C3BCD96, ___validTemplate_33)); } inline bool get_validTemplate_33() const { return ___validTemplate_33; } inline bool* get_address_of_validTemplate_33() { return &___validTemplate_33; } inline void set_validTemplate_33(bool value) { ___validTemplate_33 = value; } }; // System.Object // System.Object // UnityEngine.Rendering.CoreUtils/<>c__78`1 struct U3CU3Ec__78_1_tEDFC7F8ACD9BD1B0A341C792C74BD8A3AE1D340F_StaticFields { public: // UnityEngine.Rendering.CoreUtils/<>c__78`1 UnityEngine.Rendering.CoreUtils/<>c__78`1::<>9 U3CU3Ec__78_1_tEDFC7F8ACD9BD1B0A341C792C74BD8A3AE1D340F * ___U3CU3E9_0; // System.Func`2 UnityEngine.Rendering.CoreUtils/<>c__78`1::<>9__78_0 Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5 * ___U3CU3E9__78_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec__78_1_tEDFC7F8ACD9BD1B0A341C792C74BD8A3AE1D340F_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec__78_1_tEDFC7F8ACD9BD1B0A341C792C74BD8A3AE1D340F * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec__78_1_tEDFC7F8ACD9BD1B0A341C792C74BD8A3AE1D340F ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec__78_1_tEDFC7F8ACD9BD1B0A341C792C74BD8A3AE1D340F * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__78_0_1() { return static_cast(offsetof(U3CU3Ec__78_1_tEDFC7F8ACD9BD1B0A341C792C74BD8A3AE1D340F_StaticFields, ___U3CU3E9__78_0_1)); } inline Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5 * get_U3CU3E9__78_0_1() const { return ___U3CU3E9__78_0_1; } inline Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5 ** get_address_of_U3CU3E9__78_0_1() { return &___U3CU3E9__78_0_1; } inline void set_U3CU3E9__78_0_1(Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5 * value) { ___U3CU3E9__78_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__78_0_1), (void*)value); } }; // UnityEngine.Rendering.CoreUtils/<>c__78`1 // UnityEngine.InputSystem.Utilities.ArrayHelpers/<>c__DisplayClass33_0`1 // UnityEngine.InputSystem.Utilities.ArrayHelpers/<>c__DisplayClass33_0`1 // UnityEngine.InputSystem.Utilities.ArrayHelpers/<>c__DisplayClass34_0`1 // UnityEngine.InputSystem.Utilities.ArrayHelpers/<>c__DisplayClass34_0`1 // UnityEngine.InputSystem.Utilities.ArrayHelpers/<>c__DisplayClass34_1`1 // UnityEngine.InputSystem.Utilities.ArrayHelpers/<>c__DisplayClass34_1`1 // System.Linq.Enumerable/<>c__DisplayClass6_0`1> // System.Linq.Enumerable/<>c__DisplayClass6_0`1> // System.Linq.Enumerable/<>c__DisplayClass6_0`1 // System.Linq.Enumerable/<>c__DisplayClass6_0`1 // System.Linq.Enumerable/<>c__DisplayClass6_0`1 // System.Linq.Enumerable/<>c__DisplayClass6_0`1 // System.Linq.Enumerable/<>c__DisplayClass6_0`1 // System.Linq.Enumerable/<>c__DisplayClass6_0`1 // System.Linq.Enumerable/<>c__DisplayClass6_0`1 // System.Linq.Enumerable/<>c__DisplayClass6_0`1 // System.Linq.Enumerable/<>c__DisplayClass6_0`1 // System.Linq.Enumerable/<>c__DisplayClass6_0`1 // System.Linq.Enumerable/<>c__DisplayClass6_0`1 // System.Linq.Enumerable/<>c__DisplayClass6_0`1 // System.Linq.Enumerable/<>c__DisplayClass6_0`1 // System.Linq.Enumerable/<>c__DisplayClass6_0`1 // System.Linq.Enumerable/<>c__DisplayClass7_0`3,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString> // System.Linq.Enumerable/<>c__DisplayClass7_0`3,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString> // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,UnityEngine.InputSystem.Utilities.InternedString> // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,UnityEngine.InputSystem.Utilities.InternedString> // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,System.Object> // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,System.Object> // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,UnityEngine.Vector3> // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,UnityEngine.Vector3> // System.Linq.Enumerable/<>c__DisplayClass7_0`3,UnityEngine.Vector3,UnityEngine.Vector3> // System.Linq.Enumerable/<>c__DisplayClass7_0`3,UnityEngine.Vector3,UnityEngine.Vector3> // System.Linq.Enumerable/<>c__DisplayClass7_0`3,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString> // System.Linq.Enumerable/<>c__DisplayClass7_0`3,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString> // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,UnityEngine.InputSystem.Utilities.InternedString> // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,UnityEngine.InputSystem.Utilities.InternedString> // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,System.Object> // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,System.Object> // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,UnityEngine.Vector3> // System.Linq.Enumerable/<>c__DisplayClass7_0`3,System.Object,UnityEngine.Vector3> // System.Linq.Enumerable/<>c__DisplayClass7_0`3,UnityEngine.Vector3,UnityEngine.Vector3> // System.Linq.Enumerable/<>c__DisplayClass7_0`3,UnityEngine.Vector3,UnityEngine.Vector3> // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/<>c__DisplayClass7_0`3 // System.Linq.Enumerable/d__99`1 // System.Linq.Enumerable/d__99`1 // System.Linq.Enumerable/d__59`1 // System.Linq.Enumerable/d__59`1 // System.Linq.Enumerable/d__68`1 // System.Linq.Enumerable/d__68`1 // System.Linq.Enumerable/d__97`1 // System.Linq.Enumerable/d__97`1 // System.Collections.Generic.ArraySortHelper`2 struct ArraySortHelper_2_tEFE2A82208F624A230AED04CB8F60F821A77F663_StaticFields { public: // System.Collections.Generic.ArraySortHelper`2 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.ArraySortHelper`2::s_defaultArraySortHelper ArraySortHelper_2_tEFE2A82208F624A230AED04CB8F60F821A77F663 * ___s_defaultArraySortHelper_0; public: inline static int32_t get_offset_of_s_defaultArraySortHelper_0() { return static_cast(offsetof(ArraySortHelper_2_tEFE2A82208F624A230AED04CB8F60F821A77F663_StaticFields, ___s_defaultArraySortHelper_0)); } inline ArraySortHelper_2_tEFE2A82208F624A230AED04CB8F60F821A77F663 * get_s_defaultArraySortHelper_0() const { return ___s_defaultArraySortHelper_0; } inline ArraySortHelper_2_tEFE2A82208F624A230AED04CB8F60F821A77F663 ** get_address_of_s_defaultArraySortHelper_0() { return &___s_defaultArraySortHelper_0; } inline void set_s_defaultArraySortHelper_0(ArraySortHelper_2_tEFE2A82208F624A230AED04CB8F60F821A77F663 * value) { ___s_defaultArraySortHelper_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultArraySortHelper_0), (void*)value); } }; // System.Collections.Generic.ArraySortHelper`2 // System.Collections.Generic.ArraySortHelper`2 struct ArraySortHelper_2_tABECE6AFEB68CD8F23CEF0EAE12EB58140B3583C_StaticFields { public: // System.Collections.Generic.ArraySortHelper`2 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.ArraySortHelper`2::s_defaultArraySortHelper ArraySortHelper_2_tABECE6AFEB68CD8F23CEF0EAE12EB58140B3583C * ___s_defaultArraySortHelper_0; public: inline static int32_t get_offset_of_s_defaultArraySortHelper_0() { return static_cast(offsetof(ArraySortHelper_2_tABECE6AFEB68CD8F23CEF0EAE12EB58140B3583C_StaticFields, ___s_defaultArraySortHelper_0)); } inline ArraySortHelper_2_tABECE6AFEB68CD8F23CEF0EAE12EB58140B3583C * get_s_defaultArraySortHelper_0() const { return ___s_defaultArraySortHelper_0; } inline ArraySortHelper_2_tABECE6AFEB68CD8F23CEF0EAE12EB58140B3583C ** get_address_of_s_defaultArraySortHelper_0() { return &___s_defaultArraySortHelper_0; } inline void set_s_defaultArraySortHelper_0(ArraySortHelper_2_tABECE6AFEB68CD8F23CEF0EAE12EB58140B3583C * value) { ___s_defaultArraySortHelper_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultArraySortHelper_0), (void*)value); } }; // System.Collections.Generic.ArraySortHelper`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Linq.EmptyEnumerable`1 struct EmptyEnumerable_1_t3EC83D0CDB97EC1E6EF8947DA317677A6F06FCF5_StaticFields { public: // TElement[] System.Linq.EmptyEnumerable`1::Instance NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(EmptyEnumerable_1_t3EC83D0CDB97EC1E6EF8947DA317677A6F06FCF5_StaticFields, ___Instance_0)); } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* get_Instance_0() const { return ___Instance_0; } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } }; // System.Linq.EmptyEnumerable`1 // System.Linq.EmptyEnumerable`1 struct EmptyEnumerable_1_tB6A330001520792410A46A172F103A91B1608883_StaticFields { public: // TElement[] System.Linq.EmptyEnumerable`1::Instance ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(EmptyEnumerable_1_tB6A330001520792410A46A172F103A91B1608883_StaticFields, ___Instance_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Instance_0() const { return ___Instance_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } }; // System.Linq.EmptyEnumerable`1 // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t01933FAAEC6DC992EB4E7381DB89BF7CE40580E7_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t01933FAAEC6DC992EB4E7381DB89BF7CE40580E7 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t01933FAAEC6DC992EB4E7381DB89BF7CE40580E7_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t01933FAAEC6DC992EB4E7381DB89BF7CE40580E7 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t01933FAAEC6DC992EB4E7381DB89BF7CE40580E7 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t01933FAAEC6DC992EB4E7381DB89BF7CE40580E7 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Collections.Generic.List`1> struct List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E_StaticFields, ____emptyArray_5)); } inline KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* get__emptyArray_5() const { return ____emptyArray_5; } inline KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1> // System.Collections.Generic.List`1> struct List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8_StaticFields, ____emptyArray_5)); } inline KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630* get__emptyArray_5() const { return ____emptyArray_5; } inline KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1> // System.Collections.Generic.List`1 struct List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C_StaticFields, ____emptyArray_5)); } inline ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36* get__emptyArray_5() const { return ____emptyArray_5; } inline ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_StaticFields, ____emptyArray_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__emptyArray_5() const { return ____emptyArray_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC_StaticFields, ____emptyArray_5)); } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* get__emptyArray_5() const { return ____emptyArray_5; } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393_StaticFields, ____emptyArray_5)); } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* get__emptyArray_5() const { return ____emptyArray_5; } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1_StaticFields, ____emptyArray_5)); } inline NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* get__emptyArray_5() const { return ____emptyArray_5; } inline NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA_StaticFields, ____emptyArray_5)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get__emptyArray_5() const { return ____emptyArray_5; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tEAD6E3282E028927B32F56E7892994D90D512467_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tEAD6E3282E028927B32F56E7892994D90D512467_StaticFields, ____emptyArray_5)); } inline SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* get__emptyArray_5() const { return ____emptyArray_5; } inline SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9_StaticFields, ____emptyArray_5)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get__emptyArray_5() const { return ____emptyArray_5; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068_StaticFields, ____emptyArray_5)); } inline JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098* get__emptyArray_5() const { return ____emptyArray_5; } inline JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Linq.OrderedEnumerable`1 // System.Linq.OrderedEnumerable`1 struct Il2CppArrayBounds; // System.Array struct Il2CppArrayBounds; // System.Array // UnityEngine.InputSystem.Utilities.ArrayHelpers // UnityEngine.InputSystem.Utilities.ArrayHelpers // System.Runtime.CompilerServices.AsyncTaskCache struct AsyncTaskCache_t3CED9C4FF39C22FFD601A0D5AC9B64190AF4BC45_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskCache::TrueTask Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * ___TrueTask_0; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskCache::FalseTask Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * ___FalseTask_1; // System.Threading.Tasks.Task`1[] System.Runtime.CompilerServices.AsyncTaskCache::Int32Tasks Task_1U5BU5D_t001B55EF71A9B25B6D6F6CC92FD85F786ED08656* ___Int32Tasks_2; public: inline static int32_t get_offset_of_TrueTask_0() { return static_cast(offsetof(AsyncTaskCache_t3CED9C4FF39C22FFD601A0D5AC9B64190AF4BC45_StaticFields, ___TrueTask_0)); } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * get_TrueTask_0() const { return ___TrueTask_0; } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 ** get_address_of_TrueTask_0() { return &___TrueTask_0; } inline void set_TrueTask_0(Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * value) { ___TrueTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueTask_0), (void*)value); } inline static int32_t get_offset_of_FalseTask_1() { return static_cast(offsetof(AsyncTaskCache_t3CED9C4FF39C22FFD601A0D5AC9B64190AF4BC45_StaticFields, ___FalseTask_1)); } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * get_FalseTask_1() const { return ___FalseTask_1; } inline Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 ** get_address_of_FalseTask_1() { return &___FalseTask_1; } inline void set_FalseTask_1(Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * value) { ___FalseTask_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseTask_1), (void*)value); } inline static int32_t get_offset_of_Int32Tasks_2() { return static_cast(offsetof(AsyncTaskCache_t3CED9C4FF39C22FFD601A0D5AC9B64190AF4BC45_StaticFields, ___Int32Tasks_2)); } inline Task_1U5BU5D_t001B55EF71A9B25B6D6F6CC92FD85F786ED08656* get_Int32Tasks_2() const { return ___Int32Tasks_2; } inline Task_1U5BU5D_t001B55EF71A9B25B6D6F6CC92FD85F786ED08656** get_address_of_Int32Tasks_2() { return &___Int32Tasks_2; } inline void set_Int32Tasks_2(Task_1U5BU5D_t001B55EF71A9B25B6D6F6CC92FD85F786ED08656* value) { ___Int32Tasks_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Int32Tasks_2), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskCache // System.Attribute // System.Attribute // UnityEngine.AttributeHelperEngine struct AttributeHelperEngine_t2B532C22878D0F5685ADEAF5470DF15F7B8953BE_StaticFields { public: // UnityEngine.DisallowMultipleComponent[] UnityEngine.AttributeHelperEngine::_disallowMultipleComponentArray DisallowMultipleComponentU5BU5D_t3729B6FD5B0047F32D8A81B9EF750AD70654053E* ____disallowMultipleComponentArray_0; // UnityEngine.ExecuteInEditMode[] UnityEngine.AttributeHelperEngine::_executeInEditModeArray ExecuteInEditModeU5BU5D_t1913FB45D1BAF40B32F47108EE65D7DE7992AF08* ____executeInEditModeArray_1; // UnityEngine.RequireComponent[] UnityEngine.AttributeHelperEngine::_requireComponentArray RequireComponentU5BU5D_t6063B4CE327E593F7C4B93C34578320DC3E4B29F* ____requireComponentArray_2; public: inline static int32_t get_offset_of__disallowMultipleComponentArray_0() { return static_cast(offsetof(AttributeHelperEngine_t2B532C22878D0F5685ADEAF5470DF15F7B8953BE_StaticFields, ____disallowMultipleComponentArray_0)); } inline DisallowMultipleComponentU5BU5D_t3729B6FD5B0047F32D8A81B9EF750AD70654053E* get__disallowMultipleComponentArray_0() const { return ____disallowMultipleComponentArray_0; } inline DisallowMultipleComponentU5BU5D_t3729B6FD5B0047F32D8A81B9EF750AD70654053E** get_address_of__disallowMultipleComponentArray_0() { return &____disallowMultipleComponentArray_0; } inline void set__disallowMultipleComponentArray_0(DisallowMultipleComponentU5BU5D_t3729B6FD5B0047F32D8A81B9EF750AD70654053E* value) { ____disallowMultipleComponentArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____disallowMultipleComponentArray_0), (void*)value); } inline static int32_t get_offset_of__executeInEditModeArray_1() { return static_cast(offsetof(AttributeHelperEngine_t2B532C22878D0F5685ADEAF5470DF15F7B8953BE_StaticFields, ____executeInEditModeArray_1)); } inline ExecuteInEditModeU5BU5D_t1913FB45D1BAF40B32F47108EE65D7DE7992AF08* get__executeInEditModeArray_1() const { return ____executeInEditModeArray_1; } inline ExecuteInEditModeU5BU5D_t1913FB45D1BAF40B32F47108EE65D7DE7992AF08** get_address_of__executeInEditModeArray_1() { return &____executeInEditModeArray_1; } inline void set__executeInEditModeArray_1(ExecuteInEditModeU5BU5D_t1913FB45D1BAF40B32F47108EE65D7DE7992AF08* value) { ____executeInEditModeArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____executeInEditModeArray_1), (void*)value); } inline static int32_t get_offset_of__requireComponentArray_2() { return static_cast(offsetof(AttributeHelperEngine_t2B532C22878D0F5685ADEAF5470DF15F7B8953BE_StaticFields, ____requireComponentArray_2)); } inline RequireComponentU5BU5D_t6063B4CE327E593F7C4B93C34578320DC3E4B29F* get__requireComponentArray_2() const { return ____requireComponentArray_2; } inline RequireComponentU5BU5D_t6063B4CE327E593F7C4B93C34578320DC3E4B29F** get_address_of__requireComponentArray_2() { return &____requireComponentArray_2; } inline void set__requireComponentArray_2(RequireComponentU5BU5D_t6063B4CE327E593F7C4B93C34578320DC3E4B29F* value) { ____requireComponentArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____requireComponentArray_2), (void*)value); } }; // UnityEngine.AttributeHelperEngine // UnityEngine.Events.BaseInvokableCall // UnityEngine.Events.BaseInvokableCall // Oculus.Platform.Callback struct Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_StaticFields { public: // System.Collections.Generic.Dictionary`2 Oculus.Platform.Callback::requestIDsToRequests Dictionary_2_t56C3E6D9888E4DB3489E6161C6FD35531FA8C3CF * ___requestIDsToRequests_0; // System.Collections.Generic.Dictionary`2 Oculus.Platform.Callback::notificationCallbacks Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E * ___notificationCallbacks_1; // System.Boolean Oculus.Platform.Callback::hasRegisteredRoomInviteNotificationHandler bool ___hasRegisteredRoomInviteNotificationHandler_2; // System.Collections.Generic.List`1 Oculus.Platform.Callback::pendingRoomInviteNotifications List_1_t95B60440B292CA630DE6CE2993C09C8ED7538550 * ___pendingRoomInviteNotifications_3; // System.Boolean Oculus.Platform.Callback::hasRegisteredJoinIntentNotificationHandler bool ___hasRegisteredJoinIntentNotificationHandler_4; // Oculus.Platform.Message Oculus.Platform.Callback::latestPendingJoinIntentNotifications Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * ___latestPendingJoinIntentNotifications_5; public: inline static int32_t get_offset_of_requestIDsToRequests_0() { return static_cast(offsetof(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_StaticFields, ___requestIDsToRequests_0)); } inline Dictionary_2_t56C3E6D9888E4DB3489E6161C6FD35531FA8C3CF * get_requestIDsToRequests_0() const { return ___requestIDsToRequests_0; } inline Dictionary_2_t56C3E6D9888E4DB3489E6161C6FD35531FA8C3CF ** get_address_of_requestIDsToRequests_0() { return &___requestIDsToRequests_0; } inline void set_requestIDsToRequests_0(Dictionary_2_t56C3E6D9888E4DB3489E6161C6FD35531FA8C3CF * value) { ___requestIDsToRequests_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___requestIDsToRequests_0), (void*)value); } inline static int32_t get_offset_of_notificationCallbacks_1() { return static_cast(offsetof(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_StaticFields, ___notificationCallbacks_1)); } inline Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E * get_notificationCallbacks_1() const { return ___notificationCallbacks_1; } inline Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E ** get_address_of_notificationCallbacks_1() { return &___notificationCallbacks_1; } inline void set_notificationCallbacks_1(Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E * value) { ___notificationCallbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___notificationCallbacks_1), (void*)value); } inline static int32_t get_offset_of_hasRegisteredRoomInviteNotificationHandler_2() { return static_cast(offsetof(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_StaticFields, ___hasRegisteredRoomInviteNotificationHandler_2)); } inline bool get_hasRegisteredRoomInviteNotificationHandler_2() const { return ___hasRegisteredRoomInviteNotificationHandler_2; } inline bool* get_address_of_hasRegisteredRoomInviteNotificationHandler_2() { return &___hasRegisteredRoomInviteNotificationHandler_2; } inline void set_hasRegisteredRoomInviteNotificationHandler_2(bool value) { ___hasRegisteredRoomInviteNotificationHandler_2 = value; } inline static int32_t get_offset_of_pendingRoomInviteNotifications_3() { return static_cast(offsetof(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_StaticFields, ___pendingRoomInviteNotifications_3)); } inline List_1_t95B60440B292CA630DE6CE2993C09C8ED7538550 * get_pendingRoomInviteNotifications_3() const { return ___pendingRoomInviteNotifications_3; } inline List_1_t95B60440B292CA630DE6CE2993C09C8ED7538550 ** get_address_of_pendingRoomInviteNotifications_3() { return &___pendingRoomInviteNotifications_3; } inline void set_pendingRoomInviteNotifications_3(List_1_t95B60440B292CA630DE6CE2993C09C8ED7538550 * value) { ___pendingRoomInviteNotifications_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___pendingRoomInviteNotifications_3), (void*)value); } inline static int32_t get_offset_of_hasRegisteredJoinIntentNotificationHandler_4() { return static_cast(offsetof(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_StaticFields, ___hasRegisteredJoinIntentNotificationHandler_4)); } inline bool get_hasRegisteredJoinIntentNotificationHandler_4() const { return ___hasRegisteredJoinIntentNotificationHandler_4; } inline bool* get_address_of_hasRegisteredJoinIntentNotificationHandler_4() { return &___hasRegisteredJoinIntentNotificationHandler_4; } inline void set_hasRegisteredJoinIntentNotificationHandler_4(bool value) { ___hasRegisteredJoinIntentNotificationHandler_4 = value; } inline static int32_t get_offset_of_latestPendingJoinIntentNotifications_5() { return static_cast(offsetof(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_StaticFields, ___latestPendingJoinIntentNotifications_5)); } inline Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * get_latestPendingJoinIntentNotifications_5() const { return ___latestPendingJoinIntentNotifications_5; } inline Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 ** get_address_of_latestPendingJoinIntentNotifications_5() { return &___latestPendingJoinIntentNotifications_5; } inline void set_latestPendingJoinIntentNotifications_5(Message_t3B64979D0762A89E8343E6EA5BB825A5E6CF23F9 * value) { ___latestPendingJoinIntentNotifications_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___latestPendingJoinIntentNotifications_5), (void*)value); } }; // Oculus.Platform.Callback // System.Collections.Generic.CollectionExtensions // System.Collections.Generic.CollectionExtensions // System.Diagnostics.Contracts.Contract // System.Diagnostics.Contracts.Contract // UnityEngine.Rendering.CoreUnsafeUtils // UnityEngine.Rendering.CoreUnsafeUtils // UnityEngine.Rendering.CoreUtils struct CoreUtils_t3CF170996D3FBDE55A9D0441C9DF20E8E45F14B5_StaticFields { public: // UnityEngine.Vector3[] UnityEngine.Rendering.CoreUtils::lookAtList Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___lookAtList_0; // UnityEngine.Vector3[] UnityEngine.Rendering.CoreUtils::upVectorList Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___upVectorList_1; // UnityEngine.Cubemap UnityEngine.Rendering.CoreUtils::m_BlackCubeTexture Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * ___m_BlackCubeTexture_10; // UnityEngine.Cubemap UnityEngine.Rendering.CoreUtils::m_MagentaCubeTexture Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * ___m_MagentaCubeTexture_11; // UnityEngine.CubemapArray UnityEngine.Rendering.CoreUtils::m_MagentaCubeTextureArray CubemapArray_t3915F223B351E9281E16B30E8BF13B5F77917AEB * ___m_MagentaCubeTextureArray_12; // UnityEngine.Cubemap UnityEngine.Rendering.CoreUtils::m_WhiteCubeTexture Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * ___m_WhiteCubeTexture_13; // UnityEngine.RenderTexture UnityEngine.Rendering.CoreUtils::m_EmptyUAV RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___m_EmptyUAV_14; // UnityEngine.Texture3D UnityEngine.Rendering.CoreUtils::m_BlackVolumeTexture Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * ___m_BlackVolumeTexture_15; // System.Collections.Generic.IEnumerable`1 UnityEngine.Rendering.CoreUtils::m_AssemblyTypes RuntimeObject* ___m_AssemblyTypes_16; public: inline static int32_t get_offset_of_lookAtList_0() { return static_cast(offsetof(CoreUtils_t3CF170996D3FBDE55A9D0441C9DF20E8E45F14B5_StaticFields, ___lookAtList_0)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_lookAtList_0() const { return ___lookAtList_0; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_lookAtList_0() { return &___lookAtList_0; } inline void set_lookAtList_0(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___lookAtList_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___lookAtList_0), (void*)value); } inline static int32_t get_offset_of_upVectorList_1() { return static_cast(offsetof(CoreUtils_t3CF170996D3FBDE55A9D0441C9DF20E8E45F14B5_StaticFields, ___upVectorList_1)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_upVectorList_1() const { return ___upVectorList_1; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_upVectorList_1() { return &___upVectorList_1; } inline void set_upVectorList_1(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___upVectorList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___upVectorList_1), (void*)value); } inline static int32_t get_offset_of_m_BlackCubeTexture_10() { return static_cast(offsetof(CoreUtils_t3CF170996D3FBDE55A9D0441C9DF20E8E45F14B5_StaticFields, ___m_BlackCubeTexture_10)); } inline Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * get_m_BlackCubeTexture_10() const { return ___m_BlackCubeTexture_10; } inline Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 ** get_address_of_m_BlackCubeTexture_10() { return &___m_BlackCubeTexture_10; } inline void set_m_BlackCubeTexture_10(Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * value) { ___m_BlackCubeTexture_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BlackCubeTexture_10), (void*)value); } inline static int32_t get_offset_of_m_MagentaCubeTexture_11() { return static_cast(offsetof(CoreUtils_t3CF170996D3FBDE55A9D0441C9DF20E8E45F14B5_StaticFields, ___m_MagentaCubeTexture_11)); } inline Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * get_m_MagentaCubeTexture_11() const { return ___m_MagentaCubeTexture_11; } inline Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 ** get_address_of_m_MagentaCubeTexture_11() { return &___m_MagentaCubeTexture_11; } inline void set_m_MagentaCubeTexture_11(Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * value) { ___m_MagentaCubeTexture_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_MagentaCubeTexture_11), (void*)value); } inline static int32_t get_offset_of_m_MagentaCubeTextureArray_12() { return static_cast(offsetof(CoreUtils_t3CF170996D3FBDE55A9D0441C9DF20E8E45F14B5_StaticFields, ___m_MagentaCubeTextureArray_12)); } inline CubemapArray_t3915F223B351E9281E16B30E8BF13B5F77917AEB * get_m_MagentaCubeTextureArray_12() const { return ___m_MagentaCubeTextureArray_12; } inline CubemapArray_t3915F223B351E9281E16B30E8BF13B5F77917AEB ** get_address_of_m_MagentaCubeTextureArray_12() { return &___m_MagentaCubeTextureArray_12; } inline void set_m_MagentaCubeTextureArray_12(CubemapArray_t3915F223B351E9281E16B30E8BF13B5F77917AEB * value) { ___m_MagentaCubeTextureArray_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_MagentaCubeTextureArray_12), (void*)value); } inline static int32_t get_offset_of_m_WhiteCubeTexture_13() { return static_cast(offsetof(CoreUtils_t3CF170996D3FBDE55A9D0441C9DF20E8E45F14B5_StaticFields, ___m_WhiteCubeTexture_13)); } inline Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * get_m_WhiteCubeTexture_13() const { return ___m_WhiteCubeTexture_13; } inline Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 ** get_address_of_m_WhiteCubeTexture_13() { return &___m_WhiteCubeTexture_13; } inline void set_m_WhiteCubeTexture_13(Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938 * value) { ___m_WhiteCubeTexture_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WhiteCubeTexture_13), (void*)value); } inline static int32_t get_offset_of_m_EmptyUAV_14() { return static_cast(offsetof(CoreUtils_t3CF170996D3FBDE55A9D0441C9DF20E8E45F14B5_StaticFields, ___m_EmptyUAV_14)); } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * get_m_EmptyUAV_14() const { return ___m_EmptyUAV_14; } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 ** get_address_of_m_EmptyUAV_14() { return &___m_EmptyUAV_14; } inline void set_m_EmptyUAV_14(RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * value) { ___m_EmptyUAV_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_EmptyUAV_14), (void*)value); } inline static int32_t get_offset_of_m_BlackVolumeTexture_15() { return static_cast(offsetof(CoreUtils_t3CF170996D3FBDE55A9D0441C9DF20E8E45F14B5_StaticFields, ___m_BlackVolumeTexture_15)); } inline Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * get_m_BlackVolumeTexture_15() const { return ___m_BlackVolumeTexture_15; } inline Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 ** get_address_of_m_BlackVolumeTexture_15() { return &___m_BlackVolumeTexture_15; } inline void set_m_BlackVolumeTexture_15(Texture3D_t21F02DD686C75610A464D2EE7A83EFD93842EBD8 * value) { ___m_BlackVolumeTexture_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BlackVolumeTexture_15), (void*)value); } inline static int32_t get_offset_of_m_AssemblyTypes_16() { return static_cast(offsetof(CoreUtils_t3CF170996D3FBDE55A9D0441C9DF20E8E45F14B5_StaticFields, ___m_AssemblyTypes_16)); } inline RuntimeObject* get_m_AssemblyTypes_16() const { return ___m_AssemblyTypes_16; } inline RuntimeObject** get_address_of_m_AssemblyTypes_16() { return &___m_AssemblyTypes_16; } inline void set_m_AssemblyTypes_16(RuntimeObject* value) { ___m_AssemblyTypes_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AssemblyTypes_16), (void*)value); } }; // UnityEngine.Rendering.CoreUtils // System.Reflection.CustomAttributeData // System.Reflection.CustomAttributeData // System.Reflection.CustomAttributeExtensions // System.Reflection.CustomAttributeExtensions // UnityEngine.Rendering.Universal.DeferredShaderData struct DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1_StaticFields { public: // UnityEngine.Rendering.Universal.DeferredShaderData UnityEngine.Rendering.Universal.DeferredShaderData::m_Instance DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1 * ___m_Instance_0; public: inline static int32_t get_offset_of_m_Instance_0() { return static_cast(offsetof(DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1_StaticFields, ___m_Instance_0)); } inline DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1 * get_m_Instance_0() const { return ___m_Instance_0; } inline DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1 ** get_address_of_m_Instance_0() { return &___m_Instance_0; } inline void set_m_Instance_0(DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1 * value) { ___m_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Instance_0), (void*)value); } }; // UnityEngine.Rendering.Universal.DeferredShaderData // UnityEngine.InputSystem.Utilities.DelegateHelpers // UnityEngine.InputSystem.Utilities.DelegateHelpers // EncryptedXmlSerializer struct EncryptedXmlSerializer_tACD3C2178DCE10E67B95A26809B1E35DB4DDE051_StaticFields { public: // System.String EncryptedXmlSerializer::PrivateKey String_t* ___PrivateKey_0; public: inline static int32_t get_offset_of_PrivateKey_0() { return static_cast(offsetof(EncryptedXmlSerializer_tACD3C2178DCE10E67B95A26809B1E35DB4DDE051_StaticFields, ___PrivateKey_0)); } inline String_t* get_PrivateKey_0() const { return ___PrivateKey_0; } inline String_t** get_address_of_PrivateKey_0() { return &___PrivateKey_0; } inline void set_PrivateKey_0(String_t* value) { ___PrivateKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___PrivateKey_0), (void*)value); } }; // EncryptedXmlSerializer // System.Linq.Enumerable // System.Linq.Enumerable // System.MarshalByRefObject // System.MarshalByRefObject // System.Reflection.MemberInfo // System.Reflection.MemberInfo // System.String struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.String // System.ValueType // System.ValueType // System.Xml.Serialization.XmlSerializer struct XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields { public: // System.Int32 System.Xml.Serialization.XmlSerializer::generationThreshold int32_t ___generationThreshold_0; // System.Boolean System.Xml.Serialization.XmlSerializer::backgroundGeneration bool ___backgroundGeneration_1; // System.Boolean System.Xml.Serialization.XmlSerializer::deleteTempFiles bool ___deleteTempFiles_2; // System.Boolean System.Xml.Serialization.XmlSerializer::generatorFallback bool ___generatorFallback_3; // System.Collections.Hashtable System.Xml.Serialization.XmlSerializer::serializerTypes Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___serializerTypes_7; // System.Text.Encoding System.Xml.Serialization.XmlSerializer::DefaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___DefaultEncoding_12; public: inline static int32_t get_offset_of_generationThreshold_0() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields, ___generationThreshold_0)); } inline int32_t get_generationThreshold_0() const { return ___generationThreshold_0; } inline int32_t* get_address_of_generationThreshold_0() { return &___generationThreshold_0; } inline void set_generationThreshold_0(int32_t value) { ___generationThreshold_0 = value; } inline static int32_t get_offset_of_backgroundGeneration_1() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields, ___backgroundGeneration_1)); } inline bool get_backgroundGeneration_1() const { return ___backgroundGeneration_1; } inline bool* get_address_of_backgroundGeneration_1() { return &___backgroundGeneration_1; } inline void set_backgroundGeneration_1(bool value) { ___backgroundGeneration_1 = value; } inline static int32_t get_offset_of_deleteTempFiles_2() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields, ___deleteTempFiles_2)); } inline bool get_deleteTempFiles_2() const { return ___deleteTempFiles_2; } inline bool* get_address_of_deleteTempFiles_2() { return &___deleteTempFiles_2; } inline void set_deleteTempFiles_2(bool value) { ___deleteTempFiles_2 = value; } inline static int32_t get_offset_of_generatorFallback_3() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields, ___generatorFallback_3)); } inline bool get_generatorFallback_3() const { return ___generatorFallback_3; } inline bool* get_address_of_generatorFallback_3() { return &___generatorFallback_3; } inline void set_generatorFallback_3(bool value) { ___generatorFallback_3 = value; } inline static int32_t get_offset_of_serializerTypes_7() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields, ___serializerTypes_7)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_serializerTypes_7() const { return ___serializerTypes_7; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_serializerTypes_7() { return &___serializerTypes_7; } inline void set_serializerTypes_7(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___serializerTypes_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___serializerTypes_7), (void*)value); } inline static int32_t get_offset_of_DefaultEncoding_12() { return static_cast(offsetof(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_StaticFields, ___DefaultEncoding_12)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_DefaultEncoding_12() const { return ___DefaultEncoding_12; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_DefaultEncoding_12() { return &___DefaultEncoding_12; } inline void set_DefaultEncoding_12(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___DefaultEncoding_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultEncoding_12), (void*)value); } }; // System.Xml.Serialization.XmlSerializer // System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner struct MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D_StaticFields { public: // System.Threading.ContextCallback System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner::s_invokeMoveNext ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___s_invokeMoveNext_2; public: inline static int32_t get_offset_of_s_invokeMoveNext_2() { return static_cast(offsetof(MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D_StaticFields, ___s_invokeMoveNext_2)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_s_invokeMoveNext_2() const { return ___s_invokeMoveNext_2; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_s_invokeMoveNext_2() { return &___s_invokeMoveNext_2; } inline void set_s_invokeMoveNext_2(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___s_invokeMoveNext_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_invokeMoveNext_2), (void*)value); } }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner // Oculus.Platform.Callback/RequestCallback // Oculus.Platform.Callback/RequestCallback // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // UnityEngine.Rendering.CoreUnsafeUtils/DefaultKeyGetter`1 // UnityEngine.Rendering.CoreUnsafeUtils/DefaultKeyGetter`1 // UnityEngine.Rendering.CoreUnsafeUtils/DefaultKeyGetter`1 // UnityEngine.Rendering.CoreUnsafeUtils/DefaultKeyGetter`1 // UnityEngine.Timeline.IntervalTree`1/Entry // UnityEngine.Timeline.IntervalTree`1/Entry // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Nullable`1 // System.Nullable`1 // System.Linq.OrderedEnumerable`2 // System.Linq.OrderedEnumerable`2 // System.Linq.OrderedEnumerable`2 // System.Linq.OrderedEnumerable`2 // System.Linq.OrderedEnumerable`2 // System.Linq.OrderedEnumerable`2 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record // UnityEngine.InputSystem.LowLevel.InputStateHistory`1/Record // Oculus.Platform.Callback/RequestCallback`1 // Oculus.Platform.Callback/RequestCallback`1 // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo // System.Runtime.CompilerServices.TaskAwaiter`1 // System.Runtime.CompilerServices.TaskAwaiter`1 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`2 // System.ValueTuple`3 // System.ValueTuple`3 // System.ValueTuple`5 // System.ValueTuple`5 // System.Linq.Enumerable/WhereSelectArrayIterator`2,System.Object> // System.Linq.Enumerable/WhereSelectArrayIterator`2,System.Object> // System.Linq.Enumerable/WhereSelectArrayIterator`2,System.Object> // System.Linq.Enumerable/WhereSelectArrayIterator`2,System.Object> // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2,System.Object> // System.Linq.Enumerable/WhereSelectEnumerableIterator`2,System.Object> // System.Linq.Enumerable/WhereSelectEnumerableIterator`2,System.Object> // System.Linq.Enumerable/WhereSelectEnumerableIterator`2,System.Object> // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Runtime.CompilerServices.AsyncMethodBuilderCore // System.Runtime.CompilerServices.AsyncMethodBuilderCore // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Boolean // System.Byte // System.Byte // System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields { public: // System.Action`1 System.Threading.CancellationToken::s_ActionToActionObjShunt Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_ActionToActionObjShunt_1; public: inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields, ___s_ActionToActionObjShunt_1)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; } inline void set_s_ActionToActionObjShunt_1(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_ActionToActionObjShunt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value); } }; // System.Threading.CancellationToken // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Char // UnityEngine.Color // UnityEngine.Color // UnityEngine.Color32 // UnityEngine.Color32 // System.Reflection.CustomAttributeTypedArgument // System.Reflection.CustomAttributeTypedArgument // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.DateTime // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Zero_7)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_Zero_7() const { return ___Zero_7; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___One_8)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_One_8() const { return ___One_8; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinusOne_9)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MaxValue_10)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinValue_11)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearPositiveZero_13 = value; } }; // System.Decimal // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Double // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // System.Enum // System.Reflection.FieldInfo // System.Reflection.FieldInfo // UnityEngine.InputSystem.Utilities.FourCC // UnityEngine.InputSystem.Utilities.FourCC // System.Runtime.InteropServices.GCHandle // System.Runtime.InteropServices.GCHandle // UnityEngine.Hash128 // UnityEngine.Hash128 // UnityEngine.InputSystem.InputControlScheme // UnityEngine.InputSystem.InputControlScheme // UnityEngine.InputSystem.Layouts.InputDeviceDescription // UnityEngine.InputSystem.Layouts.InputDeviceDescription // UnityEngine.InputSystem.LowLevel.InputEventPtr // UnityEngine.InputSystem.LowLevel.InputEventPtr // UnityEngine.InputSystem.Users.InputUserAccountHandle // UnityEngine.InputSystem.Users.InputUserAccountHandle // System.Int16 // System.Int16 // System.Int32 // System.Int32 // System.Int64 // System.Int64 // System.IntPtr struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.IntPtr // UnityEngine.InputSystem.Utilities.InternedString // UnityEngine.InputSystem.Utilities.InternedString // UnityEngine.Timeline.IntervalTreeNode // UnityEngine.Timeline.IntervalTreeNode // UnityEngine.Matrix4x4 struct Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields { public: // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___identityMatrix_17; public: inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields, ___zeroMatrix_16)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_zeroMatrix_16() const { return ___zeroMatrix_16; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; } inline void set_zeroMatrix_16(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___zeroMatrix_16 = value; } inline static int32_t get_offset_of_identityMatrix_17() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields, ___identityMatrix_17)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_identityMatrix_17() const { return ___identityMatrix_17; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_identityMatrix_17() { return &___identityMatrix_17; } inline void set_identityMatrix_17(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___identityMatrix_17 = value; } }; // UnityEngine.Matrix4x4 // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___identityQuaternion_4 = value; } }; // UnityEngine.Quaternion // UnityEngine.Rect // UnityEngine.Rect // UnityEngine.Experimental.Rendering.RenderGraphModule.RendererListHandle // UnityEngine.Experimental.Rendering.RenderGraphModule.RendererListHandle // System.SByte // System.SByte // UnityEngine.Rendering.ShaderTagId struct ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795_StaticFields { public: // UnityEngine.Rendering.ShaderTagId UnityEngine.Rendering.ShaderTagId::none ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 ___none_0; public: inline static int32_t get_offset_of_none_0() { return static_cast(offsetof(ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795_StaticFields, ___none_0)); } inline ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 get_none_0() const { return ___none_0; } inline ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 * get_address_of_none_0() { return &___none_0; } inline void set_none_0(ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 value) { ___none_0 = value; } }; // UnityEngine.Rendering.ShaderTagId // System.Single // System.Single // UnityEngine.UI.SpriteState // UnityEngine.UI.SpriteState // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.IO.Stream // UnityEngine.InputSystem.Utilities.Substring // UnityEngine.InputSystem.Utilities.Substring // System.Runtime.CompilerServices.TaskAwaiter // System.Runtime.CompilerServices.TaskAwaiter // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields { public: // System.Func`2 System.IO.TextReader::_ReadLineDelegate Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * ____ReadLineDelegate_1; // System.Func`2 System.IO.TextReader::_ReadDelegate Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ____ReadDelegate_2; // System.IO.TextReader System.IO.TextReader::Null TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___Null_3; public: inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadLineDelegate_1)); } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; } inline void set__ReadLineDelegate_1(Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * value) { ____ReadLineDelegate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value); } inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadDelegate_2)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get__ReadDelegate_2() const { return ____ReadDelegate_2; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; } inline void set__ReadDelegate_2(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * value) { ____ReadDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ___Null_3)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_Null_3() const { return ___Null_3; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value); } }; // System.IO.TextReader // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___Null_1; // System.Action`1 System.IO.TextWriter::_WriteCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharDelegate_2; // System.Action`1 System.IO.TextWriter::_WriteStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteStringDelegate_3; // System.Action`1 System.IO.TextWriter::_WriteCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharArrayRangeDelegate_4; // System.Action`1 System.IO.TextWriter::_WriteLineCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharDelegate_5; // System.Action`1 System.IO.TextWriter::_WriteLineStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineStringDelegate_6; // System.Action`1 System.IO.TextWriter::_WriteLineCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharArrayRangeDelegate_7; // System.Action`1 System.IO.TextWriter::_FlushDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____FlushDelegate_8; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ___Null_1)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_Null_1() const { return ___Null_1; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharDelegate_2)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; } inline void set__WriteCharDelegate_2(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharDelegate_2), (void*)value); } inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteStringDelegate_3)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; } inline void set__WriteStringDelegate_3(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteStringDelegate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteStringDelegate_3), (void*)value); } inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharArrayRangeDelegate_4)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; } inline void set__WriteCharArrayRangeDelegate_4(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharArrayRangeDelegate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharArrayRangeDelegate_4), (void*)value); } inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharDelegate_5)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; } inline void set__WriteLineCharDelegate_5(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharDelegate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharDelegate_5), (void*)value); } inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineStringDelegate_6)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; } inline void set__WriteLineStringDelegate_6(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineStringDelegate_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineStringDelegate_6), (void*)value); } inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; } inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharArrayRangeDelegate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharArrayRangeDelegate_7), (void*)value); } inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____FlushDelegate_8)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__FlushDelegate_8() const { return ____FlushDelegate_8; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; } inline void set__FlushDelegate_8(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____FlushDelegate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____FlushDelegate_8), (void*)value); } }; // System.IO.TextWriter // UnityEngine.UILineInfo // UnityEngine.UILineInfo // System.UInt16 // System.UInt16 // System.UInt32 // System.UInt32 // System.UInt64 // System.UInt64 // UnityEngine.InputSystem.XR.UsageHint // UnityEngine.InputSystem.XR.UsageHint // UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.Vec3 struct Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1_StaticFields { public: // UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.Vec3 UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.Vec3::Zero Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1_StaticFields, ___Zero_0)); } inline Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 get_Zero_0() const { return ___Zero_0; } inline Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(Vec3_tDD913B31171F6A37E61E4625FEA6C7901A6B1BC1 value) { ___Zero_0 = value; } }; // UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.Vec3 // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector2 // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector3 // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___zeroVector_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___oneVector_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___negativeInfinityVector_8 = value; } }; // UnityEngine.Vector4 // System.Void // System.Void // System.Threading.Tasks.VoidTaskResult // System.Threading.Tasks.VoidTaskResult // Unity.Mathematics.float2 // Unity.Mathematics.float2 // Unity.Mathematics.float3 struct float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D_StaticFields { public: // Unity.Mathematics.float3 Unity.Mathematics.float3::zero float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D ___zero_3; public: inline static int32_t get_offset_of_zero_3() { return static_cast(offsetof(float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D_StaticFields, ___zero_3)); } inline float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D get_zero_3() const { return ___zero_3; } inline float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D * get_address_of_zero_3() { return &___zero_3; } inline void set_zero_3(float3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D value) { ___zero_3 = value; } }; // Unity.Mathematics.float3 // UnityEngine.BeforeRenderHelper/OrderBlock // UnityEngine.BeforeRenderHelper/OrderBlock // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter // UnityEngine.Rendering.CoreUnsafeUtils/UintKeyGetter // UnityEngine.Rendering.CoreUnsafeUtils/UintKeyGetter // System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable // System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable // System.Diagnostics.Tracing.EventProvider/SessionInfo // System.Diagnostics.Tracing.EventProvider/SessionInfo // System.Threading.ExecutionContext/Reader // System.Threading.ExecutionContext/Reader // UnityEngine.InputSystem.InputAction/CallbackContext // UnityEngine.InputSystem.InputAction/CallbackContext // UnityEngine.InputSystem.InputActionMap/BindingOverrideJson // UnityEngine.InputSystem.InputActionMap/BindingOverrideJson // UnityEngine.InputSystem.InputManager/StateChangeMonitorListener // UnityEngine.InputSystem.InputManager/StateChangeMonitorListener // UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout // UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout // UnityEngine.InputSystem.InputRemoting/RemoteSender // UnityEngine.InputSystem.InputRemoting/RemoteSender // UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection // UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection // UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion // UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion // ONSPPropagationGeometry/MeshMaterial // ONSPPropagationGeometry/MeshMaterial // ONSPPropagationGeometry/TerrainMaterial // ONSPPropagationGeometry/TerrainMaterial // OVRPassthroughLayer/DeferredPassthroughMeshAddition // OVRPassthroughLayer/DeferredPassthroughMeshAddition // UnityEngine.XR.OpenXR.Input.OpenXRInput/SerializedBinding // UnityEngine.XR.OpenXR.Input.OpenXRInput/SerializedBinding // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData // FMODUnity.Settings/PlatformTemplate // FMODUnity.Settings/PlatformTemplate // UnityEngine.UnitySynchronizationContext/WorkRequest // UnityEngine.UnitySynchronizationContext/WorkRequest // UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability // UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability // UnityEngine.InputSystem.Utilities.ArrayHelpers/<>c__DisplayClass33_0`1 // UnityEngine.InputSystem.Utilities.ArrayHelpers/<>c__DisplayClass33_0`1 // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1 // UnityEngine.InputSystem.Utilities.CallbackArray`1 // UnityEngine.CastHelper`1 // UnityEngine.CastHelper`1 // System.Collections.Generic.List`1/Enumerator> // System.Collections.Generic.List`1/Enumerator> // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // System.Linq.Enumerable/Iterator`1> // System.Linq.Enumerable/Iterator`1> // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.ValueTuple`2> // System.ValueTuple`2> // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // Unity.Collections.Allocator // Unity.Collections.Allocator // System.Reflection.Assembly // System.Reflection.Assembly // Mono.Net.Security.AsyncOperationStatus // Mono.Net.Security.AsyncOperationStatus // System.Runtime.CompilerServices.AsyncVoidMethodBuilder // System.Runtime.CompilerServices.AsyncVoidMethodBuilder // UnityEngine.XR.AvailableTrackingData // UnityEngine.XR.AvailableTrackingData // System.Reflection.BindingFlags // System.Reflection.BindingFlags // UnityEngine.Rendering.BuiltinRenderTextureType // UnityEngine.Rendering.BuiltinRenderTextureType // System.Threading.Tasks.CausalityTraceLevel // System.Threading.Tasks.CausalityTraceLevel // UnityEngine.UI.ColorBlock struct ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955_StaticFields { public: // UnityEngine.UI.ColorBlock UnityEngine.UI.ColorBlock::defaultColorBlock ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___defaultColorBlock_7; public: inline static int32_t get_offset_of_defaultColorBlock_7() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955_StaticFields, ___defaultColorBlock_7)); } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 get_defaultColorBlock_7() const { return ___defaultColorBlock_7; } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * get_address_of_defaultColorBlock_7() { return &___defaultColorBlock_7; } inline void set_defaultColorBlock_7(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 value) { ___defaultColorBlock_7 = value; } }; // UnityEngine.UI.ColorBlock // UnityEngine.ComputeBuffer // UnityEngine.ComputeBuffer // UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.ContourVertex // UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.ContourVertex // UnityEngine.CubemapFace // UnityEngine.CubemapFace // UnityEngine.Rendering.CullingResults // UnityEngine.Rendering.CullingResults // System.Reflection.CustomAttributeNamedArgument // System.Reflection.CustomAttributeNamedArgument // System.DateTimeOffset struct DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields { public: // System.DateTimeOffset System.DateTimeOffset::MinValue DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___MinValue_0; // System.DateTimeOffset System.DateTimeOffset::MaxValue DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___MaxValue_1; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields, ___MinValue_0)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_MinValue_0() const { return ___MinValue_0; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields, ___MaxValue_1)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_MaxValue_1() const { return ___MaxValue_1; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___MaxValue_1 = value; } }; // System.DateTimeOffset // System.Delegate // System.Delegate // UnityEngine.InputSystem.DynamicBitfield // UnityEngine.InputSystem.DynamicBitfield // System.Exception struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // System.Exception // System.Threading.ExecutionContextSwitcher // System.Threading.ExecutionContextSwitcher // UnityEngine.InputSystem.XR.FeatureType // UnityEngine.InputSystem.XR.FeatureType // System.IO.FileAccess // System.IO.FileAccess // System.IO.FileMode // System.IO.FileMode // UnityEngine.InputSystem.Layouts.InputDeviceMatcher struct InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields { public: // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kInterfaceKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kInterfaceKey_1; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kDeviceClassKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kDeviceClassKey_2; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kManufacturerKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kManufacturerKey_3; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kProductKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kProductKey_4; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kVersionKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kVersionKey_5; public: inline static int32_t get_offset_of_kInterfaceKey_1() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kInterfaceKey_1)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kInterfaceKey_1() const { return ___kInterfaceKey_1; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kInterfaceKey_1() { return &___kInterfaceKey_1; } inline void set_kInterfaceKey_1(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kInterfaceKey_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kInterfaceKey_1))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kInterfaceKey_1))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_kDeviceClassKey_2() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kDeviceClassKey_2)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kDeviceClassKey_2() const { return ___kDeviceClassKey_2; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kDeviceClassKey_2() { return &___kDeviceClassKey_2; } inline void set_kDeviceClassKey_2(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kDeviceClassKey_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kDeviceClassKey_2))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kDeviceClassKey_2))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_kManufacturerKey_3() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kManufacturerKey_3)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kManufacturerKey_3() const { return ___kManufacturerKey_3; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kManufacturerKey_3() { return &___kManufacturerKey_3; } inline void set_kManufacturerKey_3(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kManufacturerKey_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kManufacturerKey_3))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kManufacturerKey_3))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_kProductKey_4() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kProductKey_4)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kProductKey_4() const { return ___kProductKey_4; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kProductKey_4() { return &___kProductKey_4; } inline void set_kProductKey_4(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kProductKey_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kProductKey_4))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kProductKey_4))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_kVersionKey_5() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kVersionKey_5)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kVersionKey_5() const { return ___kVersionKey_5; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kVersionKey_5() { return &___kVersionKey_5; } inline void set_kVersionKey_5(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kVersionKey_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kVersionKey_5))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kVersionKey_5))->___m_StringLowerCase_1), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher // UnityEngine.InputSystem.LowLevel.InputUpdateType // UnityEngine.InputSystem.LowLevel.InputUpdateType // System.Int32Enum // System.Int32Enum // System.IO.MemoryStream // System.IO.MemoryStream // UnityEngine.InputSystem.Utilities.NameAndParameters // UnityEngine.InputSystem.Utilities.NameAndParameters // Unity.Collections.NativeArrayOptions // Unity.Collections.NativeArrayOptions // UnityEngine.Timeline.NotificationFlags // UnityEngine.Timeline.NotificationFlags // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // UnityEngine.Object // UnityEngine.ParticleCollisionEvent // UnityEngine.ParticleCollisionEvent // UnityEngine.Playables.PlayableHandle struct PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A_StaticFields { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.PlayableHandle::m_Null PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___m_Null_2; public: inline static int32_t get_offset_of_m_Null_2() { return static_cast(offsetof(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A_StaticFields, ___m_Null_2)); } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A get_m_Null_2() const { return ___m_Null_2; } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * get_address_of_m_Null_2() { return &___m_Null_2; } inline void set_m_Null_2(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A value) { ___m_Null_2 = value; } }; // UnityEngine.Playables.PlayableHandle // UnityEngine.RaycastHit2D // UnityEngine.RaycastHit2D // UnityEngine.EventSystems.RaycastResult // UnityEngine.EventSystems.RaycastResult // System.Net.ReadState // System.Net.ReadState // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourceType // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourceType // System.RuntimeTypeHandle // System.RuntimeTypeHandle // System.Security.Authentication.SslProtocols // System.Security.Authentication.SslProtocols // System.IO.StreamReader struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_StaticFields { public: // System.IO.StreamReader System.IO.StreamReader::Null StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * ___Null_4; public: inline static int32_t get_offset_of_Null_4() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_StaticFields, ___Null_4)); } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * get_Null_4() const { return ___Null_4; } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 ** get_address_of_Null_4() { return &___Null_4; } inline void set_Null_4(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * value) { ___Null_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_4), (void*)value); } }; // System.IO.StreamReader // System.IO.StreamWriter struct StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields { public: // System.IO.StreamWriter System.IO.StreamWriter::Null StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * ___Null_11; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_UTF8NoBOM Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ____UTF8NoBOM_23; public: inline static int32_t get_offset_of_Null_11() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields, ___Null_11)); } inline StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * get_Null_11() const { return ___Null_11; } inline StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 ** get_address_of_Null_11() { return &___Null_11; } inline void set_Null_11(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * value) { ___Null_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_11), (void*)value); } inline static int32_t get_offset_of__UTF8NoBOM_23() { return static_cast(offsetof(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_StaticFields, ____UTF8NoBOM_23)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get__UTF8NoBOM_23() const { return ____UTF8NoBOM_23; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of__UTF8NoBOM_23() { return &____UTF8NoBOM_23; } inline void set__UTF8NoBOM_23(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ____UTF8NoBOM_23 = value; Il2CppCodeGenWriteBarrier((void**)(&____UTF8NoBOM_23), (void*)value); } }; // System.IO.StreamWriter // System.Threading.SynchronizationContextProperties // System.Threading.SynchronizationContextProperties // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields { public: // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_2; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * ___s_factory_3; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject * ___s_taskCompletionSentinel_29; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_30; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * ___s_currentActiveTasks_31; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject * ___s_activeTasksLock_32; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_taskCancelCallback_34; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * ___s_createContingentProperties_35; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___s_completedTask_36; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * ___s_IsExceptionObservedByParentPredicate_37; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___s_ecCallback_38; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___s_IsTaskContinuationNullPredicate_39; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskIdCounter_2)); } inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; } inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; } inline void set_s_taskIdCounter_2(int32_t value) { ___s_taskIdCounter_2 = value; } inline static int32_t get_offset_of_s_factory_3() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_factory_3)); } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * value) { ___s_factory_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value); } inline static int32_t get_offset_of_s_taskCompletionSentinel_29() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCompletionSentinel_29)); } inline RuntimeObject * get_s_taskCompletionSentinel_29() const { return ___s_taskCompletionSentinel_29; } inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_29() { return &___s_taskCompletionSentinel_29; } inline void set_s_taskCompletionSentinel_29(RuntimeObject * value) { ___s_taskCompletionSentinel_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_29), (void*)value); } inline static int32_t get_offset_of_s_asyncDebuggingEnabled_30() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_asyncDebuggingEnabled_30)); } inline bool get_s_asyncDebuggingEnabled_30() const { return ___s_asyncDebuggingEnabled_30; } inline bool* get_address_of_s_asyncDebuggingEnabled_30() { return &___s_asyncDebuggingEnabled_30; } inline void set_s_asyncDebuggingEnabled_30(bool value) { ___s_asyncDebuggingEnabled_30 = value; } inline static int32_t get_offset_of_s_currentActiveTasks_31() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_currentActiveTasks_31)); } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * get_s_currentActiveTasks_31() const { return ___s_currentActiveTasks_31; } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 ** get_address_of_s_currentActiveTasks_31() { return &___s_currentActiveTasks_31; } inline void set_s_currentActiveTasks_31(Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * value) { ___s_currentActiveTasks_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_31), (void*)value); } inline static int32_t get_offset_of_s_activeTasksLock_32() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_activeTasksLock_32)); } inline RuntimeObject * get_s_activeTasksLock_32() const { return ___s_activeTasksLock_32; } inline RuntimeObject ** get_address_of_s_activeTasksLock_32() { return &___s_activeTasksLock_32; } inline void set_s_activeTasksLock_32(RuntimeObject * value) { ___s_activeTasksLock_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_32), (void*)value); } inline static int32_t get_offset_of_s_taskCancelCallback_34() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCancelCallback_34)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_taskCancelCallback_34() const { return ___s_taskCancelCallback_34; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_taskCancelCallback_34() { return &___s_taskCancelCallback_34; } inline void set_s_taskCancelCallback_34(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_taskCancelCallback_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_34), (void*)value); } inline static int32_t get_offset_of_s_createContingentProperties_35() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_createContingentProperties_35)); } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * get_s_createContingentProperties_35() const { return ___s_createContingentProperties_35; } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B ** get_address_of_s_createContingentProperties_35() { return &___s_createContingentProperties_35; } inline void set_s_createContingentProperties_35(Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * value) { ___s_createContingentProperties_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_35), (void*)value); } inline static int32_t get_offset_of_s_completedTask_36() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_completedTask_36)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_s_completedTask_36() const { return ___s_completedTask_36; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_s_completedTask_36() { return &___s_completedTask_36; } inline void set_s_completedTask_36(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___s_completedTask_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_36), (void*)value); } inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_37() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsExceptionObservedByParentPredicate_37)); } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * get_s_IsExceptionObservedByParentPredicate_37() const { return ___s_IsExceptionObservedByParentPredicate_37; } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD ** get_address_of_s_IsExceptionObservedByParentPredicate_37() { return &___s_IsExceptionObservedByParentPredicate_37; } inline void set_s_IsExceptionObservedByParentPredicate_37(Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * value) { ___s_IsExceptionObservedByParentPredicate_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_37), (void*)value); } inline static int32_t get_offset_of_s_ecCallback_38() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_ecCallback_38)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_s_ecCallback_38() const { return ___s_ecCallback_38; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_s_ecCallback_38() { return &___s_ecCallback_38; } inline void set_s_ecCallback_38(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___s_ecCallback_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_38), (void*)value); } inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_39() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsTaskContinuationNullPredicate_39)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_s_IsTaskContinuationNullPredicate_39() const { return ___s_IsTaskContinuationNullPredicate_39; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_s_IsTaskContinuationNullPredicate_39() { return &___s_IsTaskContinuationNullPredicate_39; } inline void set_s_IsTaskContinuationNullPredicate_39(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___s_IsTaskContinuationNullPredicate_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_39), (void*)value); } }; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___t_currentTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value); } inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value); } }; // System.Threading.Tasks.TaskCreationOptions // System.Threading.Tasks.TaskCreationOptions // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_0; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_1; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_2; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_4; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_5; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_0)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_0() const { return ___Zero_0; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_1)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_1() const { return ___MaxValue_1; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinValue_2() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_2)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_2() const { return ___MinValue_2; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_2() { return &___MinValue_2; } inline void set_MinValue_2(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_2 = value; } inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_4)); } inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; } inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; } inline void set__legacyConfigChecked_4(bool value) { ____legacyConfigChecked_4 = value; } inline static int32_t get_offset_of__legacyMode_5() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_5)); } inline bool get__legacyMode_5() const { return ____legacyMode_5; } inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; } inline void set__legacyMode_5(bool value) { ____legacyMode_5 = value; } }; // System.TimeSpan // System.TypeCode // System.TypeCode // UnityEngine.UICharInfo // UnityEngine.UICharInfo // UnityEngine.UIVertex struct UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_StaticFields { public: // UnityEngine.Color32 UnityEngine.UIVertex::s_DefaultColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___s_DefaultColor_8; // UnityEngine.Vector4 UnityEngine.UIVertex::s_DefaultTangent Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___s_DefaultTangent_9; // UnityEngine.UIVertex UnityEngine.UIVertex::simpleVert UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A ___simpleVert_10; public: inline static int32_t get_offset_of_s_DefaultColor_8() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_StaticFields, ___s_DefaultColor_8)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_s_DefaultColor_8() const { return ___s_DefaultColor_8; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_s_DefaultColor_8() { return &___s_DefaultColor_8; } inline void set_s_DefaultColor_8(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___s_DefaultColor_8 = value; } inline static int32_t get_offset_of_s_DefaultTangent_9() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_StaticFields, ___s_DefaultTangent_9)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_s_DefaultTangent_9() const { return ___s_DefaultTangent_9; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_s_DefaultTangent_9() { return &___s_DefaultTangent_9; } inline void set_s_DefaultTangent_9(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___s_DefaultTangent_9 = value; } inline static int32_t get_offset_of_simpleVert_10() { return static_cast(offsetof(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_StaticFields, ___simpleVert_10)); } inline UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A get_simpleVert_10() const { return ___simpleVert_10; } inline UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A * get_address_of_simpleVert_10() { return &___simpleVert_10; } inline void set_simpleVert_10(UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A value) { ___simpleVert_10 = value; } }; // UnityEngine.UIVertex // System.UInt32Enum // System.UInt32Enum // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags // System.Security.Cryptography.X509Certificates.X509ChainStatusFlags // UnityEngine.XR.XRNode // UnityEngine.XR.XRNode // UnityEngine.Rendering.Universal.XRView // UnityEngine.Rendering.Universal.XRView // UnityEngine.Camera/RenderRequestMode // UnityEngine.Camera/RenderRequestMode // UnityEngine.Camera/RenderRequestOutputSpace // UnityEngine.Camera/RenderRequestOutputSpace // UnityEngine.Rendering.DebugUI/Flags // UnityEngine.Rendering.DebugUI/Flags // UnityEngine.Rendering.Universal.Internal.DeferredTiler/PrePunctualLight // UnityEngine.Rendering.Universal.Internal.DeferredTiler/PrePunctualLight // CrazyMinnow.SALSA.ExpressionComponent/ControlType // CrazyMinnow.SALSA.ExpressionComponent/ControlType // CrazyMinnow.SALSA.ExpressionComponent/ExpressionHandler // CrazyMinnow.SALSA.ExpressionComponent/ExpressionHandler // CrazyMinnow.SALSA.ExpressionComponent/ExpressionType // CrazyMinnow.SALSA.ExpressionComponent/ExpressionType // UnityEngine.InputSystem.HID.HID/HIDCollectionType // UnityEngine.InputSystem.HID.HID/HIDCollectionType // UnityEngine.InputSystem.HID.HID/HIDElementFlags // UnityEngine.InputSystem.HID.HID/HIDElementFlags // UnityEngine.InputSystem.HID.HID/HIDReportType // UnityEngine.InputSystem.HID.HID/HIDReportType // UnityEngine.InputSystem.HID.HID/UsagePage // UnityEngine.InputSystem.HID.HID/UsagePage // UnityEngine.InputSystem.InputBinding/Flags // UnityEngine.InputSystem.InputBinding/Flags // UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo // UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo // UnityEngine.InputSystem.InputManager/AvailableDevice // UnityEngine.InputSystem.InputManager/AvailableDevice // UnityEngine.InputSystem.InputRemoting/RemoteInputDevice // UnityEngine.InputSystem.InputRemoting/RemoteInputDevice // UnityEngine.InputSystem.Users.InputUser/UserFlags // UnityEngine.InputSystem.Users.InputUser/UserFlags // UnityEngine.InputSystem.Utilities.JsonParser/JsonString // UnityEngine.InputSystem.Utilities.JsonParser/JsonString // UnityEngine.InputSystem.Utilities.JsonParser/JsonValueType // UnityEngine.InputSystem.Utilities.JsonParser/JsonValueType // CrazyMinnow.SALSA.LerpEasings/EasingType // CrazyMinnow.SALSA.LerpEasings/EasingType // Oculus.Platform.Message/MessageType // Oculus.Platform.Message/MessageType // UnityEngine.UI.Navigation/Mode // UnityEngine.UI.Navigation/Mode // OVRRaycaster/RaycastHit // OVRRaycaster/RaycastHit // UnityEngine.EventSystems.PointerEventData/FramePressState // UnityEngine.EventSystems.PointerEventData/FramePressState // UnityEngine.UI.Selectable/Transition // UnityEngine.UI.Selectable/Transition // UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge // UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge // UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData // UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags // UnityEngine.InputSystem.InputControlScheme/MatchResult/Result // UnityEngine.InputSystem.InputControlScheme/MatchResult/Result // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // System.Threading.Tasks.Task`1> struct Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094 * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094 * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094 ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_tC38251ED2F273F12DD35B9D834895E8343290094 * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_tACAF262312375D7D8F7883E8DA2431DDAF082BFA * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1> // System.Threading.Tasks.Task`1> struct Task_1_tD5FF1ABE58A851D9DA6514B814B72C956DDB8AAF_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_tB7D0FB7C5C47F2DECC1B443AD0D29EEE568E93EE * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t3BA8615E6C0E4A7217FC43067798B21C5A9EF31E * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tD5FF1ABE58A851D9DA6514B814B72C956DDB8AAF_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_tB7D0FB7C5C47F2DECC1B443AD0D29EEE568E93EE * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_tB7D0FB7C5C47F2DECC1B443AD0D29EEE568E93EE ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_tB7D0FB7C5C47F2DECC1B443AD0D29EEE568E93EE * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tD5FF1ABE58A851D9DA6514B814B72C956DDB8AAF_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t3BA8615E6C0E4A7217FC43067798B21C5A9EF31E * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t3BA8615E6C0E4A7217FC43067798B21C5A9EF31E ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t3BA8615E6C0E4A7217FC43067798B21C5A9EF31E * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1> // System.Threading.Tasks.Task`1> struct Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t46984FB48E7F4A7873D5006D3E547C453FC417CD * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t9FB9119855898574302D11A25F1AA03BDBDADD0D * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t46984FB48E7F4A7873D5006D3E547C453FC417CD * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t46984FB48E7F4A7873D5006D3E547C453FC417CD ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t46984FB48E7F4A7873D5006D3E547C453FC417CD * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t9FB9119855898574302D11A25F1AA03BDBDADD0D * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t9FB9119855898574302D11A25F1AA03BDBDADD0D ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t9FB9119855898574302D11A25F1AA03BDBDADD0D * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1> // System.Threading.Tasks.Task`1> struct Task_1_t22DDA242EA1C7046D5A9032F5D09F87CC099007B_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t6EA59C02B8A9C74C9B81DC1C821C0CC892BE1DAF * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t97E22A4E70D2312410723F6A2927D66B83EAE808 * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_t22DDA242EA1C7046D5A9032F5D09F87CC099007B_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t6EA59C02B8A9C74C9B81DC1C821C0CC892BE1DAF * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t6EA59C02B8A9C74C9B81DC1C821C0CC892BE1DAF ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t6EA59C02B8A9C74C9B81DC1C821C0CC892BE1DAF * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_t22DDA242EA1C7046D5A9032F5D09F87CC099007B_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t97E22A4E70D2312410723F6A2927D66B83EAE808 * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t97E22A4E70D2312410723F6A2927D66B83EAE808 ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t97E22A4E70D2312410723F6A2927D66B83EAE808 * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1> // System.Threading.Tasks.Task`1> struct Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_tA6A8AB0FA3BC49FD054EFE30364F59C364651CE4 * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t656C16FD0C20638D62CCEC28A2C7563F702C6479 * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_tA6A8AB0FA3BC49FD054EFE30364F59C364651CE4 * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_tA6A8AB0FA3BC49FD054EFE30364F59C364651CE4 ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_tA6A8AB0FA3BC49FD054EFE30364F59C364651CE4 * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t656C16FD0C20638D62CCEC28A2C7563F702C6479 * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t656C16FD0C20638D62CCEC28A2C7563F702C6479 ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t656C16FD0C20638D62CCEC28A2C7563F702C6479 * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1> // System.Threading.Tasks.Task`1 struct Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t069438A73348A2B1B34A2C68E0478EE107ECCFC7 * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t24DC43D57AB022882FE433E3B16B6D7E4BD14BB4 * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t069438A73348A2B1B34A2C68E0478EE107ECCFC7 * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t069438A73348A2B1B34A2C68E0478EE107ECCFC7 ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t069438A73348A2B1B34A2C68E0478EE107ECCFC7 * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t24DC43D57AB022882FE433E3B16B6D7E4BD14BB4 * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t24DC43D57AB022882FE433E3B16B6D7E4BD14BB4 ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t24DC43D57AB022882FE433E3B16B6D7E4BD14BB4 * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_tFD6C5BE88624171209DEA49929EA276401AC9F4B * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t99C75F5817AC4490145734D823B7E8ED9A840728 * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_tFD6C5BE88624171209DEA49929EA276401AC9F4B * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_tFD6C5BE88624171209DEA49929EA276401AC9F4B ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_tFD6C5BE88624171209DEA49929EA276401AC9F4B * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t99C75F5817AC4490145734D823B7E8ED9A840728 * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t99C75F5817AC4490145734D823B7E8ED9A840728 ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t99C75F5817AC4490145734D823B7E8ED9A840728 * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectArrayIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectEnumerableIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2,System.Object> // System.Linq.Enumerable/WhereSelectListIterator`2,System.Object> // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // UnityEngine.AssetBundle // UnityEngine.AssetBundle // System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::s_cachedCompleted Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___s_cachedCompleted_0; public: inline static int32_t get_offset_of_s_cachedCompleted_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_StaticFields, ___s_cachedCompleted_0)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_s_cachedCompleted_0() const { return ___s_cachedCompleted_0; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_s_cachedCompleted_0() { return &___s_cachedCompleted_0; } inline void set_s_cachedCompleted_0(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___s_cachedCompleted_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedCompleted_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder // UnityEngine.Component // UnityEngine.Component // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields { public: // System.Byte[] System.IO.FileStream::buf_recycle ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_recycle_5; // System.Object System.IO.FileStream::buf_recycle_lock RuntimeObject * ___buf_recycle_lock_6; public: inline static int32_t get_offset_of_buf_recycle_5() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields, ___buf_recycle_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_recycle_5() const { return ___buf_recycle_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_recycle_5() { return &___buf_recycle_5; } inline void set_buf_recycle_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_recycle_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_5), (void*)value); } inline static int32_t get_offset_of_buf_recycle_lock_6() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields, ___buf_recycle_lock_6)); } inline RuntimeObject * get_buf_recycle_lock_6() const { return ___buf_recycle_lock_6; } inline RuntimeObject ** get_address_of_buf_recycle_lock_6() { return &___buf_recycle_lock_6; } inline void set_buf_recycle_lock_6(RuntimeObject * value) { ___buf_recycle_lock_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_6), (void*)value); } }; // System.IO.FileStream // UnityEngine.GameObject // UnityEngine.GameObject // UnityEngine.InputSystem.InputBinding // UnityEngine.InputSystem.InputBinding // System.MulticastDelegate // System.MulticastDelegate // UnityEngine.UI.Navigation // UnityEngine.UI.Navigation // UnityEngine.Playables.Playable struct Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_StaticFields { public: // UnityEngine.Playables.Playable UnityEngine.Playables.Playable::m_NullPlayable Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___m_NullPlayable_1; public: inline static int32_t get_offset_of_m_NullPlayable_1() { return static_cast(offsetof(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_StaticFields, ___m_NullPlayable_1)); } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 get_m_NullPlayable_1() const { return ___m_NullPlayable_1; } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 * get_address_of_m_NullPlayable_1() { return &___m_NullPlayable_1; } inline void set_m_NullPlayable_1(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 value) { ___m_NullPlayable_1 = value; } }; // UnityEngine.Playables.Playable // UnityEngine.Playables.PlayableBinding struct PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2_StaticFields { public: // UnityEngine.Playables.PlayableBinding[] UnityEngine.Playables.PlayableBinding::None PlayableBindingU5BU5D_t4FD470872BB5C6A1794C9CB06830B557CA874CB3* ___None_4; // System.Double UnityEngine.Playables.PlayableBinding::DefaultDuration double ___DefaultDuration_5; public: inline static int32_t get_offset_of_None_4() { return static_cast(offsetof(PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2_StaticFields, ___None_4)); } inline PlayableBindingU5BU5D_t4FD470872BB5C6A1794C9CB06830B557CA874CB3* get_None_4() const { return ___None_4; } inline PlayableBindingU5BU5D_t4FD470872BB5C6A1794C9CB06830B557CA874CB3** get_address_of_None_4() { return &___None_4; } inline void set_None_4(PlayableBindingU5BU5D_t4FD470872BB5C6A1794C9CB06830B557CA874CB3* value) { ___None_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___None_4), (void*)value); } inline static int32_t get_offset_of_DefaultDuration_5() { return static_cast(offsetof(PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2_StaticFields, ___DefaultDuration_5)); } inline double get_DefaultDuration_5() const { return ___DefaultDuration_5; } inline double* get_address_of_DefaultDuration_5() { return &___DefaultDuration_5; } inline void set_DefaultDuration_5(double value) { ___DefaultDuration_5 = value; } }; // UnityEngine.Playables.PlayableBinding // UnityEngine.InputSystem.Utilities.PrimitiveValue // UnityEngine.InputSystem.Utilities.PrimitiveValue // CrazyMinnow.SALSA.QueueExpressionComponent // CrazyMinnow.SALSA.QueueExpressionComponent // UnityEngine.Rendering.RenderTargetIdentifier // UnityEngine.Rendering.RenderTargetIdentifier // UnityEngine.Experimental.Rendering.RenderGraphModule.ResourceHandle struct ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948_StaticFields { public: // System.UInt32 UnityEngine.Experimental.Rendering.RenderGraphModule.ResourceHandle::s_CurrentValidBit uint32_t ___s_CurrentValidBit_3; public: inline static int32_t get_offset_of_s_CurrentValidBit_3() { return static_cast(offsetof(ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948_StaticFields, ___s_CurrentValidBit_3)); } inline uint32_t get_s_CurrentValidBit_3() const { return ___s_CurrentValidBit_3; } inline uint32_t* get_address_of_s_CurrentValidBit_3() { return &___s_CurrentValidBit_3; } inline void set_s_CurrentValidBit_3(uint32_t value) { ___s_CurrentValidBit_3 = value; } }; // UnityEngine.Experimental.Rendering.RenderGraphModule.ResourceHandle // System.Threading.SynchronizationContext struct SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069_StaticFields { public: // System.Type System.Threading.SynchronizationContext::s_cachedPreparedType1 Type_t * ___s_cachedPreparedType1_1; // System.Type System.Threading.SynchronizationContext::s_cachedPreparedType2 Type_t * ___s_cachedPreparedType2_2; // System.Type System.Threading.SynchronizationContext::s_cachedPreparedType3 Type_t * ___s_cachedPreparedType3_3; // System.Type System.Threading.SynchronizationContext::s_cachedPreparedType4 Type_t * ___s_cachedPreparedType4_4; // System.Type System.Threading.SynchronizationContext::s_cachedPreparedType5 Type_t * ___s_cachedPreparedType5_5; public: inline static int32_t get_offset_of_s_cachedPreparedType1_1() { return static_cast(offsetof(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069_StaticFields, ___s_cachedPreparedType1_1)); } inline Type_t * get_s_cachedPreparedType1_1() const { return ___s_cachedPreparedType1_1; } inline Type_t ** get_address_of_s_cachedPreparedType1_1() { return &___s_cachedPreparedType1_1; } inline void set_s_cachedPreparedType1_1(Type_t * value) { ___s_cachedPreparedType1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedPreparedType1_1), (void*)value); } inline static int32_t get_offset_of_s_cachedPreparedType2_2() { return static_cast(offsetof(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069_StaticFields, ___s_cachedPreparedType2_2)); } inline Type_t * get_s_cachedPreparedType2_2() const { return ___s_cachedPreparedType2_2; } inline Type_t ** get_address_of_s_cachedPreparedType2_2() { return &___s_cachedPreparedType2_2; } inline void set_s_cachedPreparedType2_2(Type_t * value) { ___s_cachedPreparedType2_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedPreparedType2_2), (void*)value); } inline static int32_t get_offset_of_s_cachedPreparedType3_3() { return static_cast(offsetof(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069_StaticFields, ___s_cachedPreparedType3_3)); } inline Type_t * get_s_cachedPreparedType3_3() const { return ___s_cachedPreparedType3_3; } inline Type_t ** get_address_of_s_cachedPreparedType3_3() { return &___s_cachedPreparedType3_3; } inline void set_s_cachedPreparedType3_3(Type_t * value) { ___s_cachedPreparedType3_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedPreparedType3_3), (void*)value); } inline static int32_t get_offset_of_s_cachedPreparedType4_4() { return static_cast(offsetof(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069_StaticFields, ___s_cachedPreparedType4_4)); } inline Type_t * get_s_cachedPreparedType4_4() const { return ___s_cachedPreparedType4_4; } inline Type_t ** get_address_of_s_cachedPreparedType4_4() { return &___s_cachedPreparedType4_4; } inline void set_s_cachedPreparedType4_4(Type_t * value) { ___s_cachedPreparedType4_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedPreparedType4_4), (void*)value); } inline static int32_t get_offset_of_s_cachedPreparedType5_5() { return static_cast(offsetof(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069_StaticFields, ___s_cachedPreparedType5_5)); } inline Type_t * get_s_cachedPreparedType5_5() const { return ___s_cachedPreparedType5_5; } inline Type_t ** get_address_of_s_cachedPreparedType5_5() { return &___s_cachedPreparedType5_5; } inline void set_s_cachedPreparedType5_5(Type_t * value) { ___s_cachedPreparedType5_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedPreparedType5_5), (void*)value); } }; // System.Threading.SynchronizationContext // System.SystemException // System.SystemException // System.Type struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Type // System.Security.Cryptography.X509Certificates.X509ChainStatus // System.Security.Cryptography.X509Certificates.X509ChainStatus // UnityEngine.InputSystem.XR.XRFeatureDescriptor // UnityEngine.InputSystem.XR.XRFeatureDescriptor // UnityEngine.XR.XRNodeState // UnityEngine.XR.XRNodeState // UnityEngine.Camera/RenderRequest // UnityEngine.Camera/RenderRequest // UnityEngine.Rendering.DebugUI/Widget // UnityEngine.Rendering.DebugUI/Widget // UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor // UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor // UnityEngine.InputSystem.HID.HID/HIDElementDescriptor // UnityEngine.InputSystem.HID.HID/HIDElementDescriptor // UnityEngine.InputSystem.HID.HIDParser/HIDReportData // UnityEngine.InputSystem.HID.HIDParser/HIDReportData // UnityEngine.InputSystem.HID.HIDSupport/HIDPageUsage // UnityEngine.InputSystem.HID.HIDSupport/HIDPageUsage // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement // UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice // UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice // UnityEngine.InputSystem.Users.InputUser/GlobalState // UnityEngine.InputSystem.Users.InputUser/GlobalState // UnityEngine.InputSystem.Utilities.JsonParser/JsonValue // UnityEngine.InputSystem.Utilities.JsonParser/JsonValue // UnityEngine.InputSystem.UI.PointerModel/ButtonState // UnityEngine.InputSystem.UI.PointerModel/ButtonState // System.Net.ServicePointScheduler/d__32 // System.Net.ServicePointScheduler/d__32 // UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry // UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry // UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState // UnityEngine.InputSystem.EnhancedTouch.Touch/FingerAndTouchState // System.Net.WebOperation/d__55 // System.Net.WebOperation/d__55 // System.Net.WebOperation/d__54 // System.Net.WebOperation/d__54 // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher // System.Action`1 // System.Action`1 // System.Action`1 // System.Action`1 // System.Action`1 // System.Action`1 // System.Action`2 // System.Action`2 // System.Action`2 // System.Action`2 // System.Action`2 // System.Action`2 // System.Action`2 // System.Action`2 // Oculus.Platform.Message`1/Callback // Oculus.Platform.Message`1/Callback // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Func`1 // System.Func`1 // System.Func`2,System.Boolean> // System.Func`2,System.Boolean> // System.Func`2,UnityEngine.InputSystem.Utilities.InternedString> // System.Func`2,UnityEngine.InputSystem.Utilities.InternedString> // System.Func`2,System.Object> // System.Func`2,System.Object> // System.Func`2,UnityEngine.Vector3> // System.Func`2,UnityEngine.Vector3> // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`3 // System.Func`3 // System.Func`3 // System.Func`3 // UnityEngine.InputSystem.InputControlList`1 // UnityEngine.InputSystem.InputControlList`1 // UnityEngine.InputSystem.InputControlList`1 // UnityEngine.InputSystem.InputControlList`1 // UnityEngine.InputSystem.InputControlList`1 // UnityEngine.InputSystem.InputControlList`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // System.Predicate`1 // System.Predicate`1 // System.Predicate`1 // System.Predicate`1 // System.Predicate`1 // System.Predicate`1 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Action // System.Action // System.ArgumentException // System.ArgumentException // UnityEngine.Behaviour // UnityEngine.Behaviour // UnityEngine.InputSystem.Users.InputUser struct InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A_StaticFields { public: // UnityEngine.InputSystem.Users.InputUser/GlobalState UnityEngine.InputSystem.Users.InputUser::s_GlobalState GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9 ___s_GlobalState_2; public: inline static int32_t get_offset_of_s_GlobalState_2() { return static_cast(offsetof(InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A_StaticFields, ___s_GlobalState_2)); } inline GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9 get_s_GlobalState_2() const { return ___s_GlobalState_2; } inline GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9 * get_address_of_s_GlobalState_2() { return &___s_GlobalState_2; } inline void set_s_GlobalState_2(GlobalState_t28C51AEE8950F7B98D3DE070EC6C63F96088F9D9 value) { ___s_GlobalState_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_GlobalState_2))->___allUsers_5), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_GlobalState_2))->___allUserData_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_GlobalState_2))->___allPairedDevices_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_GlobalState_2))->___allLostDevices_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___ongoingAccountSelections_9))->___firstValue_1))->___device_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___s_GlobalState_2))->___ongoingAccountSelections_9))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onChange_10))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onChange_10))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onChange_10))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onChange_10))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onChange_10))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onChange_10))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onUnpairedDeviceUsed_11))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onUnpairedDeviceUsed_11))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onUnpairedDeviceUsed_11))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onUnpairedDeviceUsed_11))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onUnpairedDeviceUsed_11))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onUnpairedDeviceUsed_11))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onPreFilterUnpairedDeviceUsed_12))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onPreFilterUnpairedDeviceUsed_12))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onPreFilterUnpairedDeviceUsed_12))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onPreFilterUnpairedDeviceUsed_12))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onPreFilterUnpairedDeviceUsed_12))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onPreFilterUnpairedDeviceUsed_12))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_GlobalState_2))->___actionChangeDelegate_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_GlobalState_2))->___onDeviceChangeDelegate_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_GlobalState_2))->___onEventDelegate_15), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Users.InputUser // System.InvalidOperationException // System.InvalidOperationException // UnityEngine.InputSystem.Utilities.NamedValue // UnityEngine.InputSystem.Utilities.NamedValue // UnityEngine.InputSystem.UI.PointerModel // UnityEngine.InputSystem.UI.PointerModel // CrazyMinnow.SALSA.QueueData // CrazyMinnow.SALSA.QueueData // UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo // UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo // Mono.Net.Security.AsyncProtocolRequest/d__24 // Mono.Net.Security.AsyncProtocolRequest/d__24 // System.Security.Cryptography.CryptoStream/d__37 // System.Security.Cryptography.CryptoStream/d__37 // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem // Mono.Net.Security.MobileAuthenticatedStream/d__67 // Mono.Net.Security.MobileAuthenticatedStream/d__67 // Mono.Net.Security.MobileAuthenticatedStream/d__47 // Mono.Net.Security.MobileAuthenticatedStream/d__47 // UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo // UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo // UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState // UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState // System.Net.WebConnection/d__16 // System.Net.WebConnection/d__16 // System.Net.WebConnectionTunnel/d__42 // System.Net.WebConnectionTunnel/d__42 // System.Net.WebRequestStream/d__30 // System.Net.WebRequestStream/d__30 // System.Net.WebRequestStream/d__34 // System.Net.WebRequestStream/d__34 // System.Net.WebRequestStream/d__32 // System.Net.WebRequestStream/d__32 // System.Net.WebRequestStream/d__35 // System.Net.WebRequestStream/d__35 // System.Net.WebRequestStream/d__31 // System.Net.WebRequestStream/d__31 // System.Net.WebRequestStream/d__38 // System.Net.WebRequestStream/d__38 // System.Net.WebRequestStream/d__37 // System.Net.WebRequestStream/d__37 // System.Net.WebRequestStream/d__36 // System.Net.WebRequestStream/d__36 // System.Net.WebResponseStream/d__61 // System.Net.WebResponseStream/d__61 // System.Net.WebResponseStream/d__56 // System.Net.WebResponseStream/d__56 // System.Net.WebResponseStream/d__57 // System.Net.WebResponseStream/d__57 // System.Collections.Generic.List`1/Enumerator> // System.Collections.Generic.List`1/Enumerator> // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Func`2,System.Boolean> // System.Func`2,System.Boolean> // System.Func`2,UnityEngine.InputSystem.Utilities.InternedString> // System.Func`2,UnityEngine.InputSystem.Utilities.InternedString> // System.Func`2,System.Object> // System.Func`2,System.Object> // System.Func`2,UnityEngine.Vector3> // System.Func`2,UnityEngine.Vector3> // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Linq.Enumerable/Iterator`1> // System.Linq.Enumerable/Iterator`1> // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // System.ArgumentNullException // System.ArgumentNullException // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // System.ArgumentOutOfRangeException // UnityEngine.MonoBehaviour // UnityEngine.MonoBehaviour // UnityEngine.InputSystem.EnhancedTouch.Touch struct Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21_StaticFields { public: // UnityEngine.InputSystem.EnhancedTouch.Touch/GlobalState UnityEngine.InputSystem.EnhancedTouch.Touch::s_GlobalState GlobalState_tB5A240E45172237F738782A0C0A07882C2633227 ___s_GlobalState_2; public: inline static int32_t get_offset_of_s_GlobalState_2() { return static_cast(offsetof(Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21_StaticFields, ___s_GlobalState_2)); } inline GlobalState_tB5A240E45172237F738782A0C0A07882C2633227 get_s_GlobalState_2() const { return ___s_GlobalState_2; } inline GlobalState_tB5A240E45172237F738782A0C0A07882C2633227 * get_address_of_s_GlobalState_2() { return &___s_GlobalState_2; } inline void set_s_GlobalState_2(GlobalState_tB5A240E45172237F738782A0C0A07882C2633227 value) { ___s_GlobalState_2 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___s_GlobalState_2))->___touchscreens_0))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___s_GlobalState_2))->___touchscreens_0))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerDown_2))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerDown_2))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerDown_2))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerMove_3))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerMove_3))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerMove_3))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerUp_4))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerUp_4))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_2))->___onFingerUp_4))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___s_GlobalState_2))->___playerState_5))->___fingers_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___s_GlobalState_2))->___playerState_5))->___activeFingers_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___s_GlobalState_2))->___playerState_5))->___activeTouches_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___s_GlobalState_2))->___playerState_5))->___activeTouchState_10), (void*)NULL); #endif } }; // UnityEngine.InputSystem.EnhancedTouch.Touch // UnityEngine.InputSystem.InputControlScheme/MatchResult // UnityEngine.InputSystem.InputControlScheme/MatchResult // System.Linq.Enumerable/WhereSelectListIterator`2,System.Object> // System.Linq.Enumerable/WhereSelectListIterator`2,System.Object> // System.Linq.Enumerable/WhereSelectListIterator`2 // System.Linq.Enumerable/WhereSelectListIterator`2 // ComponentUtil // ComponentUtil // UnityEngine.Rendering.UI.DebugUIHandlerWidget // UnityEngine.Rendering.UI.DebugUIHandlerWidget // UnityEngine.EventSystems.UIBehaviour // UnityEngine.EventSystems.UIBehaviour // UnityEngine.InputSystem.Users.InputUser/UserData // UnityEngine.InputSystem.Users.InputUser/UserData // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields { public: // UnityEngine.UI.Selectable[] UnityEngine.UI.Selectable::s_Selectables SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* ___s_Selectables_4; // System.Int32 UnityEngine.UI.Selectable::s_SelectableCount int32_t ___s_SelectableCount_5; public: inline static int32_t get_offset_of_s_Selectables_4() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_Selectables_4)); } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* get_s_Selectables_4() const { return ___s_Selectables_4; } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535** get_address_of_s_Selectables_4() { return &___s_Selectables_4; } inline void set_s_Selectables_4(SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* value) { ___s_Selectables_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Selectables_4), (void*)value); } inline static int32_t get_offset_of_s_SelectableCount_5() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_SelectableCount_5)); } inline int32_t get_s_SelectableCount_5() const { return ___s_SelectableCount_5; } inline int32_t* get_address_of_s_SelectableCount_5() { return &___s_SelectableCount_5; } inline void set_s_SelectableCount_5(int32_t value) { ___s_SelectableCount_5 = value; } }; // UnityEngine.UI.Selectable // UnityEngine.UI.Dropdown struct Dropdown_t099F5232BB75810BC79EED6E27DDCED46C3BCD96_StaticFields { public: // UnityEngine.UI.Dropdown/OptionData UnityEngine.UI.Dropdown::s_NoOptionData OptionData_t5F665DC13C1E4307727D66ECC1100B3A77E3E857 * ___s_NoOptionData_35; public: inline static int32_t get_offset_of_s_NoOptionData_35() { return static_cast(offsetof(Dropdown_t099F5232BB75810BC79EED6E27DDCED46C3BCD96_StaticFields, ___s_NoOptionData_35)); } inline OptionData_t5F665DC13C1E4307727D66ECC1100B3A77E3E857 * get_s_NoOptionData_35() const { return ___s_NoOptionData_35; } inline OptionData_t5F665DC13C1E4307727D66ECC1100B3A77E3E857 ** get_address_of_s_NoOptionData_35() { return &___s_NoOptionData_35; } inline void set_s_NoOptionData_35(OptionData_t5F665DC13C1E4307727D66ECC1100B3A77E3E857 * value) { ___s_NoOptionData_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_NoOptionData_35), (void*)value); } }; // UnityEngine.UI.Dropdown #ifdef __clang__ #pragma clang diagnostic pop #endif // UnityEngine.Rendering.ShaderTagId[] struct ShaderTagIdU5BU5D_t686E07D907EFB64EA7EDB605791DF44DE6CAD823 : public RuntimeArray { public: ALIGN_FIELD (8) ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 m_Items[1]; public: inline ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 * 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, ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 value) { m_Items[index] = value; } }; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* 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, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // UnityEngine.InputSystem.Utilities.Substring[] struct SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0 : public RuntimeArray { public: ALIGN_FIELD (8) Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F m_Items[1]; public: inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * 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, Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_String_0), (void*)NULL); } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_String_0), (void*)NULL); } }; // System.TimeSpan[] struct TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545 : public RuntimeArray { public: ALIGN_FIELD (8) TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 m_Items[1]; public: inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * 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, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { m_Items[index] = value; } }; // UnityEngine.UICharInfo[] struct UICharInfoU5BU5D_t5B6AEA3245EC021FAA20582D295434FF61FBF1F0 : public RuntimeArray { public: ALIGN_FIELD (8) UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A m_Items[1]; public: inline UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A * 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, UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A value) { m_Items[index] = value; } }; // UnityEngine.UILineInfo[] struct UILineInfoU5BU5D_tBE1D9E4EC8C7A5A1F98B7CCF93D8A8A2FF9B2F69 : public RuntimeArray { public: ALIGN_FIELD (8) UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C m_Items[1]; public: inline UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C * 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, UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C value) { m_Items[index] = value; } }; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A : public RuntimeArray { public: ALIGN_FIELD (8) UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A m_Items[1]; public: inline UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A * 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, UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A value) { m_Items[index] = value; } }; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67 : public RuntimeArray { public: ALIGN_FIELD (8) uint16_t m_Items[1]; public: inline uint16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint16_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, uint16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_t value) { m_Items[index] = value; } }; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_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, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2 : public RuntimeArray { public: ALIGN_FIELD (8) uint64_t m_Items[1]; public: inline uint64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint64_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, uint64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value) { m_Items[index] = value; } }; // UnityEngine.InputSystem.XR.UsageHint[] struct UsageHintU5BU5D_t3F89ABD0103A5D5BBA43D01A5B1C63A4F6C61FD4 : public RuntimeArray { public: ALIGN_FIELD (8) UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE m_Items[1]; public: inline UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE * 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, UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___content_0), (void*)NULL); } inline UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___content_0), (void*)NULL); } }; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA : public RuntimeArray { public: ALIGN_FIELD (8) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 m_Items[1]; public: inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * 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, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { m_Items[index] = value; } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E m_Items[1]; public: inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * 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_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { m_Items[index] = value; } }; // UnityEngine.Vector4[] struct Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871 : public RuntimeArray { public: ALIGN_FIELD (8) Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 m_Items[1]; public: inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * 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_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { m_Items[index] = value; } }; // System.Security.Cryptography.X509Certificates.X509ChainStatus[] struct X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F : public RuntimeArray { public: ALIGN_FIELD (8) X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB m_Items[1]; public: inline X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB * 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, X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___info_1), (void*)NULL); } inline X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___info_1), (void*)NULL); } }; // UnityEngine.InputSystem.XR.XRFeatureDescriptor[] struct XRFeatureDescriptorU5BU5D_t02A44E5AD45238DC362F388DD6DE302D1321D791 : public RuntimeArray { public: ALIGN_FIELD (8) XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E m_Items[1]; public: inline XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E * 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, XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___usageHints_1), (void*)NULL); #endif } inline XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___usageHints_1), (void*)NULL); #endif } }; // UnityEngine.XR.XRNodeState[] struct XRNodeStateU5BU5D_t6769DE0817BC77C129F02AE6C53CF9DCF954CCF5 : public RuntimeArray { public: ALIGN_FIELD (8) XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33 m_Items[1]; public: inline XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33 * 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, XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33 value) { m_Items[index] = value; } }; // UnityEngine.Rendering.Universal.XRView[] struct XRViewU5BU5D_tA7794DBCCFAC538844E0D7C6A17EB1EC0DB7C5AD : public RuntimeArray { public: ALIGN_FIELD (8) XRView_tE7BCF62BA1242C287E38539553B57AE70B687027 m_Items[1]; public: inline XRView_tE7BCF62BA1242C287E38539553B57AE70B687027 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XRView_tE7BCF62BA1242C287E38539553B57AE70B687027 * 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, XRView_tE7BCF62BA1242C287E38539553B57AE70B687027 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___occlusionMesh_3), (void*)NULL); } inline XRView_tE7BCF62BA1242C287E38539553B57AE70B687027 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XRView_tE7BCF62BA1242C287E38539553B57AE70B687027 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XRView_tE7BCF62BA1242C287E38539553B57AE70B687027 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___occlusionMesh_3), (void*)NULL); } }; // UnityEngine.Timeline.AnimationOutputWeightProcessor/WeightInfo[] struct WeightInfoU5BU5D_t492B24E63F911BFB5E0CE6068D1F10AACF6BDAB5 : public RuntimeArray { public: ALIGN_FIELD (8) WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA m_Items[1]; public: inline WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA * 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, WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA value) { m_Items[index] = value; } }; // UnityEngine.BeforeRenderHelper/OrderBlock[] struct OrderBlockU5BU5D_tA6CA8293A67A97712BD2A0D7ABBA77E770053817 : public RuntimeArray { public: ALIGN_FIELD (8) OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 m_Items[1]; public: inline OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 * 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, OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___callback_1), (void*)NULL); } inline OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___callback_1), (void*)NULL); } }; // UnityEngine.Camera/RenderRequest[] struct RenderRequestU5BU5D_t2D09D44B1472DED405E7676210574FBDE93EF664 : public RuntimeArray { public: ALIGN_FIELD (8) RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 m_Items[1]; public: inline RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 * 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, RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_ResultRT_1), (void*)NULL); } inline RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_ResultRT_1), (void*)NULL); } }; // UnityEngine.Rendering.Universal.Internal.DeferredTiler/PrePunctualLight[] struct PrePunctualLightU5BU5D_tB4796ACC5565F95259448DBE02ACBDF0226B78F9 : public RuntimeArray { public: ALIGN_FIELD (8) PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609 m_Items[1]; public: inline PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609 * 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, PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609 value) { m_Items[index] = value; } }; // System.Diagnostics.Tracing.EventProvider/SessionInfo[] struct SessionInfoU5BU5D_t42BA9C3B2898F9EDC1FF64FF2B6D4C6F8FC4F179 : public RuntimeArray { public: ALIGN_FIELD (8) SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7 m_Items[1]; public: inline SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7 * 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, SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7 value) { m_Items[index] = value; } }; // UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor[] struct HIDCollectionDescriptorU5BU5D_t44A200739AD0674BB83F5B53B9DFC08C129D347B : public RuntimeArray { public: ALIGN_FIELD (8) HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 m_Items[1]; public: inline HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 * 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, HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 value) { m_Items[index] = value; } }; // UnityEngine.InputSystem.HID.HID/HIDElementDescriptor[] struct HIDElementDescriptorU5BU5D_tDAC44C8A84F113B231C75F7BB7F584501B01D8F8 : public RuntimeArray { public: ALIGN_FIELD (8) HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427 m_Items[1]; public: inline HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427 * 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, HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427 value) { m_Items[index] = value; } }; // UnityEngine.InputSystem.HID.HIDParser/HIDReportData[] struct HIDReportDataU5BU5D_t0E1A335FA31D95766AADF5826B7B1D53CEF9DB1C : public RuntimeArray { public: ALIGN_FIELD (8) HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59 m_Items[1]; public: inline HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59 * 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, HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59 value) { m_Items[index] = value; } }; // UnityEngine.InputSystem.InputActionMap/BindingOverrideJson[] struct BindingOverrideJsonU5BU5D_t579CF9B9456C565546432D8930E8C59A814540E4 : public RuntimeArray { public: ALIGN_FIELD (8) BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7 m_Items[1]; public: inline BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7 * 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, BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___action_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___id_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___path_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___interactions_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___processors_4), (void*)NULL); #endif } inline BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___action_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___id_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___path_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___interactions_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___processors_4), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[] struct ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB : public RuntimeArray { public: ALIGN_FIELD (8) ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 m_Items[1]; public: inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * 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, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CuseStateFromU3Ek__BackingField_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CdisplayNameU3Ek__BackingField_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CshortDisplayNameU3Ek__BackingField_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL); #endif } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CuseStateFromU3Ek__BackingField_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CdisplayNameU3Ek__BackingField_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CshortDisplayNameU3Ek__BackingField_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.JsonParser/JsonValue[] struct JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098 : public RuntimeArray { public: ALIGN_FIELD (8) JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB m_Items[1]; public: inline JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB * 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, JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___arrayValue_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___objectValue_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___anyValue_7), (void*)NULL); #endif } inline JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___arrayValue_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___objectValue_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___anyValue_7), (void*)NULL); #endif } }; // ONSPPropagationGeometry/MeshMaterial[] struct MeshMaterialU5BU5D_t9045FDBAA2E0DB2E3109B9F1BE424DDDB07BE3BF : public RuntimeArray { public: ALIGN_FIELD (8) MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29 m_Items[1]; public: inline MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29 * 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, MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___meshFilter_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___materials_1), (void*)NULL); #endif } inline MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___meshFilter_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___materials_1), (void*)NULL); #endif } }; // ONSPPropagationGeometry/TerrainMaterial[] struct TerrainMaterialU5BU5D_t940C17A0B1F6A66CA492AD2587A7C565C51046DC : public RuntimeArray { public: ALIGN_FIELD (8) TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC m_Items[1]; public: inline TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC * 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, TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___terrain_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___materials_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___treePrototypeMeshes_2), (void*)NULL); #endif } inline TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___terrain_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___materials_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___treePrototypeMeshes_2), (void*)NULL); #endif } }; // OVRPassthroughLayer/DeferredPassthroughMeshAddition[] struct DeferredPassthroughMeshAdditionU5BU5D_tA4978B4560F487140FFFE3C9AEE3EDEE6A7676D4 : public RuntimeArray { public: ALIGN_FIELD (8) DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873 m_Items[1]; public: inline DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873 * 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, DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___gameObject_0), (void*)NULL); } inline DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___gameObject_0), (void*)NULL); } }; // OVRRaycaster/RaycastHit[] struct RaycastHitU5BU5D_t9B88E8B1B47A781EF9F2FB2152486B225C2B34C2 : public RuntimeArray { public: ALIGN_FIELD (8) RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB m_Items[1]; public: inline RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB * 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, RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___graphic_0), (void*)NULL); } inline RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___graphic_0), (void*)NULL); } }; // UnityEngine.XR.OpenXR.Input.OpenXRInput/SerializedBinding[] struct SerializedBindingU5BU5D_tBCC0A59EBA74FEC684909085EFB526BD00116E5D : public RuntimeArray { public: ALIGN_FIELD (8) SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F m_Items[1]; public: inline SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F * 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, SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___path_1), (void*)NULL); } inline SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___path_1), (void*)NULL); } }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/PassDebugData[] struct PassDebugDataU5BU5D_t939F63843A1011FC990FCA59719CD59D224D9ADA : public RuntimeArray { public: ALIGN_FIELD (8) PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C m_Items[1]; public: inline PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C * 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, PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___resourceReadLists_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___resourceWriteLists_2), (void*)NULL); #endif } inline PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___resourceReadLists_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___resourceWriteLists_2), (void*)NULL); #endif } }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphDebugData/ResourceDebugData[] struct ResourceDebugDataU5BU5D_tE1E923B7EAAFC034B9C99BF83EF0AE7827C18528 : public RuntimeArray { public: ALIGN_FIELD (8) ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F m_Items[1]; public: inline ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F * 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, ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___consumerList_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___producerList_5), (void*)NULL); #endif } inline ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___consumerList_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___producerList_5), (void*)NULL); #endif } }; // FMODUnity.Settings/PlatformTemplate[] struct PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359 : public RuntimeArray { public: ALIGN_FIELD (8) PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED m_Items[1]; public: inline PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED * 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, PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Identifier_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___CreateInstance_1), (void*)NULL); #endif } inline PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Identifier_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___CreateInstance_1), (void*)NULL); #endif } }; // UnityEngine.Experimental.Rendering.Universal.ShadowUtility/Edge[] struct EdgeU5BU5D_t5C61D8F639EA5489731E0154AC9B4BC2640F1A98 : public RuntimeArray { public: ALIGN_FIELD (8) Edge_tC11235216D5E71087549B2CB09A27043F02FB278 m_Items[1]; public: inline Edge_tC11235216D5E71087549B2CB09A27043F02FB278 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Edge_tC11235216D5E71087549B2CB09A27043F02FB278 * 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, Edge_tC11235216D5E71087549B2CB09A27043F02FB278 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Edge_tC11235216D5E71087549B2CB09A27043F02FB278 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Edge_tC11235216D5E71087549B2CB09A27043F02FB278 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Edge_tC11235216D5E71087549B2CB09A27043F02FB278 value) { m_Items[index] = value; } }; // UnityEngine.Timeline.TimeNotificationBehaviour/NotificationEntry[] struct NotificationEntryU5BU5D_t09774245BA02F3982CECCBB4CB7E3DAC2CA8B345 : public RuntimeArray { public: ALIGN_FIELD (8) NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50 m_Items[1]; public: inline NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50 * 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, NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___payload_1), (void*)NULL); } inline NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___payload_1), (void*)NULL); } }; // UnityEngine.InputSystem.UI.TrackedDeviceRaycaster/RaycastHitData[] struct RaycastHitDataU5BU5D_t033262DE9844ADC20AD72E640E9F79390FC86C08 : public RuntimeArray { public: ALIGN_FIELD (8) RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA m_Items[1]; public: inline RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA * 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, RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CgraphicU3Ek__BackingField_0), (void*)NULL); } inline RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CgraphicU3Ek__BackingField_0), (void*)NULL); } }; // UnityEngine.UnitySynchronizationContext/WorkRequest[] struct WorkRequestU5BU5D_tFD014E941739D5AFA0353EDFE7D9CD61E8A43A3F : public RuntimeArray { public: ALIGN_FIELD (8) WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 m_Items[1]; public: inline WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 * 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, WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_DelagateCallback_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_DelagateState_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_WaitHandle_2), (void*)NULL); #endif } inline WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_DelagateCallback_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_DelagateState_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_WaitHandle_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher[] struct LayoutMatcherU5BU5D_t13CB1C98374639A7AD18A5C020F2204BDDB5DCFF : public RuntimeArray { public: ALIGN_FIELD (8) LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D m_Items[1]; public: inline LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D * 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, LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___layoutName_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___layoutName_0))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___deviceMatcher_1))->___m_Patterns_0), (void*)NULL); #endif } inline LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___layoutName_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___layoutName_0))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___deviceMatcher_1))->___m_Patterns_0), (void*)NULL); #endif } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Timeline.IntervalTree`1/Entry[] struct EntryU5BU5D_tCA19DBDB7AC2B3545E58EA8A9DEB906D76ED7B22 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46 m_Items[1]; public: inline Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___item_2), (void*)NULL); } inline Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___item_2), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t7A55D2FEB3F9BBFE7CC9322E7E8F00A4D1C77D4D : public RuntimeArray { public: ALIGN_FIELD (8) KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 m_Items[1]; public: inline KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); } inline KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C : public RuntimeArray { public: ALIGN_FIELD (8) KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 m_Items[1]; public: inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } }; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630 : public RuntimeArray { public: ALIGN_FIELD (8) KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 m_Items[1]; public: inline KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((&((m_Items + index)->___value_1))->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_1))->___arrayValue_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_1))->___objectValue_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_1))->___anyValue_7), (void*)NULL); #endif } inline KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((&((m_Items + index)->___value_1))->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_1))->___arrayValue_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_1))->___objectValue_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___value_1))->___anyValue_7), (void*)NULL); #endif } }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RenderGraphResourcePool`1/ResourceLogInfo[] struct ResourceLogInfoU5BU5D_t851B79252CAA2CCB49511AC92B4238FAE8ED4514 : public RuntimeArray { public: ALIGN_FIELD (8) ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63 m_Items[1]; public: inline ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63 * 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, ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL); } inline ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_0), (void*)NULL); } }; // System.ValueTuple`2[] struct ValueTuple_2U5BU5D_t1D38A107A09A2A9974BD8DFCBAC54319EA0AA755 : public RuntimeArray { public: ALIGN_FIELD (8) ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173 m_Items[1]; public: inline ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173 * 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, ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Item2_1), (void*)NULL); } inline ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Item2_1), (void*)NULL); } }; // System.ValueTuple`2>[] struct ValueTuple_2U5BU5D_t12F79288D607EFFE35AF4C6E5C3452D3A92CBE4C : public RuntimeArray { public: ALIGN_FIELD (8) ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793 m_Items[1]; public: inline ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793 * 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, ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Item1_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___Item2_1))->___Item1_0), (void*)NULL); #endif } inline ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Item1_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___Item2_1))->___Item1_0), (void*)NULL); #endif } }; // System.ValueTuple`2[] struct ValueTuple_2U5BU5D_tB92D5D737256E32B1DE203B453C1315FC73D715D : public RuntimeArray { public: ALIGN_FIELD (8) ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 m_Items[1]; public: inline ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 * 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, ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Item1_0), (void*)NULL); } inline ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Item1_0), (void*)NULL); } }; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* 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, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // UnityEngine.Color[] struct ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834 : public RuntimeArray { public: ALIGN_FIELD (8) Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 m_Items[1]; public: inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * 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, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { m_Items[index] = value; } }; // UnityEngine.Color32[] struct Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2 : public RuntimeArray { public: ALIGN_FIELD (8) Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D m_Items[1]; public: inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * 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_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { m_Items[index] = value; } }; // UnityEngine.Experimental.Rendering.Universal.LibTessDotNet.ContourVertex[] struct ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36 : public RuntimeArray { public: ALIGN_FIELD (8) ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 m_Items[1]; public: inline ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 * 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, ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Data_1), (void*)NULL); } inline ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Data_1), (void*)NULL); } }; // System.DateTime[] struct DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1 : public RuntimeArray { public: ALIGN_FIELD (8) DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 m_Items[1]; public: inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * 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, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { m_Items[index] = value; } }; // System.DateTimeOffset[] struct DateTimeOffsetU5BU5D_t81746224316E5FC7189685EFB35488C8CED41826 : public RuntimeArray { public: ALIGN_FIELD (8) DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 m_Items[1]; public: inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * 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, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { m_Items[index] = value; } }; // System.Decimal[] struct DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA : public RuntimeArray { public: ALIGN_FIELD (8) Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 m_Items[1]; public: inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * 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, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { m_Items[index] = value; } }; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB : public RuntimeArray { public: ALIGN_FIELD (8) double m_Items[1]; public: inline double GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline double* 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, double value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline double GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline double* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, double value) { m_Items[index] = value; } }; // UnityEngine.InputSystem.InputBinding[] struct InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6 : public RuntimeArray { public: ALIGN_FIELD (8) InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB m_Items[1]; public: inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * 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, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Name_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_OverrideProcessors_12), (void*)NULL); #endif } inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Name_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_OverrideProcessors_12), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Layouts.InputDeviceDescription[] struct InputDeviceDescriptionU5BU5D_t42F2D0E6A909DFD21287F5A79032AB64986F8BF0 : public RuntimeArray { public: ALIGN_FIELD (8) InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 m_Items[1]; public: inline InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 * 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, InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_InterfaceName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_DeviceClass_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Manufacturer_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Product_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Serial_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Version_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Capabilities_6), (void*)NULL); #endif } inline InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_InterfaceName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_DeviceClass_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Manufacturer_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Product_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Serial_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Version_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Capabilities_6), (void*)NULL); #endif } }; // UnityEngine.InputSystem.LowLevel.InputEventPtr[] struct InputEventPtrU5BU5D_tFC18CDA27F6440A3DCB66BC9EDACB19F651D90A7 : public RuntimeArray { public: ALIGN_FIELD (8) InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 m_Items[1]; public: inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * 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, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 value) { m_Items[index] = value; } }; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_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, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Int32Enum[] struct Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_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, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // UnityEngine.InputSystem.Utilities.InternedString[] struct InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4 : public RuntimeArray { public: ALIGN_FIELD (8) InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED m_Items[1]; public: inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * 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, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_StringLowerCase_1), (void*)NULL); #endif } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_StringLowerCase_1), (void*)NULL); #endif } }; // UnityEngine.Timeline.IntervalTreeNode[] struct IntervalTreeNodeU5BU5D_tE6D2C5822CF028FBC06899DAFCB9124B94AC296A : public RuntimeArray { public: ALIGN_FIELD (8) IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D m_Items[1]; public: inline IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D * 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, IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D value) { m_Items[index] = value; } }; // UnityEngine.InputSystem.Utilities.NameAndParameters[] struct NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD : public RuntimeArray { public: ALIGN_FIELD (8) NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA m_Items[1]; public: inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL); #endif } inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.NamedValue[] struct NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391 : public RuntimeArray { public: ALIGN_FIELD (8) NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 m_Items[1]; public: inline NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 * 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, NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField_1), (void*)NULL); } inline NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField_1), (void*)NULL); } }; // UnityEngine.ParticleCollisionEvent[] struct ParticleCollisionEventU5BU5D_t62880785FE50C001432E57E6D83BF3BD7BD3183A : public RuntimeArray { public: ALIGN_FIELD (8) ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD m_Items[1]; public: inline ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD * 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, ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD value) { m_Items[index] = value; } }; // UnityEngine.Playables.PlayableBinding[] struct PlayableBindingU5BU5D_t4FD470872BB5C6A1794C9CB06830B557CA874CB3 : public RuntimeArray { public: ALIGN_FIELD (8) PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2 m_Items[1]; public: inline PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2 * 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, PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_StreamName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_SourceObject_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_SourceBindingType_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_CreateOutputMethod_3), (void*)NULL); #endif } inline PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_StreamName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_SourceObject_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_SourceBindingType_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_CreateOutputMethod_3), (void*)NULL); #endif } }; // UnityEngine.Quaternion[] struct QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6 : public RuntimeArray { public: ALIGN_FIELD (8) Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 m_Items[1]; public: inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * 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, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { m_Items[index] = value; } }; // CrazyMinnow.SALSA.QueueData[] struct QueueDataU5BU5D_tE903EC1013EA7AA10DD2DB553F72911BAF55C860 : public RuntimeArray { public: ALIGN_FIELD (8) QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08 m_Items[1]; public: inline QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08 * 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, QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___queueExpressionComponent_0))->___controller_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___queueExpressionComponent_0))->___name_12), (void*)NULL); #endif } inline QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___queueExpressionComponent_0))->___controller_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___queueExpressionComponent_0))->___name_12), (void*)NULL); #endif } }; // UnityEngine.RaycastHit2D[] struct RaycastHit2DU5BU5D_tDEABD9FBBA32C695C932A32A1B8FB9C06A496F09 : public RuntimeArray { public: ALIGN_FIELD (8) RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 m_Items[1]; public: inline RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 * 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, RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 value) { m_Items[index] = value; } }; // UnityEngine.EventSystems.RaycastResult[] struct RaycastResultU5BU5D_t55B9DF597EFA3BE063604C0950E370D850283B9D : public RuntimeArray { public: ALIGN_FIELD (8) RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE m_Items[1]; public: inline RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE * 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, RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_GameObject_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___module_1), (void*)NULL); #endif } inline RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_GameObject_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___module_1), (void*)NULL); #endif } }; // UnityEngine.Rendering.RenderTargetIdentifier[] struct RenderTargetIdentifierU5BU5D_tBA2016AC6826F6ADBDB1A83D237BD6B08D857C17 : public RuntimeArray { public: ALIGN_FIELD (8) RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 m_Items[1]; public: inline RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 * 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, RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 value) { m_Items[index] = value; } }; // UnityEngine.Experimental.Rendering.RenderGraphModule.RendererListHandle[] struct RendererListHandleU5BU5D_t8B5A3D78D35F1AC115176D083D0531B5F08FB6D7 : public RuntimeArray { public: ALIGN_FIELD (8) RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F m_Items[1]; public: inline RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F * 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, RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F value) { m_Items[index] = value; } }; // UnityEngine.Experimental.Rendering.RenderGraphModule.ResourceHandle[] struct ResourceHandleU5BU5D_t0EB2B372D18CD282015DD192E9306DDA18B1D547 : public RuntimeArray { public: ALIGN_FIELD (8) ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 m_Items[1]; public: inline ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 * 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, ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 value) { m_Items[index] = value; } }; // System.SByte[] struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7 : public RuntimeArray { public: ALIGN_FIELD (8) int8_t m_Items[1]; public: inline int8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int8_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, int8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int8_t value) { m_Items[index] = value; } }; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105 : public RuntimeArray { public: ALIGN_FIELD (8) KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 m_Items[1]; public: inline KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___key_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___key_0))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } inline KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___key_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___key_0))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputControlScheme[] struct InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD : public RuntimeArray { public: ALIGN_FIELD (8) InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 m_Items[1]; public: inline InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * 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, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Name_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_BindingGroup_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_DeviceRequirements_2), (void*)NULL); #endif } inline InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Name_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_BindingGroup_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_DeviceRequirements_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] struct DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795 : public RuntimeArray { public: ALIGN_FIELD (8) DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 m_Items[1]; public: inline DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 * 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, DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_ControlPath_0), (void*)NULL); } inline DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_ControlPath_0), (void*)NULL); } }; // UnityEngine.InputSystem.LowLevel.InputEventTrace/DeviceInfo[] struct DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81 : public RuntimeArray { public: ALIGN_FIELD (8) DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F m_Items[1]; public: inline DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F * 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, DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Layout_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_FullLayoutJson_4), (void*)NULL); #endif } inline DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Layout_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_FullLayoutJson_4), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputRemoting/RemoteInputDevice[] struct RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3 : public RuntimeArray { public: ALIGN_FIELD (8) RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4 m_Items[1]; public: inline RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4 * 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, RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_2))->___m_InterfaceName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_2))->___m_DeviceClass_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_2))->___m_Manufacturer_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_2))->___m_Product_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_2))->___m_Serial_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_2))->___m_Version_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_2))->___m_Capabilities_6), (void*)NULL); #endif } inline RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_2))->___m_InterfaceName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_2))->___m_DeviceClass_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_2))->___m_Manufacturer_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_2))->___m_Product_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_2))->___m_Serial_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_2))->___m_Version_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_2))->___m_Capabilities_6), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputRemoting/RemoteSender[] struct RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D : public RuntimeArray { public: ALIGN_FIELD (8) RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C m_Items[1]; public: inline RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C * 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, RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___layouts_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___devices_2), (void*)NULL); #endif } inline RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___layouts_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___devices_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability[] struct CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710 : public RuntimeArray { public: ALIGN_FIELD (8) Capability_t9249114BC9E64174C7B5D64C521A720168018B31 m_Items[1]; public: inline Capability_t9249114BC9E64174C7B5D64C521A720168018B31 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Capability_t9249114BC9E64174C7B5D64C521A720168018B31 * 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, Capability_t9249114BC9E64174C7B5D64C521A720168018B31 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___path_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } inline Capability_t9249114BC9E64174C7B5D64C521A720168018B31 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Capability_t9249114BC9E64174C7B5D64C521A720168018B31 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Capability_t9249114BC9E64174C7B5D64C521A720168018B31 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___path_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } }; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48 : public RuntimeArray { public: ALIGN_FIELD (8) KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB m_Items[1]; public: inline KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB value) { m_Items[index] = value; } }; // System.Runtime.InteropServices.GCHandle[] struct GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3 : public RuntimeArray { public: ALIGN_FIELD (8) GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 m_Items[1]; public: inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * 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, GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { m_Items[index] = value; } }; // UnityEngine.InputSystem.Users.InputUser[] struct InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7 : public RuntimeArray { public: ALIGN_FIELD (8) InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A m_Items[1]; public: inline InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A * 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, InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A value) { m_Items[index] = value; } }; // UnityEngine.InputSystem.UI.PointerModel[] struct PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5 : public RuntimeArray { public: ALIGN_FIELD (8) PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B m_Items[1]; public: inline PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B * 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, PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___leftButton_1))->___m_PressRaycast_3))->___m_GameObject_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___leftButton_1))->___m_PressRaycast_3))->___module_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___leftButton_1))->___m_PressObject_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___leftButton_1))->___m_RawPressObject_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___leftButton_1))->___m_LastPressObject_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___leftButton_1))->___m_DragObject_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___rightButton_2))->___m_PressRaycast_3))->___m_GameObject_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___rightButton_2))->___m_PressRaycast_3))->___module_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___rightButton_2))->___m_PressObject_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___rightButton_2))->___m_RawPressObject_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___rightButton_2))->___m_LastPressObject_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___rightButton_2))->___m_DragObject_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___middleButton_3))->___m_PressRaycast_3))->___m_GameObject_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___middleButton_3))->___m_PressRaycast_3))->___module_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___middleButton_3))->___m_PressObject_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___middleButton_3))->___m_RawPressObject_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___middleButton_3))->___m_LastPressObject_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___middleButton_3))->___m_DragObject_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___eventData_4), (void*)NULL); #endif } inline PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___leftButton_1))->___m_PressRaycast_3))->___m_GameObject_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___leftButton_1))->___m_PressRaycast_3))->___module_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___leftButton_1))->___m_PressObject_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___leftButton_1))->___m_RawPressObject_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___leftButton_1))->___m_LastPressObject_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___leftButton_1))->___m_DragObject_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___rightButton_2))->___m_PressRaycast_3))->___m_GameObject_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___rightButton_2))->___m_PressRaycast_3))->___module_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___rightButton_2))->___m_PressObject_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___rightButton_2))->___m_RawPressObject_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___rightButton_2))->___m_LastPressObject_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___rightButton_2))->___m_DragObject_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___middleButton_3))->___m_PressRaycast_3))->___m_GameObject_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___middleButton_3))->___m_PressRaycast_3))->___module_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___middleButton_3))->___m_PressObject_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___middleButton_3))->___m_RawPressObject_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___middleButton_3))->___m_LastPressObject_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___middleButton_3))->___m_DragObject_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___eventData_4), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride[] struct ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE : public RuntimeArray { public: ALIGN_FIELD (8) ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 m_Items[1]; public: inline ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 * 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, ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___objectRegistrationName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___parameter_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_Name_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_OverrideProcessors_12), (void*)NULL); #endif } inline ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___objectRegistrationName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___parameter_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_Name_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___bindingMask_2))->___m_OverrideProcessors_12), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputManager/AvailableDevice[] struct AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330 : public RuntimeArray { public: ALIGN_FIELD (8) AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D m_Items[1]; public: inline AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D * 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, AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_0))->___m_InterfaceName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_0))->___m_DeviceClass_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_0))->___m_Manufacturer_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_0))->___m_Product_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_0))->___m_Serial_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_0))->___m_Version_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_0))->___m_Capabilities_6), (void*)NULL); #endif } inline AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_0))->___m_InterfaceName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_0))->___m_DeviceClass_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_0))->___m_Manufacturer_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_0))->___m_Product_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_0))->___m_Serial_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_0))->___m_Version_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___description_0))->___m_Capabilities_6), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputManager/StateChangeMonitorListener[] struct StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10 : public RuntimeArray { public: ALIGN_FIELD (8) StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 m_Items[1]; public: inline StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 * 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, StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___control_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___monitor_1), (void*)NULL); #endif } inline StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___control_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___monitor_1), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout[] struct StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7 : public RuntimeArray { public: ALIGN_FIELD (8) StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 m_Items[1]; public: inline StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 * 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, StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___control_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___monitor_2), (void*)NULL); #endif } inline StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___control_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___monitor_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Users.InputUser/OngoingAccountSelection[] struct OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C : public RuntimeArray { public: ALIGN_FIELD (8) OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E m_Items[1]; public: inline OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E * 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, OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___device_0), (void*)NULL); } inline OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___device_0), (void*)NULL); } }; // UnityEngine.InputSystem.Users.InputUser/UserData[] struct UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B : public RuntimeArray { public: ALIGN_FIELD (8) UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C m_Items[1]; public: inline UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C * 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, UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___platformUserAccountHandle_0))->___value_0))->___m_ApiName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___platformUserAccountName_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___platformUserAccountId_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___actions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___controlScheme_6))->___value_0))->___m_Name_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___controlScheme_6))->___value_0))->___m_BindingGroup_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___controlScheme_6))->___value_0))->___m_DeviceRequirements_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___controlSchemeMatch_7))->___m_Requirements_4), (void*)NULL); #endif } inline UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___platformUserAccountHandle_0))->___value_0))->___m_ApiName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___platformUserAccountName_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___platformUserAccountId_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___actions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___controlScheme_6))->___value_0))->___m_Name_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___controlScheme_6))->___value_0))->___m_BindingGroup_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___controlScheme_6))->___value_0))->___m_DeviceRequirements_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___controlSchemeMatch_7))->___m_Requirements_4), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion[] struct BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B : public RuntimeArray { public: ALIGN_FIELD (8) BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 m_Items[1]; public: inline BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 * 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, BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 value) { m_Items[index] = value; } }; // UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo[] struct OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F : public RuntimeArray { public: ALIGN_FIELD (8) OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D m_Items[1]; public: inline OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D * 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, OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___device_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___firstControl_3), (void*)NULL); #endif } inline OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___device_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___firstControl_3), (void*)NULL); #endif } }; // UnityEngine.InputSystem.EnhancedTouch.Touch[] struct TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA : public RuntimeArray { public: ALIGN_FIELD (8) Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21 m_Items[1]; public: inline Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21 * 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, Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Finger_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___m_TouchRecord_1))->___m_Owner_0), (void*)NULL); #endif } inline Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Finger_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___m_TouchRecord_1))->___m_Owner_0), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice[] struct StateChangeMonitorsForDeviceU5BU5D_t4C364C88ABDD3FE860869EA9B64A5686D241B4FE : public RuntimeArray { public: ALIGN_FIELD (8) StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0 m_Items[1]; public: inline StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0 * 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, StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___memoryRegions_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___listeners_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___signalled_2))->___array_0))->___additionalValues_2), (void*)NULL); #endif } inline StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___memoryRegions_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___listeners_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___signalled_2))->___array_0))->___additionalValues_2), (void*)NULL); #endif } }; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E : public RuntimeArray { public: ALIGN_FIELD (8) FieldInfo_t * m_Items[1]; public: inline FieldInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FieldInfo_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, FieldInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline FieldInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FieldInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.CustomAttributeNamedArgument[] struct CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451 : public RuntimeArray { public: ALIGN_FIELD (8) CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA m_Items[1]; public: inline CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___value_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___memberInfo_1), (void*)NULL); #endif } inline CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___value_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___memberInfo_1), (void*)NULL); #endif } }; // System.Reflection.CustomAttributeTypedArgument[] struct CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98 : public RuntimeArray { public: ALIGN_FIELD (8) CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 m_Items[1]; public: inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } }; // Unity.Collections.NativeArray`1[] struct NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5 : public RuntimeArray { public: ALIGN_FIELD (8) NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA m_Items[1]; public: inline NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA * 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, NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA value) { m_Items[index] = value; } }; // System.Void Unity.Collections.NativeArray`1::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m2D0713EFD9849340547576C64403654CD17D22C2_gshared (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method); // System.Void Unity.Collections.NativeArray`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m02DA8137FD41E7E6BB40E763EA2F6535B770C375_gshared (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * __this, const RuntimeMethod* method); // System.Boolean Unity.Collections.NativeArray`1::get_IsCreated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_mC0D0556229A19FBA32063A797CAE4BE1A8417E22_gshared (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitOnCompleted(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisRuntimeObject_TisRuntimeObject_m671B502A3162011CE38FD175EE30722973E8CDB8_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, RuntimeObject ** ___awaiter0, RuntimeObject ** ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitOnCompleted(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitOnCompleted_TisRuntimeObject_TisRuntimeObject_m53C73637E160C055CA914211B2B12D384B9A80BD_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, RuntimeObject ** ___awaiter0, RuntimeObject ** ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitOnCompletedd__37>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_mD35D15ED9EB48923B10A41FADF07BE4B6AC03DAE_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitOnCompletedd__37>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_mCC2D26AA672FF4570D49A9EEADF38D0D29E107DC_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted>,Mono.Net.Security.AsyncProtocolRequest/d__24>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mA4684A60A0D47D2875CB959CF6B9462B1F4EF349_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 * ___awaiter0, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted>,Mono.Net.Security.AsyncProtocolRequest/d__24>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mEEFDA7106ABEDEAF01788AF181E896B0217637FB_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 * ___awaiter0, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted>,System.Net.WebConnectionTunnel/d__42>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_m4D4920CD9C4A83A32993AB5E245EF00893C3F249_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F * ___awaiter0, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted>,System.Net.WebConnectionTunnel/d__42>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_mC9EEF9F54606E1F48FBB9F00C794C4E497C3E1F7_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F * ___awaiter0, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Net.WebResponseStream/d__61>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_m231ED2BAEF0FB7122E3B5BA6213AF5F48D30B1A9_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * ___awaiter0, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Net.WebResponseStream/d__61>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_mA9BA42B516E56371C3F31012A24656DE2D8FC053_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * ___awaiter0, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,Mono.Net.Security.MobileAuthenticatedStream/d__47>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_m0DC2D7FDDEACC801E9D5E1608F22C05384222DD0_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,Mono.Net.Security.MobileAuthenticatedStream/d__47>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_m09E6CD1686E4BBF47D8079B0EA8E9B742C3B4CFA_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Net.WebRequestStream/d__38>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m488851D7244B44EF9F50E958E4AA9C7A90FCFBC9_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Net.WebRequestStream/d__38>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m1FAD779F368E1F7A82F7CE57CACB908BA37A52D6_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Net.WebResponseStream/d__57>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_m2BF3255EEBDD234B9D68B6F88C384943DF4B8662_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Net.WebResponseStream/d__57>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_m3A30BEEFB15A28457EF5260B9F29E96356BE7F2B_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Net.WebResponseStream/d__57>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_m61B1AD69E48C14A6C1540ECBC24818A84717E2A8_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 * ___awaiter0, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Net.WebResponseStream/d__57>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_mFDC08E90931D4046F2E6EB0E5ED313192850B844_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 * ___awaiter0, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisRuntimeObject_TisRuntimeObject_m38AE1EC6646AA6208EADEBF6B1D4C1E593828856_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, RuntimeObject ** ___awaiter0, RuntimeObject ** ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisRuntimeObject_TisRuntimeObject_mB32E2BA5CA04406B4D32B8B036D2FB908F515726_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, RuntimeObject ** ___awaiter0, RuntimeObject ** ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__34>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_mC531D65F76BB35FFCC5965B8FFB2E668C6C381EB_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__34>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_mFEDF504025B03083218BB9E4926EDA892B1ADE95_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__31>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_mF6F0B00D29766940F4732FD2E4D81C1FF21E8431_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__31>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_m3B69245FA0FB881A625B3C4B3CD4A1F55E9F7091_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__36>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_mB7200328C4684132F07658D717AE53E6693F5AB7_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__36>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m8E62AA5AD32F598771A6E193978C7E99D00D2153_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__24>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mF03CA6D84D0DF703BA9546CB5D2DD5807C6CC21C_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__24>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m782AB9211676D13F77DC486E1A4172A4E4A271AF_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__37>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m0C7F1C3DAE726CBE09AAA78B31B446A908AC477D_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__37>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m486AC640B68BDDDBDFAA79D71CCEDDEC7E9E6C8C_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__67>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_mA444A728268C743EE2787FA18F59F375576FD8E6_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__67>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m08453681565EC9E00EF243921347643A73F424E6_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__16>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC_mDB5926F21063B0D6ADE89DC8E367B0F24B5BABD1_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__16>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC_m32932029A76D907A00FA055CA0B8976E3FDBE7A9_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__42>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_m20F581CF93E34DAC38001512626A16E8495EC7AD_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__42>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_mF501CFBE89BDD900E2110A4AF45973F5688487FF_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__30>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877_m8AC371F36809681AD3E78BD37687FD8FEBE23A11_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__30>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877_m04D4ED0E415FFCEBFC85CA09714DEFFEB89272E9_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__34>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_mF74049A3DF1A9648D5DD83D22F8A85ED1A5530CA_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__34>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_m25EDD5D889EFFA2960689A0E632DAF6110A46EAD_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__32>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D_mA72F536D74BD9C410ACCBDC16194EFC6A0C46CE5_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__32>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D_m86F2DFFA51140B986E3D24E884AEBA512241B184_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__35>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20_mD71AEB7EFA73BD457494B4936008099E2E721A95_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__35>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20_m89E9AA9854C0E0594DB9FBED30461C7373585B92_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__31>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_m871EA552047666778484D591ED1D16F41692BBBD_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__31>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_mA10116455DD713341D6D0D6D7149F5C6530F3859_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__38>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m27595410B5D7EE5DD7A181615BA932ABCA74B4A8_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__38>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_mDE6165DDEBFDFA590D63D8B969EF1019857F1A1B_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__37>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC_mA50613598F4E88A8136A264A508F3B7B1FCEE3C5_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__37>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC_m50D234AA9F453C8762B192097E3EC846BA0A6C8F_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__36>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m21712BA07231786931D15A5A004391281CC506BF_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__36>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m92231E26378387B76C98C7F8F0FAC76437FF90D6_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__61>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_m2FF9A3A8A3F6D1F3B7E8E127CEAFE731969942BA_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__61>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_m110A7F52B9D947175A7939B4EC6C90DB4DE2D8F6_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__56>(!!0&,!!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233_m2D330AF0962452842C96DADB3BDB802139F5E506_gshared (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__56>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233_m3E72CAE08FDF5EC5AF1D8AD15766D509470323F3_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisRuntimeObject_mF158763EE84651A2D09034FFFE4818D703544376_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, RuntimeObject ** ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__24>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m2207C77B2606D2E3E263019428FB9A79D37B0F43_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__37>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m5A3E13CA613AFE51618B2702701D9297A9A680B6_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__67>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m8766D02676D8310992655EABCAE1FD39B6F4137D_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__47>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mF7DD3EE57D8F0AA832316B43FB4635C1DC9953B6_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__16>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC_m1ACDAADBF5297897D47ABF1630CC92D1C4F99548_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__42>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_m9E8C1D426814D4FD27E1F36AE978D45A7EE4DF7E_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__30>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877_mF1355BF53E3E097D6AC7D8DEA65C6812E55FBA08_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__34>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_m6D09A3DDCE8C56501850D3C5D3D7A1ED5546DE0C_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__32>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D_mE65D5B3AB9C610ABF8A5AC06BED4518283392D57_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__35>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20_mB98B8C5F8DF9D87FA1346412B6EEF69DAB026E0E_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__31>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_mDE38C1C6195CA712CF2FD0BBEA755DF79EC938AE_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__38>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m7209B7DED721EF9AB3E82ABAE100ECBCCFAF5823_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__37>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC_m3C64379B28BC92A79A78A95D00634C6A0EFDFFCE_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__36>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m50232B497B0B681DD996BDF61A3CEE35087CC5A9_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__61>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_mE668EE1470EF44F240009779B3836AB9D7AEE24D_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__56>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233_mD9863231C9950560F073CE306E2CFB0D3344231B_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__57>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_mC7739FB27B9DF3433547EEDCC17FD91229EC8E03_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::AwaitUnsafeOnCompleted,System.Net.WebOperation/d__55>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C_TisU3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5_m3B7A4E87DE3D4D691C835DC09581F121ED1475C1_gshared (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C * ___awaiter0, U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::AwaitUnsafeOnCompleted,System.Net.ServicePointScheduler/d__32>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m2B6098796F1FD614B56CC323892F272B55C498F6_gshared (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::AwaitUnsafeOnCompleted,System.Net.WebOperation/d__54>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_m9BC55C8D6D935173EA7E9CAF9B81A293A6A4D3B9_gshared (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::AwaitUnsafeOnCompleted(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisRuntimeObject_TisRuntimeObject_m7BE3C991C9BC01BC0E34298B658EC833394E2091_gshared (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, RuntimeObject ** ___awaiter0, RuntimeObject ** ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::AwaitUnsafeOnCompletedd__54>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_mCE4B50CFF725DD8C2F657F55510E68D5F256A644_gshared (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 * ___stateMachine1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Start(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_Start_TisRuntimeObject_m106EE2F1FA18DC25ED42F23C4E8E8F2E11B48995_gshared (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, RuntimeObject ** ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Startd__32>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_Start_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m53F123785BD8CDF0968BD897688CDC3A1E98E683_gshared (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Startd__55>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_Start_TisU3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5_mF49576345098C83BEC57AC1AA6DAEF0A4D14AC6A_gshared (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Startd__54>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_Start_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_m44EE1E3B98EFFCDBAC041C110D1591D910636548_gshared (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mABD3451C74A83BDAF9969205A544A067648E1E3D_gshared (Dictionary_2_t4A9A1A4F5844AC021F6482A5537BA831982921A8 * __this, uint32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mCA84157864A199574AD0B7F3083F99B54DC1F98C_gshared (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisRuntimeObject_m016E64EEAC35EA6D2A28616261EA1C34A4365B4A_gshared (RuntimeObject* ___source0, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate1, const RuntimeMethod* method); // Unity.Collections.NativeArray`1 UnityEngine.Rendering.CullingResults::GetNativeArray(System.Void*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD CullingResults_GetNativeArray_TisVisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B_m89982EABFF2A0486E274D84E3D5D73AB2EAD4861_gshared (CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760 * __this, void* ___dataPointer0, int32_t ___length1, const RuntimeMethod* method); // System.Boolean Unity.Collections.NativeArray`1::get_IsCreated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m678FF92FBC5A570D695FA2D8C8B24CDC6605C324_gshared (NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA * __this, const RuntimeMethod* method); // System.Void Unity.Collections.NativeArray`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m772FE5F85FB62C20A82BEB5CD09A09F3F320AFA2_gshared (NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA * __this, const RuntimeMethod* method); // System.Void Unity.Collections.NativeArray`1::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m492AF89689F8A0A6FAF72A4025FCCE6B478F09C5_gshared (NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1::get_length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CallbackArray_1_get_length_mF3713D9A736D916981802210CF20A583258E1B08_gshared (CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1::LockForChanges() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackArray_1_LockForChanges_m16A98AA041A3624729077E7278CC38431B36AA99_gshared (CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF * __this, const RuntimeMethod* method); // TDelegate UnityEngine.InputSystem.Utilities.CallbackArray`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CallbackArray_1_get_Item_m0C00A737D031A7D2E14B666DE1339E0482D2F4E0_gshared (CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1::UnlockForChanges() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackArray_1_UnlockForChanges_m6CC0EF37F717E02D62818FDDB088C47B4085E90B_gshared (CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_m709673BDF5D9264E61FEBBC4CE1038752523838D (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m14F24D8DBE5A2FD747E8F94E2F7759FBA495DB1C (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method); // System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemCpy(System.Void*,System.Void*,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_MemCpy_mA8E186A63FE9CE463F95E5C5FF1C5F1B4E84F90E (void* ___destination0, void* ___source1, int64_t ___size2, const RuntimeMethod* method); // System.Void Unity.Collections.NativeArray`1::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions) inline void NativeArray_1__ctor_m2D0713EFD9849340547576C64403654CD17D22C2 (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m2D0713EFD9849340547576C64403654CD17D22C2_gshared)(__this, ___length0, ___allocator1, ___options2, method); } // System.Void Unity.Collections.NativeArray`1::Dispose() inline void NativeArray_1_Dispose_m02DA8137FD41E7E6BB40E763EA2F6535B770C375 (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * __this, const RuntimeMethod* method) { (( void (*) (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *, const RuntimeMethod*))NativeArray_1_Dispose_m02DA8137FD41E7E6BB40E763EA2F6535B770C375_gshared)(__this, method); } // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m6411ABA96F53F6B588FD9F2F72FB5FDAC1C1BC9B (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.InternedString::Equals(UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_Equals_m3C82E83077FE88D50CBDC4D2F2B7E0B7B87136F6 (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___other0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Boolean Unity.Collections.NativeArray`1::get_IsCreated() inline bool NativeArray_1_get_IsCreated_mC0D0556229A19FBA32063A797CAE4BE1A8417E22 (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * __this, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *, const RuntimeMethod*))NativeArray_1_get_IsCreated_mC0D0556229A19FBA32063A797CAE4BE1A8417E22_gshared)(__this, method); } // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.AssetBundle::LoadAsset(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * AssetBundle_LoadAsset_m9139320F8B6D3E43B7D29AA7A60030306AE0A2C6 (AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitOnCompleted(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisRuntimeObject_TisRuntimeObject_m671B502A3162011CE38FD175EE30722973E8CDB8 (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, RuntimeObject ** ___awaiter0, RuntimeObject ** ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, RuntimeObject **, RuntimeObject **, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisRuntimeObject_TisRuntimeObject_m671B502A3162011CE38FD175EE30722973E8CDB8_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitOnCompleted(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitOnCompleted_TisRuntimeObject_TisRuntimeObject_m53C73637E160C055CA914211B2B12D384B9A80BD (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, RuntimeObject ** ___awaiter0, RuntimeObject ** ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, RuntimeObject **, RuntimeObject **, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitOnCompleted_TisRuntimeObject_TisRuntimeObject_m53C73637E160C055CA914211B2B12D384B9A80BD_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitOnCompletedd__37>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_mD35D15ED9EB48923B10A41FADF07BE4B6AC03DAE (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 *, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_mD35D15ED9EB48923B10A41FADF07BE4B6AC03DAE_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitOnCompletedd__37>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_mCC2D26AA672FF4570D49A9EEADF38D0D29E107DC (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 *, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_mCC2D26AA672FF4570D49A9EEADF38D0D29E107DC_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted>,Mono.Net.Security.AsyncProtocolRequest/d__24>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mA4684A60A0D47D2875CB959CF6B9462B1F4EF349 (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 * ___awaiter0, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 *, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mA4684A60A0D47D2875CB959CF6B9462B1F4EF349_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted>,Mono.Net.Security.AsyncProtocolRequest/d__24>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mEEFDA7106ABEDEAF01788AF181E896B0217637FB (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 * ___awaiter0, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 *, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mEEFDA7106ABEDEAF01788AF181E896B0217637FB_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted>,System.Net.WebConnectionTunnel/d__42>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_m4D4920CD9C4A83A32993AB5E245EF00893C3F249 (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F * ___awaiter0, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F *, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_m4D4920CD9C4A83A32993AB5E245EF00893C3F249_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted>,System.Net.WebConnectionTunnel/d__42>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_mC9EEF9F54606E1F48FBB9F00C794C4E497C3E1F7 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F * ___awaiter0, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F *, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_mC9EEF9F54606E1F48FBB9F00C794C4E497C3E1F7_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Net.WebResponseStream/d__61>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_m231ED2BAEF0FB7122E3B5BA6213AF5F48D30B1A9 (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * ___awaiter0, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 *, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_m231ED2BAEF0FB7122E3B5BA6213AF5F48D30B1A9_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Net.WebResponseStream/d__61>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_mA9BA42B516E56371C3F31012A24656DE2D8FC053 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * ___awaiter0, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 *, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_mA9BA42B516E56371C3F31012A24656DE2D8FC053_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,Mono.Net.Security.MobileAuthenticatedStream/d__47>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_m0DC2D7FDDEACC801E9D5E1608F22C05384222DD0 (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED *, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_m0DC2D7FDDEACC801E9D5E1608F22C05384222DD0_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,Mono.Net.Security.MobileAuthenticatedStream/d__47>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_m09E6CD1686E4BBF47D8079B0EA8E9B742C3B4CFA (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED *, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_m09E6CD1686E4BBF47D8079B0EA8E9B742C3B4CFA_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Net.WebRequestStream/d__38>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m488851D7244B44EF9F50E958E4AA9C7A90FCFBC9 (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED *, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m488851D7244B44EF9F50E958E4AA9C7A90FCFBC9_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Net.WebRequestStream/d__38>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m1FAD779F368E1F7A82F7CE57CACB908BA37A52D6 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED *, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m1FAD779F368E1F7A82F7CE57CACB908BA37A52D6_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Net.WebResponseStream/d__57>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_m2BF3255EEBDD234B9D68B6F88C384943DF4B8662 (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED *, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_m2BF3255EEBDD234B9D68B6F88C384943DF4B8662_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Net.WebResponseStream/d__57>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_m3A30BEEFB15A28457EF5260B9F29E96356BE7F2B (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED *, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_m3A30BEEFB15A28457EF5260B9F29E96356BE7F2B_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Net.WebResponseStream/d__57>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_m61B1AD69E48C14A6C1540ECBC24818A84717E2A8 (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 * ___awaiter0, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 *, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_m61B1AD69E48C14A6C1540ECBC24818A84717E2A8_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Net.WebResponseStream/d__57>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_mFDC08E90931D4046F2E6EB0E5ED313192850B844 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 * ___awaiter0, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 *, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_mFDC08E90931D4046F2E6EB0E5ED313192850B844_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisRuntimeObject_TisRuntimeObject_m38AE1EC6646AA6208EADEBF6B1D4C1E593828856 (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, RuntimeObject ** ___awaiter0, RuntimeObject ** ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, RuntimeObject **, RuntimeObject **, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisRuntimeObject_TisRuntimeObject_m38AE1EC6646AA6208EADEBF6B1D4C1E593828856_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisRuntimeObject_TisRuntimeObject_mB32E2BA5CA04406B4D32B8B036D2FB908F515726 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, RuntimeObject ** ___awaiter0, RuntimeObject ** ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, RuntimeObject **, RuntimeObject **, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisRuntimeObject_TisRuntimeObject_mB32E2BA5CA04406B4D32B8B036D2FB908F515726_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__34>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_mC531D65F76BB35FFCC5965B8FFB2E668C6C381EB (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_mC531D65F76BB35FFCC5965B8FFB2E668C6C381EB_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__34>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_mFEDF504025B03083218BB9E4926EDA892B1ADE95 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_mFEDF504025B03083218BB9E4926EDA892B1ADE95_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__31>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_mF6F0B00D29766940F4732FD2E4D81C1FF21E8431 (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_mF6F0B00D29766940F4732FD2E4D81C1FF21E8431_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__31>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_m3B69245FA0FB881A625B3C4B3CD4A1F55E9F7091 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_m3B69245FA0FB881A625B3C4B3CD4A1F55E9F7091_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__36>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_mB7200328C4684132F07658D717AE53E6693F5AB7 (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_mB7200328C4684132F07658D717AE53E6693F5AB7_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__36>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m8E62AA5AD32F598771A6E193978C7E99D00D2153 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m8E62AA5AD32F598771A6E193978C7E99D00D2153_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__24>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mF03CA6D84D0DF703BA9546CB5D2DD5807C6CC21C (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mF03CA6D84D0DF703BA9546CB5D2DD5807C6CC21C_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__24>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m782AB9211676D13F77DC486E1A4172A4E4A271AF (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m782AB9211676D13F77DC486E1A4172A4E4A271AF_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__37>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m0C7F1C3DAE726CBE09AAA78B31B446A908AC477D (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m0C7F1C3DAE726CBE09AAA78B31B446A908AC477D_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__37>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m486AC640B68BDDDBDFAA79D71CCEDDEC7E9E6C8C (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m486AC640B68BDDDBDFAA79D71CCEDDEC7E9E6C8C_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__67>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_mA444A728268C743EE2787FA18F59F375576FD8E6 (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_mA444A728268C743EE2787FA18F59F375576FD8E6_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__67>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m08453681565EC9E00EF243921347643A73F424E6 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m08453681565EC9E00EF243921347643A73F424E6_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__16>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC_mDB5926F21063B0D6ADE89DC8E367B0F24B5BABD1 (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC_mDB5926F21063B0D6ADE89DC8E367B0F24B5BABD1_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__16>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC_m32932029A76D907A00FA055CA0B8976E3FDBE7A9 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC_m32932029A76D907A00FA055CA0B8976E3FDBE7A9_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__42>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_m20F581CF93E34DAC38001512626A16E8495EC7AD (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_m20F581CF93E34DAC38001512626A16E8495EC7AD_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__42>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_mF501CFBE89BDD900E2110A4AF45973F5688487FF (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_mF501CFBE89BDD900E2110A4AF45973F5688487FF_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__30>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877_m8AC371F36809681AD3E78BD37687FD8FEBE23A11 (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877_m8AC371F36809681AD3E78BD37687FD8FEBE23A11_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__30>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877_m04D4ED0E415FFCEBFC85CA09714DEFFEB89272E9 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877_m04D4ED0E415FFCEBFC85CA09714DEFFEB89272E9_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__34>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_mF74049A3DF1A9648D5DD83D22F8A85ED1A5530CA (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_mF74049A3DF1A9648D5DD83D22F8A85ED1A5530CA_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__34>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_m25EDD5D889EFFA2960689A0E632DAF6110A46EAD (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_m25EDD5D889EFFA2960689A0E632DAF6110A46EAD_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__32>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D_mA72F536D74BD9C410ACCBDC16194EFC6A0C46CE5 (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D_mA72F536D74BD9C410ACCBDC16194EFC6A0C46CE5_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__32>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D_m86F2DFFA51140B986E3D24E884AEBA512241B184 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D_m86F2DFFA51140B986E3D24E884AEBA512241B184_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__35>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20_mD71AEB7EFA73BD457494B4936008099E2E721A95 (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20_mD71AEB7EFA73BD457494B4936008099E2E721A95_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__35>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20_m89E9AA9854C0E0594DB9FBED30461C7373585B92 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20_m89E9AA9854C0E0594DB9FBED30461C7373585B92_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__31>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_m871EA552047666778484D591ED1D16F41692BBBD (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_m871EA552047666778484D591ED1D16F41692BBBD_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__31>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_mA10116455DD713341D6D0D6D7149F5C6530F3859 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_mA10116455DD713341D6D0D6D7149F5C6530F3859_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__38>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m27595410B5D7EE5DD7A181615BA932ABCA74B4A8 (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m27595410B5D7EE5DD7A181615BA932ABCA74B4A8_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__38>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_mDE6165DDEBFDFA590D63D8B969EF1019857F1A1B (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_mDE6165DDEBFDFA590D63D8B969EF1019857F1A1B_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__37>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC_mA50613598F4E88A8136A264A508F3B7B1FCEE3C5 (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC_mA50613598F4E88A8136A264A508F3B7B1FCEE3C5_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__37>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC_m50D234AA9F453C8762B192097E3EC846BA0A6C8F (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC_m50D234AA9F453C8762B192097E3EC846BA0A6C8F_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__36>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m21712BA07231786931D15A5A004391281CC506BF (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m21712BA07231786931D15A5A004391281CC506BF_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__36>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m92231E26378387B76C98C7F8F0FAC76437FF90D6 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m92231E26378387B76C98C7F8F0FAC76437FF90D6_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__61>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_m2FF9A3A8A3F6D1F3B7E8E127CEAFE731969942BA (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_m2FF9A3A8A3F6D1F3B7E8E127CEAFE731969942BA_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__61>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_m110A7F52B9D947175A7939B4EC6C90DB4DE2D8F6 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_m110A7F52B9D947175A7939B4EC6C90DB4DE2D8F6_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__56>(!!0&,!!1&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233_m2D330AF0962452842C96DADB3BDB802139F5E506 (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233_m2D330AF0962452842C96DADB3BDB802139F5E506_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__56>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233_m3E72CAE08FDF5EC5AF1D8AD15766D509470323F3 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 *, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233_m3E72CAE08FDF5EC5AF1D8AD15766D509470323F3_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.RuntimeHelpers::PrepareConstrainedRegions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73 (const RuntimeMethod* method); // System.Void System.Threading.ExecutionContext::EstablishCopyOnWriteScope(System.Threading.ExecutionContextSwitcher&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E (ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 * ___ecsw0, const RuntimeMethod* method); // System.Void System.Threading.ExecutionContextSwitcher::Undo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8 (ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisRuntimeObject_mF158763EE84651A2D09034FFFE4818D703544376 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, RuntimeObject ** ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, RuntimeObject **, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisRuntimeObject_mF158763EE84651A2D09034FFFE4818D703544376_gshared)(__this, ___stateMachine0, method); } // System.Void Mono.Net.Security.AsyncProtocolRequest/d__24::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessOperationU3Ed__24_MoveNext_mB0D2D020C1DE94FFD5D78109BC37802780D26A0D (U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__24>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m2207C77B2606D2E3E263019428FB9A79D37B0F43 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m2207C77B2606D2E3E263019428FB9A79D37B0F43_gshared)(__this, ___stateMachine0, method); } // System.Void System.Security.Cryptography.CryptoStream/d__37::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteAsyncInternalU3Ed__37_MoveNext_mAA376D1727FE5627B9293ED7CAEFD9BC5C7E2293 (U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__37>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m5A3E13CA613AFE51618B2702701D9297A9A680B6 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m5A3E13CA613AFE51618B2702701D9297A9A680B6_gshared)(__this, ___stateMachine0, method); } // System.Void Mono.Net.Security.MobileAuthenticatedStream/d__67::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInnerWriteU3Ed__67_MoveNext_m39FA739B0AE2BDF2EF4122C92A31BE2D016CEEF0 (U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__67>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m8766D02676D8310992655EABCAE1FD39B6F4137D (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m8766D02676D8310992655EABCAE1FD39B6F4137D_gshared)(__this, ___stateMachine0, method); } // System.Void Mono.Net.Security.MobileAuthenticatedStream/d__47::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessAuthenticationU3Ed__47_MoveNext_mF3762B503551276E4B49F05F7413012DF8D1CC84 (U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__47>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mF7DD3EE57D8F0AA832316B43FB4635C1DC9953B6 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mF7DD3EE57D8F0AA832316B43FB4635C1DC9953B6_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.WebConnection/d__16::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CConnectU3Ed__16_MoveNext_mEB63217D6C098F196308214C489160EADCE4B41E (U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__16>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC_m1ACDAADBF5297897D47ABF1630CC92D1C4F99548 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC_m1ACDAADBF5297897D47ABF1630CC92D1C4F99548_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.WebConnectionTunnel/d__42::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInitializeU3Ed__42_MoveNext_mA878653739B7D35EC6FA983C454ADB1E2EDE7198 (U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__42>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_m9E8C1D426814D4FD27E1F36AE978D45A7EE4DF7E (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_m9E8C1D426814D4FD27E1F36AE978D45A7EE4DF7E_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.WebRequestStream/d__30::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFinishWritingU3Ed__30_MoveNext_m522142884C6AFC833AD0853853C82CC9CD9E7640 (U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__30>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877_mF1355BF53E3E097D6AC7D8DEA65C6812E55FBA08 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877_mF1355BF53E3E097D6AC7D8DEA65C6812E55FBA08_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.WebRequestStream/d__34::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInitializeU3Ed__34_MoveNext_m87CFB94091EE7D19C8BBD9ED129BC52E8A142C0E (U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__34>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_m6D09A3DDCE8C56501850D3C5D3D7A1ED5546DE0C (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_m6D09A3DDCE8C56501850D3C5D3D7A1ED5546DE0C_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.WebRequestStream/d__32::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessWriteU3Ed__32_MoveNext_mE7F133DD2645BB01545545074EF827412948B662 (U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__32>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D_mE65D5B3AB9C610ABF8A5AC06BED4518283392D57 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D_mE65D5B3AB9C610ABF8A5AC06BED4518283392D57_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.WebRequestStream/d__35::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSetHeadersAsyncU3Ed__35_MoveNext_m5AAA8EE190A8C526FCE9C2136A475CBD005647FB (U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__35>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20_mB98B8C5F8DF9D87FA1346412B6EEF69DAB026E0E (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20_mB98B8C5F8DF9D87FA1346412B6EEF69DAB026E0E_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.WebRequestStream/d__31::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteAsyncU3Ed__31_MoveNext_mE07D8D1AD16CBA6048010B85CDF041D8216D37D1 (U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__31>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_mDE38C1C6195CA712CF2FD0BBEA755DF79EC938AE (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_mDE38C1C6195CA712CF2FD0BBEA755DF79EC938AE_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.WebRequestStream/d__38::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteChunkTrailerU3Ed__38_MoveNext_m417D51A5680BA19B0AD0C200F93DAE44DE1B6D82 (U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__38>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m7209B7DED721EF9AB3E82ABAE100ECBCCFAF5823 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m7209B7DED721EF9AB3E82ABAE100ECBCCFAF5823_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.WebRequestStream/d__37::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteChunkTrailer_innerU3Ed__37_MoveNext_m787FA052DBF18A7F46C2F28EE08ED905C63FDCDD (U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__37>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC_m3C64379B28BC92A79A78A95D00634C6A0EFDFFCE (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC_m3C64379B28BC92A79A78A95D00634C6A0EFDFFCE_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.WebRequestStream/d__36::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteRequestAsyncU3Ed__36_MoveNext_m3477695B7BE13EE4A72D517FC57275B93304FEDB (U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__36>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m50232B497B0B681DD996BDF61A3CEE35087CC5A9 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m50232B497B0B681DD996BDF61A3CEE35087CC5A9_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.WebResponseStream/d__61::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInitReadAsyncU3Ed__61_MoveNext_mE77187E2C77E27D5FB47377BFDA7019F5E8DC774 (U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__61>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_mE668EE1470EF44F240009779B3836AB9D7AEE24D (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_mE668EE1470EF44F240009779B3836AB9D7AEE24D_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.WebResponseStream/d__56::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInitializeU3Ed__56_MoveNext_mB6A59995320329B5D86E8F4BDE2E77A2817FE667 (U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__56>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233_mD9863231C9950560F073CE306E2CFB0D3344231B (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233_mD9863231C9950560F073CE306E2CFB0D3344231B_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.WebResponseStream/d__57::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadAllAsyncU3Ed__57_MoveNext_m4622AA6E5B32E06EF6A03EE34C0D3DF5D1BCA077 (U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__57>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_mC7739FB27B9DF3433547EEDCC17FD91229EC8E03 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_mC7739FB27B9DF3433547EEDCC17FD91229EC8E03_gshared)(__this, ___stateMachine0, method); } // System.Boolean System.Threading.Tasks.AsyncCausalityTracer::get_LoggingOn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncCausalityTracer_get_LoggingOn_mD460AAFBC2E4F4F72C13D57D1C53A8002AED9C57 (const RuntimeMethod* method); // System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncVoidMethodBuilder::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * AsyncVoidMethodBuilder_get_Task_m2C3316BD647CD8BB6997CDE9568AF84AA9A146A0 (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, const RuntimeMethod* method); // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::GetCompletionAction(System.Threading.Tasks.Task,System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * AsyncMethodBuilderCore_GetCompletionAction_m7FE7F57CC452F0EDE870AB08EEB648E2027D4F5C (AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * __this, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___taskForTracing0, MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D ** ___runnerToInitialize1, const RuntimeMethod* method); // System.Int32 System.Threading.Tasks.Task::get_Id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Task_get_Id_m34DAC27D91939B78DCD73A26085505A0B4D7235C (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void System.Threading.Tasks.AsyncCausalityTracer::TraceOperationCreation(System.Threading.Tasks.CausalityTraceLevel,System.Int32,System.String,System.UInt64) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AsyncCausalityTracer_TraceOperationCreation_mAF69519CD62102A5BDF64035175D70C10238D774 (int32_t ___traceLevel0, int32_t ___taskId1, String_t* ___operationName2, uint64_t ___relatedContext3, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncMethodBuilderCore::PostBoxInitialization(System.Runtime.CompilerServices.IAsyncStateMachine,System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner,System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncMethodBuilderCore_PostBoxInitialization_m22C1D9A2745255C6FC1426D4CB0C4355FBDA07E3 (AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * __this, RuntimeObject* ___stateMachine0, MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D * ___runner1, Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___builtTask2, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncMethodBuilderCore::ThrowAsync(System.Exception,System.Threading.SynchronizationContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncMethodBuilderCore_ThrowAsync_mB0D7B897EB207A342AC8E673D9FD0B5D0EF847B7 (Exception_t * ___exception0, SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ___targetContext1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::AwaitUnsafeOnCompleted,System.Net.WebOperation/d__55>(TAwaiter&,TStateMachine&) inline void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C_TisU3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5_m3B7A4E87DE3D4D691C835DC09581F121ED1475C1 (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C * ___awaiter0, U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *, ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C *, U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 *, const RuntimeMethod*))AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C_TisU3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5_m3B7A4E87DE3D4D691C835DC09581F121ED1475C1_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::AwaitUnsafeOnCompleted,System.Net.ServicePointScheduler/d__32>(TAwaiter&,TStateMachine&) inline void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m2B6098796F1FD614B56CC323892F272B55C498F6 (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED *, U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 *, const RuntimeMethod*))AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m2B6098796F1FD614B56CC323892F272B55C498F6_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::AwaitUnsafeOnCompleted,System.Net.WebOperation/d__54>(TAwaiter&,TStateMachine&) inline void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_m9BC55C8D6D935173EA7E9CAF9B81A293A6A4D3B9 (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED *, U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 *, const RuntimeMethod*))AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_m9BC55C8D6D935173EA7E9CAF9B81A293A6A4D3B9_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::AwaitUnsafeOnCompleted(TAwaiter&,TStateMachine&) inline void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisRuntimeObject_TisRuntimeObject_m7BE3C991C9BC01BC0E34298B658EC833394E2091 (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, RuntimeObject ** ___awaiter0, RuntimeObject ** ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *, RuntimeObject **, RuntimeObject **, const RuntimeMethod*))AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisRuntimeObject_TisRuntimeObject_m7BE3C991C9BC01BC0E34298B658EC833394E2091_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::UnsafeOnCompleted(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfiguredTaskAwaiter_UnsafeOnCompleted_mF815346BE1ED57CDF90E0196AC0DD564C87327C7 (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * __this, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___continuation0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::AwaitUnsafeOnCompletedd__54>(TAwaiter&,TStateMachine&) inline void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_mCE4B50CFF725DD8C2F657F55510E68D5F256A644 (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 * ___stateMachine1, const RuntimeMethod* method) { (( void (*) (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *, U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 *, const RuntimeMethod*))AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_mCE4B50CFF725DD8C2F657F55510E68D5F256A644_gshared)(__this, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Start(TStateMachine&) inline void AsyncVoidMethodBuilder_Start_TisRuntimeObject_m106EE2F1FA18DC25ED42F23C4E8E8F2E11B48995 (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, RuntimeObject ** ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *, RuntimeObject **, const RuntimeMethod*))AsyncVoidMethodBuilder_Start_TisRuntimeObject_m106EE2F1FA18DC25ED42F23C4E8E8F2E11B48995_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.ServicePointScheduler/d__32::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartSchedulerU3Ed__32_MoveNext_mC6A5B9A6CEC241C35FE884E5BC146E0A70F842F9 (U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Startd__32>(TStateMachine&) inline void AsyncVoidMethodBuilder_Start_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m53F123785BD8CDF0968BD897688CDC3A1E98E683 (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *, U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 *, const RuntimeMethod*))AsyncVoidMethodBuilder_Start_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m53F123785BD8CDF0968BD897688CDC3A1E98E683_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.WebOperation/d__55::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFinishReadingU3Ed__55_MoveNext_m8B454DF74AA31F352E4D71E14461AC683CCE5E6C (U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Startd__55>(TStateMachine&) inline void AsyncVoidMethodBuilder_Start_TisU3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5_mF49576345098C83BEC57AC1AA6DAEF0A4D14AC6A (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *, U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 *, const RuntimeMethod*))AsyncVoidMethodBuilder_Start_TisU3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5_mF49576345098C83BEC57AC1AA6DAEF0A4D14AC6A_gshared)(__this, ___stateMachine0, method); } // System.Void System.Net.WebOperation/d__54::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRunU3Ed__54_MoveNext_m210E7A06384CC4F743FCE9492711BC6117A10B8D (U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Startd__54>(TStateMachine&) inline void AsyncVoidMethodBuilder_Start_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_m44EE1E3B98EFFCDBAC041C110D1591D910636548 (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *, U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 *, const RuntimeMethod*))AsyncVoidMethodBuilder_Start_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_m44EE1E3B98EFFCDBAC041C110D1591D910636548_gshared)(__this, ___stateMachine0, method); } // System.String UnityEngine.UnityString::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityString_Format_mA8BAE83B5A69087B37F472FC225BC5AC4FE59C32 (String_t* ___fmt0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_m6F51CDC0DCCA08E6542106343D6E1CA6E1D89314 (Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E * __this, uint32_t ___key0, RequestCallback_tD5DFE93D3739B23D0CDCED7C99E5FEB2585BA7DF * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E *, uint32_t, RequestCallback_tD5DFE93D3739B23D0CDCED7C99E5FEB2585BA7DF *, const RuntimeMethod*))Dictionary_2_set_Item_mABD3451C74A83BDAF9969205A544A067648E1E3D_gshared)(__this, ___key0, ___value1, method); } // System.Void Oculus.Platform.Callback::FlushRoomInviteNotificationQueue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Callback_FlushRoomInviteNotificationQueue_mFDE82C9995B71472237EDF5FEA9773630E1C7E78 (const RuntimeMethod* method); // System.Void Oculus.Platform.Callback::FlushJoinIntentNotificationQueue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Callback_FlushJoinIntentNotificationQueue_mF764793B0C8C5DE5105145279FF03C794DEAEC07 (const RuntimeMethod* method); // System.Void System.IntPtr::.ctor(System.Void*) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Component::GetComponentFastPath(System.Type,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_GetComponentFastPath_m738F6C78381ECFB419C1B130FD8B968253F8186C (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, Type_t * ___type0, intptr_t ___oneFurtherThanResultValue1, const RuntimeMethod* method); // UnityEngine.Component UnityEngine.Component::GetComponentInChildren(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * Component_GetComponentInChildren_m79A4BF58C839520872C6FB854CB11E6CFC57D50F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, Type_t * ___t0, bool ___includeInactive1, const RuntimeMethod* method); // UnityEngine.Component UnityEngine.Component::GetComponentInParent(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * Component_GetComponentInParent_m773D9E2D4F4EEF95993FAC9D8FD8BC7082D9665C (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, Type_t * ___t0, bool ___includeInactive1, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Component::GetComponentsForListInternal(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_GetComponentsForListInternal_mEC716300A7894D57F9AF6C98FA1A69C12AB4F036 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, Type_t * ___searchType0, RuntimeObject * ___resultList1, const RuntimeMethod* method); // UnityEngine.Component UnityEngine.GameObject::AddComponent(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * GameObject_AddComponent_mD183856CB5A1CCF1576221D7D6CEBC4092E734B8 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, Type_t * ___componentType0, const RuntimeMethod* method); // System.Reflection.FieldInfo[] System.Type::GetFields() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* Type_GetFields_m4E3B89F0F088B46F0C2E77CA537179C30AC5B372 (Type_t * __this, const RuntimeMethod* method); // System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldInfo_SetValue_mA1EFB5DA5E4B930A617744E29E909FE9DEAA663C (FieldInfo_t * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m5FB396AD54202A33190F8A94DF8467DCED010C14 (void* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.ComputeBuffer::InternalSetNativeData(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeBuffer_InternalSetNativeData_mD75FD16933234D2A283128DF4A5399432716F566 (ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * __this, intptr_t ___data0, int32_t ___nativeBufferStartIndex1, int32_t ___computeBufferStartIndex2, int32_t ___count3, int32_t ___elemSize4, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Array UnityEngine.NoAllocHelpers::ExtractArrayFromList(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * NoAllocHelpers_ExtractArrayFromList_mA6F3D31A24E48EE8B18DE804A162ECE0A54356D4 (RuntimeObject * ___list0, const RuntimeMethod* method); // System.Int32 System.Runtime.InteropServices.Marshal::SizeOf(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92 (Type_t * ___t0, const RuntimeMethod* method); // System.Void UnityEngine.ComputeBuffer::InternalSetData(System.Array,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeBuffer_InternalSetData_mD66C53B1EBB6939FA9E8353F8FBE7507040E59D1 (ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * __this, RuntimeArray * ___data0, int32_t ___managedBufferStartIndex1, int32_t ___computeBufferStartIndex2, int32_t ___count3, int32_t ___elemSize4, const RuntimeMethod* method); // System.Void UnityEngine.HashUtilities::AppendHash(UnityEngine.Hash128&,UnityEngine.Hash128&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashUtilities_AppendHash_mD651FD810E421811A0C36CDED1ADA5B3C2F665E6 (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A * ___inHash0, Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A * ___outHash1, const RuntimeMethod* method); // System.Boolean UnityEngine.Hash128::op_Equality(UnityEngine.Hash128,UnityEngine.Hash128) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hash128_op_Equality_m466C6C5065C0851648F50222DF8D7AC27518F30A (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A ___hash10, Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A ___hash21, const RuntimeMethod* method); // System.Boolean UnityEngine.Hash128::op_LessThan(UnityEngine.Hash128,UnityEngine.Hash128) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hash128_op_LessThan_m7A0C0E7E5562B314549A40B8C44A6F50412EB2E8 (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A ___x0, Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A ___y1, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_Min_m1D86C7400E9814579E65EFEF7B521F9BB00015C3 (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method); // System.Int32 System.Int32::CompareTo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_m2DD1093B956B4D96C3AC3C27FDEE3CA447B044D3 (int32_t* __this, int32_t ___value0, const RuntimeMethod* method); // System.UInt32 UnityEngine.Rendering.CoreUnsafeUtils/UintKeyGetter::Get(System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UintKeyGetter_Get_mFB171421952160C90FD03B8422FF78B545140F16 (UintKeyGetter_tBC43D92690286CB78866221225155A09475D67DA * __this, uint32_t* ___v0, const RuntimeMethod* method); // System.Int32 System.UInt32::CompareTo(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UInt32_CompareTo_m76A5D003A15DDF163B35312D33652AB331123E69 (uint32_t* __this, uint32_t ___value0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 UnityEngine.Rendering.CoreUtils::GetAllAssemblyTypes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CoreUtils_GetAllAssemblyTypes_m977BE7609B797D3B2E4BFF997022F02646C328AC (const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mF99B731B7FE71291198AC579A27977DAFAEE528D (Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mCA84157864A199574AD0B7F3083F99B54DC1F98C_gshared)(__this, ___object0, ___method1, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) inline RuntimeObject* Enumerable_Where_TisType_t_m98A76BE80710D7FA14000B0C39096DFA6092DFEA (RuntimeObject* ___source0, Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5 * ___predicate1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5 *, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m016E64EEAC35EA6D2A28616261EA1C34A4365B4A_gshared)(___source0, ___predicate1, method); } // Unity.Collections.NativeArray`1 UnityEngine.Rendering.CullingResults::GetNativeArray(System.Void*,System.Int32) inline NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD CullingResults_GetNativeArray_TisVisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B_m89982EABFF2A0486E274D84E3D5D73AB2EAD4861 (CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760 * __this, void* ___dataPointer0, int32_t ___length1, const RuntimeMethod* method) { return (( NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD (*) (CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760 *, void*, int32_t, const RuntimeMethod*))CullingResults_GetNativeArray_TisVisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B_m89982EABFF2A0486E274D84E3D5D73AB2EAD4861_gshared)(__this, ___dataPointer0, ___length1, method); } // System.Attribute System.Reflection.CustomAttributeExtensions::GetCustomAttribute(System.Reflection.Assembly,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * CustomAttributeExtensions_GetCustomAttribute_m7FA6F2503134BAE1E559B3CF1C6F010C8839657E (Assembly_t * ___element0, Type_t * ___attributeType1, const RuntimeMethod* method); // System.Attribute System.Reflection.CustomAttributeExtensions::GetCustomAttribute(System.Reflection.MemberInfo,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * CustomAttributeExtensions_GetCustomAttribute_m50455F5FC598FC0B2261216EF406D713558909DF (MemberInfo_t * ___element0, Type_t * ___attributeType1, const RuntimeMethod* method); // System.Attribute System.Reflection.CustomAttributeExtensions::GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * CustomAttributeExtensions_GetCustomAttribute_m16EA86CC5B1C1EDE95192065DB41E7C38F06747F (MemberInfo_t * ___element0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Reflection.CustomAttributeExtensions::GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeExtensions_GetCustomAttributes_m9465A9EBA6BFC0CEB08B98192AA299C790784E31 (MemberInfo_t * ___element0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean Unity.Collections.NativeArray`1::get_IsCreated() inline bool NativeArray_1_get_IsCreated_m678FF92FBC5A570D695FA2D8C8B24CDC6605C324 (NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA * __this, const RuntimeMethod* method) { return (( bool (*) (NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA *, const RuntimeMethod*))NativeArray_1_get_IsCreated_m678FF92FBC5A570D695FA2D8C8B24CDC6605C324_gshared)(__this, method); } // System.Void Unity.Collections.NativeArray`1::Dispose() inline void NativeArray_1_Dispose_m772FE5F85FB62C20A82BEB5CD09A09F3F320AFA2 (NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA * __this, const RuntimeMethod* method) { (( void (*) (NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA *, const RuntimeMethod*))NativeArray_1_Dispose_m772FE5F85FB62C20A82BEB5CD09A09F3F320AFA2_gshared)(__this, method); } // System.Void Unity.Collections.NativeArray`1::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions) inline void NativeArray_1__ctor_m492AF89689F8A0A6FAF72A4025FCCE6B478F09C5 (NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method) { (( void (*) (NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA *, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m492AF89689F8A0A6FAF72A4025FCCE6B478F09C5_gshared)(__this, ___length0, ___allocator1, ___options2, method); } // System.Int32 UnityEngine.Rendering.Universal.DeferredShaderData::Align(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DeferredShaderData_Align_mE52BD5CDF4CEE68E40EB48838536ABCB8AD6388C (int32_t ___s0, int32_t ___alignment1, const RuntimeMethod* method); // UnityEngine.ComputeBuffer UnityEngine.Rendering.Universal.DeferredShaderData::GetOrUpdateBuffer(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * DeferredShaderData_GetOrUpdateBuffer_m8C700FE35E5B085EE705CE42F21CEC0A19434A6C (DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1 * __this, int32_t ___count0, int32_t ___stride1, bool ___isConstantBuffer2, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1>::get_length() inline int32_t CallbackArray_1_get_length_mF8F5F570FA6C35E69784FBB53071EF27BB29A7B4 (CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 * __this, const RuntimeMethod* method) { return (( int32_t (*) (CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 *, const RuntimeMethod*))CallbackArray_1_get_length_mF3713D9A736D916981802210CF20A583258E1B08_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::LockForChanges() inline void CallbackArray_1_LockForChanges_mD06F158DD8471427EE596751BC47E240747D64BE (CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 *, const RuntimeMethod*))CallbackArray_1_LockForChanges_m16A98AA041A3624729077E7278CC38431B36AA99_gshared)(__this, method); } // TDelegate UnityEngine.InputSystem.Utilities.CallbackArray`1>::get_Item(System.Int32) inline Action_1_t231F2AF856D3317D1380298224A60D02F9F43072 * CallbackArray_1_get_Item_m3F145777125B7F2C2F171D80D0020DD63CBD6E02 (CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Action_1_t231F2AF856D3317D1380298224A60D02F9F43072 * (*) (CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 *, int32_t, const RuntimeMethod*))CallbackArray_1_get_Item_m0C00A737D031A7D2E14B666DE1339E0482D2F4E0_gshared)(__this, ___index0, method); } // System.Void UnityEngine.Debug::LogException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7 (Exception_t * ___exception0, const RuntimeMethod* method); // System.Type System.Exception::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F (Exception_t * __this, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogError(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::UnlockForChanges() inline void CallbackArray_1_UnlockForChanges_m011214FB1883387E88B61DA11B4D2C0B0A986D08 (CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 *, const RuntimeMethod*))CallbackArray_1_UnlockForChanges_m6CC0EF37F717E02D62818FDDB088C47B4085E90B_gshared)(__this, method); } // System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1>::get_length() inline int32_t CallbackArray_1_get_length_mD4ED816AF52BE9ADBBBBF42F13DE62ED35266C3E (CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D * __this, const RuntimeMethod* method) { return (( int32_t (*) (CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D *, const RuntimeMethod*))CallbackArray_1_get_length_mF3713D9A736D916981802210CF20A583258E1B08_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::LockForChanges() inline void CallbackArray_1_LockForChanges_m273AE7AFECF4C2844423856B01D542F573E79FBA (CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D *, const RuntimeMethod*))CallbackArray_1_LockForChanges_m16A98AA041A3624729077E7278CC38431B36AA99_gshared)(__this, method); } // TDelegate UnityEngine.InputSystem.Utilities.CallbackArray`1>::get_Item(System.Int32) inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * CallbackArray_1_get_Item_m656D068B46DE7B40282666A30091A50F198D7A3A (CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * (*) (CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D *, int32_t, const RuntimeMethod*))CallbackArray_1_get_Item_m0C00A737D031A7D2E14B666DE1339E0482D2F4E0_gshared)(__this, ___index0, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::UnlockForChanges() inline void CallbackArray_1_UnlockForChanges_m4F60DB5C3BDB5CDADE5E3FA0D49295B4BEB676FF (CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D *, const RuntimeMethod*))CallbackArray_1_UnlockForChanges_m6CC0EF37F717E02D62818FDDB088C47B4085E90B_gshared)(__this, method); } // System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1>::get_length() inline int32_t CallbackArray_1_get_length_m2E289634CC8D917C56649B46BD4DCA26C3CB723F (CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 * __this, const RuntimeMethod* method) { return (( int32_t (*) (CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 *, const RuntimeMethod*))CallbackArray_1_get_length_mF3713D9A736D916981802210CF20A583258E1B08_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::LockForChanges() inline void CallbackArray_1_LockForChanges_m2C97FF63BD80EB2E968DC676E15F694EE61F63C4 (CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 *, const RuntimeMethod*))CallbackArray_1_LockForChanges_m16A98AA041A3624729077E7278CC38431B36AA99_gshared)(__this, method); } // TDelegate UnityEngine.InputSystem.Utilities.CallbackArray`1>::get_Item(System.Int32) inline Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * CallbackArray_1_get_Item_m90442EB148ADB3041AC1E29D2B41A11256CE0FAF (CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * (*) (CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 *, int32_t, const RuntimeMethod*))CallbackArray_1_get_Item_m0C00A737D031A7D2E14B666DE1339E0482D2F4E0_gshared)(__this, ___index0, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::UnlockForChanges() inline void CallbackArray_1_UnlockForChanges_m7F0BED787B9C9DAF4BC23B8BFF58D4C826342F88 (CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 *, const RuntimeMethod*))CallbackArray_1_UnlockForChanges_m6CC0EF37F717E02D62818FDDB088C47B4085E90B_gshared)(__this, method); } // System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1>::get_length() inline int32_t CallbackArray_1_get_length_mE50B3BA1E3836C13D3F1F0F683BA8B2D23D7A0E7 (CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 * __this, const RuntimeMethod* method) { return (( int32_t (*) (CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 *, const RuntimeMethod*))CallbackArray_1_get_length_mF3713D9A736D916981802210CF20A583258E1B08_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::LockForChanges() inline void CallbackArray_1_LockForChanges_m8559714E59D6A79C1A81D2F6E99D0DC8FDDFECB2 (CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 *, const RuntimeMethod*))CallbackArray_1_LockForChanges_m16A98AA041A3624729077E7278CC38431B36AA99_gshared)(__this, method); } // TDelegate UnityEngine.InputSystem.Utilities.CallbackArray`1>::get_Item(System.Int32) inline Action_2_tB9B1B9645C739483997CEFD136850320B3E81752 * CallbackArray_1_get_Item_m67CBBBC56F7A7264A483329683FF2B0F5D79AC58 (CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Action_2_tB9B1B9645C739483997CEFD136850320B3E81752 * (*) (CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 *, int32_t, const RuntimeMethod*))CallbackArray_1_get_Item_m0C00A737D031A7D2E14B666DE1339E0482D2F4E0_gshared)(__this, ___index0, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::UnlockForChanges() inline void CallbackArray_1_UnlockForChanges_m7A152A3AAFA788A9EC1E9604619CE603763AC5B7 (CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 *, const RuntimeMethod*))CallbackArray_1_UnlockForChanges_m6CC0EF37F717E02D62818FDDB088C47B4085E90B_gshared)(__this, method); } // System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1>::get_length() inline int32_t CallbackArray_1_get_length_mC4F622C42E610BD036A78DEF9C4F870381E70735 (CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 * __this, const RuntimeMethod* method) { return (( int32_t (*) (CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 *, const RuntimeMethod*))CallbackArray_1_get_length_mF3713D9A736D916981802210CF20A583258E1B08_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::LockForChanges() inline void CallbackArray_1_LockForChanges_m86871E052707032609F9BF625E37B972C24D520C (CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 *, const RuntimeMethod*))CallbackArray_1_LockForChanges_m16A98AA041A3624729077E7278CC38431B36AA99_gshared)(__this, method); } // TDelegate UnityEngine.InputSystem.Utilities.CallbackArray`1>::get_Item(System.Int32) inline Action_2_t13A6742A48923F2F95E0DBF426A94946BB52A341 * CallbackArray_1_get_Item_m8FCFB100C7BE82F90BE76DB22F93128EDB1DD248 (CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Action_2_t13A6742A48923F2F95E0DBF426A94946BB52A341 * (*) (CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 *, int32_t, const RuntimeMethod*))CallbackArray_1_get_Item_m0C00A737D031A7D2E14B666DE1339E0482D2F4E0_gshared)(__this, ___index0, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::UnlockForChanges() inline void CallbackArray_1_UnlockForChanges_mDDEE9132542A78AABE0342C5B9920E10AA46B13F (CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 *, const RuntimeMethod*))CallbackArray_1_UnlockForChanges_m6CC0EF37F717E02D62818FDDB088C47B4085E90B_gshared)(__this, method); } // System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1>::get_length() inline int32_t CallbackArray_1_get_length_mD2B71BE9FBCC18FC3786178939CF48B5F5CB4007 (CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C * __this, const RuntimeMethod* method) { return (( int32_t (*) (CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C *, const RuntimeMethod*))CallbackArray_1_get_length_mF3713D9A736D916981802210CF20A583258E1B08_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::LockForChanges() inline void CallbackArray_1_LockForChanges_mA5654E0DAC8D1BF71E4B2F45747CC5CC438A389A (CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C *, const RuntimeMethod*))CallbackArray_1_LockForChanges_m16A98AA041A3624729077E7278CC38431B36AA99_gshared)(__this, method); } // TDelegate UnityEngine.InputSystem.Utilities.CallbackArray`1>::get_Item(System.Int32) inline Action_2_t961B8FC40C595B3E8948D3CB85E51EB90540D7EF * CallbackArray_1_get_Item_mE57C8A526C7F8294216D164F679861B770CC1D34 (CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Action_2_t961B8FC40C595B3E8948D3CB85E51EB90540D7EF * (*) (CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C *, int32_t, const RuntimeMethod*))CallbackArray_1_get_Item_m0C00A737D031A7D2E14B666DE1339E0482D2F4E0_gshared)(__this, ___index0, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::UnlockForChanges() inline void CallbackArray_1_UnlockForChanges_m9C8A0DB01075FC20A01890B41D8C1EA7094A1799 (CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C *, const RuntimeMethod*))CallbackArray_1_UnlockForChanges_m6CC0EF37F717E02D62818FDDB088C47B4085E90B_gshared)(__this, method); } // System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1>::get_length() inline int32_t CallbackArray_1_get_length_m1E74C381C73EA20ABF0393DC1FA99053018DE35C (CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF * __this, const RuntimeMethod* method) { return (( int32_t (*) (CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF *, const RuntimeMethod*))CallbackArray_1_get_length_mF3713D9A736D916981802210CF20A583258E1B08_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::LockForChanges() inline void CallbackArray_1_LockForChanges_mA6559617FF25437C5D6E61D5729AF98FF7AF7875 (CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF *, const RuntimeMethod*))CallbackArray_1_LockForChanges_m16A98AA041A3624729077E7278CC38431B36AA99_gshared)(__this, method); } // TDelegate UnityEngine.InputSystem.Utilities.CallbackArray`1>::get_Item(System.Int32) inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * CallbackArray_1_get_Item_m41EA523CB8D3F596596FA9A023BDC18F902B860C (CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * (*) (CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF *, int32_t, const RuntimeMethod*))CallbackArray_1_get_Item_m0C00A737D031A7D2E14B666DE1339E0482D2F4E0_gshared)(__this, ___index0, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::UnlockForChanges() inline void CallbackArray_1_UnlockForChanges_mFAE523AD7178073B184DFB343FB8548177888D45 (CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF *, const RuntimeMethod*))CallbackArray_1_UnlockForChanges_m6CC0EF37F717E02D62818FDDB088C47B4085E90B_gshared)(__this, method); } // System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1>::get_length() inline int32_t CallbackArray_1_get_length_m2CF86250D9BA086C66A07A48C9FA97361E7EA7F6 (CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 * __this, const RuntimeMethod* method) { return (( int32_t (*) (CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 *, const RuntimeMethod*))CallbackArray_1_get_length_mF3713D9A736D916981802210CF20A583258E1B08_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::LockForChanges() inline void CallbackArray_1_LockForChanges_m677AA9FF4D4CB786FD10037618CC44DA9CB70F2B (CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 *, const RuntimeMethod*))CallbackArray_1_LockForChanges_m16A98AA041A3624729077E7278CC38431B36AA99_gshared)(__this, method); } // TDelegate UnityEngine.InputSystem.Utilities.CallbackArray`1>::get_Item(System.Int32) inline Func_3_t9B3AF4A893B0936872C5B37BE9C5D4B571281C2B * CallbackArray_1_get_Item_m707A151857721639E4ED2BD6C4D047BD7C522521 (CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Func_3_t9B3AF4A893B0936872C5B37BE9C5D4B571281C2B * (*) (CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 *, int32_t, const RuntimeMethod*))CallbackArray_1_get_Item_m0C00A737D031A7D2E14B666DE1339E0482D2F4E0_gshared)(__this, ___index0, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::UnlockForChanges() inline void CallbackArray_1_UnlockForChanges_m556480DD0B0120A57B40E35F9B2026129B033DA7 (CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 *, const RuntimeMethod*))CallbackArray_1_UnlockForChanges_m6CC0EF37F717E02D62818FDDB088C47B4085E90B_gshared)(__this, method); } // System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1>::get_length() inline int32_t CallbackArray_1_get_length_mDB4F84C9D10E3139B24B478B574DF2F7312E07B0 (CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 * __this, const RuntimeMethod* method) { return (( int32_t (*) (CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 *, const RuntimeMethod*))CallbackArray_1_get_length_mF3713D9A736D916981802210CF20A583258E1B08_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::LockForChanges() inline void CallbackArray_1_LockForChanges_m511BE7BD924AAB5EBF021B26CE585633FB480B5C (CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 *, const RuntimeMethod*))CallbackArray_1_LockForChanges_m16A98AA041A3624729077E7278CC38431B36AA99_gshared)(__this, method); } // TDelegate UnityEngine.InputSystem.Utilities.CallbackArray`1>::get_Item(System.Int32) inline Func_3_tBC640C0184A7D93453034EF9B044E2AD7570F889 * CallbackArray_1_get_Item_m775842FF688EC8A376B6A553EE6A7F26B8F0189F (CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Func_3_tBC640C0184A7D93453034EF9B044E2AD7570F889 * (*) (CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 *, int32_t, const RuntimeMethod*))CallbackArray_1_get_Item_m0C00A737D031A7D2E14B666DE1339E0482D2F4E0_gshared)(__this, ___index0, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1>::UnlockForChanges() inline void CallbackArray_1_UnlockForChanges_m20A9C77F5D6507EE0D3A1745DF223CEB49F9E76A (CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 *, const RuntimeMethod*))CallbackArray_1_UnlockForChanges_m6CC0EF37F717E02D62818FDDB088C47B4085E90B_gshared)(__this, method); } // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___exists0, const RuntimeMethod* method); // System.Boolean System.IO.File::Exists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_mEFB0F2E165717ACA9A13202EF4ED17118858FAFE (String_t* ___path0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogWarning(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_m1F07D64A9881F3A6B755881210B4E88F8E63849B (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, String_t* ___path0, const RuntimeMethod* method); // System.String EncryptedXmlSerializer::DecryptData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EncryptedXmlSerializer_DecryptData_m99FA694C0173DC6AB955C7C5397D094F076BFE60 (String_t* ___toDecrypt0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamWriter__ctor_m3D516CFFEDAC2849A8C3E997FD0233A61A482762 (StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializer::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer__ctor_mF7CC2501D7EF3FF3D559F457AB84A9393D086881 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializer::Deserialize(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializer_Deserialize_m25B138EB9DFEAC76221ED87D8FDFBE31A7136AD5 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializer::Serialize(System.IO.Stream,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_Serialize_m1197823DA2FA8F0BA51719C82AF294B93172BEB6 (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, RuntimeObject * ___o1, const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_m0F256281F982E077C73A4C297F1301026A3C2905 (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_mDC286819520925AB5873921EFFEADA1EC1648CFB (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * __this, String_t* ___path0, int32_t ___mode1, const RuntimeMethod* method); // System.String EncryptedXmlSerializer::EncryptData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EncryptedXmlSerializer_EncryptData_m913EC062DFC88FCBC504BF83931D7CDD0BE41D71 (String_t* ___toEncrypt0, const RuntimeMethod* method); // System.Exception System.Linq.Error::ArgumentNull(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD (String_t* ___s0, const RuntimeMethod* method); // System.Exception System.Linq.Error::ArgumentOutOfRange(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Error_ArgumentOutOfRange_mBF9354F0EDEE6E4BA57F3DA1663A91A5B61CEB9D (String_t* ___s0, const RuntimeMethod* method); // System.Exception System.Linq.Error::NoElements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Error_NoElements_mE25C4D4F2FE86A32704624613D751BE305953E49 (const RuntimeMethod* method); // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795_mC4489A77EC3B2783CCE798E434861B0904D51991_gshared (ShaderTagIdU5BU5D_t686E07D907EFB64EA7EDB605791DF44DE6CAD823* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { ShaderTagIdU5BU5D_t686E07D907EFB64EA7EDB605791DF44DE6CAD823* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795_mC4489A77EC3B2783CCE798E434861B0904D51991_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795_mC4489A77EC3B2783CCE798E434861B0904D51991_RuntimeMethod_var))); } IL_0031: { ShaderTagIdU5BU5D_t686E07D907EFB64EA7EDB605791DF44DE6CAD823* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795_mC4489A77EC3B2783CCE798E434861B0904D51991_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { ShaderTagIdU5BU5D_t686E07D907EFB64EA7EDB605791DF44DE6CAD823* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (ShaderTagIdU5BU5D_t686E07D907EFB64EA7EDB605791DF44DE6CAD823*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ShaderTagIdU5BU5D_t686E07D907EFB64EA7EDB605791DF44DE6CAD823*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m608F095D65B62FC9CD1164C84154AEDD8607951E_gshared (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m608F095D65B62FC9CD1164C84154AEDD8607951E_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m608F095D65B62FC9CD1164C84154AEDD8607951E_RuntimeMethod_var))); } IL_0031: { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m608F095D65B62FC9CD1164C84154AEDD8607951E_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_m6B88E4A7999D609FEE8AF3A7DF79D91637366E94_gshared (SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_m6B88E4A7999D609FEE8AF3A7DF79D91637366E94_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_m6B88E4A7999D609FEE8AF3A7DF79D91637366E94_RuntimeMethod_var))); } IL_0031: { SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_m6B88E4A7999D609FEE8AF3A7DF79D91637366E94_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_m66536139774014E76CB9ACD19B99FE24DB631AC7_gshared (TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_m66536139774014E76CB9ACD19B99FE24DB631AC7_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_m66536139774014E76CB9ACD19B99FE24DB631AC7_RuntimeMethod_var))); } IL_0031: { TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_m66536139774014E76CB9ACD19B99FE24DB631AC7_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisUICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A_m041AA53F1DE361E088D4F22FA6CD20D7994B87E0_gshared (UICharInfoU5BU5D_t5B6AEA3245EC021FAA20582D295434FF61FBF1F0* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { UICharInfoU5BU5D_t5B6AEA3245EC021FAA20582D295434FF61FBF1F0* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A_m041AA53F1DE361E088D4F22FA6CD20D7994B87E0_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A_m041AA53F1DE361E088D4F22FA6CD20D7994B87E0_RuntimeMethod_var))); } IL_0031: { UICharInfoU5BU5D_t5B6AEA3245EC021FAA20582D295434FF61FBF1F0* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A_m041AA53F1DE361E088D4F22FA6CD20D7994B87E0_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { UICharInfoU5BU5D_t5B6AEA3245EC021FAA20582D295434FF61FBF1F0* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (UICharInfoU5BU5D_t5B6AEA3245EC021FAA20582D295434FF61FBF1F0*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((UICharInfoU5BU5D_t5B6AEA3245EC021FAA20582D295434FF61FBF1F0*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisUILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C_mFAC0A408E9FE9D06E5BC605F630E2644E9A44BE8_gshared (UILineInfoU5BU5D_tBE1D9E4EC8C7A5A1F98B7CCF93D8A8A2FF9B2F69* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { UILineInfoU5BU5D_tBE1D9E4EC8C7A5A1F98B7CCF93D8A8A2FF9B2F69* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C_mFAC0A408E9FE9D06E5BC605F630E2644E9A44BE8_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C_mFAC0A408E9FE9D06E5BC605F630E2644E9A44BE8_RuntimeMethod_var))); } IL_0031: { UILineInfoU5BU5D_tBE1D9E4EC8C7A5A1F98B7CCF93D8A8A2FF9B2F69* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C_mFAC0A408E9FE9D06E5BC605F630E2644E9A44BE8_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { UILineInfoU5BU5D_tBE1D9E4EC8C7A5A1F98B7CCF93D8A8A2FF9B2F69* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (UILineInfoU5BU5D_tBE1D9E4EC8C7A5A1F98B7CCF93D8A8A2FF9B2F69*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((UILineInfoU5BU5D_tBE1D9E4EC8C7A5A1F98B7CCF93D8A8A2FF9B2F69*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisUIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_mCD9496AD8ABF9794D286C4492329A27B34447950_gshared (UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_mCD9496AD8ABF9794D286C4492329A27B34447950_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_mCD9496AD8ABF9794D286C4492329A27B34447950_RuntimeMethod_var))); } IL_0031: { UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_mCD9496AD8ABF9794D286C4492329A27B34447950_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mBFAB52FC65F205467E283251FA319F01B14BFB6F_gshared (UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mBFAB52FC65F205467E283251FA319F01B14BFB6F_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mBFAB52FC65F205467E283251FA319F01B14BFB6F_RuntimeMethod_var))); } IL_0031: { UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mBFAB52FC65F205467E283251FA319F01B14BFB6F_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m0965C9F12726EB8CB43C1C891F30C5DD71E095EC_gshared (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m0965C9F12726EB8CB43C1C891F30C5DD71E095EC_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m0965C9F12726EB8CB43C1C891F30C5DD71E095EC_RuntimeMethod_var))); } IL_0031: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m0965C9F12726EB8CB43C1C891F30C5DD71E095EC_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mEC2BAB9EF71A05E7ABA5F8F1BA8324F97B84C2F6_gshared (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mEC2BAB9EF71A05E7ABA5F8F1BA8324F97B84C2F6_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mEC2BAB9EF71A05E7ABA5F8F1BA8324F97B84C2F6_RuntimeMethod_var))); } IL_0031: { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mEC2BAB9EF71A05E7ABA5F8F1BA8324F97B84C2F6_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisUsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE_m6744138136BAF927984B3AB22F7C7A1F342B7E4F_gshared (UsageHintU5BU5D_t3F89ABD0103A5D5BBA43D01A5B1C63A4F6C61FD4* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { UsageHintU5BU5D_t3F89ABD0103A5D5BBA43D01A5B1C63A4F6C61FD4* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE_m6744138136BAF927984B3AB22F7C7A1F342B7E4F_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE_m6744138136BAF927984B3AB22F7C7A1F342B7E4F_RuntimeMethod_var))); } IL_0031: { UsageHintU5BU5D_t3F89ABD0103A5D5BBA43D01A5B1C63A4F6C61FD4* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE_m6744138136BAF927984B3AB22F7C7A1F342B7E4F_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { UsageHintU5BU5D_t3F89ABD0103A5D5BBA43D01A5B1C63A4F6C61FD4* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (UsageHintU5BU5D_t3F89ABD0103A5D5BBA43D01A5B1C63A4F6C61FD4*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((UsageHintU5BU5D_t3F89ABD0103A5D5BBA43D01A5B1C63A4F6C61FD4*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mADA69A754C53EF0578D800202DEAC9BCA96BEF5B_gshared (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mADA69A754C53EF0578D800202DEAC9BCA96BEF5B_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mADA69A754C53EF0578D800202DEAC9BCA96BEF5B_RuntimeMethod_var))); } IL_0031: { Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mADA69A754C53EF0578D800202DEAC9BCA96BEF5B_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m93882374F650E8CE3B1F06DE3916964833D0EDCE_gshared (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m93882374F650E8CE3B1F06DE3916964833D0EDCE_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m93882374F650E8CE3B1F06DE3916964833D0EDCE_RuntimeMethod_var))); } IL_0031: { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m93882374F650E8CE3B1F06DE3916964833D0EDCE_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_m412F53D0C32580FA4ED021EFC83A122BAB6E44A4_gshared (Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_m412F53D0C32580FA4ED021EFC83A122BAB6E44A4_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_m412F53D0C32580FA4ED021EFC83A122BAB6E44A4_RuntimeMethod_var))); } IL_0031: { Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_m412F53D0C32580FA4ED021EFC83A122BAB6E44A4_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisX509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_m6B74F908E86378DAC7A7D0C8C22591CBA4030DE7_gshared (X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisX509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_m6B74F908E86378DAC7A7D0C8C22591CBA4030DE7_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisX509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_m6B74F908E86378DAC7A7D0C8C22591CBA4030DE7_RuntimeMethod_var))); } IL_0031: { X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisX509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_m6B74F908E86378DAC7A7D0C8C22591CBA4030DE7_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisXRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E_m077B3A019C5E8AB2E11C936412A1C4A6907930FA_gshared (XRFeatureDescriptorU5BU5D_t02A44E5AD45238DC362F388DD6DE302D1321D791* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { XRFeatureDescriptorU5BU5D_t02A44E5AD45238DC362F388DD6DE302D1321D791* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisXRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E_m077B3A019C5E8AB2E11C936412A1C4A6907930FA_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisXRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E_m077B3A019C5E8AB2E11C936412A1C4A6907930FA_RuntimeMethod_var))); } IL_0031: { XRFeatureDescriptorU5BU5D_t02A44E5AD45238DC362F388DD6DE302D1321D791* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisXRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E_m077B3A019C5E8AB2E11C936412A1C4A6907930FA_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { XRFeatureDescriptorU5BU5D_t02A44E5AD45238DC362F388DD6DE302D1321D791* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (XRFeatureDescriptorU5BU5D_t02A44E5AD45238DC362F388DD6DE302D1321D791*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((XRFeatureDescriptorU5BU5D_t02A44E5AD45238DC362F388DD6DE302D1321D791*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisXRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33_m28C65AB9DDEB9D03D59D8EA2C78C21D90D4C622C_gshared (XRNodeStateU5BU5D_t6769DE0817BC77C129F02AE6C53CF9DCF954CCF5* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { XRNodeStateU5BU5D_t6769DE0817BC77C129F02AE6C53CF9DCF954CCF5* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisXRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33_m28C65AB9DDEB9D03D59D8EA2C78C21D90D4C622C_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisXRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33_m28C65AB9DDEB9D03D59D8EA2C78C21D90D4C622C_RuntimeMethod_var))); } IL_0031: { XRNodeStateU5BU5D_t6769DE0817BC77C129F02AE6C53CF9DCF954CCF5* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisXRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33_m28C65AB9DDEB9D03D59D8EA2C78C21D90D4C622C_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { XRNodeStateU5BU5D_t6769DE0817BC77C129F02AE6C53CF9DCF954CCF5* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (XRNodeStateU5BU5D_t6769DE0817BC77C129F02AE6C53CF9DCF954CCF5*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((XRNodeStateU5BU5D_t6769DE0817BC77C129F02AE6C53CF9DCF954CCF5*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisXRView_tE7BCF62BA1242C287E38539553B57AE70B687027_m55B849B88EA486C842EAA57843225D34A6645EF6_gshared (XRViewU5BU5D_tA7794DBCCFAC538844E0D7C6A17EB1EC0DB7C5AD* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { XRViewU5BU5D_tA7794DBCCFAC538844E0D7C6A17EB1EC0DB7C5AD* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisXRView_tE7BCF62BA1242C287E38539553B57AE70B687027_m55B849B88EA486C842EAA57843225D34A6645EF6_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisXRView_tE7BCF62BA1242C287E38539553B57AE70B687027_m55B849B88EA486C842EAA57843225D34A6645EF6_RuntimeMethod_var))); } IL_0031: { XRViewU5BU5D_tA7794DBCCFAC538844E0D7C6A17EB1EC0DB7C5AD* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisXRView_tE7BCF62BA1242C287E38539553B57AE70B687027_m55B849B88EA486C842EAA57843225D34A6645EF6_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { XRViewU5BU5D_tA7794DBCCFAC538844E0D7C6A17EB1EC0DB7C5AD* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (XRViewU5BU5D_tA7794DBCCFAC538844E0D7C6A17EB1EC0DB7C5AD*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((XRViewU5BU5D_tA7794DBCCFAC538844E0D7C6A17EB1EC0DB7C5AD*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisWeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA_m8D8C6CB50610409F0000107266E4300EAB9BCC20_gshared (WeightInfoU5BU5D_t492B24E63F911BFB5E0CE6068D1F10AACF6BDAB5* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { WeightInfoU5BU5D_t492B24E63F911BFB5E0CE6068D1F10AACF6BDAB5* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisWeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA_m8D8C6CB50610409F0000107266E4300EAB9BCC20_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisWeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA_m8D8C6CB50610409F0000107266E4300EAB9BCC20_RuntimeMethod_var))); } IL_0031: { WeightInfoU5BU5D_t492B24E63F911BFB5E0CE6068D1F10AACF6BDAB5* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisWeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA_m8D8C6CB50610409F0000107266E4300EAB9BCC20_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { WeightInfoU5BU5D_t492B24E63F911BFB5E0CE6068D1F10AACF6BDAB5* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (WeightInfoU5BU5D_t492B24E63F911BFB5E0CE6068D1F10AACF6BDAB5*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((WeightInfoU5BU5D_t492B24E63F911BFB5E0CE6068D1F10AACF6BDAB5*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisOrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2_m09186BAC67EC44CA23060B0B7167965782A2368B_gshared (OrderBlockU5BU5D_tA6CA8293A67A97712BD2A0D7ABBA77E770053817* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { OrderBlockU5BU5D_tA6CA8293A67A97712BD2A0D7ABBA77E770053817* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisOrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2_m09186BAC67EC44CA23060B0B7167965782A2368B_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisOrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2_m09186BAC67EC44CA23060B0B7167965782A2368B_RuntimeMethod_var))); } IL_0031: { OrderBlockU5BU5D_tA6CA8293A67A97712BD2A0D7ABBA77E770053817* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisOrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2_m09186BAC67EC44CA23060B0B7167965782A2368B_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { OrderBlockU5BU5D_tA6CA8293A67A97712BD2A0D7ABBA77E770053817* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (OrderBlockU5BU5D_tA6CA8293A67A97712BD2A0D7ABBA77E770053817*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((OrderBlockU5BU5D_tA6CA8293A67A97712BD2A0D7ABBA77E770053817*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisRenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94_m73072C1A30A4A2B52763F343E43909663C1E7D2E_gshared (RenderRequestU5BU5D_t2D09D44B1472DED405E7676210574FBDE93EF664* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { RenderRequestU5BU5D_t2D09D44B1472DED405E7676210574FBDE93EF664* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisRenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94_m73072C1A30A4A2B52763F343E43909663C1E7D2E_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisRenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94_m73072C1A30A4A2B52763F343E43909663C1E7D2E_RuntimeMethod_var))); } IL_0031: { RenderRequestU5BU5D_t2D09D44B1472DED405E7676210574FBDE93EF664* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisRenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94_m73072C1A30A4A2B52763F343E43909663C1E7D2E_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { RenderRequestU5BU5D_t2D09D44B1472DED405E7676210574FBDE93EF664* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (RenderRequestU5BU5D_t2D09D44B1472DED405E7676210574FBDE93EF664*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RenderRequestU5BU5D_t2D09D44B1472DED405E7676210574FBDE93EF664*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisPrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609_mE4B78D12B087F5788CEF92AFBFDEFE233FD868F8_gshared (PrePunctualLightU5BU5D_tB4796ACC5565F95259448DBE02ACBDF0226B78F9* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { PrePunctualLightU5BU5D_tB4796ACC5565F95259448DBE02ACBDF0226B78F9* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisPrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609_mE4B78D12B087F5788CEF92AFBFDEFE233FD868F8_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisPrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609_mE4B78D12B087F5788CEF92AFBFDEFE233FD868F8_RuntimeMethod_var))); } IL_0031: { PrePunctualLightU5BU5D_tB4796ACC5565F95259448DBE02ACBDF0226B78F9* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisPrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609_mE4B78D12B087F5788CEF92AFBFDEFE233FD868F8_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { PrePunctualLightU5BU5D_tB4796ACC5565F95259448DBE02ACBDF0226B78F9* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (PrePunctualLightU5BU5D_tB4796ACC5565F95259448DBE02ACBDF0226B78F9*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((PrePunctualLightU5BU5D_tB4796ACC5565F95259448DBE02ACBDF0226B78F9*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisSessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7_m3ACAB93D8F67632751BEB2565300D2E26210E343_gshared (SessionInfoU5BU5D_t42BA9C3B2898F9EDC1FF64FF2B6D4C6F8FC4F179* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { SessionInfoU5BU5D_t42BA9C3B2898F9EDC1FF64FF2B6D4C6F8FC4F179* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisSessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7_m3ACAB93D8F67632751BEB2565300D2E26210E343_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisSessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7_m3ACAB93D8F67632751BEB2565300D2E26210E343_RuntimeMethod_var))); } IL_0031: { SessionInfoU5BU5D_t42BA9C3B2898F9EDC1FF64FF2B6D4C6F8FC4F179* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisSessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7_m3ACAB93D8F67632751BEB2565300D2E26210E343_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { SessionInfoU5BU5D_t42BA9C3B2898F9EDC1FF64FF2B6D4C6F8FC4F179* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (SessionInfoU5BU5D_t42BA9C3B2898F9EDC1FF64FF2B6D4C6F8FC4F179*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((SessionInfoU5BU5D_t42BA9C3B2898F9EDC1FF64FF2B6D4C6F8FC4F179*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisHIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6_m53D16359821ECFB7F96736C2A5F4F8AFF8521ECC_gshared (HIDCollectionDescriptorU5BU5D_t44A200739AD0674BB83F5B53B9DFC08C129D347B* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { HIDCollectionDescriptorU5BU5D_t44A200739AD0674BB83F5B53B9DFC08C129D347B* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisHIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6_m53D16359821ECFB7F96736C2A5F4F8AFF8521ECC_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisHIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6_m53D16359821ECFB7F96736C2A5F4F8AFF8521ECC_RuntimeMethod_var))); } IL_0031: { HIDCollectionDescriptorU5BU5D_t44A200739AD0674BB83F5B53B9DFC08C129D347B* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisHIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6_m53D16359821ECFB7F96736C2A5F4F8AFF8521ECC_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { HIDCollectionDescriptorU5BU5D_t44A200739AD0674BB83F5B53B9DFC08C129D347B* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (HIDCollectionDescriptorU5BU5D_t44A200739AD0674BB83F5B53B9DFC08C129D347B*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((HIDCollectionDescriptorU5BU5D_t44A200739AD0674BB83F5B53B9DFC08C129D347B*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisHIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427_mD66B7BF58B9AE618D29A140511B8E4D86FB5DCAD_gshared (HIDElementDescriptorU5BU5D_tDAC44C8A84F113B231C75F7BB7F584501B01D8F8* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { HIDElementDescriptorU5BU5D_tDAC44C8A84F113B231C75F7BB7F584501B01D8F8* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisHIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427_mD66B7BF58B9AE618D29A140511B8E4D86FB5DCAD_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisHIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427_mD66B7BF58B9AE618D29A140511B8E4D86FB5DCAD_RuntimeMethod_var))); } IL_0031: { HIDElementDescriptorU5BU5D_tDAC44C8A84F113B231C75F7BB7F584501B01D8F8* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisHIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427_mD66B7BF58B9AE618D29A140511B8E4D86FB5DCAD_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { HIDElementDescriptorU5BU5D_tDAC44C8A84F113B231C75F7BB7F584501B01D8F8* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (HIDElementDescriptorU5BU5D_tDAC44C8A84F113B231C75F7BB7F584501B01D8F8*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((HIDElementDescriptorU5BU5D_tDAC44C8A84F113B231C75F7BB7F584501B01D8F8*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisHIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59_m5EF99D5F65EF2E131E84A6B35E886119C7DB3468_gshared (HIDReportDataU5BU5D_t0E1A335FA31D95766AADF5826B7B1D53CEF9DB1C* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { HIDReportDataU5BU5D_t0E1A335FA31D95766AADF5826B7B1D53CEF9DB1C* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisHIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59_m5EF99D5F65EF2E131E84A6B35E886119C7DB3468_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisHIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59_m5EF99D5F65EF2E131E84A6B35E886119C7DB3468_RuntimeMethod_var))); } IL_0031: { HIDReportDataU5BU5D_t0E1A335FA31D95766AADF5826B7B1D53CEF9DB1C* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisHIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59_m5EF99D5F65EF2E131E84A6B35E886119C7DB3468_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { HIDReportDataU5BU5D_t0E1A335FA31D95766AADF5826B7B1D53CEF9DB1C* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (HIDReportDataU5BU5D_t0E1A335FA31D95766AADF5826B7B1D53CEF9DB1C*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((HIDReportDataU5BU5D_t0E1A335FA31D95766AADF5826B7B1D53CEF9DB1C*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisBindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7_mB9F4CD2D62AF28DCD8C8E8616D7F66D4994712E2_gshared (BindingOverrideJsonU5BU5D_t579CF9B9456C565546432D8930E8C59A814540E4* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { BindingOverrideJsonU5BU5D_t579CF9B9456C565546432D8930E8C59A814540E4* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisBindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7_mB9F4CD2D62AF28DCD8C8E8616D7F66D4994712E2_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisBindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7_mB9F4CD2D62AF28DCD8C8E8616D7F66D4994712E2_RuntimeMethod_var))); } IL_0031: { BindingOverrideJsonU5BU5D_t579CF9B9456C565546432D8930E8C59A814540E4* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisBindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7_mB9F4CD2D62AF28DCD8C8E8616D7F66D4994712E2_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { BindingOverrideJsonU5BU5D_t579CF9B9456C565546432D8930E8C59A814540E4* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (BindingOverrideJsonU5BU5D_t579CF9B9456C565546432D8930E8C59A814540E4*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((BindingOverrideJsonU5BU5D_t579CF9B9456C565546432D8930E8C59A814540E4*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_m02EDCCA0F3F33A0D92BE7032CB0390A4561D9033_gshared (ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_m02EDCCA0F3F33A0D92BE7032CB0390A4561D9033_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_m02EDCCA0F3F33A0D92BE7032CB0390A4561D9033_RuntimeMethod_var))); } IL_0031: { ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_m02EDCCA0F3F33A0D92BE7032CB0390A4561D9033_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisJsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB_m51711A68717549F54FB32FB0B6FDF3D3462A6B32_gshared (JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisJsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB_m51711A68717549F54FB32FB0B6FDF3D3462A6B32_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisJsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB_m51711A68717549F54FB32FB0B6FDF3D3462A6B32_RuntimeMethod_var))); } IL_0031: { JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisJsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB_m51711A68717549F54FB32FB0B6FDF3D3462A6B32_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisMeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29_mA6F078E384786FD1D03A424B3B5F91298C2BE5AD_gshared (MeshMaterialU5BU5D_t9045FDBAA2E0DB2E3109B9F1BE424DDDB07BE3BF* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { MeshMaterialU5BU5D_t9045FDBAA2E0DB2E3109B9F1BE424DDDB07BE3BF* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisMeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29_mA6F078E384786FD1D03A424B3B5F91298C2BE5AD_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisMeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29_mA6F078E384786FD1D03A424B3B5F91298C2BE5AD_RuntimeMethod_var))); } IL_0031: { MeshMaterialU5BU5D_t9045FDBAA2E0DB2E3109B9F1BE424DDDB07BE3BF* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisMeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29_mA6F078E384786FD1D03A424B3B5F91298C2BE5AD_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { MeshMaterialU5BU5D_t9045FDBAA2E0DB2E3109B9F1BE424DDDB07BE3BF* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (MeshMaterialU5BU5D_t9045FDBAA2E0DB2E3109B9F1BE424DDDB07BE3BF*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((MeshMaterialU5BU5D_t9045FDBAA2E0DB2E3109B9F1BE424DDDB07BE3BF*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisTerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC_m06258910EEF2F5528C3E47097C14F42FE2F43D9B_gshared (TerrainMaterialU5BU5D_t940C17A0B1F6A66CA492AD2587A7C565C51046DC* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { TerrainMaterialU5BU5D_t940C17A0B1F6A66CA492AD2587A7C565C51046DC* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisTerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC_m06258910EEF2F5528C3E47097C14F42FE2F43D9B_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisTerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC_m06258910EEF2F5528C3E47097C14F42FE2F43D9B_RuntimeMethod_var))); } IL_0031: { TerrainMaterialU5BU5D_t940C17A0B1F6A66CA492AD2587A7C565C51046DC* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisTerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC_m06258910EEF2F5528C3E47097C14F42FE2F43D9B_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { TerrainMaterialU5BU5D_t940C17A0B1F6A66CA492AD2587A7C565C51046DC* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (TerrainMaterialU5BU5D_t940C17A0B1F6A66CA492AD2587A7C565C51046DC*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((TerrainMaterialU5BU5D_t940C17A0B1F6A66CA492AD2587A7C565C51046DC*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisDeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873_mBFB56328B94ABB171322AEBCE11739219EF2FE31_gshared (DeferredPassthroughMeshAdditionU5BU5D_tA4978B4560F487140FFFE3C9AEE3EDEE6A7676D4* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { DeferredPassthroughMeshAdditionU5BU5D_tA4978B4560F487140FFFE3C9AEE3EDEE6A7676D4* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisDeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873_mBFB56328B94ABB171322AEBCE11739219EF2FE31_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisDeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873_mBFB56328B94ABB171322AEBCE11739219EF2FE31_RuntimeMethod_var))); } IL_0031: { DeferredPassthroughMeshAdditionU5BU5D_tA4978B4560F487140FFFE3C9AEE3EDEE6A7676D4* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisDeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873_mBFB56328B94ABB171322AEBCE11739219EF2FE31_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { DeferredPassthroughMeshAdditionU5BU5D_tA4978B4560F487140FFFE3C9AEE3EDEE6A7676D4* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (DeferredPassthroughMeshAdditionU5BU5D_tA4978B4560F487140FFFE3C9AEE3EDEE6A7676D4*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DeferredPassthroughMeshAdditionU5BU5D_tA4978B4560F487140FFFE3C9AEE3EDEE6A7676D4*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisRaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB_mA63C1E9A05C8B6AA97C6B9667404E5DB1B9CFBFF_gshared (RaycastHitU5BU5D_t9B88E8B1B47A781EF9F2FB2152486B225C2B34C2* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { RaycastHitU5BU5D_t9B88E8B1B47A781EF9F2FB2152486B225C2B34C2* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisRaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB_mA63C1E9A05C8B6AA97C6B9667404E5DB1B9CFBFF_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisRaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB_mA63C1E9A05C8B6AA97C6B9667404E5DB1B9CFBFF_RuntimeMethod_var))); } IL_0031: { RaycastHitU5BU5D_t9B88E8B1B47A781EF9F2FB2152486B225C2B34C2* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisRaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB_mA63C1E9A05C8B6AA97C6B9667404E5DB1B9CFBFF_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { RaycastHitU5BU5D_t9B88E8B1B47A781EF9F2FB2152486B225C2B34C2* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (RaycastHitU5BU5D_t9B88E8B1B47A781EF9F2FB2152486B225C2B34C2*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RaycastHitU5BU5D_t9B88E8B1B47A781EF9F2FB2152486B225C2B34C2*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisSerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F_mA664BB625802D35A9A6AB802EC42DA853EA42CE7_gshared (SerializedBindingU5BU5D_tBCC0A59EBA74FEC684909085EFB526BD00116E5D* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { SerializedBindingU5BU5D_tBCC0A59EBA74FEC684909085EFB526BD00116E5D* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisSerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F_mA664BB625802D35A9A6AB802EC42DA853EA42CE7_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisSerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F_mA664BB625802D35A9A6AB802EC42DA853EA42CE7_RuntimeMethod_var))); } IL_0031: { SerializedBindingU5BU5D_tBCC0A59EBA74FEC684909085EFB526BD00116E5D* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisSerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F_mA664BB625802D35A9A6AB802EC42DA853EA42CE7_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { SerializedBindingU5BU5D_tBCC0A59EBA74FEC684909085EFB526BD00116E5D* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (SerializedBindingU5BU5D_tBCC0A59EBA74FEC684909085EFB526BD00116E5D*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((SerializedBindingU5BU5D_tBCC0A59EBA74FEC684909085EFB526BD00116E5D*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisPassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C_mAC531BF1532973A55B28882944A5BB4DC52952E3_gshared (PassDebugDataU5BU5D_t939F63843A1011FC990FCA59719CD59D224D9ADA* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { PassDebugDataU5BU5D_t939F63843A1011FC990FCA59719CD59D224D9ADA* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisPassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C_mAC531BF1532973A55B28882944A5BB4DC52952E3_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisPassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C_mAC531BF1532973A55B28882944A5BB4DC52952E3_RuntimeMethod_var))); } IL_0031: { PassDebugDataU5BU5D_t939F63843A1011FC990FCA59719CD59D224D9ADA* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisPassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C_mAC531BF1532973A55B28882944A5BB4DC52952E3_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { PassDebugDataU5BU5D_t939F63843A1011FC990FCA59719CD59D224D9ADA* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (PassDebugDataU5BU5D_t939F63843A1011FC990FCA59719CD59D224D9ADA*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((PassDebugDataU5BU5D_t939F63843A1011FC990FCA59719CD59D224D9ADA*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F_mBA04FD59C4ECEBB5030DEF50BD07E6B8A112BA18_gshared (ResourceDebugDataU5BU5D_tE1E923B7EAAFC034B9C99BF83EF0AE7827C18528* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { ResourceDebugDataU5BU5D_tE1E923B7EAAFC034B9C99BF83EF0AE7827C18528* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F_mBA04FD59C4ECEBB5030DEF50BD07E6B8A112BA18_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F_mBA04FD59C4ECEBB5030DEF50BD07E6B8A112BA18_RuntimeMethod_var))); } IL_0031: { ResourceDebugDataU5BU5D_tE1E923B7EAAFC034B9C99BF83EF0AE7827C18528* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F_mBA04FD59C4ECEBB5030DEF50BD07E6B8A112BA18_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { ResourceDebugDataU5BU5D_tE1E923B7EAAFC034B9C99BF83EF0AE7827C18528* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (ResourceDebugDataU5BU5D_tE1E923B7EAAFC034B9C99BF83EF0AE7827C18528*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ResourceDebugDataU5BU5D_tE1E923B7EAAFC034B9C99BF83EF0AE7827C18528*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisPlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_mD5B970E9E8E2D5C2B1346BF8DFBA793F0A0B9013_gshared (PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisPlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_mD5B970E9E8E2D5C2B1346BF8DFBA793F0A0B9013_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisPlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_mD5B970E9E8E2D5C2B1346BF8DFBA793F0A0B9013_RuntimeMethod_var))); } IL_0031: { PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisPlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_mD5B970E9E8E2D5C2B1346BF8DFBA793F0A0B9013_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisEdge_tC11235216D5E71087549B2CB09A27043F02FB278_m9391A110238B01AD9CFBBD48D912765256AA285D_gshared (EdgeU5BU5D_t5C61D8F639EA5489731E0154AC9B4BC2640F1A98* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { EdgeU5BU5D_t5C61D8F639EA5489731E0154AC9B4BC2640F1A98* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisEdge_tC11235216D5E71087549B2CB09A27043F02FB278_m9391A110238B01AD9CFBBD48D912765256AA285D_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisEdge_tC11235216D5E71087549B2CB09A27043F02FB278_m9391A110238B01AD9CFBBD48D912765256AA285D_RuntimeMethod_var))); } IL_0031: { EdgeU5BU5D_t5C61D8F639EA5489731E0154AC9B4BC2640F1A98* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisEdge_tC11235216D5E71087549B2CB09A27043F02FB278_m9391A110238B01AD9CFBBD48D912765256AA285D_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { EdgeU5BU5D_t5C61D8F639EA5489731E0154AC9B4BC2640F1A98* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (EdgeU5BU5D_t5C61D8F639EA5489731E0154AC9B4BC2640F1A98*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((EdgeU5BU5D_t5C61D8F639EA5489731E0154AC9B4BC2640F1A98*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisNotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50_mC582182228E88CB02B303EC2E453D56DC113ED9B_gshared (NotificationEntryU5BU5D_t09774245BA02F3982CECCBB4CB7E3DAC2CA8B345* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { NotificationEntryU5BU5D_t09774245BA02F3982CECCBB4CB7E3DAC2CA8B345* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisNotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50_mC582182228E88CB02B303EC2E453D56DC113ED9B_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisNotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50_mC582182228E88CB02B303EC2E453D56DC113ED9B_RuntimeMethod_var))); } IL_0031: { NotificationEntryU5BU5D_t09774245BA02F3982CECCBB4CB7E3DAC2CA8B345* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisNotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50_mC582182228E88CB02B303EC2E453D56DC113ED9B_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { NotificationEntryU5BU5D_t09774245BA02F3982CECCBB4CB7E3DAC2CA8B345* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (NotificationEntryU5BU5D_t09774245BA02F3982CECCBB4CB7E3DAC2CA8B345*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((NotificationEntryU5BU5D_t09774245BA02F3982CECCBB4CB7E3DAC2CA8B345*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisRaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA_mAAD905F71740F1B6157972217BB8A6D1CFFB867A_gshared (RaycastHitDataU5BU5D_t033262DE9844ADC20AD72E640E9F79390FC86C08* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { RaycastHitDataU5BU5D_t033262DE9844ADC20AD72E640E9F79390FC86C08* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisRaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA_mAAD905F71740F1B6157972217BB8A6D1CFFB867A_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisRaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA_mAAD905F71740F1B6157972217BB8A6D1CFFB867A_RuntimeMethod_var))); } IL_0031: { RaycastHitDataU5BU5D_t033262DE9844ADC20AD72E640E9F79390FC86C08* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisRaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA_mAAD905F71740F1B6157972217BB8A6D1CFFB867A_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { RaycastHitDataU5BU5D_t033262DE9844ADC20AD72E640E9F79390FC86C08* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (RaycastHitDataU5BU5D_t033262DE9844ADC20AD72E640E9F79390FC86C08*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RaycastHitDataU5BU5D_t033262DE9844ADC20AD72E640E9F79390FC86C08*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisWorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393_mC9E417A12319EB176CB37DA3D2F9C9E8BAC5B83B_gshared (WorkRequestU5BU5D_tFD014E941739D5AFA0353EDFE7D9CD61E8A43A3F* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { WorkRequestU5BU5D_tFD014E941739D5AFA0353EDFE7D9CD61E8A43A3F* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisWorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393_mC9E417A12319EB176CB37DA3D2F9C9E8BAC5B83B_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisWorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393_mC9E417A12319EB176CB37DA3D2F9C9E8BAC5B83B_RuntimeMethod_var))); } IL_0031: { WorkRequestU5BU5D_tFD014E941739D5AFA0353EDFE7D9CD61E8A43A3F* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisWorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393_mC9E417A12319EB176CB37DA3D2F9C9E8BAC5B83B_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { WorkRequestU5BU5D_tFD014E941739D5AFA0353EDFE7D9CD61E8A43A3F* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (WorkRequestU5BU5D_tFD014E941739D5AFA0353EDFE7D9CD61E8A43A3F*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((WorkRequestU5BU5D_tFD014E941739D5AFA0353EDFE7D9CD61E8A43A3F*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(T[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisLayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D_mB39E6AEF2AE9788EA300664B43B6DD16FE386588_gshared (LayoutMatcherU5BU5D_t13CB1C98374639A7AD18A5C020F2204BDDB5DCFF* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { LayoutMatcherU5BU5D_t13CB1C98374639A7AD18A5C020F2204BDDB5DCFF* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisLayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D_mB39E6AEF2AE9788EA300664B43B6DD16FE386588_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length2; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisLayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D_mB39E6AEF2AE9788EA300664B43B6DD16FE386588_RuntimeMethod_var))); } IL_0031: { LayoutMatcherU5BU5D_t13CB1C98374639A7AD18A5C020F2204BDDB5DCFF* L_6 = ___array0; NullCheck(L_6); int32_t L_7 = ___index1; int32_t L_8 = ___length2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) >= ((int32_t)L_8))) { goto IL_0044; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisLayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D_mB39E6AEF2AE9788EA300664B43B6DD16FE386588_RuntimeMethod_var))); } IL_0044: { int32_t L_10 = ___length2; if ((((int32_t)L_10) <= ((int32_t)1))) { goto IL_0051; } } { LayoutMatcherU5BU5D_t13CB1C98374639A7AD18A5C020F2204BDDB5DCFF* L_11 = ___array0; int32_t L_12 = ___index1; int32_t L_13 = ___length2; RuntimeObject* L_14 = ___comparer3; (( void (*) (LayoutMatcherU5BU5D_t13CB1C98374639A7AD18A5C020F2204BDDB5DCFF*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((LayoutMatcherU5BU5D_t13CB1C98374639A7AD18A5C020F2204BDDB5DCFF*)L_11, (int32_t)L_12, (int32_t)L_13, (RuntimeObject*)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0051: { return; } } // System.Void System.Array::Sort(TKey[],TValue[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisRuntimeObject_TisRuntimeObject_m6C8692B48E213BECAA74A90FA13A8CA599549590_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___keys0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___items1, int32_t ___index2, int32_t ___length3, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___keys0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___items1; int32_t L_2 = ___index2; int32_t L_3 = ___length3; (( void (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1, (int32_t)L_2, (int32_t)L_3, (RuntimeObject*)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void System.Array::Sort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisRuntimeObject_TisRuntimeObject_m26920E7B516099F8A47B664D10B6D1DA785757CF_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___keys0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___items1, int32_t ___index2, int32_t ___length3, RuntimeObject* ___comparer4, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___keys0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral738AE0A86F3C2783715FD77C8D9C55D1C19F9699)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisRuntimeObject_TisRuntimeObject_m26920E7B516099F8A47B664D10B6D1DA785757CF_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index2; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length3; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length3; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisRuntimeObject_TisRuntimeObject_m26920E7B516099F8A47B664D10B6D1DA785757CF_RuntimeMethod_var))); } IL_0031: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = ___keys0; NullCheck(L_6); int32_t L_7 = ___index2; int32_t L_8 = ___length3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) < ((int32_t)L_8))) { goto IL_0044; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = ___items1; if (!L_9) { goto IL_004f; } } { int32_t L_10 = ___index2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = ___items1; NullCheck(L_11); int32_t L_12 = ___length3; if ((((int32_t)L_10) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))), (int32_t)L_12))))) { goto IL_004f; } } IL_0044: { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisRuntimeObject_TisRuntimeObject_m26920E7B516099F8A47B664D10B6D1DA785757CF_RuntimeMethod_var))); } IL_004f: { int32_t L_14 = ___length3; if ((((int32_t)L_14) <= ((int32_t)1))) { goto IL_0071; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = ___items1; if (L_15) { goto IL_0061; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = ___keys0; int32_t L_17 = ___index2; int32_t L_18 = ___length3; RuntimeObject* L_19 = ___comparer4; (( void (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_16, (int32_t)L_17, (int32_t)L_18, (RuntimeObject*)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } IL_0061: { ArraySortHelper_2_tEFE2A82208F624A230AED04CB8F60F821A77F663 * L_20; L_20 = (( ArraySortHelper_2_tEFE2A82208F624A230AED04CB8F60F821A77F663 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = ___keys0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = ___items1; int32_t L_23 = ___index2; int32_t L_24 = ___length3; RuntimeObject* L_25 = ___comparer4; NullCheck((ArraySortHelper_2_tEFE2A82208F624A230AED04CB8F60F821A77F663 *)L_20); (( void (*) (ArraySortHelper_2_tEFE2A82208F624A230AED04CB8F60F821A77F663 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ArraySortHelper_2_tEFE2A82208F624A230AED04CB8F60F821A77F663 *)L_20, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_21, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_22, (int32_t)L_23, (int32_t)L_24, (RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_0071: { return; } } // System.Void System.Array::Sort(TKey[],TValue[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_TisRuntimeObject_mDB7CF7023CDEDBEB0E04C3EF45951DFF01B103BD_gshared (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___keys0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___items1, int32_t ___index2, int32_t ___length3, RuntimeObject* ___comparer4, const RuntimeMethod* method) { String_t* G_B7_0 = NULL; { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___keys0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral738AE0A86F3C2783715FD77C8D9C55D1C19F9699)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_TisRuntimeObject_mDB7CF7023CDEDBEB0E04C3EF45951DFF01B103BD_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___index2; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = ___length3; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } IL_0016: { int32_t L_4 = ___length3; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0021; } } { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)); goto IL_0026; } IL_0021: { G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)); } IL_0026: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, (String_t*)G_B7_0, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_TisRuntimeObject_mDB7CF7023CDEDBEB0E04C3EF45951DFF01B103BD_RuntimeMethod_var))); } IL_0031: { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = ___keys0; NullCheck(L_6); int32_t L_7 = ___index2; int32_t L_8 = ___length3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7))) < ((int32_t)L_8))) { goto IL_0044; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = ___items1; if (!L_9) { goto IL_004f; } } { int32_t L_10 = ___index2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = ___items1; NullCheck(L_11); int32_t L_12 = ___length3; if ((((int32_t)L_10) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))), (int32_t)L_12))))) { goto IL_004f; } } IL_0044: { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_Sort_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_TisRuntimeObject_mDB7CF7023CDEDBEB0E04C3EF45951DFF01B103BD_RuntimeMethod_var))); } IL_004f: { int32_t L_14 = ___length3; if ((((int32_t)L_14) <= ((int32_t)1))) { goto IL_0071; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = ___items1; if (L_15) { goto IL_0061; } } { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_16 = ___keys0; int32_t L_17 = ___index2; int32_t L_18 = ___length3; RuntimeObject* L_19 = ___comparer4; (( void (*) (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)L_16, (int32_t)L_17, (int32_t)L_18, (RuntimeObject*)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } IL_0061: { ArraySortHelper_2_tABECE6AFEB68CD8F23CEF0EAE12EB58140B3583C * L_20; L_20 = (( ArraySortHelper_2_tABECE6AFEB68CD8F23CEF0EAE12EB58140B3583C * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_21 = ___keys0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = ___items1; int32_t L_23 = ___index2; int32_t L_24 = ___length3; RuntimeObject* L_25 = ___comparer4; NullCheck((ArraySortHelper_2_tABECE6AFEB68CD8F23CEF0EAE12EB58140B3583C *)L_20); (( void (*) (ArraySortHelper_2_tABECE6AFEB68CD8F23CEF0EAE12EB58140B3583C *, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ArraySortHelper_2_tABECE6AFEB68CD8F23CEF0EAE12EB58140B3583C *)L_20, (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)L_21, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_22, (int32_t)L_23, (int32_t)L_24, (RuntimeObject*)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); } IL_0071: { return; } } // System.Boolean System.Array::TrueForAll(T[],System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_TrueForAll_TisRuntimeObject_m993E44FC722609D182F5DFBECEC57D0979A7B209_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___match1, const RuntimeMethod* method) { int32_t V_0 = 0; { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_TrueForAll_TisRuntimeObject_m993E44FC722609D182F5DFBECEC57D0979A7B209_RuntimeMethod_var))); } IL_000e: { Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_2 = ___match1; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE2EEFB4BE0C9F57BA62E733F26387F8BA68AF67C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Array_TrueForAll_TisRuntimeObject_m993E44FC722609D182F5DFBECEC57D0979A7B209_RuntimeMethod_var))); } IL_001c: { V_0 = (int32_t)0; goto IL_0035; } IL_0020: { Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_4 = ___match1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = ___array0; int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; RuntimeObject * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck((Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)L_4); bool L_9; L_9 = (( bool (*) (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)L_4, (RuntimeObject *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_9) { goto IL_0031; } } { return (bool)0; } IL_0031: { int32_t L_10 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0035: { int32_t L_11 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = ___array0; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_0020; } } { return (bool)1; } } // T System.Array::UnsafeLoad>(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46 Array_UnsafeLoad_TisEntry_t7354459F6787FFC973F7672A4A98A04A07EC9C46_m0F82F73146BA18658DAD1F8B4BDC19106B985CA3_gshared (EntryU5BU5D_tCA19DBDB7AC2B3545E58EA8A9DEB906D76ED7B22* ___array0, int32_t ___index1, const RuntimeMethod* method) { { EntryU5BU5D_tCA19DBDB7AC2B3545E58EA8A9DEB906D76ED7B22* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46 L_3 = (Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46 )(L_0)->GetAt(static_cast(L_2)); return (Entry_t7354459F6787FFC973F7672A4A98A04A07EC9C46 )L_3; } } // T System.Array::UnsafeLoad>(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 Array_UnsafeLoad_TisKeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57_m0A962CBC399AF3056F2E82635CA72D34C7BE6C61_gshared (KeyValuePair_2U5BU5D_t7A55D2FEB3F9BBFE7CC9322E7E8F00A4D1C77D4D* ___array0, int32_t ___index1, const RuntimeMethod* method) { { KeyValuePair_2U5BU5D_t7A55D2FEB3F9BBFE7CC9322E7E8F00A4D1C77D4D* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 L_3 = (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 )(L_0)->GetAt(static_cast(L_2)); return (KeyValuePair_2_tB6ECB423D6D4B3D2F916E061DDF9A7C3F0958D57 )L_3; } } // T System.Array::UnsafeLoad>(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Array_UnsafeLoad_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_mA71F56F360FCC7ADE6FEDE3C7F9E3C32178ADA79_gshared (KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* ___array0, int32_t ___index1, const RuntimeMethod* method) { { KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_3 = (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )(L_0)->GetAt(static_cast(L_2)); return (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_3; } } // T System.Array::UnsafeLoad>(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 Array_UnsafeLoad_TisKeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184_m3E53E5F1ACFDD3F92C8C249F45404A73CC26C71E_gshared (KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630* ___array0, int32_t ___index1, const RuntimeMethod* method) { { KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 L_3 = (KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 )(L_0)->GetAt(static_cast(L_2)); return (KeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184 )L_3; } } // T System.Array::UnsafeLoad>(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63 Array_UnsafeLoad_TisResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63_m4C87EAD5FBAB32728E624821859A897E184C478E_gshared (ResourceLogInfoU5BU5D_t851B79252CAA2CCB49511AC92B4238FAE8ED4514* ___array0, int32_t ___index1, const RuntimeMethod* method) { { ResourceLogInfoU5BU5D_t851B79252CAA2CCB49511AC92B4238FAE8ED4514* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63 L_3 = (ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63 )(L_0)->GetAt(static_cast(L_2)); return (ResourceLogInfo_t313421642EB49F359C7638B1E201D81C1EEA2D63 )L_3; } } // T System.Array::UnsafeLoad>(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173 Array_UnsafeLoad_TisValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173_m8A016BE14D107CE018737C80B6A4DD00462C4FF2_gshared (ValueTuple_2U5BU5D_t1D38A107A09A2A9974BD8DFCBAC54319EA0AA755* ___array0, int32_t ___index1, const RuntimeMethod* method) { { ValueTuple_2U5BU5D_t1D38A107A09A2A9974BD8DFCBAC54319EA0AA755* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173 L_3 = (ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173 )(L_0)->GetAt(static_cast(L_2)); return (ValueTuple_2_tA26D3A4C20B6E6F61C01B309B632FC717E2B9173 )L_3; } } // T System.Array::UnsafeLoad>>(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793 Array_UnsafeLoad_TisValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793_mE20E7AC449F62A29A2E7D6F08FE587D1A96D28B8_gshared (ValueTuple_2U5BU5D_t12F79288D607EFFE35AF4C6E5C3452D3A92CBE4C* ___array0, int32_t ___index1, const RuntimeMethod* method) { { ValueTuple_2U5BU5D_t12F79288D607EFFE35AF4C6E5C3452D3A92CBE4C* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793 L_3 = (ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793 )(L_0)->GetAt(static_cast(L_2)); return (ValueTuple_2_t39C25CAE4F6CA469E896F7BC1066EE78949FD793 )L_3; } } // T System.Array::UnsafeLoad>(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 Array_UnsafeLoad_TisValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00_m010106463A02ED67988D2090E3FEBE28B8709006_gshared (ValueTuple_2U5BU5D_tB92D5D737256E32B1DE203B453C1315FC73D715D* ___array0, int32_t ___index1, const RuntimeMethod* method) { { ValueTuple_2U5BU5D_tB92D5D737256E32B1DE203B453C1315FC73D715D* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 L_3 = (ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 )(L_0)->GetAt(static_cast(L_2)); return (ValueTuple_2_tA372AD60186562EAB001D5060A8DA062D95A5A00 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Array_UnsafeLoad_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mB571E3B2D3D7E9723DAD4340A2EC779E3001BFAC_gshared (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___array0, int32_t ___index1, const RuntimeMethod* method) { { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; bool L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Array_UnsafeLoad_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m26DBFA0CFC939D4322EEE6F97E60A8FDC97835D5_gshared (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___index1, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (uint8_t)L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Array_UnsafeLoad_TisColor_tF40DAF76C04FFECF3FE6024F85A294741C9CC659_m915C42AB9045718C93CC5C76167903E462B3909A_gshared (ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* ___array0, int32_t ___index1, const RuntimeMethod* method) { { ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_3 = (L_0)->GetAt(static_cast(L_2)); return (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D Array_UnsafeLoad_TisColor32_tDB54A78627878A7D2DE42BB028D64306A18E858D_m51E69DB9A56B6466DAA154134BBF23D9167C886D_gshared (Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* ___array0, int32_t ___index1, const RuntimeMethod* method) { { Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3 = (L_0)->GetAt(static_cast(L_2)); return (Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 Array_UnsafeLoad_TisContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536_mCF830779B3ED3E207E781C8777CAC48EBE1CB26B_gshared (ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36* ___array0, int32_t ___index1, const RuntimeMethod* method) { { ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 L_3 = (L_0)->GetAt(static_cast(L_2)); return (ContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Array_UnsafeLoad_TisDateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_m62698DE664CEFBFEFAC337722052479C342A04D8_gshared (DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1* ___array0, int32_t ___index1, const RuntimeMethod* method) { { DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3 = (L_0)->GetAt(static_cast(L_2)); return (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 Array_UnsafeLoad_TisDateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_m43762ECE5722E311604DF20E543E6C3462468125_gshared (DateTimeOffsetU5BU5D_t81746224316E5FC7189685EFB35488C8CED41826* ___array0, int32_t ___index1, const RuntimeMethod* method) { { DateTimeOffsetU5BU5D_t81746224316E5FC7189685EFB35488C8CED41826* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_3 = (L_0)->GetAt(static_cast(L_2)); return (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Array_UnsafeLoad_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m9D9C4B6881B86F3CB28D98C302628FE480128E1F_gshared (DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* ___array0, int32_t ___index1, const RuntimeMethod* method) { { DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3 = (L_0)->GetAt(static_cast(L_2)); return (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Array_UnsafeLoad_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mCFA3B002807FCBD28C7F85110E129F699BCC1B8E_gshared (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* ___array0, int32_t ___index1, const RuntimeMethod* method) { { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; double L_3 = (L_0)->GetAt(static_cast(L_2)); return (double)L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB Array_UnsafeLoad_TisInputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_m97091362FB4742A6EFDFB3690D1E51A72E9BD291_gshared (InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* ___array0, int32_t ___index1, const RuntimeMethod* method) { { InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_3 = (L_0)->GetAt(static_cast(L_2)); return (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 Array_UnsafeLoad_TisInputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_m296F8E1FB3CDB780F3E0B2A9A80E2BC89ED165B8_gshared (InputDeviceDescriptionU5BU5D_t42F2D0E6A909DFD21287F5A79032AB64986F8BF0* ___array0, int32_t ___index1, const RuntimeMethod* method) { { InputDeviceDescriptionU5BU5D_t42F2D0E6A909DFD21287F5A79032AB64986F8BF0* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 L_3 = (L_0)->GetAt(static_cast(L_2)); return (InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 Array_UnsafeLoad_TisInputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1_mF053DEF73DAD6C61F0EDFB179F1D332EFC58020E_gshared (InputEventPtrU5BU5D_tFC18CDA27F6440A3DCB66BC9EDACB19F651D90A7* ___array0, int32_t ___index1, const RuntimeMethod* method) { { InputEventPtrU5BU5D_tFC18CDA27F6440A3DCB66BC9EDACB19F651D90A7* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_3 = (L_0)->GetAt(static_cast(L_2)); return (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Array_UnsafeLoad_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m76EA0C6D777F00161CE745FD444C0AB0B7C95FDB_gshared (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* ___array0, int32_t ___index1, const RuntimeMethod* method) { { Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; int16_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (int16_t)L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_UnsafeLoad_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m7814FE96F0EC043C1B15D7945B1C57EB84C49AE1_gshared (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___array0, int32_t ___index1, const RuntimeMethod* method) { { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (int32_t)L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_UnsafeLoad_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m438C268D62F094B7797B26B90FD2928EA309E750_gshared (Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD* ___array0, int32_t ___index1, const RuntimeMethod* method) { { Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (int32_t)L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Array_UnsafeLoad_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m077949C1516C115BF68A16E908D8FDF042262639_gshared (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ___array0, int32_t ___index1, const RuntimeMethod* method) { { Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; int64_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (int64_t)L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED Array_UnsafeLoad_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mF66779649516F97BB0324DADB27B7A36E561F080_gshared (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___array0, int32_t ___index1, const RuntimeMethod* method) { { InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_3 = (L_0)->GetAt(static_cast(L_2)); return (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D Array_UnsafeLoad_TisIntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D_m25B1CC20F38D89E0EC285D9A34557827A0ECEB2B_gshared (IntervalTreeNodeU5BU5D_tE6D2C5822CF028FBC06899DAFCB9124B94AC296A* ___array0, int32_t ___index1, const RuntimeMethod* method) { { IntervalTreeNodeU5BU5D_tE6D2C5822CF028FBC06899DAFCB9124B94AC296A* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D L_3 = (L_0)->GetAt(static_cast(L_2)); return (IntervalTreeNode_t14723E53C7F0CB94A5F64C64519323DD44AAB85D )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA Array_UnsafeLoad_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_m01325439F93ABFF2FCE44CEACA49A846FA083112_gshared (NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* ___array0, int32_t ___index1, const RuntimeMethod* method) { { NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA L_3 = (L_0)->GetAt(static_cast(L_2)); return (NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 Array_UnsafeLoad_TisNamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_mFB098E510AAF04EC94615440B0817F9FCBD62A8B_gshared (NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* ___array0, int32_t ___index1, const RuntimeMethod* method) { { NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 L_3 = (L_0)->GetAt(static_cast(L_2)); return (NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_UnsafeLoad_TisRuntimeObject_mF7C954834937C92C5BEA5621002DB94C62D0334D_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___index1, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; RuntimeObject * L_3 = (L_0)->GetAt(static_cast(L_2)); return (RuntimeObject *)L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD Array_UnsafeLoad_TisParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD_mF520A18785EA0B09E3288FD06DD73B186409FF1E_gshared (ParticleCollisionEventU5BU5D_t62880785FE50C001432E57E6D83BF3BD7BD3183A* ___array0, int32_t ___index1, const RuntimeMethod* method) { { ParticleCollisionEventU5BU5D_t62880785FE50C001432E57E6D83BF3BD7BD3183A* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD L_3 = (L_0)->GetAt(static_cast(L_2)); return (ParticleCollisionEvent_t363B261289BF8C08D435B93F8DC4F5EB45AE26DD )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2 Array_UnsafeLoad_TisPlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2_mF5B6A990093CB48662EEA2ACD5D88B3F6102407B_gshared (PlayableBindingU5BU5D_t4FD470872BB5C6A1794C9CB06830B557CA874CB3* ___array0, int32_t ___index1, const RuntimeMethod* method) { { PlayableBindingU5BU5D_t4FD470872BB5C6A1794C9CB06830B557CA874CB3* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2 L_3 = (L_0)->GetAt(static_cast(L_2)); return (PlayableBinding_t265202500C703254AD9777368C05D1986C8AC7A2 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Array_UnsafeLoad_TisQuaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_m1458A6281AFC09BC19DE649E6A5CD99CDCD57A80_gshared (QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* ___array0, int32_t ___index1, const RuntimeMethod* method) { { QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_3 = (L_0)->GetAt(static_cast(L_2)); return (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08 Array_UnsafeLoad_TisQueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08_m84F0E8A3AA2F0ACAB1757EFE91C3BD955812373D_gshared (QueueDataU5BU5D_tE903EC1013EA7AA10DD2DB553F72911BAF55C860* ___array0, int32_t ___index1, const RuntimeMethod* method) { { QueueDataU5BU5D_tE903EC1013EA7AA10DD2DB553F72911BAF55C860* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08 L_3 = (L_0)->GetAt(static_cast(L_2)); return (QueueData_t763FF68F31C75CE4AED3076335CBB8255CE00B08 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 Array_UnsafeLoad_TisRaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4_mA69F612D6F6FA0C09DC4F73160793DAFC2ED7D2A_gshared (RaycastHit2DU5BU5D_tDEABD9FBBA32C695C932A32A1B8FB9C06A496F09* ___array0, int32_t ___index1, const RuntimeMethod* method) { { RaycastHit2DU5BU5D_tDEABD9FBBA32C695C932A32A1B8FB9C06A496F09* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 L_3 = (L_0)->GetAt(static_cast(L_2)); return (RaycastHit2D_t210878DAEBC96C1F69DF9883C454758724A106A4 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE Array_UnsafeLoad_TisRaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_m7E0FBD217018005EA141772CB63E3747267B32E7_gshared (RaycastResultU5BU5D_t55B9DF597EFA3BE063604C0950E370D850283B9D* ___array0, int32_t ___index1, const RuntimeMethod* method) { { RaycastResultU5BU5D_t55B9DF597EFA3BE063604C0950E370D850283B9D* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE L_3 = (L_0)->GetAt(static_cast(L_2)); return (RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 Array_UnsafeLoad_TisRenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13_m2631E19B28BB795F19C27F9D5157D7CDCD901DA3_gshared (RenderTargetIdentifierU5BU5D_tBA2016AC6826F6ADBDB1A83D237BD6B08D857C17* ___array0, int32_t ___index1, const RuntimeMethod* method) { { RenderTargetIdentifierU5BU5D_tBA2016AC6826F6ADBDB1A83D237BD6B08D857C17* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 L_3 = (L_0)->GetAt(static_cast(L_2)); return (RenderTargetIdentifier_t70F41F3016FFCC4AAF4D7C57F280818114534C13 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F Array_UnsafeLoad_TisRendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F_mD9DD5B4A6CA96700415BCED753DFCF5E83AECF9D_gshared (RendererListHandleU5BU5D_t8B5A3D78D35F1AC115176D083D0531B5F08FB6D7* ___array0, int32_t ___index1, const RuntimeMethod* method) { { RendererListHandleU5BU5D_t8B5A3D78D35F1AC115176D083D0531B5F08FB6D7* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F L_3 = (L_0)->GetAt(static_cast(L_2)); return (RendererListHandle_tE01EAF5A0A5029E4F66F3500446764B8D7D3224F )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 Array_UnsafeLoad_TisResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948_mE27A14C8413508E5C6C9B86635BE36C566A383D0_gshared (ResourceHandleU5BU5D_t0EB2B372D18CD282015DD192E9306DDA18B1D547* ___array0, int32_t ___index1, const RuntimeMethod* method) { { ResourceHandleU5BU5D_t0EB2B372D18CD282015DD192E9306DDA18B1D547* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 L_3 = (L_0)->GetAt(static_cast(L_2)); return (ResourceHandle_t671576C75E4BF9E42997795BD60D96FCA88AB948 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Array_UnsafeLoad_TisSByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_mBAA171623D164E69F310AE4F33601BE35888421F_gshared (SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* ___array0, int32_t ___index1, const RuntimeMethod* method) { { SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; int8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (int8_t)L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 Array_UnsafeLoad_TisShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795_mC7F292BC8B0383BC99A94E92AA1817179256C4C9_gshared (ShaderTagIdU5BU5D_t686E07D907EFB64EA7EDB605791DF44DE6CAD823* ___array0, int32_t ___index1, const RuntimeMethod* method) { { ShaderTagIdU5BU5D_t686E07D907EFB64EA7EDB605791DF44DE6CAD823* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 L_3 = (L_0)->GetAt(static_cast(L_2)); return (ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Array_UnsafeLoad_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE3489D5CA84778BAE18C2805B49608FE7B2919FE_gshared (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___array0, int32_t ___index1, const RuntimeMethod* method) { { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; float L_3 = (L_0)->GetAt(static_cast(L_2)); return (float)L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F Array_UnsafeLoad_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_m2339ED2853DF224E91023B27753E99535C41EEC5_gshared (SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* ___array0, int32_t ___index1, const RuntimeMethod* method) { { SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F L_3 = (L_0)->GetAt(static_cast(L_2)); return (Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 Array_UnsafeLoad_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_m63E5DFB5291D2B312FDD97947FA6DDB373031DAC_gshared (TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545* ___array0, int32_t ___index1, const RuntimeMethod* method) { { TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3 = (L_0)->GetAt(static_cast(L_2)); return (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A Array_UnsafeLoad_TisUICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A_m6099CC4D87D68C7D405924EBE31A284427581AD7_gshared (UICharInfoU5BU5D_t5B6AEA3245EC021FAA20582D295434FF61FBF1F0* ___array0, int32_t ___index1, const RuntimeMethod* method) { { UICharInfoU5BU5D_t5B6AEA3245EC021FAA20582D295434FF61FBF1F0* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A L_3 = (L_0)->GetAt(static_cast(L_2)); return (UICharInfo_tDEA65B831FAD06D1E9B10A6088E05C6D615B089A )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C Array_UnsafeLoad_TisUILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C_mA669B30B2E5A3CE6BF9DFA5E9B1C7A91CAEA385C_gshared (UILineInfoU5BU5D_tBE1D9E4EC8C7A5A1F98B7CCF93D8A8A2FF9B2F69* ___array0, int32_t ___index1, const RuntimeMethod* method) { { UILineInfoU5BU5D_tBE1D9E4EC8C7A5A1F98B7CCF93D8A8A2FF9B2F69* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C L_3 = (L_0)->GetAt(static_cast(L_2)); return (UILineInfo_tD082FF4894030AD4EBF57ACF6A997135E4B8B67C )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A Array_UnsafeLoad_TisUIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A_m477A5BB3CFE6885E3F7966D140953268376C0C46_gshared (UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* ___array0, int32_t ___index1, const RuntimeMethod* method) { { UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A L_3 = (L_0)->GetAt(static_cast(L_2)); return (UIVertex_tD94AAC5F0B42DBC441AAA8ADBFCFF9E5C320C03A )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Array_UnsafeLoad_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m9CAF084D1F522152174C5BEA886FF3A576615064_gshared (UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___array0, int32_t ___index1, const RuntimeMethod* method) { { UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (uint16_t)L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Array_UnsafeLoad_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mAC143E1BBD56E3E87E53EF5D343AF02E1976F7FC_gshared (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___array0, int32_t ___index1, const RuntimeMethod* method) { { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; uint32_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (uint32_t)L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Array_UnsafeLoad_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m6637A3CADDC289FE6C63970359B375698ECA98B2_gshared (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___array0, int32_t ___index1, const RuntimeMethod* method) { { UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; uint64_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (uint64_t)L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE Array_UnsafeLoad_TisUsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE_m092B37B08EB5527FC5C9431E88B82AE2B7560A0D_gshared (UsageHintU5BU5D_t3F89ABD0103A5D5BBA43D01A5B1C63A4F6C61FD4* ___array0, int32_t ___index1, const RuntimeMethod* method) { { UsageHintU5BU5D_t3F89ABD0103A5D5BBA43D01A5B1C63A4F6C61FD4* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE L_3 = (L_0)->GetAt(static_cast(L_2)); return (UsageHint_t805FD503109F70ACEFDAA6DDB7B693DFB97120CE )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Array_UnsafeLoad_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m7427B46D5DF06F1CBF199303F149698A0B43D47C_gshared (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___array0, int32_t ___index1, const RuntimeMethod* method) { { Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3 = (L_0)->GetAt(static_cast(L_2)); return (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Array_UnsafeLoad_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m49841C2CE6BE9C2BCEBF6A36AF0CB52EF570CB5B_gshared (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___array0, int32_t ___index1, const RuntimeMethod* method) { { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = (L_0)->GetAt(static_cast(L_2)); return (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Array_UnsafeLoad_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_m94A40D98F33B61652B5B22A28EAB762A96A27189_gshared (Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* ___array0, int32_t ___index1, const RuntimeMethod* method) { { Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_3 = (L_0)->GetAt(static_cast(L_2)); return (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB Array_UnsafeLoad_TisX509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB_m07B581756965640466167A69E36502FE0188CCDE_gshared (X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* ___array0, int32_t ___index1, const RuntimeMethod* method) { { X509ChainStatusU5BU5D_tC7AEAC6CC48DDA97176E20CE3EE221F28485666F* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB L_3 = (L_0)->GetAt(static_cast(L_2)); return (X509ChainStatus_tB6C3677955C287CF97042F208630AA0F5ABF77FB )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E Array_UnsafeLoad_TisXRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E_m7E09E0C454BCEE8330273000944280ACE30C4E29_gshared (XRFeatureDescriptorU5BU5D_t02A44E5AD45238DC362F388DD6DE302D1321D791* ___array0, int32_t ___index1, const RuntimeMethod* method) { { XRFeatureDescriptorU5BU5D_t02A44E5AD45238DC362F388DD6DE302D1321D791* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E L_3 = (L_0)->GetAt(static_cast(L_2)); return (XRFeatureDescriptor_t5B3BBC971E81372C9B95CFD31D79CA3F0E8DF42E )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33 Array_UnsafeLoad_TisXRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33_m183205A7AA73A5A5E41063B9062B6630428C3749_gshared (XRNodeStateU5BU5D_t6769DE0817BC77C129F02AE6C53CF9DCF954CCF5* ___array0, int32_t ___index1, const RuntimeMethod* method) { { XRNodeStateU5BU5D_t6769DE0817BC77C129F02AE6C53CF9DCF954CCF5* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33 L_3 = (L_0)->GetAt(static_cast(L_2)); return (XRNodeState_t6DC58D0C1BF2C4323D16B3905FDBEE7C03E27D33 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRView_tE7BCF62BA1242C287E38539553B57AE70B687027 Array_UnsafeLoad_TisXRView_tE7BCF62BA1242C287E38539553B57AE70B687027_m0372D4E31D0B04993975D57310A198B2B9020463_gshared (XRViewU5BU5D_tA7794DBCCFAC538844E0D7C6A17EB1EC0DB7C5AD* ___array0, int32_t ___index1, const RuntimeMethod* method) { { XRViewU5BU5D_tA7794DBCCFAC538844E0D7C6A17EB1EC0DB7C5AD* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; XRView_tE7BCF62BA1242C287E38539553B57AE70B687027 L_3 = (L_0)->GetAt(static_cast(L_2)); return (XRView_tE7BCF62BA1242C287E38539553B57AE70B687027 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA Array_UnsafeLoad_TisWeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA_m48CDF871C796AC37209B6B79BD83078F0AA733F2_gshared (WeightInfoU5BU5D_t492B24E63F911BFB5E0CE6068D1F10AACF6BDAB5* ___array0, int32_t ___index1, const RuntimeMethod* method) { { WeightInfoU5BU5D_t492B24E63F911BFB5E0CE6068D1F10AACF6BDAB5* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA L_3 = (L_0)->GetAt(static_cast(L_2)); return (WeightInfo_t251340617EC51F7E375DDE27FD235DBB045434AA )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 Array_UnsafeLoad_TisOrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2_m7A41076DBA838ACE644EE074D2CB2B92283E6589_gshared (OrderBlockU5BU5D_tA6CA8293A67A97712BD2A0D7ABBA77E770053817* ___array0, int32_t ___index1, const RuntimeMethod* method) { { OrderBlockU5BU5D_tA6CA8293A67A97712BD2A0D7ABBA77E770053817* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 L_3 = (L_0)->GetAt(static_cast(L_2)); return (OrderBlock_t0B106828F588BC2F0B9895425E6FD39EDA45C1E2 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 Array_UnsafeLoad_TisRenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94_m23F106A1146199140A6743FC7C71AA7C2B3E12B1_gshared (RenderRequestU5BU5D_t2D09D44B1472DED405E7676210574FBDE93EF664* ___array0, int32_t ___index1, const RuntimeMethod* method) { { RenderRequestU5BU5D_t2D09D44B1472DED405E7676210574FBDE93EF664* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 L_3 = (L_0)->GetAt(static_cast(L_2)); return (RenderRequest_t7DEDFA6AAA1C8D381280183054C328F26BBCCE94 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7 Array_UnsafeLoad_TisSessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7_m1456CBFC284E2282A6B5B28F91DD487C1F70F0D0_gshared (SessionInfoU5BU5D_t42BA9C3B2898F9EDC1FF64FF2B6D4C6F8FC4F179* ___array0, int32_t ___index1, const RuntimeMethod* method) { { SessionInfoU5BU5D_t42BA9C3B2898F9EDC1FF64FF2B6D4C6F8FC4F179* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7 L_3 = (L_0)->GetAt(static_cast(L_2)); return (SessionInfo_t693487E54200EFD8E3528A4947ECBF85A0DABCE7 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 Array_UnsafeLoad_TisHIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6_m0F82670BD44BCAC5704398D982493FEF69140F86_gshared (HIDCollectionDescriptorU5BU5D_t44A200739AD0674BB83F5B53B9DFC08C129D347B* ___array0, int32_t ___index1, const RuntimeMethod* method) { { HIDCollectionDescriptorU5BU5D_t44A200739AD0674BB83F5B53B9DFC08C129D347B* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 L_3 = (L_0)->GetAt(static_cast(L_2)); return (HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427 Array_UnsafeLoad_TisHIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427_m3441CE1CFB06961A7FB76A95787681104A4A4961_gshared (HIDElementDescriptorU5BU5D_tDAC44C8A84F113B231C75F7BB7F584501B01D8F8* ___array0, int32_t ___index1, const RuntimeMethod* method) { { HIDElementDescriptorU5BU5D_tDAC44C8A84F113B231C75F7BB7F584501B01D8F8* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427 L_3 = (L_0)->GetAt(static_cast(L_2)); return (HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59 Array_UnsafeLoad_TisHIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59_m00FFC1F96C28C4CF37C7F2E05A7F56867AABDA4A_gshared (HIDReportDataU5BU5D_t0E1A335FA31D95766AADF5826B7B1D53CEF9DB1C* ___array0, int32_t ___index1, const RuntimeMethod* method) { { HIDReportDataU5BU5D_t0E1A335FA31D95766AADF5826B7B1D53CEF9DB1C* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59 L_3 = (L_0)->GetAt(static_cast(L_2)); return (HIDReportData_tF41A69FD7D6BB249F5E780B6A3A784B0024FAC59 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7 Array_UnsafeLoad_TisBindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7_m2C9BBFF5B8CBA078356D4B0250AF247F898C70DD_gshared (BindingOverrideJsonU5BU5D_t579CF9B9456C565546432D8930E8C59A814540E4* ___array0, int32_t ___index1, const RuntimeMethod* method) { { BindingOverrideJsonU5BU5D_t579CF9B9456C565546432D8930E8C59A814540E4* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7 L_3 = (L_0)->GetAt(static_cast(L_2)); return (BindingOverrideJson_tE51E2D03B0CD84E68FF72DF2907FA2BC7387D9D7 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 Array_UnsafeLoad_TisControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_mE5533BA51D9E8EBB287E1D68C617EEFA315534CA_gshared (ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* ___array0, int32_t ___index1, const RuntimeMethod* method) { { ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_3 = (L_0)->GetAt(static_cast(L_2)); return (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB Array_UnsafeLoad_TisJsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB_m33F7D0BD6C266E5287A9C1CBFFFFEA75D3176E3F_gshared (JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098* ___array0, int32_t ___index1, const RuntimeMethod* method) { { JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB L_3 = (L_0)->GetAt(static_cast(L_2)); return (JsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29 Array_UnsafeLoad_TisMeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29_m4FAA0B8FC4EF8142FBB9919DF11F77F9532C9F28_gshared (MeshMaterialU5BU5D_t9045FDBAA2E0DB2E3109B9F1BE424DDDB07BE3BF* ___array0, int32_t ___index1, const RuntimeMethod* method) { { MeshMaterialU5BU5D_t9045FDBAA2E0DB2E3109B9F1BE424DDDB07BE3BF* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29 L_3 = (L_0)->GetAt(static_cast(L_2)); return (MeshMaterial_tE5F39C9E8D1160D3FDE1ABFE9AFDD89E30194C29 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC Array_UnsafeLoad_TisTerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC_m4E8BAE9F538B5C70C2BD58D942286155A8B3705A_gshared (TerrainMaterialU5BU5D_t940C17A0B1F6A66CA492AD2587A7C565C51046DC* ___array0, int32_t ___index1, const RuntimeMethod* method) { { TerrainMaterialU5BU5D_t940C17A0B1F6A66CA492AD2587A7C565C51046DC* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC L_3 = (L_0)->GetAt(static_cast(L_2)); return (TerrainMaterial_t0602DCD2D1679FB49F0F5932C92DABC515E488BC )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873 Array_UnsafeLoad_TisDeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873_m50140357C9C957DB8EFEB566BA005DB91C11DE51_gshared (DeferredPassthroughMeshAdditionU5BU5D_tA4978B4560F487140FFFE3C9AEE3EDEE6A7676D4* ___array0, int32_t ___index1, const RuntimeMethod* method) { { DeferredPassthroughMeshAdditionU5BU5D_tA4978B4560F487140FFFE3C9AEE3EDEE6A7676D4* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873 L_3 = (L_0)->GetAt(static_cast(L_2)); return (DeferredPassthroughMeshAddition_t45C528D4E05C488B1777B4CAE8A36B7BC23FE873 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB Array_UnsafeLoad_TisRaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB_mDEB2C17D279480A6739AE185D14A82875B9965CF_gshared (RaycastHitU5BU5D_t9B88E8B1B47A781EF9F2FB2152486B225C2B34C2* ___array0, int32_t ___index1, const RuntimeMethod* method) { { RaycastHitU5BU5D_t9B88E8B1B47A781EF9F2FB2152486B225C2B34C2* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB L_3 = (L_0)->GetAt(static_cast(L_2)); return (RaycastHit_tAE07AFB2EA5EDC4D687ECF28D7CE7F38B3953CCB )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F Array_UnsafeLoad_TisSerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F_m7DFFC9646E45C282C4A266D2ED5A748F7D4C8795_gshared (SerializedBindingU5BU5D_tBCC0A59EBA74FEC684909085EFB526BD00116E5D* ___array0, int32_t ___index1, const RuntimeMethod* method) { { SerializedBindingU5BU5D_tBCC0A59EBA74FEC684909085EFB526BD00116E5D* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F L_3 = (L_0)->GetAt(static_cast(L_2)); return (SerializedBinding_t6754BE38A661BCD50AD1D3C4AA045AEFA692784F )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C Array_UnsafeLoad_TisPassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C_mAE0A3EC7EE5E403EB4772A8AE751BD48A1DD3BB3_gshared (PassDebugDataU5BU5D_t939F63843A1011FC990FCA59719CD59D224D9ADA* ___array0, int32_t ___index1, const RuntimeMethod* method) { { PassDebugDataU5BU5D_t939F63843A1011FC990FCA59719CD59D224D9ADA* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C L_3 = (L_0)->GetAt(static_cast(L_2)); return (PassDebugData_tC12278805134DC7DE74B6B94B45CAFC38B45A11C )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F Array_UnsafeLoad_TisResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F_mE941AC5ED5C78F7FD52E942D183FB2DD7EC289BD_gshared (ResourceDebugDataU5BU5D_tE1E923B7EAAFC034B9C99BF83EF0AE7827C18528* ___array0, int32_t ___index1, const RuntimeMethod* method) { { ResourceDebugDataU5BU5D_tE1E923B7EAAFC034B9C99BF83EF0AE7827C18528* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F L_3 = (L_0)->GetAt(static_cast(L_2)); return (ResourceDebugData_t4C1DEFEADE2FEC9CD7CCB9C177ADD26F3D14DA0F )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED Array_UnsafeLoad_TisPlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED_m231A895BFADBA1D0D5B0DB6CF9ED2E7DF17BBF9B_gshared (PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359* ___array0, int32_t ___index1, const RuntimeMethod* method) { { PlatformTemplateU5BU5D_tDEE8F534202D550BBB058C8038C9BA3B8480A359* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED L_3 = (L_0)->GetAt(static_cast(L_2)); return (PlatformTemplate_t915029C76629EF71EE33DA24FF80AC465B2067ED )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Edge_tC11235216D5E71087549B2CB09A27043F02FB278 Array_UnsafeLoad_TisEdge_tC11235216D5E71087549B2CB09A27043F02FB278_m8E4DE050896EC5B24BE65E2EEB73BBD0F654A196_gshared (EdgeU5BU5D_t5C61D8F639EA5489731E0154AC9B4BC2640F1A98* ___array0, int32_t ___index1, const RuntimeMethod* method) { { EdgeU5BU5D_t5C61D8F639EA5489731E0154AC9B4BC2640F1A98* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; Edge_tC11235216D5E71087549B2CB09A27043F02FB278 L_3 = (L_0)->GetAt(static_cast(L_2)); return (Edge_tC11235216D5E71087549B2CB09A27043F02FB278 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50 Array_UnsafeLoad_TisNotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50_mBF80815B4ED50A40440307A58E8909C99DA9C03E_gshared (NotificationEntryU5BU5D_t09774245BA02F3982CECCBB4CB7E3DAC2CA8B345* ___array0, int32_t ___index1, const RuntimeMethod* method) { { NotificationEntryU5BU5D_t09774245BA02F3982CECCBB4CB7E3DAC2CA8B345* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50 L_3 = (L_0)->GetAt(static_cast(L_2)); return (NotificationEntry_t930D625A1786911197A96C03960EA8D90628FC50 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA Array_UnsafeLoad_TisRaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA_m1D138486A60680161B535DA0F387D89296081919_gshared (RaycastHitDataU5BU5D_t033262DE9844ADC20AD72E640E9F79390FC86C08* ___array0, int32_t ___index1, const RuntimeMethod* method) { { RaycastHitDataU5BU5D_t033262DE9844ADC20AD72E640E9F79390FC86C08* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA L_3 = (L_0)->GetAt(static_cast(L_2)); return (RaycastHitData_tA6B9C1711B91FB5A665DBF6E5DF7947CF30DB1BA )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 Array_UnsafeLoad_TisWorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393_m3145561370032541C06EBB64FE9902FFAA1A95DF_gshared (WorkRequestU5BU5D_tFD014E941739D5AFA0353EDFE7D9CD61E8A43A3F* ___array0, int32_t ___index1, const RuntimeMethod* method) { { WorkRequestU5BU5D_tFD014E941739D5AFA0353EDFE7D9CD61E8A43A3F* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 L_3 = (L_0)->GetAt(static_cast(L_2)); return (WorkRequest_tA19FD4D1269D8EE2EA886AAF036C4F7F09154393 )L_3; } } // T System.Array::UnsafeLoad(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D Array_UnsafeLoad_TisLayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D_m705B751E33B1F093A4646D06043AF87842B108F9_gshared (LayoutMatcherU5BU5D_t13CB1C98374639A7AD18A5C020F2204BDDB5DCFF* ___array0, int32_t ___index1, const RuntimeMethod* method) { { LayoutMatcherU5BU5D_t13CB1C98374639A7AD18A5C020F2204BDDB5DCFF* L_0 = ___array0; int32_t L_1 = ___index1; NullCheck(L_0); int32_t L_2 = L_1; LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D L_3 = (L_0)->GetAt(static_cast(L_2)); return (LayoutMatcher_tBA5A244DAB9F3FAA7CF8F8FEA3994EE80A03244D )L_3; } } // R System.Array::UnsafeMov(S) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_UnsafeMov_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m7C929AA6D38E334C5CCEDDCFFE68F8F1B8BFF74C_gshared (int32_t ___instance0, const RuntimeMethod* method) { return static_cast(___instance0);; } // R System.Array::UnsafeMov(S) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_UnsafeMov_TisRuntimeObject_TisRuntimeObject_mDF2F97197F88466CB51BF51FB8147ADE363FA57E_gshared (RuntimeObject * ___instance0, const RuntimeMethod* method) { return static_cast(___instance0);; } // R System.Array::UnsafeMov(S) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_UnsafeMov_TisUInt32Enum_t205AC9FF1DBA9F24788030B596D7BE3A2E808EF1_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m93679E8C1368BAE0172C2C1C7093FED9D03F8431_gshared (uint32_t ___instance0, const RuntimeMethod* method) { return static_cast(___instance0);; } // System.Void System.Array::UnsafeStore(T[],System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_UnsafeStore_TisRuntimeObject_m5A1C09668684F032014022C9EE5D835AA58E3952_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___index1, RuntimeObject * ___value2, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; int32_t L_1 = ___index1; RuntimeObject * L_2 = ___value2; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (RuntimeObject *)L_2); return; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append>(TValue[]&,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisKeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521_m873B3C7D90D52301893F6EF2DC4A8389D1441A20_gshared (KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105** ___array0, KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (array == null) KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105** L_0 = ___array0; KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105* L_1 = *((KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105**)L_0); if (L_1) { goto IL_0017; } } { // array = new TValue[1]; KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105** L_2 = ___array0; KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105* L_3 = (KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105*)(KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)1); *((RuntimeObject **)L_2) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_3); // array[0] = value; KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105** L_4 = ___array0; KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105* L_5 = *((KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105**)L_4); KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 L_6 = ___value1; NullCheck(L_5); (L_5)->SetAt(static_cast(0), (KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 )L_6); // return 0; return (int32_t)0; } IL_0017: { // var length = array.Length; KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105** L_7 = ___array0; KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105* L_8 = *((KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105**)L_7); NullCheck(L_8); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))); // Array.Resize(ref array, length + 1); KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105** L_9 = ___array0; int32_t L_10 = V_0; (( void (*) (KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105**)(KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105**)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // array[length] = value; KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105** L_11 = ___array0; KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105* L_12 = *((KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105**)L_11); int32_t L_13 = V_0; KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 L_14 = ___value1; NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 )L_14); // return length; int32_t L_15 = V_0; return (int32_t)L_15; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append(TValue[]&,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisInputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_m2D70DE272F6C6756790E17BC1964122CCD578E58_gshared (InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** ___array0, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (array == null) InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** L_0 = ___array0; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_1 = *((InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**)L_0); if (L_1) { goto IL_0017; } } { // array = new TValue[1]; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** L_2 = ___array0; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_3 = (InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6*)(InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)1); *((RuntimeObject **)L_2) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_3); // array[0] = value; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** L_4 = ___array0; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_5 = *((InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**)L_4); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_6 = ___value1; NullCheck(L_5); (L_5)->SetAt(static_cast(0), (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB )L_6); // return 0; return (int32_t)0; } IL_0017: { // var length = array.Length; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** L_7 = ___array0; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_8 = *((InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**)L_7); NullCheck(L_8); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))); // Array.Resize(ref array, length + 1); InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** L_9 = ___array0; int32_t L_10 = V_0; (( void (*) (InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**)(InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // array[length] = value; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** L_11 = ___array0; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_12 = *((InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**)L_11); int32_t L_13 = V_0; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_14 = ___value1; NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB )L_14); // return length; int32_t L_15 = V_0; return (int32_t)L_15; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append(TValue[]&,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisInputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_m98ABD4C910E7A605F2BDD8E4EB6BAD1A379851E6_gshared (InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD** ___array0, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (array == null) InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD** L_0 = ___array0; InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* L_1 = *((InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD**)L_0); if (L_1) { goto IL_0017; } } { // array = new TValue[1]; InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD** L_2 = ___array0; InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* L_3 = (InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD*)(InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)1); *((RuntimeObject **)L_2) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_3); // array[0] = value; InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD** L_4 = ___array0; InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* L_5 = *((InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD**)L_4); InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_6 = ___value1; NullCheck(L_5); (L_5)->SetAt(static_cast(0), (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )L_6); // return 0; return (int32_t)0; } IL_0017: { // var length = array.Length; InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD** L_7 = ___array0; InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* L_8 = *((InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD**)L_7); NullCheck(L_8); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))); // Array.Resize(ref array, length + 1); InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD** L_9 = ___array0; int32_t L_10 = V_0; (( void (*) (InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD**)(InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD**)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // array[length] = value; InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD** L_11 = ___array0; InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* L_12 = *((InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD**)L_11); int32_t L_13 = V_0; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_14 = ___value1; NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )L_14); // return length; int32_t L_15 = V_0; return (int32_t)L_15; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append(TValue[]&,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m7BB2064F9F55D3F73B203F6882AB6DC3F6DFEF82_gshared (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** ___array0, int32_t ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (array == null) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_0 = ___array0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = *((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_0); if (L_1) { goto IL_0017; } } { // array = new TValue[1]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_2 = ___array0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)1); *((RuntimeObject **)L_2) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_3); // array[0] = value; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_4 = ___array0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = *((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_4); int32_t L_6 = ___value1; NullCheck(L_5); (L_5)->SetAt(static_cast(0), (int32_t)L_6); // return 0; return (int32_t)0; } IL_0017: { // var length = array.Length; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_7 = ___array0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = *((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_7); NullCheck(L_8); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))); // Array.Resize(ref array, length + 1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_9 = ___array0; int32_t L_10 = V_0; (( void (*) (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // array[length] = value; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_11 = ___array0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = *((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_11); int32_t L_13 = V_0; int32_t L_14 = ___value1; NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (int32_t)L_14); // return length; int32_t L_15 = V_0; return (int32_t)L_15; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append(TValue[]&,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mDC61B9BB789B775D8026681A13BFE1C9E378A5B1_gshared (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** ___array0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (array == null) InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_0 = ___array0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_1 = *((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)L_0); if (L_1) { goto IL_0017; } } { // array = new TValue[1]; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_2 = ___array0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_3 = (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)1); *((RuntimeObject **)L_2) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_3); // array[0] = value; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_4 = ___array0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_5 = *((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)L_4); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_6 = ___value1; NullCheck(L_5); (L_5)->SetAt(static_cast(0), (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_6); // return 0; return (int32_t)0; } IL_0017: { // var length = array.Length; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_7 = ___array0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_8 = *((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)L_7); NullCheck(L_8); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))); // Array.Resize(ref array, length + 1); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_9 = ___array0; int32_t L_10 = V_0; (( void (*) (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // array[length] = value; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_11 = ___array0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_12 = *((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)L_11); int32_t L_13 = V_0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_14 = ___value1; NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_14); // return length; int32_t L_15 = V_0; return (int32_t)L_15; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append(TValue[]&,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisRuntimeObject_m8DB94DCF712E7FB329B1763570682A990F6D6F6D_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, RuntimeObject* ___values1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; RuntimeObject * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_0 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_0); if (L_1) { goto IL_000e; } } { // array = values.ToArray(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_2 = ___array0; RuntimeObject* L_3 = ___values1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4; L_4 = (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // return 0; return (int32_t)0; } IL_000e: { // var oldLength = array.Length; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_5 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_5); NullCheck(L_6); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))); // var valueCount = values.Count(); RuntimeObject* L_7 = ___values1; int32_t L_8; L_8 = (( int32_t (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((RuntimeObject*)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_1 = (int32_t)L_8; // Array.Resize(ref array, oldLength + valueCount); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_9 = ___array0; int32_t L_10 = V_0; int32_t L_11 = V_1; (( void (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); // var index = oldLength; int32_t L_12 = V_0; V_2 = (int32_t)L_12; // foreach (var value in values) RuntimeObject* L_13 = ___values1; NullCheck((RuntimeObject*)L_13); RuntimeObject* L_14; L_14 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_13); V_3 = (RuntimeObject*)L_14; } IL_002c: try { // begin try (depth: 1) { goto IL_0044; } IL_002e: { // foreach (var value in values) RuntimeObject* L_15 = V_3; NullCheck((RuntimeObject*)L_15); RuntimeObject * L_16; L_16 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 4), (RuntimeObject*)L_15); V_4 = (RuntimeObject *)L_16; // array[index++] = value; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_17 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_17); int32_t L_19 = V_2; int32_t L_20 = (int32_t)L_19; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); RuntimeObject * L_21 = V_4; NullCheck(L_18); (L_18)->SetAt(static_cast(L_20), (RuntimeObject *)L_21); } IL_0044: { // foreach (var value in values) RuntimeObject* L_22 = V_3; NullCheck((RuntimeObject*)L_22); bool L_23; L_23 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_22); if (L_23) { goto IL_002e; } } IL_004c: { IL2CPP_LEAVE(0x58, FINALLY_004e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004e; } FINALLY_004e: { // begin finally (depth: 1) { RuntimeObject* L_24 = V_3; if (!L_24) { goto IL_0057; } } IL_0051: { RuntimeObject* L_25 = V_3; NullCheck((RuntimeObject*)L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_25); } IL_0057: { IL2CPP_END_FINALLY(78) } } // end finally (depth: 1) IL2CPP_CLEANUP(78) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x58, IL_0058) } IL_0058: { // return oldLength; int32_t L_26 = V_0; return (int32_t)L_26; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append(TValue[]&,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisRuntimeObject_m6366EF76E37DDBD80503939CD8202C937CDBE7CC_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, RuntimeObject * ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_0 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_0); if (L_1) { goto IL_0017; } } { // array = new TValue[1]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_2 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)1); *((RuntimeObject **)L_2) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_3); // array[0] = value; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_4 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_4); RuntimeObject * L_6 = ___value1; NullCheck(L_5); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); // return 0; return (int32_t)0; } IL_0017: { // var length = array.Length; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_7 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_7); NullCheck(L_8); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))); // Array.Resize(ref array, length + 1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_9 = ___array0; int32_t L_10 = V_0; (( void (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // array[length] = value; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_11 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_11); int32_t L_13 = V_0; RuntimeObject * L_14 = ___value1; NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (RuntimeObject *)L_14); // return length; int32_t L_15 = V_0; return (int32_t)L_15; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append(TValue[]&,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisDeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_m2D0B4E86535FB81788F20E9BF6894B46FBAFE914_gshared (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795** ___array0, DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (array == null) DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795** L_0 = ___array0; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_1 = *((DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795**)L_0); if (L_1) { goto IL_0017; } } { // array = new TValue[1]; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795** L_2 = ___array0; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_3 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)(DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)1); *((RuntimeObject **)L_2) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_3); // array[0] = value; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795** L_4 = ___array0; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_5 = *((DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795**)L_4); DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 L_6 = ___value1; NullCheck(L_5); (L_5)->SetAt(static_cast(0), (DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 )L_6); // return 0; return (int32_t)0; } IL_0017: { // var length = array.Length; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795** L_7 = ___array0; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_8 = *((DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795**)L_7); NullCheck(L_8); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))); // Array.Resize(ref array, length + 1); DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795** L_9 = ___array0; int32_t L_10 = V_0; (( void (*) (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795**)(DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795**)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // array[length] = value; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795** L_11 = ___array0; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_12 = *((DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795**)L_11); int32_t L_13 = V_0; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 L_14 = ___value1; NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 )L_14); // return length; int32_t L_15 = V_0; return (int32_t)L_15; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append(TValue[]&,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisDeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F_mEA1ABEEA1ADC1C5A21B8E4665D8E57A9E8FC6295_gshared (DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81** ___array0, DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (array == null) DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81** L_0 = ___array0; DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81* L_1 = *((DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81**)L_0); if (L_1) { goto IL_0017; } } { // array = new TValue[1]; DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81** L_2 = ___array0; DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81* L_3 = (DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81*)(DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)1); *((RuntimeObject **)L_2) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_3); // array[0] = value; DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81** L_4 = ___array0; DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81* L_5 = *((DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81**)L_4); DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F L_6 = ___value1; NullCheck(L_5); (L_5)->SetAt(static_cast(0), (DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F )L_6); // return 0; return (int32_t)0; } IL_0017: { // var length = array.Length; DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81** L_7 = ___array0; DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81* L_8 = *((DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81**)L_7); NullCheck(L_8); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))); // Array.Resize(ref array, length + 1); DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81** L_9 = ___array0; int32_t L_10 = V_0; (( void (*) (DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81**)(DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81**)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // array[length] = value; DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81** L_11 = ___array0; DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81* L_12 = *((DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81**)L_11); int32_t L_13 = V_0; DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F L_14 = ___value1; NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (DeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F )L_14); // return length; int32_t L_15 = V_0; return (int32_t)L_15; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append(TValue[]&,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisRemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4_m60A9C66EB84495FCD743A2195298FB431514F08B_gshared (RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3** ___array0, RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4 ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (array == null) RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3** L_0 = ___array0; RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3* L_1 = *((RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3**)L_0); if (L_1) { goto IL_0017; } } { // array = new TValue[1]; RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3** L_2 = ___array0; RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3* L_3 = (RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3*)(RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)1); *((RuntimeObject **)L_2) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_3); // array[0] = value; RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3** L_4 = ___array0; RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3* L_5 = *((RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3**)L_4); RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4 L_6 = ___value1; NullCheck(L_5); (L_5)->SetAt(static_cast(0), (RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4 )L_6); // return 0; return (int32_t)0; } IL_0017: { // var length = array.Length; RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3** L_7 = ___array0; RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3* L_8 = *((RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3**)L_7); NullCheck(L_8); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))); // Array.Resize(ref array, length + 1); RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3** L_9 = ___array0; int32_t L_10 = V_0; (( void (*) (RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3**)(RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3**)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // array[length] = value; RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3** L_11 = ___array0; RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3* L_12 = *((RemoteInputDeviceU5BU5D_tC5C468462466D12A8B5E0EC4AE5689BDCEC9C5D3**)L_11); int32_t L_13 = V_0; RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4 L_14 = ___value1; NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (RemoteInputDevice_t6E2A1B58FFB0ADED6F6A0780D9EB05F7CC5F35A4 )L_14); // return length; int32_t L_15 = V_0; return (int32_t)L_15; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append(TValue[]&,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisRemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C_m111964AC1254D657C99F7EF451F17DA8859AB35E_gshared (RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D** ___array0, RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (array == null) RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D** L_0 = ___array0; RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D* L_1 = *((RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D**)L_0); if (L_1) { goto IL_0017; } } { // array = new TValue[1]; RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D** L_2 = ___array0; RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D* L_3 = (RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D*)(RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)1); *((RuntimeObject **)L_2) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_3); // array[0] = value; RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D** L_4 = ___array0; RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D* L_5 = *((RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D**)L_4); RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C L_6 = ___value1; NullCheck(L_5); (L_5)->SetAt(static_cast(0), (RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C )L_6); // return 0; return (int32_t)0; } IL_0017: { // var length = array.Length; RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D** L_7 = ___array0; RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D* L_8 = *((RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D**)L_7); NullCheck(L_8); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))); // Array.Resize(ref array, length + 1); RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D** L_9 = ___array0; int32_t L_10 = V_0; (( void (*) (RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D**)(RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D**)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // array[length] = value; RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D** L_11 = ___array0; RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D* L_12 = *((RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D**)L_11); int32_t L_13 = V_0; RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C L_14 = ___value1; NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (RemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C )L_14); // return length; int32_t L_15 = V_0; return (int32_t)L_15; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append(TValue[]&,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisCapability_t9249114BC9E64174C7B5D64C521A720168018B31_m648ED76B15A1C47B50CB3E4E94CF570892E2A2C9_gshared (CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710** ___array0, Capability_t9249114BC9E64174C7B5D64C521A720168018B31 ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (array == null) CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710** L_0 = ___array0; CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710* L_1 = *((CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710**)L_0); if (L_1) { goto IL_0017; } } { // array = new TValue[1]; CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710** L_2 = ___array0; CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710* L_3 = (CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710*)(CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)1); *((RuntimeObject **)L_2) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_3); // array[0] = value; CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710** L_4 = ___array0; CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710* L_5 = *((CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710**)L_4); Capability_t9249114BC9E64174C7B5D64C521A720168018B31 L_6 = ___value1; NullCheck(L_5); (L_5)->SetAt(static_cast(0), (Capability_t9249114BC9E64174C7B5D64C521A720168018B31 )L_6); // return 0; return (int32_t)0; } IL_0017: { // var length = array.Length; CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710** L_7 = ___array0; CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710* L_8 = *((CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710**)L_7); NullCheck(L_8); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))); // Array.Resize(ref array, length + 1); CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710** L_9 = ___array0; int32_t L_10 = V_0; (( void (*) (CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710**)(CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710**)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // array[length] = value; CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710** L_11 = ___array0; CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710* L_12 = *((CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710**)L_11); int32_t L_13 = V_0; Capability_t9249114BC9E64174C7B5D64C521A720168018B31 L_14 = ___value1; NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (Capability_t9249114BC9E64174C7B5D64C521A720168018B31 )L_14); // return length; int32_t L_15 = V_0; return (int32_t)L_15; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendListWithCapacity>(TValue[]&,System.Int32&,TValues,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendListWithCapacity_TisRuntimeObject_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_m742D56AAAFA612D7910035720B026E24A96118AE_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t* ___length1, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 ___values2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { // var numToAdd = values.Count; Il2CppMetadataObject L_0(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); const VirtualInvokeData& il2cpp_virtual_invoke_data__8 = il2cpp_codegen_get_interface_invoke_data(0, (&L_0), IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); int32_t L_1; L_1 = (( int32_t (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__8.methodPtr)((RuntimeObject*)((RuntimeObject*)(&___values2))-1, /*hidden argument*/il2cpp_virtual_invoke_data__8.method); V_0 = (int32_t)L_1; // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_2 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_2); if (L_3) { goto IL_0052; } } { // var size = Math.Max(numToAdd, capacityIncrement); int32_t L_4 = V_0; int32_t L_5 = ___capacityIncrement3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_6; L_6 = Math_Max_m709673BDF5D9264E61FEBBC4CE1038752523838D((int32_t)L_4, (int32_t)L_5, /*hidden argument*/NULL); V_3 = (int32_t)L_6; // array = new TValue[size]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_7 = ___array0; int32_t L_8 = V_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (uint32_t)L_8); *((RuntimeObject **)L_7) = (RuntimeObject *)L_9; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_7, (void*)(RuntimeObject *)L_9); // for (var i = 0; i < numToAdd; ++i) V_4 = (int32_t)0; goto IL_0045; } IL_0027: { // array[i] = values[i]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_10 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_10); int32_t L_12 = V_4; int32_t L_13 = V_4; Il2CppMetadataObject L_14(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); const VirtualInvokeData& il2cpp_virtual_invoke_data__53 = il2cpp_codegen_get_interface_invoke_data(0, (&L_14), IL2CPP_RGCTX_DATA(method->rgctx_data, 4)); RuntimeObject * L_15; L_15 = (( RuntimeObject * (*) (RuntimeObject*, int32_t, const RuntimeMethod*))il2cpp_virtual_invoke_data__53.methodPtr)((RuntimeObject*)((RuntimeObject*)(&___values2))-1, (int32_t)L_13, /*hidden argument*/il2cpp_virtual_invoke_data__53.method); NullCheck(L_11); (L_11)->SetAt(static_cast(L_12), (RuntimeObject *)L_15); // for (var i = 0; i < numToAdd; ++i) int32_t L_16 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0045: { // for (var i = 0; i < numToAdd; ++i) int32_t L_17 = V_4; int32_t L_18 = V_0; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_0027; } } { // length += numToAdd; int32_t* L_19 = ___length1; int32_t* L_20 = ___length1; int32_t L_21 = *((int32_t*)L_20); int32_t L_22 = V_0; *((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)); // return 0; return (int32_t)0; } IL_0052: { // var capacity = array.Length; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_23 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_24 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_23); NullCheck(L_24); V_1 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))); // if (capacity < length + numToAdd) int32_t L_25 = V_1; int32_t* L_26 = ___length1; int32_t L_27 = *((int32_t*)L_26); int32_t L_28 = V_0; if ((((int32_t)L_25) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28))))) { goto IL_0072; } } { // capacity += Math.Max(length + numToAdd, capacityIncrement); int32_t L_29 = V_1; int32_t* L_30 = ___length1; int32_t L_31 = *((int32_t*)L_30); int32_t L_32 = V_0; int32_t L_33 = ___capacityIncrement3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_34; L_34 = Math_Max_m709673BDF5D9264E61FEBBC4CE1038752523838D((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)), (int32_t)L_33, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_34)); // Array.Resize(ref array, capacity); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_35 = ___array0; int32_t L_36 = V_1; (( void (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_35, (int32_t)L_36, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); } IL_0072: { // var index = length; int32_t* L_37 = ___length1; int32_t L_38 = *((int32_t*)L_37); V_2 = (int32_t)L_38; // for (var i = 0; i < numToAdd; ++i) V_5 = (int32_t)0; goto IL_009a; } IL_007a: { // array[index + i] = values[i]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_39 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_40 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_39); int32_t L_41 = V_2; int32_t L_42 = V_5; int32_t L_43 = V_5; Il2CppMetadataObject L_44(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); const VirtualInvokeData& il2cpp_virtual_invoke_data__138 = il2cpp_codegen_get_interface_invoke_data(0, (&L_44), IL2CPP_RGCTX_DATA(method->rgctx_data, 4)); RuntimeObject * L_45; L_45 = (( RuntimeObject * (*) (RuntimeObject*, int32_t, const RuntimeMethod*))il2cpp_virtual_invoke_data__138.methodPtr)((RuntimeObject*)((RuntimeObject*)(&___values2))-1, (int32_t)L_43, /*hidden argument*/il2cpp_virtual_invoke_data__138.method); NullCheck(L_40); (L_40)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_42))), (RuntimeObject *)L_45); // for (var i = 0; i < numToAdd; ++i) int32_t L_46 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_009a: { // for (var i = 0; i < numToAdd; ++i) int32_t L_47 = V_5; int32_t L_48 = V_0; if ((((int32_t)L_47) < ((int32_t)L_48))) { goto IL_007a; } } { // length += numToAdd; int32_t* L_49 = ___length1; int32_t* L_50 = ___length1; int32_t L_51 = *((int32_t*)L_50); int32_t L_52 = V_0; *((int32_t*)L_49) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)L_52)); // return index; int32_t L_53 = V_2; return (int32_t)L_53; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendListWithCapacity>(TValue[]&,System.Int32&,TValues,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendListWithCapacity_TisRuntimeObject_TisReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7_m56B619ACAB749C182D574E2B7CCFD9022CF8B884_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t* ___length1, ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 ___values2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { // var numToAdd = values.Count; Il2CppMetadataObject L_0(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); const VirtualInvokeData& il2cpp_virtual_invoke_data__8 = il2cpp_codegen_get_interface_invoke_data(0, (&L_0), IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); int32_t L_1; L_1 = (( int32_t (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__8.methodPtr)((RuntimeObject*)((RuntimeObject*)(&___values2))-1, /*hidden argument*/il2cpp_virtual_invoke_data__8.method); V_0 = (int32_t)L_1; // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_2 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_2); if (L_3) { goto IL_0052; } } { // var size = Math.Max(numToAdd, capacityIncrement); int32_t L_4 = V_0; int32_t L_5 = ___capacityIncrement3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_6; L_6 = Math_Max_m709673BDF5D9264E61FEBBC4CE1038752523838D((int32_t)L_4, (int32_t)L_5, /*hidden argument*/NULL); V_3 = (int32_t)L_6; // array = new TValue[size]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_7 = ___array0; int32_t L_8 = V_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (uint32_t)L_8); *((RuntimeObject **)L_7) = (RuntimeObject *)L_9; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_7, (void*)(RuntimeObject *)L_9); // for (var i = 0; i < numToAdd; ++i) V_4 = (int32_t)0; goto IL_0045; } IL_0027: { // array[i] = values[i]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_10 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_10); int32_t L_12 = V_4; int32_t L_13 = V_4; Il2CppMetadataObject L_14(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); const VirtualInvokeData& il2cpp_virtual_invoke_data__53 = il2cpp_codegen_get_interface_invoke_data(0, (&L_14), IL2CPP_RGCTX_DATA(method->rgctx_data, 4)); RuntimeObject * L_15; L_15 = (( RuntimeObject * (*) (RuntimeObject*, int32_t, const RuntimeMethod*))il2cpp_virtual_invoke_data__53.methodPtr)((RuntimeObject*)((RuntimeObject*)(&___values2))-1, (int32_t)L_13, /*hidden argument*/il2cpp_virtual_invoke_data__53.method); NullCheck(L_11); (L_11)->SetAt(static_cast(L_12), (RuntimeObject *)L_15); // for (var i = 0; i < numToAdd; ++i) int32_t L_16 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0045: { // for (var i = 0; i < numToAdd; ++i) int32_t L_17 = V_4; int32_t L_18 = V_0; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_0027; } } { // length += numToAdd; int32_t* L_19 = ___length1; int32_t* L_20 = ___length1; int32_t L_21 = *((int32_t*)L_20); int32_t L_22 = V_0; *((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)); // return 0; return (int32_t)0; } IL_0052: { // var capacity = array.Length; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_23 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_24 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_23); NullCheck(L_24); V_1 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))); // if (capacity < length + numToAdd) int32_t L_25 = V_1; int32_t* L_26 = ___length1; int32_t L_27 = *((int32_t*)L_26); int32_t L_28 = V_0; if ((((int32_t)L_25) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28))))) { goto IL_0072; } } { // capacity += Math.Max(length + numToAdd, capacityIncrement); int32_t L_29 = V_1; int32_t* L_30 = ___length1; int32_t L_31 = *((int32_t*)L_30); int32_t L_32 = V_0; int32_t L_33 = ___capacityIncrement3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_34; L_34 = Math_Max_m709673BDF5D9264E61FEBBC4CE1038752523838D((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)), (int32_t)L_33, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_34)); // Array.Resize(ref array, capacity); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_35 = ___array0; int32_t L_36 = V_1; (( void (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_35, (int32_t)L_36, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); } IL_0072: { // var index = length; int32_t* L_37 = ___length1; int32_t L_38 = *((int32_t*)L_37); V_2 = (int32_t)L_38; // for (var i = 0; i < numToAdd; ++i) V_5 = (int32_t)0; goto IL_009a; } IL_007a: { // array[index + i] = values[i]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_39 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_40 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_39); int32_t L_41 = V_2; int32_t L_42 = V_5; int32_t L_43 = V_5; Il2CppMetadataObject L_44(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); const VirtualInvokeData& il2cpp_virtual_invoke_data__138 = il2cpp_codegen_get_interface_invoke_data(0, (&L_44), IL2CPP_RGCTX_DATA(method->rgctx_data, 4)); RuntimeObject * L_45; L_45 = (( RuntimeObject * (*) (RuntimeObject*, int32_t, const RuntimeMethod*))il2cpp_virtual_invoke_data__138.methodPtr)((RuntimeObject*)((RuntimeObject*)(&___values2))-1, (int32_t)L_43, /*hidden argument*/il2cpp_virtual_invoke_data__138.method); NullCheck(L_40); (L_40)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_42))), (RuntimeObject *)L_45); // for (var i = 0; i < numToAdd; ++i) int32_t L_46 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_009a: { // for (var i = 0; i < numToAdd; ++i) int32_t L_47 = V_5; int32_t L_48 = V_0; if ((((int32_t)L_47) < ((int32_t)L_48))) { goto IL_007a; } } { // length += numToAdd; int32_t* L_49 = ___length1; int32_t* L_50 = ___length1; int32_t L_51 = *((int32_t*)L_50); int32_t L_52 = V_0; *((int32_t*)L_49) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)L_52)); // return index; int32_t L_53 = V_2; return (int32_t)L_53; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendListWithCapacity(TValue[]&,System.Int32&,TValues,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendListWithCapacity_TisRuntimeObject_TisRuntimeObject_m09CDE0E422937641964C2BA92F54F41A004B2919_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t* ___length1, RuntimeObject * ___values2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { // var numToAdd = values.Count; NullCheck((RuntimeObject*)(___values2)); int32_t L_0; L_0 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IReadOnlyCollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)(___values2)); V_0 = (int32_t)L_0; // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_1 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_1); if (L_2) { goto IL_0052; } } { // var size = Math.Max(numToAdd, capacityIncrement); int32_t L_3 = V_0; int32_t L_4 = ___capacityIncrement3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_5; L_5 = Math_Max_m709673BDF5D9264E61FEBBC4CE1038752523838D((int32_t)L_3, (int32_t)L_4, /*hidden argument*/NULL); V_3 = (int32_t)L_5; // array = new TValue[size]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_6 = ___array0; int32_t L_7 = V_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (uint32_t)L_7); *((RuntimeObject **)L_6) = (RuntimeObject *)L_8; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_6, (void*)(RuntimeObject *)L_8); // for (var i = 0; i < numToAdd; ++i) V_4 = (int32_t)0; goto IL_0045; } IL_0027: { // array[i] = values[i]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_9 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_9); int32_t L_11 = V_4; int32_t L_12 = V_4; NullCheck((RuntimeObject*)(___values2)); RuntimeObject * L_13; L_13 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IReadOnlyList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 4), (RuntimeObject*)(___values2), (int32_t)L_12); NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (RuntimeObject *)L_13); // for (var i = 0; i < numToAdd; ++i) int32_t L_14 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0045: { // for (var i = 0; i < numToAdd; ++i) int32_t L_15 = V_4; int32_t L_16 = V_0; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0027; } } { // length += numToAdd; int32_t* L_17 = ___length1; int32_t* L_18 = ___length1; int32_t L_19 = *((int32_t*)L_18); int32_t L_20 = V_0; *((int32_t*)L_17) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)); // return 0; return (int32_t)0; } IL_0052: { // var capacity = array.Length; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_21 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_21); NullCheck(L_22); V_1 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))); // if (capacity < length + numToAdd) int32_t L_23 = V_1; int32_t* L_24 = ___length1; int32_t L_25 = *((int32_t*)L_24); int32_t L_26 = V_0; if ((((int32_t)L_23) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26))))) { goto IL_0072; } } { // capacity += Math.Max(length + numToAdd, capacityIncrement); int32_t L_27 = V_1; int32_t* L_28 = ___length1; int32_t L_29 = *((int32_t*)L_28); int32_t L_30 = V_0; int32_t L_31 = ___capacityIncrement3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_32; L_32 = Math_Max_m709673BDF5D9264E61FEBBC4CE1038752523838D((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30)), (int32_t)L_31, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_32)); // Array.Resize(ref array, capacity); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_33 = ___array0; int32_t L_34 = V_1; (( void (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_33, (int32_t)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); } IL_0072: { // var index = length; int32_t* L_35 = ___length1; int32_t L_36 = *((int32_t*)L_35); V_2 = (int32_t)L_36; // for (var i = 0; i < numToAdd; ++i) V_5 = (int32_t)0; goto IL_009a; } IL_007a: { // array[index + i] = values[i]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_37 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_38 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_37); int32_t L_39 = V_2; int32_t L_40 = V_5; int32_t L_41 = V_5; NullCheck((RuntimeObject*)(___values2)); RuntimeObject * L_42; L_42 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IReadOnlyList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 4), (RuntimeObject*)(___values2), (int32_t)L_41); NullCheck(L_38); (L_38)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40))), (RuntimeObject *)L_42); // for (var i = 0; i < numToAdd; ++i) int32_t L_43 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_009a: { // for (var i = 0; i < numToAdd; ++i) int32_t L_44 = V_5; int32_t L_45 = V_0; if ((((int32_t)L_44) < ((int32_t)L_45))) { goto IL_007a; } } { // length += numToAdd; int32_t* L_46 = ___length1; int32_t* L_47 = ___length1; int32_t L_48 = *((int32_t*)L_47); int32_t L_49 = V_0; *((int32_t*)L_46) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)L_49)); // return index; int32_t L_50 = V_2; return (int32_t)L_50; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendToImmutable(TValue[]&,TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendToImmutable_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mC950299C429DA2870FE318DB80745A3F5FCA44AE_gshared (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** ___array0, InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___values1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_0 = ___array0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_1 = *((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)L_0); if (L_1) { goto IL_0009; } } { // array = values; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_2 = ___array0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_3 = ___values1; *((RuntimeObject **)L_2) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_3); // return 0; return (int32_t)0; } IL_0009: { // if (values != null && values.Length > 0) InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_4 = ___values1; if (!L_4) { goto IL_002f; } } { InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_5 = ___values1; NullCheck(L_5); if (!(((RuntimeArray*)L_5)->max_length)) { goto IL_002f; } } { // var oldCount = array.Length; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_6 = ___array0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_7 = *((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)L_6); NullCheck(L_7); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))); // var valueCount = values.Length; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_8 = ___values1; NullCheck(L_8); V_1 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))); // Array.Resize(ref array, oldCount + valueCount); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_9 = ___array0; int32_t L_10 = V_0; int32_t L_11 = V_1; (( void (*) (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // Array.Copy(values, 0, array, oldCount, valueCount); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_12 = ___values1; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_13 = ___array0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_14 = *((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)L_13); int32_t L_15 = V_0; int32_t L_16 = V_1; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_12, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_14, (int32_t)L_15, (int32_t)L_16, /*hidden argument*/NULL); // return oldCount; int32_t L_17 = V_0; return (int32_t)L_17; } IL_002f: { // return array.Length; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_18 = ___array0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_19 = *((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)L_18); NullCheck(L_19); return (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))); } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendToImmutable(TValue[]&,TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendToImmutable_TisRuntimeObject_mD5D5859220A4E60704757FF1F6C0FA16FA37D09D_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_0 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_0); if (L_1) { goto IL_0009; } } { // array = values; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_2 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = ___values1; *((RuntimeObject **)L_2) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_3); // return 0; return (int32_t)0; } IL_0009: { // if (values != null && values.Length > 0) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = ___values1; if (!L_4) { goto IL_002f; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = ___values1; NullCheck(L_5); if (!(((RuntimeArray*)L_5)->max_length)) { goto IL_002f; } } { // var oldCount = array.Length; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_6 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_6); NullCheck(L_7); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))); // var valueCount = values.Length; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = ___values1; NullCheck(L_8); V_1 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))); // Array.Resize(ref array, oldCount + valueCount); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_9 = ___array0; int32_t L_10 = V_0; int32_t L_11 = V_1; (( void (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // Array.Copy(values, 0, array, oldCount, valueCount); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = ___values1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_13 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_13); int32_t L_15 = V_0; int32_t L_16 = V_1; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_12, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_14, (int32_t)L_15, (int32_t)L_16, /*hidden argument*/NULL); // return oldCount; int32_t L_17 = V_0; return (int32_t)L_17; } IL_002f: { // return array.Length; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_18 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_18); NullCheck(L_19); return (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))); } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity>(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisKeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB_m8297FD2958FE52F110C693FD8B22B8283E0C1D86_gshared (KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48** ___array0, int32_t* ___count1, KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48** L_0 = ___array0; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_1 = *((KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_4 = (KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48*)(KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48** L_5 = ___array0; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_6 = *((KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48**)L_5); KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB )L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48** L_11 = ___array0; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_12 = *((KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48**)(KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48** L_22 = ___array0; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_23 = *((KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48**)L_22); int32_t L_24 = V_1; KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB )L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisGCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603_m891BC3E554542D0998FEAC88D907CD1AFB23FF29_gshared (GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3** ___array0, int32_t* ___count1, GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3** L_0 = ___array0; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_1 = *((GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_4 = (GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3*)(GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3** L_5 = ___array0; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_6 = *((GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3**)L_5); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 )L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3** L_11 = ___array0; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_12 = *((GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3**)(GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3** L_22 = ___array0; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_23 = *((GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3**)L_22); int32_t L_24 = V_1; GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 )L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisInputUser_t24563658CE23969C25DE4C0BF21F192443AE379A_m06D7560F6928A42BC34F50248D0174200F52264C_gshared (InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7** ___array0, int32_t* ___count1, InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7** L_0 = ___array0; InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7* L_1 = *((InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7* L_4 = (InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7*)(InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7** L_5 = ___array0; InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7* L_6 = *((InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7**)L_5); InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A )L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7** L_11 = ___array0; InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7* L_12 = *((InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7**)(InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7** L_22 = ___array0; InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7* L_23 = *((InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7**)L_22); int32_t L_24 = V_1; InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A )L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mB6D56204F235CDC07246BCFB06B460D312CD6348_gshared (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** ___array0, int32_t* ___count1, int32_t ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_0 = ___array0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = *((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_5 = ___array0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = *((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_5); int32_t L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (int32_t)L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_11 = ___array0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = *((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_22 = ___array0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_23 = *((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_22); int32_t L_24 = V_1; int32_t L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (int32_t)L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mEE3D27746E33C2CC87F85AD607D284941F7DBE95_gshared (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** ___array0, int32_t* ___count1, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_0 = ___array0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_1 = *((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_4 = (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_5 = ___array0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_6 = *((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)L_5); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_11 = ___array0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_12 = *((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** L_22 = ___array0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_23 = *((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4**)L_22); int32_t L_24 = V_1; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisRuntimeObject_mA6B8ADA966B939BEEB0726AA570EB844A82DF57D_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t* ___count1, RuntimeObject * ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_0 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_5 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_5); RuntimeObject * L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (RuntimeObject *)L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_11 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_22 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_23 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_22); int32_t L_24 = V_1; RuntimeObject * L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (RuntimeObject *)L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisPointerModel_t694B1146EE8307E8A4F003672E846E61E442860B_m2C1CB5AB51961984F37DB5E72E4DEE2E486AAE36_gshared (PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5** ___array0, int32_t* ___count1, PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5** L_0 = ___array0; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_1 = *((PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_4 = (PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5*)(PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5** L_5 = ___array0; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_6 = *((PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5**)L_5); PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B )L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5** L_11 = ___array0; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_12 = *((PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5**)(PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5** L_22 = ___array0; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_23 = *((PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5**)L_22); int32_t L_24 = V_1; PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B )L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m80556407C6F5E3D421B5478EFF543894D17B6430_gshared (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** ___array0, int32_t* ___count1, float ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** L_0 = ___array0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = *((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_4 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** L_5 = ___array0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_6 = *((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA**)L_5); float L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (float)L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** L_11 = ___array0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_12 = *((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA**)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** L_22 = ___array0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_23 = *((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA**)L_22); int32_t L_24 = V_1; float L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (float)L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_m5E82F12CF8B9020182EBBC370283C1B568A22A48_gshared (SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0** ___array0, int32_t* ___count1, Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0** L_0 = ___array0; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_1 = *((SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_4 = (SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0*)(SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0** L_5 = ___array0; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_6 = *((SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0**)L_5); Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F )L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0** L_11 = ___array0; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_12 = *((SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0**)(SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0** L_22 = ___array0; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_23 = *((SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0**)L_22); int32_t L_24 = V_1; Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F )L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m7F7D44CE9C134965A092039159EA5BB0376913BC_gshared (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** ___array0, int32_t* ___count1, uint64_t ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** L_0 = ___array0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = *((UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** L_5 = ___array0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_6 = *((UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2**)L_5); uint64_t L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (uint64_t)L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** L_11 = ___array0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = *((UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2**)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** L_22 = ___array0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_23 = *((UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2**)L_22); int32_t L_24 = V_1; uint64_t L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (uint64_t)L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m3D464A3922D9C710E4F4A46F790B3ABF26196E50_gshared (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** ___array0, int32_t* ___count1, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** L_0 = ___array0; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_1 = *((Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_4 = (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** L_5 = ___array0; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_6 = *((Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA**)L_5); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** L_11 = ___array0; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_12 = *((Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA**)(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** L_22 = ___array0; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_23 = *((Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA**)L_22); int32_t L_24 = V_1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7_mD96DF80F59ED93730AF5926CC33A43B6FFCB1D32_gshared (ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE** ___array0, int32_t* ___count1, ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE** L_0 = ___array0; ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE* L_1 = *((ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE* L_4 = (ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE*)(ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE** L_5 = ___array0; ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE* L_6 = *((ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE**)L_5); ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 )L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE** L_11 = ___array0; ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE* L_12 = *((ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE**)(ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE** L_22 = ___array0; ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE* L_23 = *((ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE**)L_22); int32_t L_24 = V_1; ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 )L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_mEA2D1DB1BDA0B7E6E82925F0ED140E07ADCF6945_gshared (ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB** ___array0, int32_t* ___count1, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB** L_0 = ___array0; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_1 = *((ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_4 = (ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB*)(ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB** L_5 = ___array0; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_6 = *((ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB**)L_5); ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 )L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB** L_11 = ___array0; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_12 = *((ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB**)(ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB** L_22 = ___array0; ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* L_23 = *((ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB**)L_22); int32_t L_24 = V_1; ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 )L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisAvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D_m19AA1ED8172E03B3B409D8B55E8961BB98EFAEF7_gshared (AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330** ___array0, int32_t* ___count1, AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330** L_0 = ___array0; AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330* L_1 = *((AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330* L_4 = (AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330*)(AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330** L_5 = ___array0; AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330* L_6 = *((AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330**)L_5); AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D )L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330** L_11 = ___array0; AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330* L_12 = *((AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330**)(AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330** L_22 = ___array0; AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330* L_23 = *((AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330**)L_22); int32_t L_24 = V_1; AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D )L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisStateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757_m1277B72CC17FF5609F88B3BA298BC7E460EEEA79_gshared (StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10** ___array0, int32_t* ___count1, StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10** L_0 = ___array0; StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* L_1 = *((StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* L_4 = (StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10*)(StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10** L_5 = ___array0; StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* L_6 = *((StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10**)L_5); StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 )L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10** L_11 = ___array0; StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* L_12 = *((StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10**)(StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10** L_22 = ___array0; StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* L_23 = *((StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10**)L_22); int32_t L_24 = V_1; StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 )L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisStateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391_m9816F65CB2720702C5D58E8CBD988E108549C53A_gshared (StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7** ___array0, int32_t* ___count1, StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7** L_0 = ___array0; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_1 = *((StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_4 = (StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7*)(StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7** L_5 = ___array0; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_6 = *((StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7**)L_5); StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 )L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7** L_11 = ___array0; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_12 = *((StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7**)(StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7** L_22 = ___array0; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_23 = *((StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7**)L_22); int32_t L_24 = V_1; StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 )L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisOngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E_mD0647939F03AB03B74240D46F7039A4711006F5B_gshared (OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C** ___array0, int32_t* ___count1, OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C** L_0 = ___array0; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_1 = *((OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_4 = (OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C*)(OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C** L_5 = ___array0; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_6 = *((OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C**)L_5); OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E )L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C** L_11 = ___array0; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_12 = *((OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C**)(OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C** L_22 = ___array0; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_23 = *((OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C**)L_22); int32_t L_24 = V_1; OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E )L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisUserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C_mE8A06ED01EFF7690423828346F8E86FE861CC8B4_gshared (UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B** ___array0, int32_t* ___count1, UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B** L_0 = ___array0; UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B* L_1 = *((UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B* L_4 = (UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B*)(UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B** L_5 = ___array0; UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B* L_6 = *((UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B**)L_5); UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C )L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B** L_11 = ___array0; UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B* L_12 = *((UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B**)(UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B** L_22 = ___array0; UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B* L_23 = *((UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B**)L_22); int32_t L_24 = V_1; UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C )L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisBitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0_mF22110A57803D41D6A21AFB7DAC7DBD76F85F2F5_gshared (BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B** ___array0, int32_t* ___count1, BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B** L_0 = ___array0; BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B* L_1 = *((BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B* L_4 = (BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B*)(BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B** L_5 = ___array0; BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B* L_6 = *((BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B**)L_5); BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 )L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B** L_11 = ___array0; BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B* L_12 = *((BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B**)(BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B** L_22 = ___array0; BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B* L_23 = *((BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B**)L_22); int32_t L_24 = V_1; BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 )L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(TValue[]&,System.Int32&,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisOnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D_mB6953C907E6548E185BD54DB650460898177773B_gshared (OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F** ___array0, int32_t* ___count1, OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D ___value2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F** L_0 = ___array0; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_1 = *((OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F**)L_0); if (L_1) { goto IL_001d; } } { // array = new TValue[capacityIncrement]; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F** L_2 = ___array0; int32_t L_3 = ___capacityIncrement3; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_4 = (OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F*)(OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // array[0] = value; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F** L_5 = ___array0; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_6 = *((OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F**)L_5); OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D L_7 = ___value2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D )L_7); // ++count; int32_t* L_8 = ___count1; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); // return 0; return (int32_t)0; } IL_001d: { // var capacity = array.Length; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F** L_11 = ___array0; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_12 = *((OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F**)L_11); NullCheck(L_12); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); // if (capacity == count) int32_t L_13 = V_0; int32_t* L_14 = ___count1; int32_t L_15 = *((int32_t*)L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_0032; } } { // capacity += capacityIncrement; int32_t L_16 = V_0; int32_t L_17 = ___capacityIncrement3; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)); // Array.Resize(ref array, capacity); OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F** L_18 = ___array0; int32_t L_19 = V_0; (( void (*) (OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F**)(OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F**)L_18, (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0032: { // var index = count; int32_t* L_20 = ___count1; int32_t L_21 = *((int32_t*)L_20); V_1 = (int32_t)L_21; // array[index] = value; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F** L_22 = ___array0; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_23 = *((OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F**)L_22); int32_t L_24 = V_1; OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D L_25 = ___value2; NullCheck(L_23); (L_23)->SetAt(static_cast(L_24), (OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D )L_25); // ++count; int32_t* L_26 = ___count1; int32_t* L_27 = ___count1; int32_t L_28 = *((int32_t*)L_27); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); // return index; int32_t L_29 = V_1; return (int32_t)L_29; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity(Unity.Collections.NativeArray`1&,System.Int32&,TValue,System.Int32,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m25CF9909071321790197490825E4912B61270BEE_gshared (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * ___array0, int32_t* ___count1, uint64_t ___value2, int32_t ___capacityIncrement3, int32_t ___allocator4, const RuntimeMethod* method) { int32_t V_0 = 0; NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * G_B3_0 = NULL; NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * G_B2_0 = NULL; int32_t G_B4_0 = 0; NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * G_B4_1 = NULL; { // var capacity = array.Length; NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * L_0 = ___array0; int32_t L_1; L_1 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)L_0)->___m_Length_1); // if (capacity == count) int32_t* L_2 = ___count1; int32_t L_3 = *((int32_t*)L_2); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_001b; } } { // GrowBy(ref array, capacityIncrement > 1 ? capacityIncrement : 1, allocator); NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * L_4 = ___array0; int32_t L_5 = ___capacityIncrement3; G_B2_0 = L_4; if ((((int32_t)L_5) > ((int32_t)1))) { G_B3_0 = L_4; goto IL_0012; } } { G_B4_0 = 1; G_B4_1 = G_B2_0; goto IL_0013; } IL_0012: { int32_t L_6 = ___capacityIncrement3; G_B4_0 = L_6; G_B4_1 = G_B3_0; } IL_0013: { int32_t L_7 = ___allocator4; int32_t L_8; L_8 = (( int32_t (*) (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)G_B4_1, (int32_t)G_B4_0, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_001b: { // var index = count; int32_t* L_9 = ___count1; int32_t L_10 = *((int32_t*)L_9); V_0 = (int32_t)L_10; // array[index] = value; NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * L_11 = ___array0; int32_t L_12 = V_0; uint64_t L_13 = ___value2; IL2CPP_NATIVEARRAY_SET_ITEM(uint64_t, ((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)L_11)->___m_Buffer_0, (int32_t)L_12, ((uint64_t)L_13)); // ++count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); // return index; int32_t L_17 = V_0; return (int32_t)L_17; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::Clear(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_Clear_TisRuntimeObject_m5D0E12FC81308F5FE7D01B35EABD978A28DAD6D7_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, const RuntimeMethod* method) { { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; if (L_0) { goto IL_0004; } } { // return; return; } IL_0004: { // Array.Clear(array, 0, array.Length); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___array0; NullCheck(L_2); Array_Clear_m14F24D8DBE5A2FD747E8F94E2F7759FBA495DB1C((RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::Clear(TValue[],System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_Clear_TisRuntimeObject_mD776035569924916E0E12AD6056742ED85AC97C7_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t* ___count1, const RuntimeMethod* method) { { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; if (L_0) { goto IL_0004; } } { // return; return; } IL_0004: { // Array.Clear(array, 0, count); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___array0; int32_t* L_2 = ___count1; int32_t L_3 = *((int32_t*)L_2); Array_Clear_m14F24D8DBE5A2FD747E8F94E2F7759FBA495DB1C((RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)L_3, /*hidden argument*/NULL); // count = 0; int32_t* L_4 = ___count1; *((int32_t*)L_4) = (int32_t)0; // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::Clear(TValue[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_Clear_TisRuntimeObject_mEEB2434FA8ED3826BF374114B8C095622275B45E_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___count1, const RuntimeMethod* method) { { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; if (L_0) { goto IL_0004; } } { // return; return; } IL_0004: { // Array.Clear(array, 0, count); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___array0; int32_t L_2 = ___count1; Array_Clear_m14F24D8DBE5A2FD747E8F94E2F7759FBA495DB1C((RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::Clear(TValue[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_Clear_TisStateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757_m56D85703C4B616D7262EE697C0173463DAEBFFED_gshared (StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* ___array0, int32_t ___count1, const RuntimeMethod* method) { { // if (array == null) StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* L_0 = ___array0; if (L_0) { goto IL_0004; } } { // return; return; } IL_0004: { // Array.Clear(array, 0, count); StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* L_1 = ___array0; int32_t L_2 = ___count1; Array_Clear_m14F24D8DBE5A2FD747E8F94E2F7759FBA495DB1C((RuntimeArray *)(RuntimeArray *)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/NULL); // } return; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Clone(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ArrayHelpers_Clone_TisRuntimeObject_m67D479C6067833E2DB2FE91F7523A58FB3E91CE5_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; int32_t V_2 = 0; { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return null; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; } IL_0005: { // var count = array.Length; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___array0; NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // var result = new TValue[count]; int32_t L_2 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_2); V_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; // for (var i = 0; i < count; ++i) V_2 = (int32_t)0; goto IL_0038; } IL_0014: { // result[i] = (TValue)array[i].Clone(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = V_1; int32_t L_5 = V_2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = ___array0; int32_t L_7 = V_2; NullCheck(L_6); NullCheck((RuntimeObject*)(*((L_6)->GetAddressAt(static_cast(L_7))))); RuntimeObject * L_8; L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.ICloneable::Clone() */, ICloneable_t489EBC17437D4E3C42DC8B64205C39847CA3ADB8_il2cpp_TypeInfo_var, (RuntimeObject*)(*((L_6)->GetAddressAt(static_cast(L_7))))); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))); // for (var i = 0; i < count; ++i) int32_t L_9 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0038: { // for (var i = 0; i < count; ++i) int32_t L_10 = V_2; int32_t L_11 = V_0; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0014; } } { // return result; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = V_1; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_12; } } // System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::Contains(TValue[],TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArrayHelpers_Contains_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m0065F34FD330331F5428CE76AD56ACF59109DE41_gshared (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___array0, int32_t ___value1, const RuntimeMethod* method) { EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * V_0 = NULL; int32_t V_1 = 0; { // if (array == null) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return false; return (bool)0; } IL_0005: { // var comparer = EqualityComparer.Default; EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * L_1; L_1 = (( EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 *)L_1; // for (var i = 0; i < array.Length; ++i) V_1 = (int32_t)0; goto IL_0025; } IL_000f: { // if (comparer.Equals(array[i], value)) EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * L_2 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = ___array0; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; int32_t L_6 = (L_3)->GetAt(static_cast(L_5)); int32_t L_7 = ___value1; NullCheck((EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 *)L_2); bool L_8; L_8 = VirtFuncInvoker2< bool, int32_t, int32_t >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 *)L_2, (int32_t)L_6, (int32_t)L_7); if (!L_8) { goto IL_0021; } } { // return true; return (bool)1; } IL_0021: { // for (var i = 0; i < array.Length; ++i) int32_t L_9 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0025: { // for (var i = 0; i < array.Length; ++i) int32_t L_10 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = ___array0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_000f; } } { // return false; return (bool)0; } } // System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::Contains(TValue[],TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArrayHelpers_Contains_TisRuntimeObject_m0FA2B1E062E649226E51561B1A3F95A862BE6EDB_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, RuntimeObject * ___value1, const RuntimeMethod* method) { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * V_0 = NULL; int32_t V_1 = 0; { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return false; return (bool)0; } IL_0005: { // var comparer = EqualityComparer.Default; EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_1; L_1 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_1; // for (var i = 0; i < array.Length; ++i) V_1 = (int32_t)0; goto IL_0025; } IL_000f: { // if (comparer.Equals(array[i], value)) EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_2 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = ___array0; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; RuntimeObject * L_6 = (L_3)->GetAt(static_cast(L_5)); RuntimeObject * L_7 = ___value1; NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_2); bool L_8; L_8 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_2, (RuntimeObject *)L_6, (RuntimeObject *)L_7); if (!L_8) { goto IL_0021; } } { // return true; return (bool)1; } IL_0021: { // for (var i = 0; i < array.Length; ++i) int32_t L_9 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0025: { // for (var i = 0; i < array.Length; ++i) int32_t L_10 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = ___array0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_000f; } } { // return false; return (bool)0; } } // System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::ContainsReference(TValue[],TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArrayHelpers_ContainsReference_TisRuntimeObject_mA8435F0C321201FA81414C7DF45EEB88F4DC2F13_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, RuntimeObject * ___value1, const RuntimeMethod* method) { { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return false; return (bool)0; } IL_0005: { // return ContainsReference(array, array.Length, value); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___array0; NullCheck(L_2); RuntimeObject * L_3 = ___value1; bool L_4; L_4 = (( bool (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, int32_t, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (bool)L_4; } } // System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::ContainsReference(TFirst[],System.Int32,TSecond) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArrayHelpers_ContainsReference_TisRuntimeObject_TisRuntimeObject_m7F33434C42A0E4AC1B4565C2955C17A6F477B290_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___count1, RuntimeObject * ___value2, const RuntimeMethod* method) { { // return IndexOfReference(array, value, count) != -1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; RuntimeObject * L_1 = ___value2; int32_t L_2 = ___count1; int32_t L_3; L_3 = (( int32_t (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, RuntimeObject *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0, (RuntimeObject *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::ContainsReference(TFirst[],System.Int32,System.Int32,TSecond) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArrayHelpers_ContainsReference_TisRuntimeObject_TisRuntimeObject_m8F6448A0441E257DD1FEDCE0AD4B4A16AC6A1E09_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___startIndex1, int32_t ___count2, RuntimeObject * ___value3, const RuntimeMethod* method) { { // return IndexOfReference(array, value, startIndex, count) != -1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; RuntimeObject * L_1 = ___value3; int32_t L_2 = ___startIndex1; int32_t L_3 = ___count2; int32_t L_4; L_4 = (( int32_t (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, RuntimeObject *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0, (RuntimeObject *)L_1, (int32_t)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy>(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* ArrayHelpers_Copy_TisKeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB_mDD97CE7C6F03462463502BCCFFC723EEC1A8E170_gshared (KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* ___array0, const RuntimeMethod* method) { int32_t V_0 = 0; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* V_1 = NULL; { // if (array == null) KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return null; return (KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48*)NULL; } IL_0005: { // var length = array.Length; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_1 = ___array0; NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // var result = new TValue[length]; int32_t L_2 = V_0; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_3 = (KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48*)(KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_2); V_1 = (KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48*)L_3; // Array.Copy(array, result, length); KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_4 = ___array0; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_5 = V_1; int32_t L_6 = V_0; Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, /*hidden argument*/NULL); // return result; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_7 = V_1; return (KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48*)L_7; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* ArrayHelpers_Copy_TisGCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603_m526F6D90F8D04797C416D9E831FED1F904B4FA34_gshared (GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* ___array0, const RuntimeMethod* method) { int32_t V_0 = 0; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* V_1 = NULL; { // if (array == null) GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return null; return (GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3*)NULL; } IL_0005: { // var length = array.Length; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_1 = ___array0; NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // var result = new TValue[length]; int32_t L_2 = V_0; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_3 = (GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3*)(GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_2); V_1 = (GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3*)L_3; // Array.Copy(array, result, length); GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_4 = ___array0; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_5 = V_1; int32_t L_6 = V_0; Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, /*hidden argument*/NULL); // return result; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_7 = V_1; return (GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3*)L_7; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ArrayHelpers_Copy_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mC1CDEDB45D054BAD4C90C0D6B57376A9A48FBF5C_gshared (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___array0, const RuntimeMethod* method) { int32_t V_0 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; { // if (array == null) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return null; return (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)NULL; } IL_0005: { // var length = array.Length; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = ___array0; NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // var result = new TValue[length]; int32_t L_2 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_2); V_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_3; // Array.Copy(array, result, length); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = ___array0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = V_1; int32_t L_6 = V_0; Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, /*hidden argument*/NULL); // return result; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = V_1; return (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_7; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ArrayHelpers_Copy_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m911D0E1C172D319CF2FEB0621D29013389E81C37_gshared (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___array0, const RuntimeMethod* method) { int32_t V_0 = 0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* V_1 = NULL; { // if (array == null) InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return null; return (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)NULL; } IL_0005: { // var length = array.Length; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_1 = ___array0; NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // var result = new TValue[length]; int32_t L_2 = V_0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_3 = (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_2); V_1 = (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)L_3; // Array.Copy(array, result, length); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_4 = ___array0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_5 = V_1; int32_t L_6 = V_0; Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, /*hidden argument*/NULL); // return result; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_7 = V_1; return (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)L_7; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ArrayHelpers_Copy_TisRuntimeObject_mD9EC46D3449F92079D6D59511A12A4E25FA2D730_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, const RuntimeMethod* method) { int32_t V_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return null; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; } IL_0005: { // var length = array.Length; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___array0; NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // var result = new TValue[length]; int32_t L_2 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_2); V_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; // Array.Copy(array, result, length); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = V_1; int32_t L_6 = V_0; Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, /*hidden argument*/NULL); // return result; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = V_1; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_7; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* ArrayHelpers_Copy_TisPointerModel_t694B1146EE8307E8A4F003672E846E61E442860B_m7FC093F43CD0C5931E542DE9B7518DF848863518_gshared (PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* ___array0, const RuntimeMethod* method) { int32_t V_0 = 0; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* V_1 = NULL; { // if (array == null) PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return null; return (PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5*)NULL; } IL_0005: { // var length = array.Length; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_1 = ___array0; NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // var result = new TValue[length]; int32_t L_2 = V_0; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_3 = (PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5*)(PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_2); V_1 = (PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5*)L_3; // Array.Copy(array, result, length); PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_4 = ___array0; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_5 = V_1; int32_t L_6 = V_0; Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, /*hidden argument*/NULL); // return result; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_7 = V_1; return (PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5*)L_7; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* ArrayHelpers_Copy_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_m9E88E9872E118A9FD00D015345CC8D27163B9C0B_gshared (SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* ___array0, const RuntimeMethod* method) { int32_t V_0 = 0; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* V_1 = NULL; { // if (array == null) SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return null; return (SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0*)NULL; } IL_0005: { // var length = array.Length; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_1 = ___array0; NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // var result = new TValue[length]; int32_t L_2 = V_0; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_3 = (SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0*)(SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_2); V_1 = (SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0*)L_3; // Array.Copy(array, result, length); SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_4 = ___array0; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_5 = V_1; int32_t L_6 = V_0; Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, /*hidden argument*/NULL); // return result; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_7 = V_1; return (SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0*)L_7; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ArrayHelpers_Copy_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mA507D1F0DED8A4B7AB44AA6D3B3B0E8FFA3FE681_gshared (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___array0, const RuntimeMethod* method) { int32_t V_0 = 0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_1 = NULL; { // if (array == null) UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return null; return (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)NULL; } IL_0005: { // var length = array.Length; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_1 = ___array0; NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // var result = new TValue[length]; int32_t L_2 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_2); V_1 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)L_3; // Array.Copy(array, result, length); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___array0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = V_1; int32_t L_6 = V_0; Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, /*hidden argument*/NULL); // return result; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = V_1; return (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)L_7; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* ArrayHelpers_Copy_TisStateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391_mF3A0820E1F64ACE1E6CA86E9455FB216F0AB8538_gshared (StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* ___array0, const RuntimeMethod* method) { int32_t V_0 = 0; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* V_1 = NULL; { // if (array == null) StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return null; return (StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7*)NULL; } IL_0005: { // var length = array.Length; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_1 = ___array0; NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // var result = new TValue[length]; int32_t L_2 = V_0; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_3 = (StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7*)(StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_2); V_1 = (StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7*)L_3; // Array.Copy(array, result, length); StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_4 = ___array0; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_5 = V_1; int32_t L_6 = V_0; Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, /*hidden argument*/NULL); // return result; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_7 = V_1; return (StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7*)L_7; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* ArrayHelpers_Copy_TisOngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E_mBD703ECCBC528EF764DFE0A52991EF1C5346F4E8_gshared (OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* ___array0, const RuntimeMethod* method) { int32_t V_0 = 0; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* V_1 = NULL; { // if (array == null) OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return null; return (OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C*)NULL; } IL_0005: { // var length = array.Length; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_1 = ___array0; NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // var result = new TValue[length]; int32_t L_2 = V_0; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_3 = (OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C*)(OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_2); V_1 = (OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C*)L_3; // Array.Copy(array, result, length); OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_4 = ___array0; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_5 = V_1; int32_t L_6 = V_0; Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, /*hidden argument*/NULL); // return result; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_7 = V_1; return (OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C*)L_7; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* ArrayHelpers_Copy_TisOnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D_m93C82B0F85D2C647FD6E2586C1064E8696647F1A_gshared (OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* ___array0, const RuntimeMethod* method) { int32_t V_0 = 0; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* V_1 = NULL; { // if (array == null) OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return null; return (OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F*)NULL; } IL_0005: { // var length = array.Length; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_1 = ___array0; NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // var result = new TValue[length]; int32_t L_2 = V_0; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_3 = (OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F*)(OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_2); V_1 = (OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F*)L_3; // Array.Copy(array, result, length); OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_4 = ___array0; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_5 = V_1; int32_t L_6 = V_0; Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, /*hidden argument*/NULL); // return result; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_7 = V_1; return (OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F*)L_7; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::DuplicateWithCapacity(TValue[]&,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_DuplicateWithCapacity_TisRuntimeObject_m6B4654BB2D54C51902E7286BC472D882AF488C45_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t ___count1, int32_t ___capacity2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_0 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_0); if (L_1) { goto IL_0013; } } { // array = new TValue[Math.Max(capacity, capacityIncrement)]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_2 = ___array0; int32_t L_3 = ___capacity2; int32_t L_4 = ___capacityIncrement3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_5; L_5 = Math_Max_m709673BDF5D9264E61FEBBC4CE1038752523838D((int32_t)L_3, (int32_t)L_4, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_5); *((RuntimeObject **)L_2) = (RuntimeObject *)L_6; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_6); // return; return; } IL_0013: { // var newSize = count + Math.Max(capacity, capacityIncrement); int32_t L_7 = ___count1; int32_t L_8 = ___capacity2; int32_t L_9 = ___capacityIncrement3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Math_Max_m709673BDF5D9264E61FEBBC4CE1038752523838D((int32_t)L_8, (int32_t)L_9, /*hidden argument*/NULL); // var newArray = new TValue[newSize]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_10))); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_11; // Array.Copy(array, newArray, count); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_12 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_12); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = V_0; int32_t L_15 = ___count1; Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_13, (RuntimeArray *)(RuntimeArray *)L_14, (int32_t)L_15, /*hidden argument*/NULL); // array = newArray; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_16 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = V_0; *((RuntimeObject **)L_16) = (RuntimeObject *)L_17; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_16, (void*)(RuntimeObject *)L_17); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::DuplicateWithCapacity(TValue[]&,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_DuplicateWithCapacity_TisTouch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21_mB71B6BB8724D0AF01D215819669D9CC36CE7A8AD_gshared (TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA** ___array0, int32_t ___count1, int32_t ___capacity2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA* V_0 = NULL; { // if (array == null) TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA** L_0 = ___array0; TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA* L_1 = *((TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA**)L_0); if (L_1) { goto IL_0013; } } { // array = new TValue[Math.Max(capacity, capacityIncrement)]; TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA** L_2 = ___array0; int32_t L_3 = ___capacity2; int32_t L_4 = ___capacityIncrement3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_5; L_5 = Math_Max_m709673BDF5D9264E61FEBBC4CE1038752523838D((int32_t)L_3, (int32_t)L_4, /*hidden argument*/NULL); TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA* L_6 = (TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA*)(TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_5); *((RuntimeObject **)L_2) = (RuntimeObject *)L_6; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_6); // return; return; } IL_0013: { // var newSize = count + Math.Max(capacity, capacityIncrement); int32_t L_7 = ___count1; int32_t L_8 = ___capacity2; int32_t L_9 = ___capacityIncrement3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Math_Max_m709673BDF5D9264E61FEBBC4CE1038752523838D((int32_t)L_8, (int32_t)L_9, /*hidden argument*/NULL); // var newArray = new TValue[newSize]; TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA* L_11 = (TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA*)(TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_10))); V_0 = (TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA*)L_11; // Array.Copy(array, newArray, count); TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA** L_12 = ___array0; TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA* L_13 = *((TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA**)L_12); TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA* L_14 = V_0; int32_t L_15 = ___count1; Array_Copy_mDB95A273EF4E8A4BC2F5D25236E21AF6584F5F5D((RuntimeArray *)(RuntimeArray *)L_13, (RuntimeArray *)(RuntimeArray *)L_14, (int32_t)L_15, /*hidden argument*/NULL); // array = newArray; TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA** L_16 = ___array0; TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA* L_17 = V_0; *((RuntimeObject **)L_16) = (RuntimeObject *)L_17; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_16, (void*)(RuntimeObject *)L_17); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EnsureCapacity(TValue[]&,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EnsureCapacity_TisRuntimeObject_m4F1F2690E9C508C3FDE3239CD7FEA1CA26BD5E91_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t ___count1, int32_t ___capacity2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (capacity == 0) int32_t L_0 = ___capacity2; if (L_0) { goto IL_0004; } } { // return; return; } IL_0004: { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_1 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_1); if (L_2) { goto IL_0017; } } { // array = new TValue[Math.Max(capacity, capacityIncrement)]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_3 = ___array0; int32_t L_4 = ___capacity2; int32_t L_5 = ___capacityIncrement3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_6; L_6 = Math_Max_m709673BDF5D9264E61FEBBC4CE1038752523838D((int32_t)L_4, (int32_t)L_5, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_6); *((RuntimeObject **)L_3) = (RuntimeObject *)L_7; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)L_7); // return; return; } IL_0017: { // var currentCapacity = array.Length - count; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_8 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_8); NullCheck(L_9); int32_t L_10 = ___count1; // if (currentCapacity >= capacity) int32_t L_11 = ___capacity2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10))) < ((int32_t)L_11))) { goto IL_0021; } } { // return; return; } IL_0021: { // DuplicateWithCapacity(ref array, count, capacity, capacityIncrement); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_12 = ___array0; int32_t L_13 = ___count1; int32_t L_14 = ___capacity2; int32_t L_15 = ___capacityIncrement3; (( void (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_12, (int32_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EnsureCapacity(TValue[]&,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EnsureCapacity_TisTouch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21_m57E6C62E3E532FF690872C8C41383D2BA1E6335A_gshared (TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA** ___array0, int32_t ___count1, int32_t ___capacity2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (capacity == 0) int32_t L_0 = ___capacity2; if (L_0) { goto IL_0004; } } { // return; return; } IL_0004: { // if (array == null) TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA** L_1 = ___array0; TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA* L_2 = *((TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA**)L_1); if (L_2) { goto IL_0017; } } { // array = new TValue[Math.Max(capacity, capacityIncrement)]; TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA** L_3 = ___array0; int32_t L_4 = ___capacity2; int32_t L_5 = ___capacityIncrement3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_6; L_6 = Math_Max_m709673BDF5D9264E61FEBBC4CE1038752523838D((int32_t)L_4, (int32_t)L_5, /*hidden argument*/NULL); TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA* L_7 = (TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA*)(TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_6); *((RuntimeObject **)L_3) = (RuntimeObject *)L_7; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)L_7); // return; return; } IL_0017: { // var currentCapacity = array.Length - count; TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA** L_8 = ___array0; TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA* L_9 = *((TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA**)L_8); NullCheck(L_9); int32_t L_10 = ___count1; // if (currentCapacity >= capacity) int32_t L_11 = ___capacity2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10))) < ((int32_t)L_11))) { goto IL_0021; } } { // return; return; } IL_0021: { // DuplicateWithCapacity(ref array, count, capacity, capacityIncrement); TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA** L_12 = ___array0; int32_t L_13 = ___count1; int32_t L_14 = ___capacity2; int32_t L_15 = ___capacityIncrement3; (( void (*) (TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA**, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA**)(TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA**)L_12, (int32_t)L_13, (int32_t)L_14, (int32_t)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // } return; } } // System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::Erase(TValue[]&,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArrayHelpers_Erase_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mACB3371E19E1C16B0F2FA725CBE97103954E4CF3_gshared (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** ___array0, int32_t ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { // var index = IndexOf(array, value); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_0 = ___array0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = *((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_0); int32_t L_2 = ___value1; int32_t L_3; L_3 = (( int32_t (*) (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_1, (int32_t)L_2, (int32_t)0, (int32_t)(-1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)L_3; // if (index != -1) int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0018; } } { // EraseAt(ref array, index); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_5 = ___array0; int32_t L_6 = V_0; (( void (*) (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // return true; return (bool)1; } IL_0018: { // return false; return (bool)0; } } // System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::Erase(TValue[]&,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArrayHelpers_Erase_TisRuntimeObject_m4A4C7209E39059B810C6155307C5309963BC611C_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, RuntimeObject * ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { // var index = IndexOf(array, value); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_0 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_0); RuntimeObject * L_2 = ___value1; int32_t L_3; L_3 = (( int32_t (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, RuntimeObject *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1, (RuntimeObject *)L_2, (int32_t)0, (int32_t)(-1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)L_3; // if (index != -1) int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0018; } } { // EraseAt(ref array, index); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_5 = ___array0; int32_t L_6 = V_0; (( void (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // return true; return (bool)1; } IL_0018: { // return false; return (bool)0; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAt(TValue[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAt_TisInputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_mDE9DB34B792C8660B80E3FE5B86CFA1A950157D3_gshared (InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; { // var length = array.Length; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** L_0 = ___array0; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_1 = *((InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**)L_0); NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // if (index == 0 && length == 1) int32_t L_2 = ___index1; if (L_2) { goto IL_0010; } } { int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0010; } } { // array = null; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** L_4 = ___array0; *((RuntimeObject **)L_4) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)NULL); // return; return; } IL_0010: { // if (index < length - 1) int32_t L_5 = ___index1; int32_t L_6 = V_0; if ((((int32_t)L_5) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))))) { goto IL_0028; } } { // Array.Copy(array, index + 1, array, index, length - index - 1); InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** L_7 = ___array0; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_8 = *((InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**)L_7); int32_t L_9 = ___index1; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** L_10 = ___array0; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_11 = *((InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**)L_10); int32_t L_12 = ___index1; int32_t L_13 = V_0; int32_t L_14 = ___index1; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_8, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_11, (int32_t)L_12, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)), (int32_t)1)), /*hidden argument*/NULL); } IL_0028: { // Array.Resize(ref array, length - 1); InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** L_15 = ___array0; int32_t L_16 = V_0; (( void (*) (InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**)(InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**)L_15, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAt(TValue[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAt_TisInputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_mE4864A590109719ED6091228482F8D9A96592E82_gshared (InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD** ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; { // var length = array.Length; InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD** L_0 = ___array0; InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* L_1 = *((InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD**)L_0); NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // if (index == 0 && length == 1) int32_t L_2 = ___index1; if (L_2) { goto IL_0010; } } { int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0010; } } { // array = null; InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD** L_4 = ___array0; *((RuntimeObject **)L_4) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)NULL); // return; return; } IL_0010: { // if (index < length - 1) int32_t L_5 = ___index1; int32_t L_6 = V_0; if ((((int32_t)L_5) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))))) { goto IL_0028; } } { // Array.Copy(array, index + 1, array, index, length - index - 1); InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD** L_7 = ___array0; InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* L_8 = *((InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD**)L_7); int32_t L_9 = ___index1; InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD** L_10 = ___array0; InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* L_11 = *((InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD**)L_10); int32_t L_12 = ___index1; int32_t L_13 = V_0; int32_t L_14 = ___index1; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_8, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_11, (int32_t)L_12, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)), (int32_t)1)), /*hidden argument*/NULL); } IL_0028: { // Array.Resize(ref array, length - 1); InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD** L_15 = ___array0; int32_t L_16 = V_0; (( void (*) (InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD**)(InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD**)L_15, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAt(TValue[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAt_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m81634EA35683C4FA0EE90992CB8A4DC667720A97_gshared (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; { // var length = array.Length; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_0 = ___array0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = *((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_0); NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // if (index == 0 && length == 1) int32_t L_2 = ___index1; if (L_2) { goto IL_0010; } } { int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0010; } } { // array = null; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_4 = ___array0; *((RuntimeObject **)L_4) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)NULL); // return; return; } IL_0010: { // if (index < length - 1) int32_t L_5 = ___index1; int32_t L_6 = V_0; if ((((int32_t)L_5) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))))) { goto IL_0028; } } { // Array.Copy(array, index + 1, array, index, length - index - 1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_7 = ___array0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = *((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_7); int32_t L_9 = ___index1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_10 = ___array0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = *((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_10); int32_t L_12 = ___index1; int32_t L_13 = V_0; int32_t L_14 = ___index1; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_8, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_11, (int32_t)L_12, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)), (int32_t)1)), /*hidden argument*/NULL); } IL_0028: { // Array.Resize(ref array, length - 1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** L_15 = ___array0; int32_t L_16 = V_0; (( void (*) (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32**)L_15, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAt(TValue[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAt_TisRuntimeObject_m1DB947387529644FB250E06DEDFAAB62D5700CBA_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; { // var length = array.Length; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_0 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_0); NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // if (index == 0 && length == 1) int32_t L_2 = ___index1; if (L_2) { goto IL_0010; } } { int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0010; } } { // array = null; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_4 = ___array0; *((RuntimeObject **)L_4) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)NULL); // return; return; } IL_0010: { // if (index < length - 1) int32_t L_5 = ___index1; int32_t L_6 = V_0; if ((((int32_t)L_5) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))))) { goto IL_0028; } } { // Array.Copy(array, index + 1, array, index, length - index - 1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_7 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_7); int32_t L_9 = ___index1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_10 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_10); int32_t L_12 = ___index1; int32_t L_13 = V_0; int32_t L_14 = ___index1; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_8, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_11, (int32_t)L_12, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)), (int32_t)1)), /*hidden argument*/NULL); } IL_0028: { // Array.Resize(ref array, length - 1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_15 = ___array0; int32_t L_16 = V_0; (( void (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_15, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAt(TValue[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAt_TisRemoteSender_t93CD189B309CDCE886C77992DA436B2EF006401C_mC86E7943E8E31C7EDD7A77D62CBE5D54CAA8B20A_gshared (RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D** ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; { // var length = array.Length; RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D** L_0 = ___array0; RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D* L_1 = *((RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D**)L_0); NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // if (index == 0 && length == 1) int32_t L_2 = ___index1; if (L_2) { goto IL_0010; } } { int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0010; } } { // array = null; RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D** L_4 = ___array0; *((RuntimeObject **)L_4) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)NULL); // return; return; } IL_0010: { // if (index < length - 1) int32_t L_5 = ___index1; int32_t L_6 = V_0; if ((((int32_t)L_5) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))))) { goto IL_0028; } } { // Array.Copy(array, index + 1, array, index, length - index - 1); RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D** L_7 = ___array0; RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D* L_8 = *((RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D**)L_7); int32_t L_9 = ___index1; RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D** L_10 = ___array0; RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D* L_11 = *((RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D**)L_10); int32_t L_12 = ___index1; int32_t L_13 = V_0; int32_t L_14 = ___index1; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_8, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_11, (int32_t)L_12, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)), (int32_t)1)), /*hidden argument*/NULL); } IL_0028: { // Array.Resize(ref array, length - 1); RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D** L_15 = ___array0; int32_t L_16 = V_0; (( void (*) (RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D**)(RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D**)L_15, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtByMovingTail>(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtByMovingTail_TisKeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB_mEBB5093A8A83C6E3FED470DA99E6AF4988650F98_gshared (KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index != count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // array[index] = array[count - 1]; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_3 = ___array0; int32_t L_4 = ___index2; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_5 = ___array0; int32_t* L_6 = ___count1; int32_t L_7 = *((int32_t*)L_6); NullCheck(L_5); int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB L_9 = (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB )(L_5)->GetAt(static_cast(L_8)); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB )L_9); } IL_0018: { // if (count >= 1) int32_t* L_10 = ___count1; int32_t L_11 = *((int32_t*)L_10); if ((((int32_t)L_11) < ((int32_t)1))) { goto IL_0030; } } { // array[count - 1] = default; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_12 = ___array0; int32_t* L_13 = ___count1; int32_t L_14 = *((int32_t*)L_13); il2cpp_codegen_initobj((&V_0), sizeof(KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB )); KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))), (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB )L_15); } IL_0030: { // --count; int32_t* L_16 = ___count1; int32_t* L_17 = ___count1; int32_t L_18 = *((int32_t*)L_17); *((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtByMovingTail(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtByMovingTail_TisGCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603_m18C2A59133393BF7CD7FE1B4E1892737FF1A51C8_gshared (GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index != count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // array[index] = array[count - 1]; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_3 = ___array0; int32_t L_4 = ___index2; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_5 = ___array0; int32_t* L_6 = ___count1; int32_t L_7 = *((int32_t*)L_6); NullCheck(L_5); int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_9 = (L_5)->GetAt(static_cast(L_8)); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 )L_9); } IL_0018: { // if (count >= 1) int32_t* L_10 = ___count1; int32_t L_11 = *((int32_t*)L_10); if ((((int32_t)L_11) < ((int32_t)1))) { goto IL_0030; } } { // array[count - 1] = default; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_12 = ___array0; int32_t* L_13 = ___count1; int32_t L_14 = *((int32_t*)L_13); il2cpp_codegen_initobj((&V_0), sizeof(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 )); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))), (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 )L_15); } IL_0030: { // --count; int32_t* L_16 = ___count1; int32_t* L_17 = ___count1; int32_t L_18 = *((int32_t*)L_17); *((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtByMovingTail(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtByMovingTail_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m5DA44E1300A503C8C4D0C60C581E35F56E0E6142_gshared (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (index != count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // array[index] = array[count - 1]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = ___array0; int32_t L_4 = ___index2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = ___array0; int32_t* L_6 = ___count1; int32_t L_7 = *((int32_t*)L_6); NullCheck(L_5); int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); int32_t L_9 = (L_5)->GetAt(static_cast(L_8)); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (int32_t)L_9); } IL_0018: { // if (count >= 1) int32_t* L_10 = ___count1; int32_t L_11 = *((int32_t*)L_10); if ((((int32_t)L_11) < ((int32_t)1))) { goto IL_0030; } } { // array[count - 1] = default; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = ___array0; int32_t* L_13 = ___count1; int32_t L_14 = *((int32_t*)L_13); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))), (int32_t)L_15); } IL_0030: { // --count; int32_t* L_16 = ___count1; int32_t* L_17 = ___count1; int32_t L_18 = *((int32_t*)L_17); *((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtByMovingTail(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtByMovingTail_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m9E2926CBC9F83F524AD17B8C0F41741D106A532E_gshared (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index != count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // array[index] = array[count - 1]; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_3 = ___array0; int32_t L_4 = ___index2; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_5 = ___array0; int32_t* L_6 = ___count1; int32_t L_7 = *((int32_t*)L_6); NullCheck(L_5); int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_9 = (L_5)->GetAt(static_cast(L_8)); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_9); } IL_0018: { // if (count >= 1) int32_t* L_10 = ___count1; int32_t L_11 = *((int32_t*)L_10); if ((((int32_t)L_11) < ((int32_t)1))) { goto IL_0030; } } { // array[count - 1] = default; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_12 = ___array0; int32_t* L_13 = ___count1; int32_t L_14 = *((int32_t*)L_13); il2cpp_codegen_initobj((&V_0), sizeof(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))), (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_15); } IL_0030: { // --count; int32_t* L_16 = ___count1; int32_t* L_17 = ___count1; int32_t L_18 = *((int32_t*)L_17); *((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtByMovingTail(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtByMovingTail_TisRuntimeObject_m78DF2921D7061C2CDB7B5D1C7C0857472BE7CD3E_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { // if (index != count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // array[index] = array[count - 1]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = ___array0; int32_t L_4 = ___index2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = ___array0; int32_t* L_6 = ___count1; int32_t L_7 = *((int32_t*)L_6); NullCheck(L_5); int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); RuntimeObject * L_9 = (L_5)->GetAt(static_cast(L_8)); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (RuntimeObject *)L_9); } IL_0018: { // if (count >= 1) int32_t* L_10 = ___count1; int32_t L_11 = *((int32_t*)L_10); if ((((int32_t)L_11) < ((int32_t)1))) { goto IL_0030; } } { // array[count - 1] = default; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = ___array0; int32_t* L_13 = ___count1; int32_t L_14 = *((int32_t*)L_13); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))), (RuntimeObject *)L_15); } IL_0030: { // --count; int32_t* L_16 = ___count1; int32_t* L_17 = ___count1; int32_t L_18 = *((int32_t*)L_17); *((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtByMovingTail(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtByMovingTail_TisPointerModel_t694B1146EE8307E8A4F003672E846E61E442860B_m68EE1A4AD4F1D5744C04B3B017844082A4A618D4_gshared (PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index != count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // array[index] = array[count - 1]; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_3 = ___array0; int32_t L_4 = ___index2; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_5 = ___array0; int32_t* L_6 = ___count1; int32_t L_7 = *((int32_t*)L_6); NullCheck(L_5); int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B L_9 = (L_5)->GetAt(static_cast(L_8)); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B )L_9); } IL_0018: { // if (count >= 1) int32_t* L_10 = ___count1; int32_t L_11 = *((int32_t*)L_10); if ((((int32_t)L_11) < ((int32_t)1))) { goto IL_0030; } } { // array[count - 1] = default; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_12 = ___array0; int32_t* L_13 = ___count1; int32_t L_14 = *((int32_t*)L_13); il2cpp_codegen_initobj((&V_0), sizeof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B )); PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))), (PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B )L_15); } IL_0030: { // --count; int32_t* L_16 = ___count1; int32_t* L_17 = ___count1; int32_t L_18 = *((int32_t*)L_17); *((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtByMovingTail(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtByMovingTail_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_m735CD011317DCD73AA767F3B36A24FD824FF7437_gshared (SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index != count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // array[index] = array[count - 1]; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_3 = ___array0; int32_t L_4 = ___index2; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_5 = ___array0; int32_t* L_6 = ___count1; int32_t L_7 = *((int32_t*)L_6); NullCheck(L_5); int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F L_9 = (L_5)->GetAt(static_cast(L_8)); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F )L_9); } IL_0018: { // if (count >= 1) int32_t* L_10 = ___count1; int32_t L_11 = *((int32_t*)L_10); if ((((int32_t)L_11) < ((int32_t)1))) { goto IL_0030; } } { // array[count - 1] = default; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_12 = ___array0; int32_t* L_13 = ___count1; int32_t L_14 = *((int32_t*)L_13); il2cpp_codegen_initobj((&V_0), sizeof(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F )); Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))), (Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F )L_15); } IL_0030: { // --count; int32_t* L_16 = ___count1; int32_t* L_17 = ___count1; int32_t L_18 = *((int32_t*)L_17); *((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtByMovingTail(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtByMovingTail_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m14FE8A06748718A52A7501152C59848C133A8CC9_gshared (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { uint64_t V_0 = 0; { // if (index != count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // array[index] = array[count - 1]; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ___array0; int32_t L_4 = ___index2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___array0; int32_t* L_6 = ___count1; int32_t L_7 = *((int32_t*)L_6); NullCheck(L_5); int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); uint64_t L_9 = (L_5)->GetAt(static_cast(L_8)); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (uint64_t)L_9); } IL_0018: { // if (count >= 1) int32_t* L_10 = ___count1; int32_t L_11 = *((int32_t*)L_10); if ((((int32_t)L_11) < ((int32_t)1))) { goto IL_0030; } } { // array[count - 1] = default; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_12 = ___array0; int32_t* L_13 = ___count1; int32_t L_14 = *((int32_t*)L_13); il2cpp_codegen_initobj((&V_0), sizeof(uint64_t)); uint64_t L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))), (uint64_t)L_15); } IL_0030: { // --count; int32_t* L_16 = ___count1; int32_t* L_17 = ___count1; int32_t L_18 = *((int32_t*)L_17); *((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtByMovingTail(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtByMovingTail_TisStateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391_mE18DB30BA9D852029ECAD1EF65450BBA4CAEB140_gshared (StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index != count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // array[index] = array[count - 1]; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_3 = ___array0; int32_t L_4 = ___index2; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_5 = ___array0; int32_t* L_6 = ___count1; int32_t L_7 = *((int32_t*)L_6); NullCheck(L_5); int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 L_9 = (L_5)->GetAt(static_cast(L_8)); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 )L_9); } IL_0018: { // if (count >= 1) int32_t* L_10 = ___count1; int32_t L_11 = *((int32_t*)L_10); if ((((int32_t)L_11) < ((int32_t)1))) { goto IL_0030; } } { // array[count - 1] = default; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_12 = ___array0; int32_t* L_13 = ___count1; int32_t L_14 = *((int32_t*)L_13); il2cpp_codegen_initobj((&V_0), sizeof(StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 )); StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))), (StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 )L_15); } IL_0030: { // --count; int32_t* L_16 = ___count1; int32_t* L_17 = ___count1; int32_t L_18 = *((int32_t*)L_17); *((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtByMovingTail(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtByMovingTail_TisOngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E_m7B003BB5DD65FA887993269CBDD20F28A466B8B2_gshared (OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index != count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // array[index] = array[count - 1]; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_3 = ___array0; int32_t L_4 = ___index2; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_5 = ___array0; int32_t* L_6 = ___count1; int32_t L_7 = *((int32_t*)L_6); NullCheck(L_5); int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E L_9 = (L_5)->GetAt(static_cast(L_8)); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E )L_9); } IL_0018: { // if (count >= 1) int32_t* L_10 = ___count1; int32_t L_11 = *((int32_t*)L_10); if ((((int32_t)L_11) < ((int32_t)1))) { goto IL_0030; } } { // array[count - 1] = default; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_12 = ___array0; int32_t* L_13 = ___count1; int32_t L_14 = *((int32_t*)L_13); il2cpp_codegen_initobj((&V_0), sizeof(OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E )); OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))), (OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E )L_15); } IL_0030: { // --count; int32_t* L_16 = ___count1; int32_t* L_17 = ___count1; int32_t L_18 = *((int32_t*)L_17); *((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtByMovingTail(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtByMovingTail_TisOnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D_m03C184F9B9F6B2AA724BFCE66A574ADB42B5EA32_gshared (OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index != count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // array[index] = array[count - 1]; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_3 = ___array0; int32_t L_4 = ___index2; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_5 = ___array0; int32_t* L_6 = ___count1; int32_t L_7 = *((int32_t*)L_6); NullCheck(L_5); int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D L_9 = (L_5)->GetAt(static_cast(L_8)); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D )L_9); } IL_0018: { // if (count >= 1) int32_t* L_10 = ___count1; int32_t L_11 = *((int32_t*)L_10); if ((((int32_t)L_11) < ((int32_t)1))) { goto IL_0030; } } { // array[count - 1] = default; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_12 = ___array0; int32_t* L_13 = ___count1; int32_t L_14 = *((int32_t*)L_13); il2cpp_codegen_initobj((&V_0), sizeof(OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D )); OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1))), (OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D )L_15); } IL_0030: { // --count; int32_t* L_16 = ___count1; int32_t* L_17 = ___count1; int32_t L_18 = *((int32_t*)L_17); *((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity>(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisKeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB_m32AAA57A36B3FEE232F279C330DF49463F1797CE_gshared (KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // Array.Copy(array, index + 1, array, index, count - index - 1); KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_3 = ___array0; int32_t L_4 = ___index2; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_5 = ___array0; int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); int32_t L_9 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0018: { // array[count - 1] = default; // Tail has been moved down by one. KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_10 = ___array0; int32_t* L_11 = ___count1; int32_t L_12 = *((int32_t*)L_11); il2cpp_codegen_initobj((&V_0), sizeof(KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB )); KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))), (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB )L_13); // --count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisGCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603_m3C84EF74AA65BD6FAF07BF347085EACC8AE14DBF_gshared (GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // Array.Copy(array, index + 1, array, index, count - index - 1); GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_3 = ___array0; int32_t L_4 = ___index2; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_5 = ___array0; int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); int32_t L_9 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0018: { // array[count - 1] = default; // Tail has been moved down by one. GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_10 = ___array0; int32_t* L_11 = ___count1; int32_t L_12 = *((int32_t*)L_11); il2cpp_codegen_initobj((&V_0), sizeof(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 )); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))), (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 )L_13); // --count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisInputUser_t24563658CE23969C25DE4C0BF21F192443AE379A_mAE00424214A1911C346EF721B5622589A5C976CE_gshared (InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // Array.Copy(array, index + 1, array, index, count - index - 1); InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7* L_3 = ___array0; int32_t L_4 = ___index2; InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7* L_5 = ___array0; int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); int32_t L_9 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0018: { // array[count - 1] = default; // Tail has been moved down by one. InputUserU5BU5D_tE46EC3FAD1D93FC55C7CFF671B0CD166AF788CA7* L_10 = ___array0; int32_t* L_11 = ___count1; int32_t L_12 = *((int32_t*)L_11); il2cpp_codegen_initobj((&V_0), sizeof(InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A )); InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))), (InputUser_t24563658CE23969C25DE4C0BF21F192443AE379A )L_13); // --count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m3402B76A809804B8EC80545A7D80F157E3F781CD_gshared (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // Array.Copy(array, index + 1, array, index, count - index - 1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = ___array0; int32_t L_4 = ___index2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = ___array0; int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); int32_t L_9 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0018: { // array[count - 1] = default; // Tail has been moved down by one. Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = ___array0; int32_t* L_11 = ___count1; int32_t L_12 = *((int32_t*)L_11); il2cpp_codegen_initobj((&V_0), sizeof(int32_t)); int32_t L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))), (int32_t)L_13); // --count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m356D1583E6778A5BA6E017459F85FEB17A817BD3_gshared (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // Array.Copy(array, index + 1, array, index, count - index - 1); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_3 = ___array0; int32_t L_4 = ___index2; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_5 = ___array0; int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); int32_t L_9 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0018: { // array[count - 1] = default; // Tail has been moved down by one. InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_10 = ___array0; int32_t* L_11 = ___count1; int32_t L_12 = *((int32_t*)L_11); il2cpp_codegen_initobj((&V_0), sizeof(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))), (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_13); // --count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisRuntimeObject_m453548DEF5D8CA10274D9A007D08102B4ED37759_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // Array.Copy(array, index + 1, array, index, count - index - 1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = ___array0; int32_t L_4 = ___index2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = ___array0; int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); int32_t L_9 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0018: { // array[count - 1] = default; // Tail has been moved down by one. ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = ___array0; int32_t* L_11 = ___count1; int32_t L_12 = *((int32_t*)L_11); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))), (RuntimeObject *)L_13); // --count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisPointerModel_t694B1146EE8307E8A4F003672E846E61E442860B_m2B4418900F75DE9B11F7752BF3E0A5A3AE44086D_gshared (PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // Array.Copy(array, index + 1, array, index, count - index - 1); PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_3 = ___array0; int32_t L_4 = ___index2; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_5 = ___array0; int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); int32_t L_9 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0018: { // array[count - 1] = default; // Tail has been moved down by one. PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_10 = ___array0; int32_t* L_11 = ___count1; int32_t L_12 = *((int32_t*)L_11); il2cpp_codegen_initobj((&V_0), sizeof(PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B )); PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))), (PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B )L_13); // --count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m460726356B347DFBD97068DEC3AF0AB36EFF593B_gshared (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { float V_0 = 0.0f; { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // Array.Copy(array, index + 1, array, index, count - index - 1); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_3 = ___array0; int32_t L_4 = ___index2; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_5 = ___array0; int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); int32_t L_9 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0018: { // array[count - 1] = default; // Tail has been moved down by one. SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_10 = ___array0; int32_t* L_11 = ___count1; int32_t L_12 = *((int32_t*)L_11); il2cpp_codegen_initobj((&V_0), sizeof(float)); float L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))), (float)L_13); // --count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_m7C7D357C3EBFD64FB8916BE3F4EDFD7C7E94EC9A_gshared (SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // Array.Copy(array, index + 1, array, index, count - index - 1); SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_3 = ___array0; int32_t L_4 = ___index2; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_5 = ___array0; int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); int32_t L_9 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0018: { // array[count - 1] = default; // Tail has been moved down by one. SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_10 = ___array0; int32_t* L_11 = ___count1; int32_t L_12 = *((int32_t*)L_11); il2cpp_codegen_initobj((&V_0), sizeof(Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F )); Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))), (Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F )L_13); // --count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(Unity.Collections.NativeArray`1,System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mA6E2EB6549A46F0A47E22D34823C9134DD29CB1A_gshared (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { int32_t V_0 = 0; uint8_t* V_1 = NULL; { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_002e; } } { // var elementSize = UnsafeUtility.SizeOf(); int32_t L_3; L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)L_3; // var arrayPtr = (byte*)array.GetUnsafePtr(); NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B L_4 = ___array0; void* L_5; L_5 = (( void* (*) (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_1 = (uint8_t*)L_5; // UnsafeUtility.MemCpy(arrayPtr + elementSize * index, arrayPtr + elementSize * (index + 1), // (count - index - 1) * elementSize); uint8_t* L_6 = V_1; int32_t L_7 = V_0; int32_t L_8 = ___index2; uint8_t* L_9 = V_1; int32_t L_10 = V_0; int32_t L_11 = ___index2; int32_t* L_12 = ___count1; int32_t L_13 = *((int32_t*)L_12); int32_t L_14 = ___index2; int32_t L_15 = V_0; UnsafeUtility_MemCpy_mA8E186A63FE9CE463F95E5C5FF1C5F1B4E84F90E((void*)(void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)L_8)))), (void*)(void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)))))), (int64_t)((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)), (int32_t)1)), (int32_t)L_15)))), /*hidden argument*/NULL); } IL_002e: { // --count; int32_t* L_16 = ___count1; int32_t* L_17 = ___count1; int32_t L_18 = *((int32_t*)L_17); *((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mA5CF475A0A483E7DD7DA89A3608297786917A3F3_gshared (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { uint64_t V_0 = 0; { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // Array.Copy(array, index + 1, array, index, count - index - 1); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_3 = ___array0; int32_t L_4 = ___index2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_5 = ___array0; int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); int32_t L_9 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0018: { // array[count - 1] = default; // Tail has been moved down by one. UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_10 = ___array0; int32_t* L_11 = ___count1; int32_t L_12 = *((int32_t*)L_11); il2cpp_codegen_initobj((&V_0), sizeof(uint64_t)); uint64_t L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))), (uint64_t)L_13); // --count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m1D169B6AB51D932197A9A886CAED202F6591E7EA_gshared (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // Array.Copy(array, index + 1, array, index, count - index - 1); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_3 = ___array0; int32_t L_4 = ___index2; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_5 = ___array0; int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); int32_t L_9 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0018: { // array[count - 1] = default; // Tail has been moved down by one. Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_10 = ___array0; int32_t* L_11 = ___count1; int32_t L_12 = *((int32_t*)L_11); il2cpp_codegen_initobj((&V_0), sizeof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))), (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_13); // --count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisAvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D_mC10F77228033C2ECC47DEBAA7EF45C5861758982_gshared (AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // Array.Copy(array, index + 1, array, index, count - index - 1); AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330* L_3 = ___array0; int32_t L_4 = ___index2; AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330* L_5 = ___array0; int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); int32_t L_9 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0018: { // array[count - 1] = default; // Tail has been moved down by one. AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330* L_10 = ___array0; int32_t* L_11 = ___count1; int32_t L_12 = *((int32_t*)L_11); il2cpp_codegen_initobj((&V_0), sizeof(AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D )); AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))), (AvailableDevice_tE0BCFEA231DCDD7389B02316CF442D9AD92B6B7D )L_13); // --count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisStateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757_m838ED52068AE104603FB0EDEF1C1CD8347FC4BCF_gshared (StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // Array.Copy(array, index + 1, array, index, count - index - 1); StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* L_3 = ___array0; int32_t L_4 = ___index2; StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* L_5 = ___array0; int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); int32_t L_9 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0018: { // array[count - 1] = default; // Tail has been moved down by one. StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* L_10 = ___array0; int32_t* L_11 = ___count1; int32_t L_12 = *((int32_t*)L_11); il2cpp_codegen_initobj((&V_0), sizeof(StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 )); StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))), (StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 )L_13); // --count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisStateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391_m5F87AC9357B24490D8A6EB6DC6726B5A91A94309_gshared (StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // Array.Copy(array, index + 1, array, index, count - index - 1); StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_3 = ___array0; int32_t L_4 = ___index2; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_5 = ___array0; int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); int32_t L_9 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0018: { // array[count - 1] = default; // Tail has been moved down by one. StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_10 = ___array0; int32_t* L_11 = ___count1; int32_t L_12 = *((int32_t*)L_11); il2cpp_codegen_initobj((&V_0), sizeof(StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 )); StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))), (StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 )L_13); // --count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisStateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0_mFD30A7FB5FCDAC45EA4F3388F8AB79D9E295ED6F_gshared (StateChangeMonitorsForDeviceU5BU5D_t4C364C88ABDD3FE860869EA9B64A5686D241B4FE* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // Array.Copy(array, index + 1, array, index, count - index - 1); StateChangeMonitorsForDeviceU5BU5D_t4C364C88ABDD3FE860869EA9B64A5686D241B4FE* L_3 = ___array0; int32_t L_4 = ___index2; StateChangeMonitorsForDeviceU5BU5D_t4C364C88ABDD3FE860869EA9B64A5686D241B4FE* L_5 = ___array0; int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); int32_t L_9 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0018: { // array[count - 1] = default; // Tail has been moved down by one. StateChangeMonitorsForDeviceU5BU5D_t4C364C88ABDD3FE860869EA9B64A5686D241B4FE* L_10 = ___array0; int32_t* L_11 = ___count1; int32_t L_12 = *((int32_t*)L_11); il2cpp_codegen_initobj((&V_0), sizeof(StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0 )); StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0 L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))), (StateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0 )L_13); // --count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisOngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E_m3D037BF7E90B8B6D07C02962A35FFDEB3B9C75C6_gshared (OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // Array.Copy(array, index + 1, array, index, count - index - 1); OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_3 = ___array0; int32_t L_4 = ___index2; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_5 = ___array0; int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); int32_t L_9 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0018: { // array[count - 1] = default; // Tail has been moved down by one. OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_10 = ___array0; int32_t* L_11 = ___count1; int32_t L_12 = *((int32_t*)L_11); il2cpp_codegen_initobj((&V_0), sizeof(OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E )); OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))), (OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E )L_13); // --count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisUserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C_m9576CC1B5EEEF1044C2A4A9B45BA945156FD1E34_gshared (UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // Array.Copy(array, index + 1, array, index, count - index - 1); UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B* L_3 = ___array0; int32_t L_4 = ___index2; UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B* L_5 = ___array0; int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); int32_t L_9 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0018: { // array[count - 1] = default; // Tail has been moved down by one. UserDataU5BU5D_tAAAE98ECE97118B421596A7C5E54DB9ABF2E047B* L_10 = ___array0; int32_t* L_11 = ___count1; int32_t L_12 = *((int32_t*)L_11); il2cpp_codegen_initobj((&V_0), sizeof(UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C )); UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))), (UserData_t2EC376B983DBA60C3F52B78EE7E77CE78C72D79C )L_13); // --count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisBitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0_m60444B4131851A54E921C04FE9219E5413138EA3_gshared (BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // Array.Copy(array, index + 1, array, index, count - index - 1); BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B* L_3 = ___array0; int32_t L_4 = ___index2; BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B* L_5 = ___array0; int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); int32_t L_9 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0018: { // array[count - 1] = default; // Tail has been moved down by one. BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B* L_10 = ___array0; int32_t* L_11 = ___count1; int32_t L_12 = *((int32_t*)L_11); il2cpp_codegen_initobj((&V_0), sizeof(BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 )); BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))), (BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 )L_13); // --count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAtWithCapacity(TValue[],System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAtWithCapacity_TisOnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D_mCAB319C2DA35D8450EDE94E0080491BF3E0AD954_gshared (OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* ___array0, int32_t* ___count1, int32_t ___index2, const RuntimeMethod* method) { OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D V_0; memset((&V_0), 0, sizeof(V_0)); { // if (index < count - 1) int32_t L_0 = ___index2; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))) { goto IL_0018; } } { // Array.Copy(array, index + 1, array, index, count - index - 1); OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_3 = ___array0; int32_t L_4 = ___index2; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_5 = ___array0; int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); int32_t L_9 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_3, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL); } IL_0018: { // array[count - 1] = default; // Tail has been moved down by one. OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_10 = ___array0; int32_t* L_11 = ___count1; int32_t L_12 = *((int32_t*)L_11); il2cpp_codegen_initobj((&V_0), sizeof(OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D )); OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))), (OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D )L_13); // --count; int32_t* L_14 = ___count1; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseSliceWithCapacity(TValue[]&,System.Int32&,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseSliceWithCapacity_TisRuntimeObject_m3A71E45B4A033160BE0F8CDB069B8DA4BDF90373_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t* ___length1, int32_t ___index2, int32_t ___count3, const RuntimeMethod* method) { int32_t V_0 = 0; RuntimeObject * V_1 = NULL; { // if (count < length) int32_t L_0 = ___count3; int32_t* L_1 = ___length1; int32_t L_2 = *((int32_t*)L_1); if ((((int32_t)L_0) >= ((int32_t)L_2))) { goto IL_0018; } } { // Array.Copy(array, index + count, array, index, length - index - count); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_3 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_3); int32_t L_5 = ___index2; int32_t L_6 = ___count3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_7 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_7); int32_t L_9 = ___index2; int32_t* L_10 = ___length1; int32_t L_11 = *((int32_t*)L_10); int32_t L_12 = ___index2; int32_t L_13 = ___count3; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_4, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (RuntimeArray *)(RuntimeArray *)L_8, (int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)), (int32_t)L_13)), /*hidden argument*/NULL); } IL_0018: { // for (var i = 0; i < count; ++i) V_0 = (int32_t)0; goto IL_0036; } IL_001c: { // array[length - i - 1] = default; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_14 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_14); int32_t* L_16 = ___length1; int32_t L_17 = *((int32_t*)L_16); int32_t L_18 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(RuntimeObject *)); RuntimeObject * L_19 = V_1; NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)), (int32_t)1))), (RuntimeObject *)L_19); // for (var i = 0; i < count; ++i) int32_t L_20 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0036: { // for (var i = 0; i < count; ++i) int32_t L_21 = V_0; int32_t L_22 = ___count3; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_001c; } } { // length -= count; int32_t* L_23 = ___length1; int32_t* L_24 = ___length1; int32_t L_25 = *((int32_t*)L_24); int32_t L_26 = ___count3; *((int32_t*)L_23) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_26)); // } return; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::GrowBy(TValue[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_GrowBy_TisRuntimeObject_mD01E6DAF82158042D2AA3E98F7EDE4B6AC3CAAEB_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t ___count1, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_0 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_0); if (L_1) { goto IL_000e; } } { // array = new TValue[count]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_2 = ___array0; int32_t L_3 = ___count1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_3); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); // return 0; return (int32_t)0; } IL_000e: { // var oldLength = array.Length; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_5 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_5); NullCheck(L_6); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))); // Array.Resize(ref array, oldLength + count); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_7 = ___array0; int32_t L_8 = V_0; int32_t L_9 = ___count1; (( void (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_7, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // return oldLength; int32_t L_10 = V_0; return (int32_t)L_10; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::GrowBy(Unity.Collections.NativeArray`1&,System.Int32,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_GrowBy_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m5F3200690481B6B6C8877B5441A2EA36736E7512_gshared (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * ___array0, int32_t ___count1, int32_t ___allocator2, const RuntimeMethod* method) { int32_t V_0 = 0; NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B V_1; memset((&V_1), 0, sizeof(V_1)); { // var length = array.Length; NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * L_0 = ___array0; int32_t L_1; L_1 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)L_0)->___m_Length_1); V_0 = (int32_t)L_1; // if (length == 0) int32_t L_2 = V_0; if (L_2) { goto IL_001a; } } { // array = new NativeArray(count, allocator); NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * L_3 = ___array0; int32_t L_4 = ___count1; int32_t L_5 = ___allocator2; NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B L_6; memset((&L_6), 0, sizeof(L_6)); NativeArray_1__ctor_m2D0713EFD9849340547576C64403654CD17D22C2((&L_6), (int32_t)L_4, (int32_t)L_5, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)L_3 = L_6; // return 0; return (int32_t)0; } IL_001a: { // var newArray = new NativeArray(length + count, allocator); int32_t L_7 = V_0; int32_t L_8 = ___count1; int32_t L_9 = ___allocator2; NativeArray_1__ctor_m2D0713EFD9849340547576C64403654CD17D22C2((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(&V_1), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)), (int32_t)L_9, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); // UnsafeUtility.MemCpy(newArray.GetUnsafePtr(), array.GetUnsafeReadOnlyPtr(), (long)length * UnsafeUtility.SizeOf()); NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B L_10 = V_1; void* L_11; L_11 = (( void* (*) (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B )L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * L_12 = ___array0; NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B L_13 = (*(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)L_12); void* L_14; L_14 = (( void* (*) (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B )L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); int32_t L_15 = V_0; int32_t L_16; L_16 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); UnsafeUtility_MemCpy_mA8E186A63FE9CE463F95E5C5FF1C5F1B4E84F90E((void*)(void*)L_11, (void*)(void*)L_14, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)L_15)), (int64_t)((int64_t)((int64_t)L_16)))), /*hidden argument*/NULL); // array.Dispose(); NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * L_17 = ___array0; NativeArray_1_Dispose_m02DA8137FD41E7E6BB40E763EA2F6535B770C375((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); // array = newArray; NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * L_18 = ___array0; NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B L_19 = V_1; *(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)L_18 = L_19; // return length; int32_t L_20 = V_0; return (int32_t)L_20; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::GrowWithCapacity(TValue[]&,System.Int32&,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_GrowWithCapacity_TisRuntimeObject_mDB468C0CD23F3584314E8963AB99A3B75C576B48_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t* ___count1, int32_t ___growBy2, int32_t ___capacityIncrement3, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { // var length = array != null ? array.Length : 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_0 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_0); if (L_1) { goto IL_0007; } } { G_B3_0 = 0; goto IL_000b; } IL_0007: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_2 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_2); NullCheck(L_3); G_B3_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))); } IL_000b: { // if (length < count + growBy) int32_t* L_4 = ___count1; int32_t L_5 = *((int32_t*)L_4); int32_t L_6 = ___growBy2; if ((((int32_t)G_B3_0) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))))) { goto IL_0020; } } { // if (capacityIncrement < growBy) int32_t L_7 = ___capacityIncrement3; int32_t L_8 = ___growBy2; if ((((int32_t)L_7) >= ((int32_t)L_8))) { goto IL_0018; } } { // capacityIncrement = growBy; int32_t L_9 = ___growBy2; ___capacityIncrement3 = (int32_t)L_9; } IL_0018: { // GrowBy(ref array, capacityIncrement); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_10 = ___array0; int32_t L_11 = ___capacityIncrement3; int32_t L_12; L_12 = (( int32_t (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0020: { // var offset = count; int32_t* L_13 = ___count1; int32_t L_14 = *((int32_t*)L_13); // count += growBy; int32_t* L_15 = ___count1; int32_t* L_16 = ___count1; int32_t L_17 = *((int32_t*)L_16); int32_t L_18 = ___growBy2; *((int32_t*)L_15) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)); // return offset; return (int32_t)L_14; } } // System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::HaveDuplicateReferences(TFirst[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArrayHelpers_HaveDuplicateReferences_TisRuntimeObject_m211A2D59898704574F970490B88AD67E9B441BC6_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___first0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; RuntimeObject * V_1 = NULL; int32_t V_2 = 0; { // for (var i = 0; i < count; ++i) V_0 = (int32_t)0; goto IL_0036; } IL_0004: { // var element = first[i]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___first0; int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; RuntimeObject * L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = (RuntimeObject *)L_3; // for (var n = i + 1; n < count - i; ++n) int32_t L_4 = V_0; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); goto IL_002c; } IL_0012: { // if (ReferenceEquals(element, first[n])) RuntimeObject * L_5 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = ___first0; int32_t L_7 = V_2; NullCheck(L_6); int32_t L_8 = L_7; RuntimeObject * L_9 = (L_6)->GetAt(static_cast(L_8)); if ((!(((RuntimeObject*)(RuntimeObject *)L_5) == ((RuntimeObject*)(RuntimeObject *)L_9)))) { goto IL_0028; } } { // return true; return (bool)1; } IL_0028: { // for (var n = i + 1; n < count - i; ++n) int32_t L_10 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002c: { // for (var n = i + 1; n < count - i; ++n) int32_t L_11 = V_2; int32_t L_12 = ___count2; int32_t L_13 = V_0; if ((((int32_t)L_11) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13))))) { goto IL_0012; } } { // for (var i = 0; i < count; ++i) int32_t L_14 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0036: { // for (var i = 0; i < count; ++i) int32_t L_15 = V_0; int32_t L_16 = ___count2; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0004; } } { // return false; return (bool)0; } } // System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::HaveEqualElements(TValue[],TValue[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArrayHelpers_HaveEqualElements_TisRuntimeObject_mD5671F28833DC5B106B6DE7C614E6E9365B21276_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___first0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___second1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * V_2 = NULL; int32_t V_3 = 0; { // if (first == null || second == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___first0; if (!L_0) { goto IL_0006; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___second1; if (L_1) { goto IL_000b; } } IL_0006: { // return second == first; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___second1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = ___first0; return (bool)((((RuntimeObject*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2) == ((RuntimeObject*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3))? 1 : 0); } IL_000b: { // var lengthFirst = Math.Min(count, first.Length); int32_t L_4 = ___count2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = ___first0; NullCheck(L_5); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_6; L_6 = Math_Min_m6411ABA96F53F6B588FD9F2F72FB5FDAC1C1BC9B((int32_t)L_4, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), /*hidden argument*/NULL); V_0 = (int32_t)L_6; // var lengthSecond = Math.Min(count, second.Length); int32_t L_7 = ___count2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = ___second1; NullCheck(L_8); int32_t L_9; L_9 = Math_Min_m6411ABA96F53F6B588FD9F2F72FB5FDAC1C1BC9B((int32_t)L_7, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), /*hidden argument*/NULL); V_1 = (int32_t)L_9; // if (lengthFirst != lengthSecond) int32_t L_10 = V_0; int32_t L_11 = V_1; if ((((int32_t)L_10) == ((int32_t)L_11))) { goto IL_0025; } } { // return false; return (bool)0; } IL_0025: { // var comparer = EqualityComparer.Default; EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_12; L_12 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_2 = (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_12; // for (var i = 0; i < lengthFirst; ++i) V_3 = (int32_t)0; goto IL_004b; } IL_002f: { // if (!comparer.Equals(first[i], second[i])) EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_13 = V_2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = ___first0; int32_t L_15 = V_3; NullCheck(L_14); int32_t L_16 = L_15; RuntimeObject * L_17 = (L_14)->GetAt(static_cast(L_16)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18 = ___second1; int32_t L_19 = V_3; NullCheck(L_18); int32_t L_20 = L_19; RuntimeObject * L_21 = (L_18)->GetAt(static_cast(L_20)); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_13); bool L_22; L_22 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_13, (RuntimeObject *)L_17, (RuntimeObject *)L_21); if (L_22) { goto IL_0047; } } { // return false; return (bool)0; } IL_0047: { // for (var i = 0; i < lengthFirst; ++i) int32_t L_23 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_004b: { // for (var i = 0; i < lengthFirst; ++i) int32_t L_24 = V_3; int32_t L_25 = V_0; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_002f; } } { // return true; return (bool)1; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOf(TValue[],System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_IndexOf_TisInputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_m16C9A2AABA3490184732A9A9BF36B431D283A826_gshared (InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* ___array0, Predicate_1_tD62C8A7CBDEEFB9A4CFA42B57D33BF69DAC22C21 * ___predicate1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return -1; return (int32_t)(-1); } IL_0005: { // var length = array.Length; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_1 = ___array0; NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // for (var i = 0; i < length; ++i) V_1 = (int32_t)0; goto IL_0022; } IL_000d: { // if (predicate(array[i])) Predicate_1_tD62C8A7CBDEEFB9A4CFA42B57D33BF69DAC22C21 * L_2 = ___predicate1; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_3 = ___array0; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck((Predicate_1_tD62C8A7CBDEEFB9A4CFA42B57D33BF69DAC22C21 *)L_2); bool L_7; L_7 = (( bool (*) (Predicate_1_tD62C8A7CBDEEFB9A4CFA42B57D33BF69DAC22C21 *, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Predicate_1_tD62C8A7CBDEEFB9A4CFA42B57D33BF69DAC22C21 *)L_2, (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_7) { goto IL_001e; } } { // return i; int32_t L_8 = V_1; return (int32_t)L_8; } IL_001e: { // for (var i = 0; i < length; ++i) int32_t L_9 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0022: { // for (var i = 0; i < length; ++i) int32_t L_10 = V_1; int32_t L_11 = V_0; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_000d; } } { // return -1; return (int32_t)(-1); } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOf(TValue[],System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_IndexOf_TisRuntimeObject_m614350B08942294395015678519D5156436E7842_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___predicate1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return -1; return (int32_t)(-1); } IL_0005: { // var length = array.Length; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___array0; NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // for (var i = 0; i < length; ++i) V_1 = (int32_t)0; goto IL_0022; } IL_000d: { // if (predicate(array[i])) Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_2 = ___predicate1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = ___array0; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; RuntimeObject * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck((Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)L_2); bool L_7; L_7 = (( bool (*) (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)L_2, (RuntimeObject *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_7) { goto IL_001e; } } { // return i; int32_t L_8 = V_1; return (int32_t)L_8; } IL_001e: { // for (var i = 0; i < length; ++i) int32_t L_9 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0022: { // for (var i = 0; i < length; ++i) int32_t L_10 = V_1; int32_t L_11 = V_0; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_000d; } } { // return -1; return (int32_t)(-1); } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOf(TValue[],TValue,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_IndexOf_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m2481595731590E8B8DC1BF4ED65CAED56F97CF71_gshared (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___array0, int32_t ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * V_0 = NULL; int32_t V_1 = 0; { // if (array == null) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return -1; return (int32_t)(-1); } IL_0005: { // if (count < 0) int32_t L_1 = ___count3; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0010; } } { // count = array.Length - startIndex; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = ___array0; NullCheck(L_2); int32_t L_3 = ___startIndex2; ___count3 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)L_3)); } IL_0010: { // var comparer = EqualityComparer.Default; EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * L_4; L_4 = (( EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 *)L_4; // for (var i = startIndex; i < startIndex + count; ++i) int32_t L_5 = ___startIndex2; V_1 = (int32_t)L_5; goto IL_0030; } IL_001a: { // if (comparer.Equals(array[i], value)) EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 * L_6 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = ___array0; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; int32_t L_10 = (L_7)->GetAt(static_cast(L_9)); int32_t L_11 = ___value1; NullCheck((EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 *)L_6); bool L_12; L_12 = VirtFuncInvoker2< bool, int32_t, int32_t >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t20B8E5927E151143D1CBD8554CAF17F0EAC1CF62 *)L_6, (int32_t)L_10, (int32_t)L_11); if (!L_12) { goto IL_002c; } } { // return i; int32_t L_13 = V_1; return (int32_t)L_13; } IL_002c: { // for (var i = startIndex; i < startIndex + count; ++i) int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0030: { // for (var i = startIndex; i < startIndex + count; ++i) int32_t L_15 = V_1; int32_t L_16 = ___startIndex2; int32_t L_17 = ___count3; if ((((int32_t)L_15) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17))))) { goto IL_001a; } } { // return -1; return (int32_t)(-1); } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOf(TValue[],System.Predicate`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_IndexOf_TisRuntimeObject_m8A000A49E430B26342197FA690F1B605CC7D8E5C_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___predicate1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B4_0 = 0; int32_t G_B3_0 = 0; int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return -1; return (int32_t)(-1); } IL_0005: { // var end = startIndex + (count < 0 ? array.Length - startIndex : count); int32_t L_1 = ___startIndex2; int32_t L_2 = ___count3; G_B3_0 = L_1; if ((((int32_t)L_2) < ((int32_t)0))) { G_B4_0 = L_1; goto IL_000d; } } { int32_t L_3 = ___count3; G_B5_0 = L_3; G_B5_1 = G_B3_0; goto IL_0012; } IL_000d: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = ___array0; NullCheck(L_4); int32_t L_5 = ___startIndex2; G_B5_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), (int32_t)L_5)); G_B5_1 = G_B4_0; } IL_0012: { V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)G_B5_1, (int32_t)G_B5_0)); // for (var i = startIndex; i < end; ++i) int32_t L_6 = ___startIndex2; V_1 = (int32_t)L_6; goto IL_002d; } IL_0018: { // if (predicate(array[i])) Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_7 = ___predicate1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = ___array0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; RuntimeObject * L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck((Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)L_7); bool L_12; L_12 = (( bool (*) (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)L_7, (RuntimeObject *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_12) { goto IL_0029; } } { // return i; int32_t L_13 = V_1; return (int32_t)L_13; } IL_0029: { // for (var i = startIndex; i < end; ++i) int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_002d: { // for (var i = startIndex; i < end; ++i) int32_t L_15 = V_1; int32_t L_16 = V_0; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0018; } } { // return -1; return (int32_t)(-1); } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOf(TValue[],TValue,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_IndexOf_TisRuntimeObject_mF63CA40BD007413C20B36D4B8C6A033E5D8A8DA4_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, RuntimeObject * ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * V_0 = NULL; int32_t V_1 = 0; { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return -1; return (int32_t)(-1); } IL_0005: { // if (count < 0) int32_t L_1 = ___count3; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0010; } } { // count = array.Length - startIndex; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___array0; NullCheck(L_2); int32_t L_3 = ___startIndex2; ___count3 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)L_3)); } IL_0010: { // var comparer = EqualityComparer.Default; EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_4; L_4 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_4; // for (var i = startIndex; i < startIndex + count; ++i) int32_t L_5 = ___startIndex2; V_1 = (int32_t)L_5; goto IL_0030; } IL_001a: { // if (comparer.Equals(array[i], value)) EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_6 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = ___array0; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; RuntimeObject * L_10 = (L_7)->GetAt(static_cast(L_9)); RuntimeObject * L_11 = ___value1; NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_6); bool L_12; L_12 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_6, (RuntimeObject *)L_10, (RuntimeObject *)L_11); if (!L_12) { goto IL_002c; } } { // return i; int32_t L_13 = V_1; return (int32_t)L_13; } IL_002c: { // for (var i = startIndex; i < startIndex + count; ++i) int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0030: { // for (var i = startIndex; i < startIndex + count; ++i) int32_t L_15 = V_1; int32_t L_16 = ___startIndex2; int32_t L_17 = ___count3; if ((((int32_t)L_15) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17))))) { goto IL_001a; } } { // return -1; return (int32_t)(-1); } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOfReference(TFirst[],TSecond,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_IndexOfReference_TisRuntimeObject_TisRuntimeObject_m8D41D772CA3D5B95826F753107182C401BF7BF32_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, RuntimeObject * ___value1, int32_t ___count2, const RuntimeMethod* method) { { // return IndexOfReference(array, value, 0, count); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; RuntimeObject * L_1 = ___value1; int32_t L_2 = ___count2; int32_t L_3; L_3 = (( int32_t (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, RuntimeObject *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0, (RuntimeObject *)L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (int32_t)L_3; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOfReference(TFirst[],TSecond,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_IndexOfReference_TisRuntimeObject_TisRuntimeObject_m7B10A5FC1FFBFB3993DC4EB58EF3658DD12DFC07_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, RuntimeObject * ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return -1; return (int32_t)(-1); } IL_0005: { // if (count < 0) int32_t L_1 = ___count3; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0010; } } { // count = array.Length - startIndex; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___array0; NullCheck(L_2); int32_t L_3 = ___startIndex2; ___count3 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)L_3)); } IL_0010: { // for (var i = startIndex; i < startIndex + count; ++i) int32_t L_4 = ___startIndex2; V_0 = (int32_t)L_4; goto IL_002e; } IL_0014: { // if (ReferenceEquals(array[i], value)) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = ___array0; int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; RuntimeObject * L_8 = (L_5)->GetAt(static_cast(L_7)); RuntimeObject * L_9 = ___value1; if ((!(((RuntimeObject*)(RuntimeObject *)L_8) == ((RuntimeObject*)(RuntimeObject *)L_9)))) { goto IL_002a; } } { // return i; int32_t L_10 = V_0; return (int32_t)L_10; } IL_002a: { // for (var i = startIndex; i < startIndex + count; ++i) int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_002e: { // for (var i = startIndex; i < startIndex + count; ++i) int32_t L_12 = V_0; int32_t L_13 = ___startIndex2; int32_t L_14 = ___count3; if ((((int32_t)L_12) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14))))) { goto IL_0014; } } { // return -1; return (int32_t)(-1); } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOfValue(TValue[],TValue,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_IndexOfValue_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m7E0394C923707FD0EFD11680315B10FECECBC542_gshared (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___array0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (array == null) InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return -1; return (int32_t)(-1); } IL_0005: { // if (count < 0) int32_t L_1 = ___count3; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0010; } } { // count = array.Length - startIndex; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_2 = ___array0; NullCheck(L_2); int32_t L_3 = ___startIndex2; ___count3 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)L_3)); } IL_0010: { // for (var i = startIndex; i < startIndex + count; ++i) int32_t L_4 = ___startIndex2; V_0 = (int32_t)L_4; goto IL_0030; } IL_0014: { // if (value.Equals(array[i])) InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_5 = ___array0; int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_8 = (L_5)->GetAt(static_cast(L_7)); bool L_9; L_9 = InternedString_Equals_m3C82E83077FE88D50CBDC4D2F2B7E0B7B87136F6((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&___value1), (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_002c; } } { // return i; int32_t L_10 = V_0; return (int32_t)L_10; } IL_002c: { // for (var i = startIndex; i < startIndex + count; ++i) int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0030: { // for (var i = startIndex; i < startIndex + count; ++i) int32_t L_12 = V_0; int32_t L_13 = ___startIndex2; int32_t L_14 = ___count3; if ((((int32_t)L_12) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14))))) { goto IL_0014; } } { // return -1; return (int32_t)(-1); } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::InsertAt(TValue[]&,System.Int32,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_InsertAt_TisInputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_mDA9597A31CF1F74F351525C8B33F9C8C88EA2E03_gshared (InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** ___array0, int32_t ___index1, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___value2, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (array == null) InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** L_0 = ___array0; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_1 = *((InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**)L_0); if (L_1) { goto IL_0024; } } { // if (index != 0) int32_t L_2 = ___index1; if (!L_2) { goto IL_0012; } } { // throw new ArgumentOutOfRangeException(nameof(index)); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayHelpers_InsertAt_TisInputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_mDA9597A31CF1F74F351525C8B33F9C8C88EA2E03_RuntimeMethod_var))); } IL_0012: { // array = new TValue[1]; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** L_4 = ___array0; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_5 = (InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6*)(InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)1); *((RuntimeObject **)L_4) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)L_5); // array[0] = value; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** L_6 = ___array0; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_7 = *((InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**)L_6); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_8 = ___value2; NullCheck(L_7); (L_7)->SetAt(static_cast(0), (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB )L_8); // return; return; } IL_0024: { // var oldLength = array.Length; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** L_9 = ___array0; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_10 = *((InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**)L_9); NullCheck(L_10); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))); // Array.Resize(ref array, oldLength + 1); InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** L_11 = ___array0; int32_t L_12 = V_0; (( void (*) (InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**)(InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**)L_11, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // if (index != oldLength) int32_t L_13 = ___index1; int32_t L_14 = V_0; if ((((int32_t)L_13) == ((int32_t)L_14))) { goto IL_0046; } } { // Array.Copy(array, index, array, index + 1, oldLength - index); InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** L_15 = ___array0; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_16 = *((InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**)L_15); int32_t L_17 = ___index1; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** L_18 = ___array0; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_19 = *((InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**)L_18); int32_t L_20 = ___index1; int32_t L_21 = V_0; int32_t L_22 = ___index1; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_16, (int32_t)L_17, (RuntimeArray *)(RuntimeArray *)L_19, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)), /*hidden argument*/NULL); } IL_0046: { // array[index] = value; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** L_23 = ___array0; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_24 = *((InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6**)L_23); int32_t L_25 = ___index1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_26 = ___value2; NullCheck(L_24); (L_24)->SetAt(static_cast(L_25), (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB )L_26); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::InsertAt(TValue[]&,System.Int32,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_InsertAt_TisRuntimeObject_m366096C114C0EED198E50749CF418A68E2C73BEC_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t ___index1, RuntimeObject * ___value2, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_0 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_0); if (L_1) { goto IL_0024; } } { // if (index != 0) int32_t L_2 = ___index1; if (!L_2) { goto IL_0012; } } { // throw new ArgumentOutOfRangeException(nameof(index)); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArrayHelpers_InsertAt_TisRuntimeObject_m366096C114C0EED198E50749CF418A68E2C73BEC_RuntimeMethod_var))); } IL_0012: { // array = new TValue[1]; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_4 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)1); *((RuntimeObject **)L_4) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)L_5); // array[0] = value; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_6 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_6); RuntimeObject * L_8 = ___value2; NullCheck(L_7); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_8); // return; return; } IL_0024: { // var oldLength = array.Length; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_9 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_9); NullCheck(L_10); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))); // Array.Resize(ref array, oldLength + 1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_11 = ___array0; int32_t L_12 = V_0; (( void (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_11, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // if (index != oldLength) int32_t L_13 = ___index1; int32_t L_14 = V_0; if ((((int32_t)L_13) == ((int32_t)L_14))) { goto IL_0046; } } { // Array.Copy(array, index, array, index + 1, oldLength - index); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_15 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_15); int32_t L_17 = ___index1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_18 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_18); int32_t L_20 = ___index1; int32_t L_21 = V_0; int32_t L_22 = ___index1; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_16, (int32_t)L_17, (RuntimeArray *)(RuntimeArray *)L_19, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)), /*hidden argument*/NULL); } IL_0046: { // array[index] = value; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_23 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_24 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_23); int32_t L_25 = ___index1; RuntimeObject * L_26 = ___value2; NullCheck(L_24); (L_24)->SetAt(static_cast(L_25), (RuntimeObject *)L_26); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::InsertAtWithCapacity(TValue[]&,System.Int32&,System.Int32,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_InsertAtWithCapacity_TisRuntimeObject_m9D166B1427C8D7C39E8D3442DEA6668D162459C9_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t* ___count1, int32_t ___index2, RuntimeObject * ___value3, int32_t ___capacityIncrement4, const RuntimeMethod* method) { { // EnsureCapacity(ref array, count, count + 1, capacityIncrement); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_0 = ___array0; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); int32_t* L_3 = ___count1; int32_t L_4 = *((int32_t*)L_3); int32_t L_5 = ___capacityIncrement4; (( void (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_0, (int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // if (index != count) int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); if ((((int32_t)L_6) == ((int32_t)L_8))) { goto IL_0024; } } { // Array.Copy(array, index, array, index + 1, count - index); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_9 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_9); int32_t L_11 = ___index2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_12 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_12); int32_t L_14 = ___index2; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); int32_t L_17 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_10, (int32_t)L_11, (RuntimeArray *)(RuntimeArray *)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)), /*hidden argument*/NULL); } IL_0024: { // array[index] = value; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_18 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_18); int32_t L_20 = ___index2; RuntimeObject * L_21 = ___value3; NullCheck(L_19); (L_19)->SetAt(static_cast(L_20), (RuntimeObject *)L_21); // ++count; int32_t* L_22 = ___count1; int32_t* L_23 = ___count1; int32_t L_24 = *((int32_t*)L_23); *((int32_t*)L_22) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::InsertAtWithCapacity(TValue[]&,System.Int32&,System.Int32,TValue,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_InsertAtWithCapacity_TisTouch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21_mCB366D8DB9D4D38A50920FFB6AA68AB379EE5D03_gshared (TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA** ___array0, int32_t* ___count1, int32_t ___index2, Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21 ___value3, int32_t ___capacityIncrement4, const RuntimeMethod* method) { { // EnsureCapacity(ref array, count, count + 1, capacityIncrement); TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA** L_0 = ___array0; int32_t* L_1 = ___count1; int32_t L_2 = *((int32_t*)L_1); int32_t* L_3 = ___count1; int32_t L_4 = *((int32_t*)L_3); int32_t L_5 = ___capacityIncrement4; (( void (*) (TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA**, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA**)(TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA**)L_0, (int32_t)L_2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // if (index != count) int32_t L_6 = ___index2; int32_t* L_7 = ___count1; int32_t L_8 = *((int32_t*)L_7); if ((((int32_t)L_6) == ((int32_t)L_8))) { goto IL_0024; } } { // Array.Copy(array, index, array, index + 1, count - index); TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA** L_9 = ___array0; TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA* L_10 = *((TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA**)L_9); int32_t L_11 = ___index2; TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA** L_12 = ___array0; TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA* L_13 = *((TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA**)L_12); int32_t L_14 = ___index2; int32_t* L_15 = ___count1; int32_t L_16 = *((int32_t*)L_15); int32_t L_17 = ___index2; Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_10, (int32_t)L_11, (RuntimeArray *)(RuntimeArray *)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)), /*hidden argument*/NULL); } IL_0024: { // array[index] = value; TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA** L_18 = ___array0; TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA* L_19 = *((TouchU5BU5D_tA75E18663150E79625A5A3C3FAE5D39238D343AA**)L_18); int32_t L_20 = ___index2; Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21 L_21 = ___value3; NullCheck(L_19); (L_19)->SetAt(static_cast(L_20), (Touch_tB700CCC5E9EB6646D3C92FE9AE46EF0AE6021D21 )L_21); // ++count; int32_t* L_22 = ___count1; int32_t* L_23 = ___count1; int32_t L_24 = *((int32_t*)L_23); *((int32_t*)L_22) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); // } return; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Join>(TValue,TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* ArrayHelpers_Join_TisKeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB_mB90BCEF7EED3E4150DF4C579B2F021FF2DBB9AAA_gshared (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB ___value0, KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* ___values1, const RuntimeMethod* method) { int32_t V_0 = 0; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* V_1 = NULL; int32_t V_2 = 0; { // var length = 0; V_0 = (int32_t)0; // if (value != null) } { // ++length; int32_t L_1 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_000e: { // if (values != null) KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_2 = ___values1; if (!L_2) { goto IL_0017; } } { // length += values.Length; int32_t L_3 = V_0; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_4 = ___values1; NullCheck(L_4); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))); } IL_0017: { // if (length == 0) int32_t L_5 = V_0; if (L_5) { goto IL_001c; } } { // return null; return (KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48*)NULL; } IL_001c: { // var array = new TValue[length]; int32_t L_6 = V_0; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_7 = (KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48*)(KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (uint32_t)L_6); V_1 = (KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48*)L_7; // var index = 0; V_2 = (int32_t)0; // if (value != null) } { // array[index++] = value; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_9 = V_1; int32_t L_10 = V_2; int32_t L_11 = (int32_t)L_10; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB L_12 = ___value0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_11), (KeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB )L_12); } IL_0039: { // if (values != null) KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_13 = ___values1; if (!L_13) { goto IL_0048; } } { // Array.Copy(values, 0, array, index, values.Length); KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_14 = ___values1; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_15 = V_1; int32_t L_16 = V_2; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_17 = ___values1; NullCheck(L_17); Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_14, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)L_16, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))), /*hidden argument*/NULL); } IL_0048: { // return array; KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48* L_18 = V_1; return (KeyValuePair_2U5BU5D_t346E5EF32BF6AB8CE577D2FE538C7B4F90DA2D48*)L_18; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Join(TValue,TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* ArrayHelpers_Join_TisGCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603_m290A2C586BEBACDD7D376E017938F7540E6EDDD2_gshared (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___value0, GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* ___values1, const RuntimeMethod* method) { int32_t V_0 = 0; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* V_1 = NULL; int32_t V_2 = 0; { // var length = 0; V_0 = (int32_t)0; // if (value != null) } { // ++length; int32_t L_1 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_000e: { // if (values != null) GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_2 = ___values1; if (!L_2) { goto IL_0017; } } { // length += values.Length; int32_t L_3 = V_0; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_4 = ___values1; NullCheck(L_4); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))); } IL_0017: { // if (length == 0) int32_t L_5 = V_0; if (L_5) { goto IL_001c; } } { // return null; return (GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3*)NULL; } IL_001c: { // var array = new TValue[length]; int32_t L_6 = V_0; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_7 = (GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3*)(GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (uint32_t)L_6); V_1 = (GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3*)L_7; // var index = 0; V_2 = (int32_t)0; // if (value != null) } { // array[index++] = value; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_9 = V_1; int32_t L_10 = V_2; int32_t L_11 = (int32_t)L_10; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 L_12 = ___value0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_11), (GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 )L_12); } IL_0039: { // if (values != null) GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_13 = ___values1; if (!L_13) { goto IL_0048; } } { // Array.Copy(values, 0, array, index, values.Length); GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_14 = ___values1; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_15 = V_1; int32_t L_16 = V_2; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_17 = ___values1; NullCheck(L_17); Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_14, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)L_16, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))), /*hidden argument*/NULL); } IL_0048: { // return array; GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* L_18 = V_1; return (GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3*)L_18; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Join(TValue,TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ArrayHelpers_Join_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m734E40746E1B23566F7B69BC0DD5E71571C304A7_gshared (int32_t ___value0, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___values1, const RuntimeMethod* method) { int32_t V_0 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_1 = NULL; int32_t V_2 = 0; { // var length = 0; V_0 = (int32_t)0; // if (value != null) } { // ++length; int32_t L_1 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_000e: { // if (values != null) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = ___values1; if (!L_2) { goto IL_0017; } } { // length += values.Length; int32_t L_3 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = ___values1; NullCheck(L_4); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))); } IL_0017: { // if (length == 0) int32_t L_5 = V_0; if (L_5) { goto IL_001c; } } { // return null; return (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)NULL; } IL_001c: { // var array = new TValue[length]; int32_t L_6 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (uint32_t)L_6); V_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_7; // var index = 0; V_2 = (int32_t)0; // if (value != null) } { // array[index++] = value; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = V_1; int32_t L_10 = V_2; int32_t L_11 = (int32_t)L_10; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); int32_t L_12 = ___value0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_11), (int32_t)L_12); } IL_0039: { // if (values != null) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = ___values1; if (!L_13) { goto IL_0048; } } { // Array.Copy(values, 0, array, index, values.Length); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = ___values1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = V_1; int32_t L_16 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = ___values1; NullCheck(L_17); Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_14, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)L_16, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))), /*hidden argument*/NULL); } IL_0048: { // return array; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = V_1; return (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_18; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Join(TValue,TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ArrayHelpers_Join_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m979BFC9131B321A431F654626A97134B4F01EC46_gshared (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value0, InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___values1, const RuntimeMethod* method) { int32_t V_0 = 0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* V_1 = NULL; int32_t V_2 = 0; { // var length = 0; V_0 = (int32_t)0; // if (value != null) } { // ++length; int32_t L_1 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_000e: { // if (values != null) InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_2 = ___values1; if (!L_2) { goto IL_0017; } } { // length += values.Length; int32_t L_3 = V_0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_4 = ___values1; NullCheck(L_4); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))); } IL_0017: { // if (length == 0) int32_t L_5 = V_0; if (L_5) { goto IL_001c; } } { // return null; return (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)NULL; } IL_001c: { // var array = new TValue[length]; int32_t L_6 = V_0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_7 = (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (uint32_t)L_6); V_1 = (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)L_7; // var index = 0; V_2 = (int32_t)0; // if (value != null) } { // array[index++] = value; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_9 = V_1; int32_t L_10 = V_2; int32_t L_11 = (int32_t)L_10; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_12 = ___value0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_11), (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_12); } IL_0039: { // if (values != null) InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_13 = ___values1; if (!L_13) { goto IL_0048; } } { // Array.Copy(values, 0, array, index, values.Length); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_14 = ___values1; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_15 = V_1; int32_t L_16 = V_2; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_17 = ___values1; NullCheck(L_17); Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_14, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)L_16, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))), /*hidden argument*/NULL); } IL_0048: { // return array; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_18 = V_1; return (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)L_18; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Join(TValue,TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ArrayHelpers_Join_TisRuntimeObject_m939362DDFFA8C2EDE20A59FCFD9B62140D6F81FE_gshared (RuntimeObject * ___value0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values1, const RuntimeMethod* method) { int32_t V_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; int32_t V_2 = 0; { // var length = 0; V_0 = (int32_t)0; // if (value != null) RuntimeObject * L_0 = ___value0; if (!L_0) { goto IL_000e; } } { // ++length; int32_t L_1 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_000e: { // if (values != null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___values1; if (!L_2) { goto IL_0017; } } { // length += values.Length; int32_t L_3 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = ___values1; NullCheck(L_4); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))); } IL_0017: { // if (length == 0) int32_t L_5 = V_0; if (L_5) { goto IL_001c; } } { // return null; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; } IL_001c: { // var array = new TValue[length]; int32_t L_6 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (uint32_t)L_6); V_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_7; // var index = 0; V_2 = (int32_t)0; // if (value != null) RuntimeObject * L_8 = ___value0; if (!L_8) { goto IL_0039; } } { // array[index++] = value; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = V_1; int32_t L_10 = V_2; int32_t L_11 = (int32_t)L_10; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); RuntimeObject * L_12 = ___value0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_11), (RuntimeObject *)L_12); } IL_0039: { // if (values != null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = ___values1; if (!L_13) { goto IL_0048; } } { // Array.Copy(values, 0, array, index, values.Length); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = ___values1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = V_1; int32_t L_16 = V_2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = ___values1; NullCheck(L_17); Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_14, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)L_16, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))), /*hidden argument*/NULL); } IL_0048: { // return array; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18 = V_1; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_18; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Join(TValue,TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* ArrayHelpers_Join_TisPointerModel_t694B1146EE8307E8A4F003672E846E61E442860B_m29BF0502AE4FAEAC991F54B2FEA932480E34A519_gshared (PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B ___value0, PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* ___values1, const RuntimeMethod* method) { int32_t V_0 = 0; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* V_1 = NULL; int32_t V_2 = 0; { // var length = 0; V_0 = (int32_t)0; // if (value != null) } { // ++length; int32_t L_1 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_000e: { // if (values != null) PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_2 = ___values1; if (!L_2) { goto IL_0017; } } { // length += values.Length; int32_t L_3 = V_0; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_4 = ___values1; NullCheck(L_4); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))); } IL_0017: { // if (length == 0) int32_t L_5 = V_0; if (L_5) { goto IL_001c; } } { // return null; return (PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5*)NULL; } IL_001c: { // var array = new TValue[length]; int32_t L_6 = V_0; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_7 = (PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5*)(PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (uint32_t)L_6); V_1 = (PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5*)L_7; // var index = 0; V_2 = (int32_t)0; // if (value != null) } { // array[index++] = value; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_9 = V_1; int32_t L_10 = V_2; int32_t L_11 = (int32_t)L_10; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B L_12 = ___value0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_11), (PointerModel_t694B1146EE8307E8A4F003672E846E61E442860B )L_12); } IL_0039: { // if (values != null) PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_13 = ___values1; if (!L_13) { goto IL_0048; } } { // Array.Copy(values, 0, array, index, values.Length); PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_14 = ___values1; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_15 = V_1; int32_t L_16 = V_2; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_17 = ___values1; NullCheck(L_17); Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_14, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)L_16, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))), /*hidden argument*/NULL); } IL_0048: { // return array; PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5* L_18 = V_1; return (PointerModelU5BU5D_t3ED22D68D1B647E64D717876B8C859B98E681FD5*)L_18; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Join(TValue,TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* ArrayHelpers_Join_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_m8DAB702CE3B970F819DBD02371C54F16A86FD56A_gshared (Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F ___value0, SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* ___values1, const RuntimeMethod* method) { int32_t V_0 = 0; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* V_1 = NULL; int32_t V_2 = 0; { // var length = 0; V_0 = (int32_t)0; // if (value != null) } { // ++length; int32_t L_1 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_000e: { // if (values != null) SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_2 = ___values1; if (!L_2) { goto IL_0017; } } { // length += values.Length; int32_t L_3 = V_0; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_4 = ___values1; NullCheck(L_4); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))); } IL_0017: { // if (length == 0) int32_t L_5 = V_0; if (L_5) { goto IL_001c; } } { // return null; return (SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0*)NULL; } IL_001c: { // var array = new TValue[length]; int32_t L_6 = V_0; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_7 = (SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0*)(SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (uint32_t)L_6); V_1 = (SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0*)L_7; // var index = 0; V_2 = (int32_t)0; // if (value != null) } { // array[index++] = value; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_9 = V_1; int32_t L_10 = V_2; int32_t L_11 = (int32_t)L_10; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F L_12 = ___value0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_11), (Substring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F )L_12); } IL_0039: { // if (values != null) SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_13 = ___values1; if (!L_13) { goto IL_0048; } } { // Array.Copy(values, 0, array, index, values.Length); SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_14 = ___values1; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_15 = V_1; int32_t L_16 = V_2; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_17 = ___values1; NullCheck(L_17); Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_14, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)L_16, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))), /*hidden argument*/NULL); } IL_0048: { // return array; SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0* L_18 = V_1; return (SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0*)L_18; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Join(TValue,TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ArrayHelpers_Join_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m5FE0DA2026C4F5B649E7A0D4910D25B0B201E484_gshared (uint64_t ___value0, UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ___values1, const RuntimeMethod* method) { int32_t V_0 = 0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* V_1 = NULL; int32_t V_2 = 0; { // var length = 0; V_0 = (int32_t)0; // if (value != null) } { // ++length; int32_t L_1 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_000e: { // if (values != null) UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_2 = ___values1; if (!L_2) { goto IL_0017; } } { // length += values.Length; int32_t L_3 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_4 = ___values1; NullCheck(L_4); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))); } IL_0017: { // if (length == 0) int32_t L_5 = V_0; if (L_5) { goto IL_001c; } } { // return null; return (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)NULL; } IL_001c: { // var array = new TValue[length]; int32_t L_6 = V_0; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_7 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (uint32_t)L_6); V_1 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)L_7; // var index = 0; V_2 = (int32_t)0; // if (value != null) } { // array[index++] = value; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_9 = V_1; int32_t L_10 = V_2; int32_t L_11 = (int32_t)L_10; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); uint64_t L_12 = ___value0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_11), (uint64_t)L_12); } IL_0039: { // if (values != null) UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_13 = ___values1; if (!L_13) { goto IL_0048; } } { // Array.Copy(values, 0, array, index, values.Length); UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_14 = ___values1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_15 = V_1; int32_t L_16 = V_2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_17 = ___values1; NullCheck(L_17); Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_14, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)L_16, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))), /*hidden argument*/NULL); } IL_0048: { // return array; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_18 = V_1; return (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)L_18; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Join(TValue,TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* ArrayHelpers_Join_TisStateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391_m5B67ADD26E5D784789D1F318F15CEC6DD54DAF8B_gshared (StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 ___value0, StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* ___values1, const RuntimeMethod* method) { int32_t V_0 = 0; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* V_1 = NULL; int32_t V_2 = 0; { // var length = 0; V_0 = (int32_t)0; // if (value != null) } { // ++length; int32_t L_1 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_000e: { // if (values != null) StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_2 = ___values1; if (!L_2) { goto IL_0017; } } { // length += values.Length; int32_t L_3 = V_0; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_4 = ___values1; NullCheck(L_4); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))); } IL_0017: { // if (length == 0) int32_t L_5 = V_0; if (L_5) { goto IL_001c; } } { // return null; return (StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7*)NULL; } IL_001c: { // var array = new TValue[length]; int32_t L_6 = V_0; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_7 = (StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7*)(StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (uint32_t)L_6); V_1 = (StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7*)L_7; // var index = 0; V_2 = (int32_t)0; // if (value != null) } { // array[index++] = value; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_9 = V_1; int32_t L_10 = V_2; int32_t L_11 = (int32_t)L_10; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 L_12 = ___value0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_11), (StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 )L_12); } IL_0039: { // if (values != null) StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_13 = ___values1; if (!L_13) { goto IL_0048; } } { // Array.Copy(values, 0, array, index, values.Length); StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_14 = ___values1; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_15 = V_1; int32_t L_16 = V_2; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_17 = ___values1; NullCheck(L_17); Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_14, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)L_16, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))), /*hidden argument*/NULL); } IL_0048: { // return array; StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* L_18 = V_1; return (StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7*)L_18; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Join(TValue,TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* ArrayHelpers_Join_TisOngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E_m7A43E4A1464F588200429F565B64D80F3A454CE6_gshared (OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E ___value0, OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* ___values1, const RuntimeMethod* method) { int32_t V_0 = 0; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* V_1 = NULL; int32_t V_2 = 0; { // var length = 0; V_0 = (int32_t)0; // if (value != null) } { // ++length; int32_t L_1 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_000e: { // if (values != null) OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_2 = ___values1; if (!L_2) { goto IL_0017; } } { // length += values.Length; int32_t L_3 = V_0; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_4 = ___values1; NullCheck(L_4); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))); } IL_0017: { // if (length == 0) int32_t L_5 = V_0; if (L_5) { goto IL_001c; } } { // return null; return (OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C*)NULL; } IL_001c: { // var array = new TValue[length]; int32_t L_6 = V_0; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_7 = (OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C*)(OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (uint32_t)L_6); V_1 = (OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C*)L_7; // var index = 0; V_2 = (int32_t)0; // if (value != null) } { // array[index++] = value; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_9 = V_1; int32_t L_10 = V_2; int32_t L_11 = (int32_t)L_10; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E L_12 = ___value0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_11), (OngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E )L_12); } IL_0039: { // if (values != null) OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_13 = ___values1; if (!L_13) { goto IL_0048; } } { // Array.Copy(values, 0, array, index, values.Length); OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_14 = ___values1; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_15 = V_1; int32_t L_16 = V_2; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_17 = ___values1; NullCheck(L_17); Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_14, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)L_16, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))), /*hidden argument*/NULL); } IL_0048: { // return array; OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C* L_18 = V_1; return (OngoingAccountSelectionU5BU5D_t17112E132ED2BADABDAD429FEB577468F71C229C*)L_18; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Join(TValue,TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* ArrayHelpers_Join_TisOnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D_m3C661B879588DB325E25187924EB0C94447DF894_gshared (OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D ___value0, OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* ___values1, const RuntimeMethod* method) { int32_t V_0 = 0; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* V_1 = NULL; int32_t V_2 = 0; { // var length = 0; V_0 = (int32_t)0; // if (value != null) } { // ++length; int32_t L_1 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); } IL_000e: { // if (values != null) OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_2 = ___values1; if (!L_2) { goto IL_0017; } } { // length += values.Length; int32_t L_3 = V_0; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_4 = ___values1; NullCheck(L_4); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))); } IL_0017: { // if (length == 0) int32_t L_5 = V_0; if (L_5) { goto IL_001c; } } { // return null; return (OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F*)NULL; } IL_001c: { // var array = new TValue[length]; int32_t L_6 = V_0; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_7 = (OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F*)(OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (uint32_t)L_6); V_1 = (OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F*)L_7; // var index = 0; V_2 = (int32_t)0; // if (value != null) } { // array[index++] = value; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_9 = V_1; int32_t L_10 = V_2; int32_t L_11 = (int32_t)L_10; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D L_12 = ___value0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_11), (OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D )L_12); } IL_0039: { // if (values != null) OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_13 = ___values1; if (!L_13) { goto IL_0048; } } { // Array.Copy(values, 0, array, index, values.Length); OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_14 = ___values1; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_15 = V_1; int32_t L_16 = V_2; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_17 = ___values1; NullCheck(L_17); Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_14, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_15, (int32_t)L_16, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))), /*hidden argument*/NULL); } IL_0048: { // return array; OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* L_18 = V_1; return (OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F*)L_18; } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_LengthSafe_TisInputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_mD91AD5CC033C9BED19574C83D438EFB50BD778D0_gshared (InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* ___array0, const RuntimeMethod* method) { { // if (array == null) InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return 0; return (int32_t)0; } IL_0005: { // return array.Length; InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* L_1 = ___array0; NullCheck(L_1); return (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_LengthSafe_TisInputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_mE82098D7849561F6459F80935C6EC36511EE3CF1_gshared (InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* ___array0, const RuntimeMethod* method) { { // if (array == null) InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return 0; return (int32_t)0; } IL_0005: { // return array.Length; InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* L_1 = ___array0; NullCheck(L_1); return (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_LengthSafe_TisRuntimeObject_mD390DD803E7784F0B6A0F39E3F7584B6D27D2A54_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, const RuntimeMethod* method) { { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return 0; return (int32_t)0; } IL_0005: { // return array.Length; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___array0; NullCheck(L_1); return (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_LengthSafe_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m15BD7A2047EEFBC68565FE250F0C53AB09D9B122_gshared (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___array0, const RuntimeMethod* method) { { // if (array == null) UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return 0; return (int32_t)0; } IL_0005: { // return array.Length; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___array0; NullCheck(L_1); return (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_LengthSafe_TisDeviceInfo_t334200561D480CB3E3BC50F19B78891BBB77BE9F_m5289263AC46EB098266066A629B4B9F951B8A3F3_gshared (DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81* ___array0, const RuntimeMethod* method) { { // if (array == null) DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return 0; return (int32_t)0; } IL_0005: { // return array.Length; DeviceInfoU5BU5D_tB7886245BF5313CF2A54F627A6734E2322BA4A81* L_1 = ___array0; NullCheck(L_1); return (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); } } // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_LengthSafe_TisStateChangeMonitorsForDevice_t2F1944ED5BCDE768DDC64D5F89F74FCE9198B7C0_mEF0C8691912F12B19C9BF503E38175BDAEA8A4AA_gshared (StateChangeMonitorsForDeviceU5BU5D_t4C364C88ABDD3FE860869EA9B64A5686D241B4FE* ___array0, const RuntimeMethod* method) { { // if (array == null) StateChangeMonitorsForDeviceU5BU5D_t4C364C88ABDD3FE860869EA9B64A5686D241B4FE* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return 0; return (int32_t)0; } IL_0005: { // return array.Length; StateChangeMonitorsForDeviceU5BU5D_t4C364C88ABDD3FE860869EA9B64A5686D241B4FE* L_1 = ___array0; NullCheck(L_1); return (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Merge(TValue[],TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ArrayHelpers_Merge_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m2FEAB0C515E1702620E932A09795FB43347CF87F_gshared (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___first0, InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___second1, const RuntimeMethod* method) { List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC * V_0 = NULL; int32_t V_1 = 0; U3CU3Ec__DisplayClass33_0_1_t9F91BA277DBBC1564A9DA2DD89E8F6D749EDE072 * V_2 = NULL; { // if (first == null) InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_0 = ___first0; if (L_0) { goto IL_0005; } } { // return second; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_1 = ___second1; return (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)L_1; } IL_0005: { // if (second == null) InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_2 = ___second1; if (L_2) { goto IL_000a; } } { // return first; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_3 = ___first0; return (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)L_3; } IL_000a: { // var merged = new List(); List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC * L_4 = (List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC *)L_4; // merged.AddRange(first); List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC * L_5 = V_0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_6 = ___first0; NullCheck((List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC *)L_5); (( void (*) (List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC *)L_5, (RuntimeObject*)(RuntimeObject*)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); // for (var i = 0; i < second.Length; ++i) V_1 = (int32_t)0; goto IL_0052; } IL_001b: { U3CU3Ec__DisplayClass33_0_1_t9F91BA277DBBC1564A9DA2DD89E8F6D749EDE072 * L_7 = (U3CU3Ec__DisplayClass33_0_1_t9F91BA277DBBC1564A9DA2DD89E8F6D749EDE072 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (U3CU3Ec__DisplayClass33_0_1_t9F91BA277DBBC1564A9DA2DD89E8F6D749EDE072 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); V_2 = (U3CU3Ec__DisplayClass33_0_1_t9F91BA277DBBC1564A9DA2DD89E8F6D749EDE072 *)L_7; // var secondValue = second[i]; U3CU3Ec__DisplayClass33_0_1_t9F91BA277DBBC1564A9DA2DD89E8F6D749EDE072 * L_8 = V_2; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_9 = ___second1; int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_8); L_8->set_secondValue_0(L_12); // if (!merged.Exists(x => x.Equals(secondValue))) List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC * L_13 = V_0; U3CU3Ec__DisplayClass33_0_1_t9F91BA277DBBC1564A9DA2DD89E8F6D749EDE072 * L_14 = V_2; Predicate_1_tB9F20F0224BD0C9011071ABFE75DA480A2701381 * L_15 = (Predicate_1_tB9F20F0224BD0C9011071ABFE75DA480A2701381 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (Predicate_1_tB9F20F0224BD0C9011071ABFE75DA480A2701381 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (RuntimeObject *)L_14, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); NullCheck((List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC *)L_13); bool L_16; L_16 = (( bool (*) (List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC *, Predicate_1_tB9F20F0224BD0C9011071ABFE75DA480A2701381 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)((List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC *)L_13, (Predicate_1_tB9F20F0224BD0C9011071ABFE75DA480A2701381 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); if (L_16) { goto IL_004e; } } { // merged.Add(secondValue); List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC * L_17 = V_0; U3CU3Ec__DisplayClass33_0_1_t9F91BA277DBBC1564A9DA2DD89E8F6D749EDE072 * L_18 = V_2; NullCheck(L_18); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_19 = (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_18->get_secondValue_0(); NullCheck((List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC *)L_17); (( void (*) (List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC *, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)((List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC *)L_17, (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); } IL_004e: { // for (var i = 0; i < second.Length; ++i) int32_t L_20 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0052: { // for (var i = 0; i < second.Length; ++i) int32_t L_21 = V_1; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_22 = ___second1; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))) { goto IL_001b; } } { // return merged.ToArray(); List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC * L_23 = V_0; NullCheck((List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC *)L_23); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_24; L_24 = (( InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* (*) (List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)((List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC *)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); return (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)L_24; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Merge(TValue[],TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ArrayHelpers_Merge_TisRuntimeObject_mEF939287E63C6AD6FED0C25425EB913AAEE393FF_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___first0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___second1, const RuntimeMethod* method) { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * V_0 = NULL; int32_t V_1 = 0; U3CU3Ec__DisplayClass33_0_1_t40A547271E660D04DC09E2D9BDA4C7744C7E3BE7 * V_2 = NULL; { // if (first == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___first0; if (L_0) { goto IL_0005; } } { // return second; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___second1; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1; } IL_0005: { // if (second == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___second1; if (L_2) { goto IL_000a; } } { // return first; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = ___first0; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; } IL_000a: { // var merged = new List(); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_4 = (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_4; // merged.AddRange(first); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_5 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = ___first0; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_5); (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_5, (RuntimeObject*)(RuntimeObject*)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); // for (var i = 0; i < second.Length; ++i) V_1 = (int32_t)0; goto IL_0052; } IL_001b: { U3CU3Ec__DisplayClass33_0_1_t40A547271E660D04DC09E2D9BDA4C7744C7E3BE7 * L_7 = (U3CU3Ec__DisplayClass33_0_1_t40A547271E660D04DC09E2D9BDA4C7744C7E3BE7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (U3CU3Ec__DisplayClass33_0_1_t40A547271E660D04DC09E2D9BDA4C7744C7E3BE7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); V_2 = (U3CU3Ec__DisplayClass33_0_1_t40A547271E660D04DC09E2D9BDA4C7744C7E3BE7 *)L_7; // var secondValue = second[i]; U3CU3Ec__DisplayClass33_0_1_t40A547271E660D04DC09E2D9BDA4C7744C7E3BE7 * L_8 = V_2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = ___second1; int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; RuntimeObject * L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_8); L_8->set_secondValue_0(L_12); // if (!merged.Exists(x => x.Equals(secondValue))) List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_13 = V_0; U3CU3Ec__DisplayClass33_0_1_t40A547271E660D04DC09E2D9BDA4C7744C7E3BE7 * L_14 = V_2; Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_15 = (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (RuntimeObject *)L_14, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_13); bool L_16; L_16 = (( bool (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_13, (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); if (L_16) { goto IL_004e; } } { // merged.Add(secondValue); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_17 = V_0; U3CU3Ec__DisplayClass33_0_1_t40A547271E660D04DC09E2D9BDA4C7744C7E3BE7 * L_18 = V_2; NullCheck(L_18); RuntimeObject * L_19 = (RuntimeObject *)L_18->get_secondValue_0(); NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_17); (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_17, (RuntimeObject *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); } IL_004e: { // for (var i = 0; i < second.Length; ++i) int32_t L_20 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0052: { // for (var i = 0; i < second.Length; ++i) int32_t L_21 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = ___second1; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))) { goto IL_001b; } } { // return merged.ToArray(); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_23 = V_0; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_23); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_24; L_24 = (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_24; } } // TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Merge(TValue[],TValue[],System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ArrayHelpers_Merge_TisRuntimeObject_m5178B6969E94A6320C0E6D8F217CE904C8EBD0D1_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___first0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___second1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { U3CU3Ec__DisplayClass34_0_1_t7FD1E73AE6067763A1BD336D4E11933AF138AB94 * V_0 = NULL; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * V_1 = NULL; int32_t V_2 = 0; U3CU3Ec__DisplayClass34_1_1_t5385C4A6DFA4A6CC8A894D94A6E3D9C6CF6A21EA * V_3 = NULL; { U3CU3Ec__DisplayClass34_0_1_t7FD1E73AE6067763A1BD336D4E11933AF138AB94 * L_0 = (U3CU3Ec__DisplayClass34_0_1_t7FD1E73AE6067763A1BD336D4E11933AF138AB94 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass34_0_1_t7FD1E73AE6067763A1BD336D4E11933AF138AB94 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (U3CU3Ec__DisplayClass34_0_1_t7FD1E73AE6067763A1BD336D4E11933AF138AB94 *)L_0; U3CU3Ec__DisplayClass34_0_1_t7FD1E73AE6067763A1BD336D4E11933AF138AB94 * L_1 = V_0; RuntimeObject* L_2 = ___comparer2; NullCheck(L_1); L_1->set_comparer_0(L_2); // if (first == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = ___first0; if (L_3) { goto IL_0012; } } { // return second; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = ___second1; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; } IL_0012: { // if (second == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = ___second1; if (L_5) { goto IL_0017; } } { // return null; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; } IL_0017: { // var merged = new List(); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_6 = (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)); (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_1 = (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_6; // merged.AddRange(first); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_7 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = ___first0; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_7); (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_7, (RuntimeObject*)(RuntimeObject*)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); // for (var i = 0; i < second.Length; ++i) V_2 = (int32_t)0; goto IL_0066; } IL_0028: { U3CU3Ec__DisplayClass34_1_1_t5385C4A6DFA4A6CC8A894D94A6E3D9C6CF6A21EA * L_9 = (U3CU3Ec__DisplayClass34_1_1_t5385C4A6DFA4A6CC8A894D94A6E3D9C6CF6A21EA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 5)); (( void (*) (U3CU3Ec__DisplayClass34_1_1_t5385C4A6DFA4A6CC8A894D94A6E3D9C6CF6A21EA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); V_3 = (U3CU3Ec__DisplayClass34_1_1_t5385C4A6DFA4A6CC8A894D94A6E3D9C6CF6A21EA *)L_9; U3CU3Ec__DisplayClass34_1_1_t5385C4A6DFA4A6CC8A894D94A6E3D9C6CF6A21EA * L_10 = V_3; U3CU3Ec__DisplayClass34_0_1_t7FD1E73AE6067763A1BD336D4E11933AF138AB94 * L_11 = V_0; NullCheck(L_10); L_10->set_CSU24U3CU3E8__locals1_1(L_11); // var secondValue = second[i]; U3CU3Ec__DisplayClass34_1_1_t5385C4A6DFA4A6CC8A894D94A6E3D9C6CF6A21EA * L_12 = V_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = ___second1; int32_t L_14 = V_2; NullCheck(L_13); int32_t L_15 = L_14; RuntimeObject * L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_12); L_12->set_secondValue_0(L_16); // if (!merged.Exists(x => comparer.Equals(secondValue))) List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_17 = V_1; U3CU3Ec__DisplayClass34_1_1_t5385C4A6DFA4A6CC8A894D94A6E3D9C6CF6A21EA * L_18 = V_3; Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_19 = (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_19, (RuntimeObject *)L_18, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_17); bool L_20; L_20 = (( bool (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_17, (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); if (L_20) { goto IL_0062; } } { // merged.Add(secondValue); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_21 = V_1; U3CU3Ec__DisplayClass34_1_1_t5385C4A6DFA4A6CC8A894D94A6E3D9C6CF6A21EA * L_22 = V_3; NullCheck(L_22); RuntimeObject * L_23 = (RuntimeObject *)L_22->get_secondValue_0(); NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_21); (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_21, (RuntimeObject *)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 11)); } IL_0062: { // for (var i = 0; i < second.Length; ++i) int32_t L_24 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0066: { // for (var i = 0; i < second.Length; ++i) int32_t L_25 = V_2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_26 = ___second1; NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))) { goto IL_0028; } } { // return merged.ToArray(); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_27 = V_1; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_27); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_28; L_28 = (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_27, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 12)); return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_28; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::MoveSlice(TValue[],System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_MoveSlice_TisRuntimeObject_m5355C6DA5A27C5381988D1910D750BB51DA2ACDB_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___sourceIndex1, int32_t ___destinationIndex2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { // if (count <= 0 || sourceIndex == destinationIndex) int32_t L_0 = ___count3; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___sourceIndex1; int32_t L_2 = ___destinationIndex2; if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0009; } } IL_0008: { // return; return; } IL_0009: { // if (destinationIndex > sourceIndex) int32_t L_3 = ___destinationIndex2; int32_t L_4 = ___sourceIndex1; if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0015; } } { // elementCount = destinationIndex + count - sourceIndex; int32_t L_5 = ___destinationIndex2; int32_t L_6 = ___count3; int32_t L_7 = ___sourceIndex1; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)L_7)); goto IL_001b; } IL_0015: { // elementCount = sourceIndex + count - destinationIndex; int32_t L_8 = ___sourceIndex1; int32_t L_9 = ___count3; int32_t L_10 = ___destinationIndex2; V_0 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), (int32_t)L_10)); } IL_001b: { // if (elementCount == count * 2) int32_t L_11 = V_0; int32_t L_12 = ___count3; if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_12, (int32_t)2)))))) { goto IL_0045; } } { // for (var i = 0; i < count; ++i) V_1 = (int32_t)0; goto IL_0040; } IL_0025: { // Swap(ref array[sourceIndex + i], ref array[destinationIndex + i]); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = ___array0; int32_t L_14 = ___sourceIndex1; int32_t L_15 = V_1; NullCheck(L_13); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = ___array0; int32_t L_17 = ___destinationIndex2; int32_t L_18 = V_1; NullCheck(L_16); (( void (*) (RuntimeObject **, RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject **)(RuntimeObject **)((L_13)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))))), (RuntimeObject **)(RuntimeObject **)((L_16)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // for (var i = 0; i < count; ++i) int32_t L_19 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0040: { // for (var i = 0; i < count; ++i) int32_t L_20 = V_1; int32_t L_21 = ___count3; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0025; } } { // } return; } IL_0045: { // var swapCount = elementCount - 1; int32_t L_22 = V_0; V_2 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)); // var dst = destinationIndex; int32_t L_23 = ___destinationIndex2; V_3 = (int32_t)L_23; // for (var i = 0; i < swapCount; ++i) V_4 = (int32_t)0; goto IL_0096; } IL_0050: { // Swap(ref array[dst], ref array[sourceIndex]); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_24 = ___array0; int32_t L_25 = V_3; NullCheck(L_24); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_26 = ___array0; int32_t L_27 = ___sourceIndex1; NullCheck(L_26); (( void (*) (RuntimeObject **, RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject **)(RuntimeObject **)((L_24)->GetAddressAt(static_cast(L_25))), (RuntimeObject **)(RuntimeObject **)((L_26)->GetAddressAt(static_cast(L_27))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // if (destinationIndex > sourceIndex) int32_t L_28 = ___destinationIndex2; int32_t L_29 = ___sourceIndex1; if ((((int32_t)L_28) <= ((int32_t)L_29))) { goto IL_007e; } } { // dst -= count; int32_t L_30 = V_3; int32_t L_31 = ___count3; V_3 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)); // if (dst < sourceIndex) int32_t L_32 = V_3; int32_t L_33 = ___sourceIndex1; if ((((int32_t)L_32) >= ((int32_t)L_33))) { goto IL_0090; } } { // dst = destinationIndex + count - Math.Abs(sourceIndex - dst); // Wrap around. int32_t L_34 = ___destinationIndex2; int32_t L_35 = ___count3; int32_t L_36 = ___sourceIndex1; int32_t L_37 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_38; L_38 = il2cpp_codegen_abs((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37))); V_3 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35)), (int32_t)L_38)); // } goto IL_0090; } IL_007e: { // dst += count; int32_t L_39 = V_3; int32_t L_40 = ___count3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); // if (dst >= sourceIndex + count) int32_t L_41 = V_3; int32_t L_42 = ___sourceIndex1; int32_t L_43 = ___count3; if ((((int32_t)L_41) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)L_43))))) { goto IL_0090; } } { // dst = destinationIndex + (dst - (sourceIndex + count)); // Wrap around. int32_t L_44 = ___destinationIndex2; int32_t L_45 = V_3; int32_t L_46 = ___sourceIndex1; int32_t L_47 = ___count3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_47)))))); } IL_0090: { // for (var i = 0; i < swapCount; ++i) int32_t L_48 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_0096: { // for (var i = 0; i < swapCount; ++i) int32_t L_49 = V_4; int32_t L_50 = V_2; if ((((int32_t)L_49) < ((int32_t)L_50))) { goto IL_0050; } } { // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::PutAtIfNotSet(TValue[]&,System.Int32,System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_PutAtIfNotSet_TisRuntimeObject_m864098451EF254601A4219E5F5739A2CAAF2DDF6_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t ___index1, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___valueFn2, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { // if (array.LengthSafe() < index + 1) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_0 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_0); int32_t L_2; L_2 = (( int32_t (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_3 = ___index1; if ((((int32_t)L_2) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))))) { goto IL_0015; } } { // Array.Resize(ref array, index + 1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_4 = ___array0; int32_t L_5 = ___index1; (( void (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_4, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0015: { // if (EqualityComparer.Default.Equals(array[index], default(TValue))) EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_6; L_6 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_7 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_7); int32_t L_9 = ___index1; NullCheck(L_8); int32_t L_10 = L_9; RuntimeObject * L_11 = (L_8)->GetAt(static_cast(L_10)); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_12 = V_0; NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_6); bool L_13; L_13 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_6, (RuntimeObject *)L_11, (RuntimeObject *)L_12); if (!L_13) { goto IL_0040; } } { // array[index] = valueFn(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_14 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_14); int32_t L_16 = ___index1; Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_17 = ___valueFn2; NullCheck((Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)L_17); RuntimeObject * L_18; L_18 = (( RuntimeObject * (*) (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (RuntimeObject *)L_18); } IL_0040: { // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::Resize(Unity.Collections.NativeArray`1&,System.Int32,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_Resize_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m6F3A92DE0794AA14CC756848AFF540AB4FED3D1F_gshared (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * ___array0, int32_t ___newSize1, int32_t ___allocator2, const RuntimeMethod* method) { int32_t V_0 = 0; NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B V_1; memset((&V_1), 0, sizeof(V_1)); int32_t G_B9_0 = 0; void* G_B9_1 = NULL; void* G_B9_2 = NULL; int32_t G_B8_0 = 0; void* G_B8_1 = NULL; void* G_B8_2 = NULL; int32_t G_B10_0 = 0; int32_t G_B10_1 = 0; void* G_B10_2 = NULL; void* G_B10_3 = NULL; { // var oldSize = array.Length; NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * L_0 = ___array0; int32_t L_1; L_1 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)L_0)->___m_Length_1); V_0 = (int32_t)L_1; // if (oldSize == newSize) int32_t L_2 = V_0; int32_t L_3 = ___newSize1; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_000c; } } { // return; return; } IL_000c: { // if (newSize == 0) int32_t L_4 = ___newSize1; if (L_4) { goto IL_0025; } } { // if (array.IsCreated) NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * L_5 = ___array0; bool L_6; L_6 = NativeArray_1_get_IsCreated_mC0D0556229A19FBA32063A797CAE4BE1A8417E22((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (!L_6) { goto IL_001d; } } { // array.Dispose(); NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * L_7 = ___array0; NativeArray_1_Dispose_m02DA8137FD41E7E6BB40E763EA2F6535B770C375((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); } IL_001d: { // array = new NativeArray(); NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * L_8 = ___array0; il2cpp_codegen_initobj(L_8, sizeof(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B )); // return; return; } IL_0025: { // var newArray = new NativeArray(newSize, allocator); int32_t L_9 = ___newSize1; int32_t L_10 = ___allocator2; NativeArray_1__ctor_m2D0713EFD9849340547576C64403654CD17D22C2((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(&V_1), (int32_t)L_9, (int32_t)L_10, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); // if (oldSize != 0) int32_t L_11 = V_0; if (!L_11) { goto IL_005d; } } { // UnsafeUtility.MemCpy(newArray.GetUnsafePtr(), array.GetUnsafeReadOnlyPtr(), // UnsafeUtility.SizeOf() * (newSize < oldSize ? newSize : oldSize)); NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B L_12 = V_1; void* L_13; L_13 = (( void* (*) (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B )L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * L_14 = ___array0; NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B L_15 = (*(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)L_14); void* L_16; L_16 = (( void* (*) (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); int32_t L_17; L_17 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); int32_t L_18 = ___newSize1; int32_t L_19 = V_0; G_B8_0 = L_17; G_B8_1 = L_16; G_B8_2 = L_13; if ((((int32_t)L_18) < ((int32_t)L_19))) { G_B9_0 = L_17; G_B9_1 = L_16; G_B9_2 = L_13; goto IL_004f; } } { int32_t L_20 = V_0; G_B10_0 = L_20; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; G_B10_3 = G_B8_2; goto IL_0050; } IL_004f: { int32_t L_21 = ___newSize1; G_B10_0 = L_21; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; G_B10_3 = G_B9_2; } IL_0050: { UnsafeUtility_MemCpy_mA8E186A63FE9CE463F95E5C5FF1C5F1B4E84F90E((void*)(void*)G_B10_3, (void*)(void*)G_B10_2, (int64_t)((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)G_B10_1, (int32_t)G_B10_0)))), /*hidden argument*/NULL); // array.Dispose(); NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * L_22 = ___array0; NativeArray_1_Dispose_m02DA8137FD41E7E6BB40E763EA2F6535B770C375((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); } IL_005d: { // array = newArray; NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * L_23 = ___array0; NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B L_24 = V_1; *(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)L_23 = L_24; // } return; } } // TNew[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Select(TOld[],System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ArrayHelpers_Select_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_TisRuntimeObject_m48932F7F4A2B5A8258BB5496438E87703F5B5A27_gshared (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___array0, Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * ___converter1, const RuntimeMethod* method) { int32_t V_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; int32_t V_2 = 0; { // if (array == null) InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return null; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; } IL_0005: { // var length = array.Length; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_1 = ___array0; NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // var result = new TNew[length]; int32_t L_2 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_2); V_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; // for (var i = 0; i < length; ++i) V_2 = (int32_t)0; goto IL_002c; } IL_0014: { // result[i] = converter(array[i]); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = V_1; int32_t L_5 = V_2; Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * L_6 = ___converter1; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_7 = ___array0; int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck((Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 *)L_6); RuntimeObject * L_11; L_11 = (( RuntimeObject * (*) (Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 *, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 *)L_6, (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (RuntimeObject *)L_11); // for (var i = 0; i < length; ++i) int32_t L_12 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_002c: { // for (var i = 0; i < length; ++i) int32_t L_13 = V_2; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0014; } } { // return result; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = V_1; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_15; } } // TNew[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Select(TOld[],System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ArrayHelpers_Select_TisRuntimeObject_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mEA691CC87A2F02C0BF645DA4D6E401E1ED20A094_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___converter1, const RuntimeMethod* method) { int32_t V_0 = 0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* V_1 = NULL; int32_t V_2 = 0; { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return null; return (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)NULL; } IL_0005: { // var length = array.Length; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___array0; NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // var result = new TNew[length]; int32_t L_2 = V_0; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_3 = (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_2); V_1 = (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)L_3; // for (var i = 0; i < length; ++i) V_2 = (int32_t)0; goto IL_002c; } IL_0014: { // result[i] = converter(array[i]); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_4 = V_1; int32_t L_5 = V_2; Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * L_6 = ___converter1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = ___array0; int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; RuntimeObject * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck((Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 *)L_6); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_11; L_11 = (( InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED (*) (Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 *)L_6, (RuntimeObject *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_11); // for (var i = 0; i < length; ++i) int32_t L_12 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_002c: { // for (var i = 0; i < length; ++i) int32_t L_13 = V_2; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0014; } } { // return result; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_15 = V_1; return (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)L_15; } } // TNew[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Select(TOld[],System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ArrayHelpers_Select_TisRuntimeObject_TisRuntimeObject_mC4DC71F7F489F57019CE5E23B28130819BED17AC_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___converter1, const RuntimeMethod* method) { int32_t V_0 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; int32_t V_2 = 0; { // if (array == null) ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; if (L_0) { goto IL_0005; } } { // return null; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; } IL_0005: { // var length = array.Length; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___array0; NullCheck(L_1); V_0 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))); // var result = new TNew[length]; int32_t L_2 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)L_2); V_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; // for (var i = 0; i < length; ++i) V_2 = (int32_t)0; goto IL_002c; } IL_0014: { // result[i] = converter(array[i]); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = V_1; int32_t L_5 = V_2; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_6 = ___converter1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = ___array0; int32_t L_8 = V_2; NullCheck(L_7); int32_t L_9 = L_8; RuntimeObject * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_6); RuntimeObject * L_11; L_11 = (( RuntimeObject * (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_6, (RuntimeObject *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (RuntimeObject *)L_11); // for (var i = 0; i < length; ++i) int32_t L_12 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_002c: { // for (var i = 0; i < length; ++i) int32_t L_13 = V_2; int32_t L_14 = V_0; if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0014; } } { // return result; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = V_1; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_15; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::Swap(TValue&,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_Swap_TisRuntimeObject_mADEB2E28C3EBC60F5EAEF830604565B69FB0DCB7_gshared (RuntimeObject ** ___first0, RuntimeObject ** ___second1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { // var temp = first; RuntimeObject ** L_0 = ___first0; RuntimeObject * L_1 = (*(RuntimeObject **)L_0); V_0 = (RuntimeObject *)L_1; // first = second; RuntimeObject ** L_2 = ___first0; RuntimeObject ** L_3 = ___second1; RuntimeObject * L_4 = (*(RuntimeObject **)L_3); *(RuntimeObject **)L_2 = L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)L_4); // second = temp; RuntimeObject ** L_5 = ___second1; RuntimeObject * L_6 = V_0; *(RuntimeObject **)L_5 = L_6; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_5, (void*)L_6); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::SwapElements(TValue[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_SwapElements_TisRuntimeObject_mDEE37F7600DDD99F4D3970B4E50D8B2E7E5CF493_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___index11, int32_t ___index22, const RuntimeMethod* method) { { // MemoryHelpers.Swap(ref array[index1], ref array[index2]); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; int32_t L_1 = ___index11; NullCheck(L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___array0; int32_t L_3 = ___index22; NullCheck(L_2); (( void (*) (RuntimeObject **, RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject **)(RuntimeObject **)((L_0)->GetAddressAt(static_cast(L_1))), (RuntimeObject **)(RuntimeObject **)((L_2)->GetAddressAt(static_cast(L_3))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::SwapElements(TValue[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_SwapElements_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m0E7290A52E61D6B9833349B8F0BDD25FB97FF32C_gshared (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___array0, int32_t ___index11, int32_t ___index22, const RuntimeMethod* method) { { // MemoryHelpers.Swap(ref array[index1], ref array[index2]); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0 = ___array0; int32_t L_1 = ___index11; NullCheck(L_0); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_2 = ___array0; int32_t L_3 = ___index22; NullCheck(L_2); (( void (*) (float*, float*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((float*)(float*)((L_0)->GetAddressAt(static_cast(L_1))), (float*)(float*)((L_2)->GetAddressAt(static_cast(L_3))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::SwapElements(Unity.Collections.NativeArray`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_SwapElements_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mFBEB2C216E71C2CA236B99B8035A39F65BC33623_gshared (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B ___array0, int32_t ___index11, int32_t ___index22, const RuntimeMethod* method) { uint64_t V_0 = 0; { // var temp = array[index1]; int32_t L_0 = ___index11; uint64_t L_1; L_1 = IL2CPP_NATIVEARRAY_GET_ITEM(uint64_t, ((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(&___array0))->___m_Buffer_0, (int32_t)L_0); V_0 = (uint64_t)L_1; // array[index1] = array[index2]; int32_t L_2 = ___index11; int32_t L_3 = ___index22; uint64_t L_4; L_4 = IL2CPP_NATIVEARRAY_GET_ITEM(uint64_t, ((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(&___array0))->___m_Buffer_0, (int32_t)L_3); IL2CPP_NATIVEARRAY_SET_ITEM(uint64_t, ((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(&___array0))->___m_Buffer_0, (int32_t)L_2, ((uint64_t)L_4)); // array[index2] = temp; int32_t L_5 = ___index22; uint64_t L_6 = V_0; IL2CPP_NATIVEARRAY_SET_ITEM(uint64_t, ((NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B *)(&___array0))->___m_Buffer_0, (int32_t)L_5, ((uint64_t)L_6)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::SwapElements(TValue[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_SwapElements_TisStateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757_m8C0B87C1A6D2A67C5C1188E9F5C5799ECB48B01C_gshared (StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* ___array0, int32_t ___index11, int32_t ___index22, const RuntimeMethod* method) { { // MemoryHelpers.Swap(ref array[index1], ref array[index2]); StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* L_0 = ___array0; int32_t L_1 = ___index11; NullCheck(L_0); StateChangeMonitorListenerU5BU5D_tDAD5F58C5DE40F3506B68B397214BA6D4D94BC10* L_2 = ___array0; int32_t L_3 = ___index22; NullCheck(L_2); (( void (*) (StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 *, StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 *)(StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 *)((L_0)->GetAddressAt(static_cast(L_1))), (StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 *)(StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 *)((L_2)->GetAddressAt(static_cast(L_3))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::SwapElements(TValue[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_SwapElements_TisBitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0_m817A253D360F4A2CA5EE352E2000DB2FC3F9DFA7_gshared (BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B* ___array0, int32_t ___index11, int32_t ___index22, const RuntimeMethod* method) { { // MemoryHelpers.Swap(ref array[index1], ref array[index2]); BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B* L_0 = ___array0; int32_t L_1 = ___index11; NullCheck(L_0); BitRegionU5BU5D_tF6D5F89A752F557BCBFDE82CA0F4C7CB0ABF364B* L_2 = ___array0; int32_t L_3 = ___index22; NullCheck(L_2); (( void (*) (BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 *, BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 *)(BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 *)((L_0)->GetAddressAt(static_cast(L_1))), (BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 *)(BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 *)((L_2)->GetAddressAt(static_cast(L_3))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // T UnityEngine.AssetBundle::LoadAsset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AssetBundle_LoadAsset_TisRuntimeObject_m5C55BB9F750DD28D2C89E2FED48B01FE3CF18158_gshared (AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { String_t* L_0 = ___name0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); NullCheck((AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 *)__this); Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_3; L_3 = AssetBundle_LoadAsset_m9139320F8B6D3E43B7D29AA7A60030306AE0A2C6((AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 *)__this, (String_t*)L_0, (Type_t *)L_2, /*hidden argument*/NULL); V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); goto IL_001a; } IL_001a: { RuntimeObject * L_4 = V_0; return (RuntimeObject *)L_4; } } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask>(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * AsyncTaskCache_CreateCacheableTask_TisNullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103_m542D0DE6FCBC2CD5750C904253C4FB2CA9CBDE27_gshared (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___result0, const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_0 = ___result0; il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 * L_2 = (Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 *, bool, Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 , int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_2, (bool)0, (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 )L_0, (int32_t)((int32_t)16384), (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (Task_1_tED731EAB7D7EFFDDCCF3DBB2843566C8B0A5C581 *)L_2; } } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask>(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tD5FF1ABE58A851D9DA6514B814B72C956DDB8AAF * AsyncTaskCache_CreateCacheableTask_TisValueTuple_2_tB6F6AE1A54796440E686F7741EA3970A167A62AE_m0948F5C2446FC4E664C9E1F783F92E0EEF59A7DD_gshared (ValueTuple_2_tB6F6AE1A54796440E686F7741EA3970A167A62AE ___result0, const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { ValueTuple_2_tB6F6AE1A54796440E686F7741EA3970A167A62AE L_0 = ___result0; il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; Task_1_tD5FF1ABE58A851D9DA6514B814B72C956DDB8AAF * L_2 = (Task_1_tD5FF1ABE58A851D9DA6514B814B72C956DDB8AAF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (Task_1_tD5FF1ABE58A851D9DA6514B814B72C956DDB8AAF *, bool, ValueTuple_2_tB6F6AE1A54796440E686F7741EA3970A167A62AE , int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_2, (bool)0, (ValueTuple_2_tB6F6AE1A54796440E686F7741EA3970A167A62AE )L_0, (int32_t)((int32_t)16384), (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (Task_1_tD5FF1ABE58A851D9DA6514B814B72C956DDB8AAF *)L_2; } } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask>(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F * AsyncTaskCache_CreateCacheableTask_TisValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E_m40B17C57AEB32A1437B6E1414EA60262CDC351DE_gshared (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E ___result0, const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E L_0 = ___result0; il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F * L_2 = (Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F *, bool, ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E , int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_2, (bool)0, (ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E )L_0, (int32_t)((int32_t)16384), (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F *)L_2; } } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask>(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t22DDA242EA1C7046D5A9032F5D09F87CC099007B * AsyncTaskCache_CreateCacheableTask_TisValueTuple_3_tA2BBCCC52DFBFFE7F17F71793C91A129BC51EAC8_m0D6DA23871A461E2E3F84365A1C033CE851FA256_gshared (ValueTuple_3_tA2BBCCC52DFBFFE7F17F71793C91A129BC51EAC8 ___result0, const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { ValueTuple_3_tA2BBCCC52DFBFFE7F17F71793C91A129BC51EAC8 L_0 = ___result0; il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; Task_1_t22DDA242EA1C7046D5A9032F5D09F87CC099007B * L_2 = (Task_1_t22DDA242EA1C7046D5A9032F5D09F87CC099007B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (Task_1_t22DDA242EA1C7046D5A9032F5D09F87CC099007B *, bool, ValueTuple_3_tA2BBCCC52DFBFFE7F17F71793C91A129BC51EAC8 , int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_2, (bool)0, (ValueTuple_3_tA2BBCCC52DFBFFE7F17F71793C91A129BC51EAC8 )L_0, (int32_t)((int32_t)16384), (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (Task_1_t22DDA242EA1C7046D5A9032F5D09F87CC099007B *)L_2; } } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask>(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF * AsyncTaskCache_CreateCacheableTask_TisValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59_m63834742A4F9888103692EEF0B99232E9B0DC813_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 ___result0, const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_0 = ___result0; il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF * L_2 = (Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF *, bool, ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 , int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_2, (bool)0, (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 )L_0, (int32_t)((int32_t)16384), (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (Task_1_tE94AB6C165EA2F3E1ABDD296587402D1475A31FF *)L_2; } } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * AsyncTaskCache_CreateCacheableTask_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m20C463CD3431FABD58A9D0AB5875DCB9174B8312_gshared (bool ___result0, const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { bool L_0 = ___result0; il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 * L_2 = (Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 *, bool, bool, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_2, (bool)0, (bool)L_0, (int32_t)((int32_t)16384), (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (Task_1_t9C1FE9F18F52F3409B9E970FA38801A443AE7849 *)L_2; } } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * AsyncTaskCache_CreateCacheableTask_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m3B460CDAAC9C484D9A63A91DD531EE013613B9A8_gshared (int32_t ___result0, const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___result0; il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_2 = (Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 *, bool, int32_t, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_2, (bool)0, (int32_t)L_0, (int32_t)((int32_t)16384), (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 *)L_2; } } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * AsyncTaskCache_CreateCacheableTask_TisRuntimeObject_m5ADA023F9648CDA8DAA0F2D3D117EB705EF5AC45_gshared (RuntimeObject * ___result0, const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject * L_0 = ___result0; il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * L_2 = (Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 *, bool, RuntimeObject *, int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_2, (bool)0, (RuntimeObject *)L_0, (int32_t)((int32_t)16384), (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 *)L_2; } } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskCache::CreateCacheableTask(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * AsyncTaskCache_CreateCacheableTask_TisVoidTaskResult_t28D1A323545DE024749196472558F49F1AAF0004_m59F2A6007846EFEDE0FF0623B9EF22A1BFC6A94A_gshared (VoidTaskResult_t28D1A323545DE024749196472558F49F1AAF0004 ___result0, const RuntimeMethod* method) { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD V_0; memset((&V_0), 0, sizeof(V_0)); { VoidTaskResult_t28D1A323545DE024749196472558F49F1AAF0004 L_0 = ___result0; il2cpp_codegen_initobj((&V_0), sizeof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_1 = V_0; Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * L_2 = (Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 *, bool, VoidTaskResult_t28D1A323545DE024749196472558F49F1AAF0004 , int32_t, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_2, (bool)0, (VoidTaskResult_t28D1A323545DE024749196472558F49F1AAF0004 )L_0, (int32_t)((int32_t)16384), (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 *)L_2; } } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitOnCompleted(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitOnCompleted_TisRuntimeObject_TisRuntimeObject_m53C73637E160C055CA914211B2B12D384B9A80BD_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, RuntimeObject ** ___awaiter0, RuntimeObject ** ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); RuntimeObject ** L_1 = ___awaiter0; RuntimeObject ** L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisRuntimeObject_TisRuntimeObject_m671B502A3162011CE38FD175EE30722973E8CDB8((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (RuntimeObject **)(RuntimeObject **)L_1, (RuntimeObject **)(RuntimeObject **)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitOnCompleted_TisRuntimeObject_TisRuntimeObject_m53C73637E160C055CA914211B2B12D384B9A80BD_AdjustorThunk (RuntimeObject * __this, RuntimeObject ** ___awaiter0, RuntimeObject ** ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitOnCompleted_TisRuntimeObject_TisRuntimeObject_m53C73637E160C055CA914211B2B12D384B9A80BD(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitOnCompletedd__37>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_mCC2D26AA672FF4570D49A9EEADF38D0D29E107DC_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 * L_1 = ___awaiter0; U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_mD35D15ED9EB48923B10A41FADF07BE4B6AC03DAE((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 *)(HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 *)L_1, (U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 *)(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_mCC2D26AA672FF4570D49A9EEADF38D0D29E107DC_AdjustorThunk (RuntimeObject * __this, HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitOnCompleted_TisHopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_mCC2D26AA672FF4570D49A9EEADF38D0D29E107DC(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted>,Mono.Net.Security.AsyncProtocolRequest/d__24>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mEEFDA7106ABEDEAF01788AF181E896B0217637FB_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 * ___awaiter0, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 * L_1 = ___awaiter0; U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mA4684A60A0D47D2875CB959CF6B9462B1F4EF349((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 *)(ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 *)L_1, (U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F *)(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mEEFDA7106ABEDEAF01788AF181E896B0217637FB_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43 * ___awaiter0, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5EB7C043D02F3A168A946214509AC2338D8FB43_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mEEFDA7106ABEDEAF01788AF181E896B0217637FB(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted>,System.Net.WebConnectionTunnel/d__42>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_mC9EEF9F54606E1F48FBB9F00C794C4E497C3E1F7_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F * ___awaiter0, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F * L_1 = ___awaiter0; U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_m4D4920CD9C4A83A32993AB5E245EF00893C3F249((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F *)(ConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F *)L_1, (U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 *)(U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_mC9EEF9F54606E1F48FBB9F00C794C4E497C3E1F7_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F * ___awaiter0, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t42E1FFD8895A1588548441A8C72B2728EB2FAD4F_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_mC9EEF9F54606E1F48FBB9F00C794C4E497C3E1F7(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Net.WebResponseStream/d__61>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_mA9BA42B516E56371C3F31012A24656DE2D8FC053_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * ___awaiter0, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * L_1 = ___awaiter0; U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_m231ED2BAEF0FB7122E3B5BA6213AF5F48D30B1A9((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 *)(ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 *)L_1, (U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 *)(U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_mA9BA42B516E56371C3F31012A24656DE2D8FC053_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * ___awaiter0, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_mA9BA42B516E56371C3F31012A24656DE2D8FC053(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,Mono.Net.Security.MobileAuthenticatedStream/d__47>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_m09E6CD1686E4BBF47D8079B0EA8E9B742C3B4CFA_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * L_1 = ___awaiter0; U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_m0DC2D7FDDEACC801E9D5E1608F22C05384222DD0((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED *)(ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED *)L_1, (U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F *)(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_m09E6CD1686E4BBF47D8079B0EA8E9B742C3B4CFA_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_m09E6CD1686E4BBF47D8079B0EA8E9B742C3B4CFA(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Net.WebRequestStream/d__38>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m1FAD779F368E1F7A82F7CE57CACB908BA37A52D6_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * L_1 = ___awaiter0; U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m488851D7244B44EF9F50E958E4AA9C7A90FCFBC9((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED *)(ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED *)L_1, (U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 *)(U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m1FAD779F368E1F7A82F7CE57CACB908BA37A52D6_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m1FAD779F368E1F7A82F7CE57CACB908BA37A52D6(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Net.WebResponseStream/d__57>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_m3A30BEEFB15A28457EF5260B9F29E96356BE7F2B_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * L_1 = ___awaiter0; U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_m2BF3255EEBDD234B9D68B6F88C384943DF4B8662((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED *)(ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED *)L_1, (U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE *)(U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_m3A30BEEFB15A28457EF5260B9F29E96356BE7F2B_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_m3A30BEEFB15A28457EF5260B9F29E96356BE7F2B(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Net.WebResponseStream/d__57>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_mFDC08E90931D4046F2E6EB0E5ED313192850B844_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 * ___awaiter0, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 * L_1 = ___awaiter0; U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_m61B1AD69E48C14A6C1540ECBC24818A84717E2A8((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 *)(TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 *)L_1, (U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE *)(U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_mFDC08E90931D4046F2E6EB0E5ED313192850B844_AdjustorThunk (RuntimeObject * __this, TaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887 * ___awaiter0, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t0273913A687D34796D1DCFEA29B881E186EDE887_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_mFDC08E90931D4046F2E6EB0E5ED313192850B844(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisRuntimeObject_TisRuntimeObject_mB32E2BA5CA04406B4D32B8B036D2FB908F515726_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, RuntimeObject ** ___awaiter0, RuntimeObject ** ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); RuntimeObject ** L_1 = ___awaiter0; RuntimeObject ** L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisRuntimeObject_TisRuntimeObject_m38AE1EC6646AA6208EADEBF6B1D4C1E593828856((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (RuntimeObject **)(RuntimeObject **)L_1, (RuntimeObject **)(RuntimeObject **)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisRuntimeObject_TisRuntimeObject_mB32E2BA5CA04406B4D32B8B036D2FB908F515726_AdjustorThunk (RuntimeObject * __this, RuntimeObject ** ___awaiter0, RuntimeObject ** ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisRuntimeObject_TisRuntimeObject_mB32E2BA5CA04406B4D32B8B036D2FB908F515726(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__34>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_mFEDF504025B03083218BB9E4926EDA892B1ADE95_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * L_1 = ___awaiter0; U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_mC531D65F76BB35FFCC5965B8FFB2E668C6C381EB((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)L_1, (U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF *)(U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_mFEDF504025B03083218BB9E4926EDA892B1ADE95_AdjustorThunk (RuntimeObject * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_mFEDF504025B03083218BB9E4926EDA892B1ADE95(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__31>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_m3B69245FA0FB881A625B3C4B3CD4A1F55E9F7091_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * L_1 = ___awaiter0; U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_mF6F0B00D29766940F4732FD2E4D81C1FF21E8431((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)L_1, (U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED *)(U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_m3B69245FA0FB881A625B3C4B3CD4A1F55E9F7091_AdjustorThunk (RuntimeObject * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_m3B69245FA0FB881A625B3C4B3CD4A1F55E9F7091(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__36>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m8E62AA5AD32F598771A6E193978C7E99D00D2153_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * L_1 = ___awaiter0; U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_mB7200328C4684132F07658D717AE53E6693F5AB7((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)(TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C *)L_1, (U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 *)(U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m8E62AA5AD32F598771A6E193978C7E99D00D2153_AdjustorThunk (RuntimeObject * __this, TaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C * ___awaiter0, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisTaskAwaiter_t3780D365E9D10C2D6C4E76C78AA0CDF92B8F181C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m8E62AA5AD32F598771A6E193978C7E99D00D2153(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__24>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m782AB9211676D13F77DC486E1A4172A4E4A271AF_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_1 = ___awaiter0; U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_mF03CA6D84D0DF703BA9546CB5D2DD5807C6CC21C((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)L_1, (U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F *)(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m782AB9211676D13F77DC486E1A4172A4E4A271AF_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m782AB9211676D13F77DC486E1A4172A4E4A271AF(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__37>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m486AC640B68BDDDBDFAA79D71CCEDDEC7E9E6C8C_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_1 = ___awaiter0; U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m0C7F1C3DAE726CBE09AAA78B31B446A908AC477D((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)L_1, (U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 *)(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m486AC640B68BDDDBDFAA79D71CCEDDEC7E9E6C8C_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m486AC640B68BDDDBDFAA79D71CCEDDEC7E9E6C8C(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__67>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m08453681565EC9E00EF243921347643A73F424E6_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_1 = ___awaiter0; U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_mA444A728268C743EE2787FA18F59F375576FD8E6((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)L_1, (U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B *)(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m08453681565EC9E00EF243921347643A73F424E6_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m08453681565EC9E00EF243921347643A73F424E6(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__16>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC_m32932029A76D907A00FA055CA0B8976E3FDBE7A9_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_1 = ___awaiter0; U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC_mDB5926F21063B0D6ADE89DC8E367B0F24B5BABD1((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)L_1, (U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC *)(U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC_m32932029A76D907A00FA055CA0B8976E3FDBE7A9_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC_m32932029A76D907A00FA055CA0B8976E3FDBE7A9(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__42>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_mF501CFBE89BDD900E2110A4AF45973F5688487FF_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_1 = ___awaiter0; U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_m20F581CF93E34DAC38001512626A16E8495EC7AD((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)L_1, (U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 *)(U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_mF501CFBE89BDD900E2110A4AF45973F5688487FF_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_mF501CFBE89BDD900E2110A4AF45973F5688487FF(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__30>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877_m04D4ED0E415FFCEBFC85CA09714DEFFEB89272E9_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_1 = ___awaiter0; U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877_m8AC371F36809681AD3E78BD37687FD8FEBE23A11((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)L_1, (U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 *)(U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877_m04D4ED0E415FFCEBFC85CA09714DEFFEB89272E9_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877_m04D4ED0E415FFCEBFC85CA09714DEFFEB89272E9(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__34>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_m25EDD5D889EFFA2960689A0E632DAF6110A46EAD_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_1 = ___awaiter0; U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_mF74049A3DF1A9648D5DD83D22F8A85ED1A5530CA((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)L_1, (U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF *)(U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_m25EDD5D889EFFA2960689A0E632DAF6110A46EAD_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_m25EDD5D889EFFA2960689A0E632DAF6110A46EAD(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__32>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D_m86F2DFFA51140B986E3D24E884AEBA512241B184_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_1 = ___awaiter0; U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D_mA72F536D74BD9C410ACCBDC16194EFC6A0C46CE5((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)L_1, (U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D *)(U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D_m86F2DFFA51140B986E3D24E884AEBA512241B184_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D_m86F2DFFA51140B986E3D24E884AEBA512241B184(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__35>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20_m89E9AA9854C0E0594DB9FBED30461C7373585B92_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_1 = ___awaiter0; U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20_mD71AEB7EFA73BD457494B4936008099E2E721A95((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)L_1, (U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 *)(U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20_m89E9AA9854C0E0594DB9FBED30461C7373585B92_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20_m89E9AA9854C0E0594DB9FBED30461C7373585B92(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__31>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_mA10116455DD713341D6D0D6D7149F5C6530F3859_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_1 = ___awaiter0; U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_m871EA552047666778484D591ED1D16F41692BBBD((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)L_1, (U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED *)(U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_mA10116455DD713341D6D0D6D7149F5C6530F3859_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_mA10116455DD713341D6D0D6D7149F5C6530F3859(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__38>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_mDE6165DDEBFDFA590D63D8B969EF1019857F1A1B_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_1 = ___awaiter0; U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m27595410B5D7EE5DD7A181615BA932ABCA74B4A8((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)L_1, (U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 *)(U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_mDE6165DDEBFDFA590D63D8B969EF1019857F1A1B_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_mDE6165DDEBFDFA590D63D8B969EF1019857F1A1B(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__37>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC_m50D234AA9F453C8762B192097E3EC846BA0A6C8F_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_1 = ___awaiter0; U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC_mA50613598F4E88A8136A264A508F3B7B1FCEE3C5((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)L_1, (U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC *)(U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC_m50D234AA9F453C8762B192097E3EC846BA0A6C8F_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC_m50D234AA9F453C8762B192097E3EC846BA0A6C8F(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__36>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m92231E26378387B76C98C7F8F0FAC76437FF90D6_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_1 = ___awaiter0; U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m21712BA07231786931D15A5A004391281CC506BF((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)L_1, (U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 *)(U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m92231E26378387B76C98C7F8F0FAC76437FF90D6_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m92231E26378387B76C98C7F8F0FAC76437FF90D6(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__61>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_m110A7F52B9D947175A7939B4EC6C90DB4DE2D8F6_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_1 = ___awaiter0; U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_m2FF9A3A8A3F6D1F3B7E8E127CEAFE731969942BA((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)L_1, (U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 *)(U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_m110A7F52B9D947175A7939B4EC6C90DB4DE2D8F6_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_m110A7F52B9D947175A7939B4EC6C90DB4DE2D8F6(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__56>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233_m3E72CAE08FDF5EC5AF1D8AD15766D509470323F3_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 * ___stateMachine1, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * L_0 = (AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)__this->get_address_of_m_builder_1(); ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_1 = ___awaiter0; U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 * L_2 = ___stateMachine1; AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233_m2D330AF0962452842C96DADB3BDB802139F5E506((AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD *)L_0, (ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)L_1, (U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 *)(U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233_m3E72CAE08FDF5EC5AF1D8AD15766D509470323F3_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233_m3E72CAE08FDF5EC5AF1D8AD15766D509470323F3(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisRuntimeObject_mF158763EE84651A2D09034FFFE4818D703544376_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, RuntimeObject ** ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsyncStateMachine_tAE063F84A60E1058FCA4E3EA9F555D3462641F7D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject ** L_0 = ___stateMachine0; RuntimeObject * L_1 = (*(RuntimeObject **)L_0); if (L_1) { goto IL_0018; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisRuntimeObject_mF158763EE84651A2D09034FFFE4818D703544376_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); RuntimeObject ** L_3 = ___stateMachine0; NullCheck((RuntimeObject*)(*L_3)); InterfaceActionInvoker0::Invoke(0 /* System.Void System.Runtime.CompilerServices.IAsyncStateMachine::MoveNext() */, IAsyncStateMachine_tAE063F84A60E1058FCA4E3EA9F555D3462641F7D_il2cpp_TypeInfo_var, (RuntimeObject*)(*L_3)); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_Start_TisRuntimeObject_mF158763EE84651A2D09034FFFE4818D703544376_AdjustorThunk (RuntimeObject * __this, RuntimeObject ** ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_Start_TisRuntimeObject_mF158763EE84651A2D09034FFFE4818D703544376(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__24>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m2207C77B2606D2E3E263019428FB9A79D37B0F43_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m2207C77B2606D2E3E263019428FB9A79D37B0F43_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * L_2 = ___stateMachine0; U3CProcessOperationU3Ed__24_MoveNext_mB0D2D020C1DE94FFD5D78109BC37802780D26A0D((U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F *)(U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m2207C77B2606D2E3E263019428FB9A79D37B0F43_AdjustorThunk (RuntimeObject * __this, U3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_Start_TisU3CProcessOperationU3Ed__24_t947D01160C24F0E290A08065E5E22CF9B57B7B8F_m2207C77B2606D2E3E263019428FB9A79D37B0F43(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__37>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m5A3E13CA613AFE51618B2702701D9297A9A680B6_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m5A3E13CA613AFE51618B2702701D9297A9A680B6_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * L_2 = ___stateMachine0; U3CWriteAsyncInternalU3Ed__37_MoveNext_mAA376D1727FE5627B9293ED7CAEFD9BC5C7E2293((U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 *)(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m5A3E13CA613AFE51618B2702701D9297A9A680B6_AdjustorThunk (RuntimeObject * __this, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m5A3E13CA613AFE51618B2702701D9297A9A680B6(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__67>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m8766D02676D8310992655EABCAE1FD39B6F4137D_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m8766D02676D8310992655EABCAE1FD39B6F4137D_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * L_2 = ___stateMachine0; U3CInnerWriteU3Ed__67_MoveNext_m39FA739B0AE2BDF2EF4122C92A31BE2D016CEEF0((U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B *)(U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m8766D02676D8310992655EABCAE1FD39B6F4137D_AdjustorThunk (RuntimeObject * __this, U3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_Start_TisU3CInnerWriteU3Ed__67_t5A8A4FE7DB1603476080F8220B53E3D2C9A0B32B_m8766D02676D8310992655EABCAE1FD39B6F4137D(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__47>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mF7DD3EE57D8F0AA832316B43FB4635C1DC9953B6_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mF7DD3EE57D8F0AA832316B43FB4635C1DC9953B6_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * L_2 = ___stateMachine0; U3CProcessAuthenticationU3Ed__47_MoveNext_mF3762B503551276E4B49F05F7413012DF8D1CC84((U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F *)(U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mF7DD3EE57D8F0AA832316B43FB4635C1DC9953B6_AdjustorThunk (RuntimeObject * __this, U3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_Start_TisU3CProcessAuthenticationU3Ed__47_t083E2064F6F5156E94E206F2ED7FE0B2B2609D0F_mF7DD3EE57D8F0AA832316B43FB4635C1DC9953B6(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__16>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC_m1ACDAADBF5297897D47ABF1630CC92D1C4F99548_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC_m1ACDAADBF5297897D47ABF1630CC92D1C4F99548_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC * L_2 = ___stateMachine0; U3CConnectU3Ed__16_MoveNext_mEB63217D6C098F196308214C489160EADCE4B41E((U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC *)(U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_Start_TisU3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC_m1ACDAADBF5297897D47ABF1630CC92D1C4F99548_AdjustorThunk (RuntimeObject * __this, U3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_Start_TisU3CConnectU3Ed__16_tA63A4A00134BC6D6990E42A53B5B5B7EA557F2EC_m1ACDAADBF5297897D47ABF1630CC92D1C4F99548(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__42>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_m9E8C1D426814D4FD27E1F36AE978D45A7EE4DF7E_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_m9E8C1D426814D4FD27E1F36AE978D45A7EE4DF7E_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * L_2 = ___stateMachine0; U3CInitializeU3Ed__42_MoveNext_mA878653739B7D35EC6FA983C454ADB1E2EDE7198((U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 *)(U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_m9E8C1D426814D4FD27E1F36AE978D45A7EE4DF7E_AdjustorThunk (RuntimeObject * __this, U3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44 * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__42_tC533C259B5BD2C01EF23A5D94AD171EBD9DE0D44_m9E8C1D426814D4FD27E1F36AE978D45A7EE4DF7E(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__30>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877_mF1355BF53E3E097D6AC7D8DEA65C6812E55FBA08_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877_mF1355BF53E3E097D6AC7D8DEA65C6812E55FBA08_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 * L_2 = ___stateMachine0; U3CFinishWritingU3Ed__30_MoveNext_m522142884C6AFC833AD0853853C82CC9CD9E7640((U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 *)(U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_Start_TisU3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877_mF1355BF53E3E097D6AC7D8DEA65C6812E55FBA08_AdjustorThunk (RuntimeObject * __this, U3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877 * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_Start_TisU3CFinishWritingU3Ed__30_t92D988525BB918A5495EEB7308C5D6B1736F7877_mF1355BF53E3E097D6AC7D8DEA65C6812E55FBA08(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__34>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_m6D09A3DDCE8C56501850D3C5D3D7A1ED5546DE0C_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_m6D09A3DDCE8C56501850D3C5D3D7A1ED5546DE0C_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * L_2 = ___stateMachine0; U3CInitializeU3Ed__34_MoveNext_m87CFB94091EE7D19C8BBD9ED129BC52E8A142C0E((U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF *)(U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_m6D09A3DDCE8C56501850D3C5D3D7A1ED5546DE0C_AdjustorThunk (RuntimeObject * __this, U3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__34_tDEA0599318F5D525A23E56EB2509B6B2525C4BDF_m6D09A3DDCE8C56501850D3C5D3D7A1ED5546DE0C(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__32>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D_mE65D5B3AB9C610ABF8A5AC06BED4518283392D57_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D_mE65D5B3AB9C610ABF8A5AC06BED4518283392D57_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D * L_2 = ___stateMachine0; U3CProcessWriteU3Ed__32_MoveNext_mE7F133DD2645BB01545545074EF827412948B662((U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D *)(U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_Start_TisU3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D_mE65D5B3AB9C610ABF8A5AC06BED4518283392D57_AdjustorThunk (RuntimeObject * __this, U3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_Start_TisU3CProcessWriteU3Ed__32_t1B6C963000647765BB08110D558ABCCC8706455D_mE65D5B3AB9C610ABF8A5AC06BED4518283392D57(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__35>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20_mB98B8C5F8DF9D87FA1346412B6EEF69DAB026E0E_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20_mB98B8C5F8DF9D87FA1346412B6EEF69DAB026E0E_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 * L_2 = ___stateMachine0; U3CSetHeadersAsyncU3Ed__35_MoveNext_m5AAA8EE190A8C526FCE9C2136A475CBD005647FB((U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 *)(U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_Start_TisU3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20_mB98B8C5F8DF9D87FA1346412B6EEF69DAB026E0E_AdjustorThunk (RuntimeObject * __this, U3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20 * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_Start_TisU3CSetHeadersAsyncU3Ed__35_t3092D97746622F227BC1599426A62900B1BDFA20_mB98B8C5F8DF9D87FA1346412B6EEF69DAB026E0E(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__31>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_mDE38C1C6195CA712CF2FD0BBEA755DF79EC938AE_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_mDE38C1C6195CA712CF2FD0BBEA755DF79EC938AE_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * L_2 = ___stateMachine0; U3CWriteAsyncU3Ed__31_MoveNext_mE07D8D1AD16CBA6048010B85CDF041D8216D37D1((U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED *)(U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_mDE38C1C6195CA712CF2FD0BBEA755DF79EC938AE_AdjustorThunk (RuntimeObject * __this, U3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncU3Ed__31_t5859688F1D70D64062B3A8D5BC015BD11F661CED_mDE38C1C6195CA712CF2FD0BBEA755DF79EC938AE(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__38>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m7209B7DED721EF9AB3E82ABAE100ECBCCFAF5823_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m7209B7DED721EF9AB3E82ABAE100ECBCCFAF5823_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * L_2 = ___stateMachine0; U3CWriteChunkTrailerU3Ed__38_MoveNext_m417D51A5680BA19B0AD0C200F93DAE44DE1B6D82((U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 *)(U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_Start_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m7209B7DED721EF9AB3E82ABAE100ECBCCFAF5823_AdjustorThunk (RuntimeObject * __this, U3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607 * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_Start_TisU3CWriteChunkTrailerU3Ed__38_t8EC88F9A64E8E80ACD814B0A542FCADB1FD52607_m7209B7DED721EF9AB3E82ABAE100ECBCCFAF5823(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__37>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC_m3C64379B28BC92A79A78A95D00634C6A0EFDFFCE_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC_m3C64379B28BC92A79A78A95D00634C6A0EFDFFCE_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC * L_2 = ___stateMachine0; U3CWriteChunkTrailer_innerU3Ed__37_MoveNext_m787FA052DBF18A7F46C2F28EE08ED905C63FDCDD((U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC *)(U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_Start_TisU3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC_m3C64379B28BC92A79A78A95D00634C6A0EFDFFCE_AdjustorThunk (RuntimeObject * __this, U3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_Start_TisU3CWriteChunkTrailer_innerU3Ed__37_t536DFDDDCB3A7662199B9C4D8EC3416069CAD2BC_m3C64379B28BC92A79A78A95D00634C6A0EFDFFCE(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__36>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m50232B497B0B681DD996BDF61A3CEE35087CC5A9_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m50232B497B0B681DD996BDF61A3CEE35087CC5A9_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * L_2 = ___stateMachine0; U3CWriteRequestAsyncU3Ed__36_MoveNext_m3477695B7BE13EE4A72D517FC57275B93304FEDB((U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 *)(U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_Start_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m50232B497B0B681DD996BDF61A3CEE35087CC5A9_AdjustorThunk (RuntimeObject * __this, U3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2 * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_Start_TisU3CWriteRequestAsyncU3Ed__36_t0833F36CF8DB075AB1136CB5957C4E54597FCDB2_m50232B497B0B681DD996BDF61A3CEE35087CC5A9(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__61>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_mE668EE1470EF44F240009779B3836AB9D7AEE24D_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_mE668EE1470EF44F240009779B3836AB9D7AEE24D_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * L_2 = ___stateMachine0; U3CInitReadAsyncU3Ed__61_MoveNext_mE77187E2C77E27D5FB47377BFDA7019F5E8DC774((U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 *)(U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_Start_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_mE668EE1470EF44F240009779B3836AB9D7AEE24D_AdjustorThunk (RuntimeObject * __this, U3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937 * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_Start_TisU3CInitReadAsyncU3Ed__61_t329281CA297EEFAD683A8D2BF26E662E01908937_mE668EE1470EF44F240009779B3836AB9D7AEE24D(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__56>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233_mD9863231C9950560F073CE306E2CFB0D3344231B_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233_mD9863231C9950560F073CE306E2CFB0D3344231B_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 * L_2 = ___stateMachine0; U3CInitializeU3Ed__56_MoveNext_mB6A59995320329B5D86E8F4BDE2E77A2817FE667((U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 *)(U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233_mD9863231C9950560F073CE306E2CFB0D3344231B_AdjustorThunk (RuntimeObject * __this, U3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233 * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_Start_TisU3CInitializeU3Ed__56_tAB70B42B330318FB1E97982F21A87A9E85BE6233_mD9863231C9950560F073CE306E2CFB0D3344231B(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__57>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_mC7739FB27B9DF3433547EEDCC17FD91229EC8E03_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_mC7739FB27B9DF3433547EEDCC17FD91229EC8E03_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * L_2 = ___stateMachine0; U3CReadAllAsyncU3Ed__57_MoveNext_m4622AA6E5B32E06EF6A03EE34C0D3DF5D1BCA077((U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE *)(U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncTaskMethodBuilder_Start_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_mC7739FB27B9DF3433547EEDCC17FD91229EC8E03_AdjustorThunk (RuntimeObject * __this, U3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncTaskMethodBuilder_Start_TisU3CReadAllAsyncU3Ed__57_tC16110EF4466ED2F5D9C75851A1E1411E14C7CEE_mC7739FB27B9DF3433547EEDCC17FD91229EC8E03(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::AwaitUnsafeOnCompleted,System.Net.WebOperation/d__55>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C_TisU3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5_m3B7A4E87DE3D4D691C835DC09581F121ED1475C1_gshared (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C * ___awaiter0, U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 * ___stateMachine1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICriticalNotifyCompletion_t3F4FCEA29CDCACD07747F3A1D6D1406521556838_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1865ADD0B2BD98A16ED26B59F57307FBCA54202A); s_Il2CppMethodInitialized = true; } MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D * V_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * G_B2_0 = NULL; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * G_B1_0 = NULL; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * G_B3_0 = NULL; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * G_B3_1 = NULL; IL_0000: try { // begin try (depth: 1) { V_0 = (MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D *)NULL; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * L_0 = (AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)__this->get_address_of_m_coreState_1(); bool L_1; L_1 = AsyncCausalityTracer_get_LoggingOn_mD460AAFBC2E4F4F72C13D57D1C53A8002AED9C57(/*hidden argument*/NULL); G_B1_0 = L_0; if (L_1) { G_B2_0 = L_0; goto IL_0012; } } IL_000f: { G_B3_0 = ((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)(NULL)); G_B3_1 = G_B1_0; goto IL_0018; } IL_0012: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_2; L_2 = AsyncVoidMethodBuilder_get_Task_m2C3316BD647CD8BB6997CDE9568AF84AA9A146A0((AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)__this, /*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0018: { Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3; L_3 = AsyncMethodBuilderCore_GetCompletionAction_m7FE7F57CC452F0EDE870AB08EEB648E2027D4F5C((AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)G_B3_1, (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)G_B3_0, (MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D **)(MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D **)(&V_0), /*hidden argument*/NULL); V_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)L_3; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * L_4 = (AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)__this->get_address_of_m_coreState_1(); RuntimeObject* L_5 = (RuntimeObject*)L_4->get_m_stateMachine_0(); if (L_5) { goto IL_007a; } } IL_002d: { bool L_6; L_6 = AsyncCausalityTracer_get_LoggingOn_mD460AAFBC2E4F4F72C13D57D1C53A8002AED9C57(/*hidden argument*/NULL); if (!L_6) { goto IL_0062; } } IL_0034: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_7; L_7 = AsyncVoidMethodBuilder_get_Task_m2C3316BD647CD8BB6997CDE9568AF84AA9A146A0((AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)__this, /*hidden argument*/NULL); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_7); int32_t L_8; L_8 = Task_get_Id_m34DAC27D91939B78DCD73A26085505A0B4D7235C((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_7, /*hidden argument*/NULL); U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 * L_9 = ___stateMachine1; RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), L_9); NullCheck((RuntimeObject *)L_10); Type_t * L_11; L_11 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_10, /*hidden argument*/NULL); *L_9 = *(U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 *)UnBox(L_10); NullCheck((MemberInfo_t *)L_11); String_t* L_12; L_12 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_11); String_t* L_13; L_13 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)_stringLiteral1865ADD0B2BD98A16ED26B59F57307FBCA54202A, (String_t*)L_12, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationCreation_mAF69519CD62102A5BDF64035175D70C10238D774((int32_t)0, (int32_t)L_8, (String_t*)L_13, (uint64_t)((int64_t)((int64_t)0)), /*hidden argument*/NULL); } IL_0062: { AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * L_14 = (AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)__this->get_address_of_m_coreState_1(); U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 * L_15 = ___stateMachine1; U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 L_16 = (*(U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 *)L_15); U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 L_17 = (U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 )L_16; RuntimeObject * L_18 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_17); MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D * L_19 = V_0; AsyncMethodBuilderCore_PostBoxInitialization_m22C1D9A2745255C6FC1426D4CB0C4355FBDA07E3((AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)L_14, (RuntimeObject*)L_18, (MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D *)L_19, (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)NULL, /*hidden argument*/NULL); } IL_007a: { ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C * L_20 = ___awaiter0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_21 = V_1; Il2CppMetadataObject L_22(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__130 = il2cpp_codegen_get_interface_invoke_data(0, (&L_22), ICriticalNotifyCompletion_t3F4FCEA29CDCACD07747F3A1D6D1406521556838_il2cpp_TypeInfo_var); (( void (*) (RuntimeObject*, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *, const RuntimeMethod*))il2cpp_virtual_invoke_data__130.methodPtr)((RuntimeObject*)((RuntimeObject*)L_20)-1, (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)L_21, /*hidden argument*/il2cpp_virtual_invoke_data__130.method); goto IL_0091; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0089; } throw e; } CATCH_0089: { // begin catch(System.Exception) AsyncMethodBuilderCore_ThrowAsync_mB0D7B897EB207A342AC8E673D9FD0B5D0EF847B7((Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)), (SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 *)NULL, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0091; } // end catch (depth: 1) IL_0091: { return; } } IL2CPP_EXTERN_C void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C_TisU3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5_m3B7A4E87DE3D4D691C835DC09581F121ED1475C1_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C * ___awaiter0, U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t286C97C0AF102C4C0BE55CE2025CC7BD1FB5C20C_TisU3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5_m3B7A4E87DE3D4D691C835DC09581F121ED1475C1(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::AwaitUnsafeOnCompleted,System.Net.ServicePointScheduler/d__32>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m2B6098796F1FD614B56CC323892F272B55C498F6_gshared (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 * ___stateMachine1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICriticalNotifyCompletion_t3F4FCEA29CDCACD07747F3A1D6D1406521556838_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1865ADD0B2BD98A16ED26B59F57307FBCA54202A); s_Il2CppMethodInitialized = true; } MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D * V_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * G_B2_0 = NULL; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * G_B1_0 = NULL; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * G_B3_0 = NULL; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * G_B3_1 = NULL; IL_0000: try { // begin try (depth: 1) { V_0 = (MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D *)NULL; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * L_0 = (AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)__this->get_address_of_m_coreState_1(); bool L_1; L_1 = AsyncCausalityTracer_get_LoggingOn_mD460AAFBC2E4F4F72C13D57D1C53A8002AED9C57(/*hidden argument*/NULL); G_B1_0 = L_0; if (L_1) { G_B2_0 = L_0; goto IL_0012; } } IL_000f: { G_B3_0 = ((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)(NULL)); G_B3_1 = G_B1_0; goto IL_0018; } IL_0012: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_2; L_2 = AsyncVoidMethodBuilder_get_Task_m2C3316BD647CD8BB6997CDE9568AF84AA9A146A0((AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)__this, /*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0018: { Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3; L_3 = AsyncMethodBuilderCore_GetCompletionAction_m7FE7F57CC452F0EDE870AB08EEB648E2027D4F5C((AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)G_B3_1, (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)G_B3_0, (MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D **)(MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D **)(&V_0), /*hidden argument*/NULL); V_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)L_3; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * L_4 = (AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)__this->get_address_of_m_coreState_1(); RuntimeObject* L_5 = (RuntimeObject*)L_4->get_m_stateMachine_0(); if (L_5) { goto IL_007a; } } IL_002d: { bool L_6; L_6 = AsyncCausalityTracer_get_LoggingOn_mD460AAFBC2E4F4F72C13D57D1C53A8002AED9C57(/*hidden argument*/NULL); if (!L_6) { goto IL_0062; } } IL_0034: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_7; L_7 = AsyncVoidMethodBuilder_get_Task_m2C3316BD647CD8BB6997CDE9568AF84AA9A146A0((AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)__this, /*hidden argument*/NULL); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_7); int32_t L_8; L_8 = Task_get_Id_m34DAC27D91939B78DCD73A26085505A0B4D7235C((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_7, /*hidden argument*/NULL); U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 * L_9 = ___stateMachine1; RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), L_9); NullCheck((RuntimeObject *)L_10); Type_t * L_11; L_11 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_10, /*hidden argument*/NULL); *L_9 = *(U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 *)UnBox(L_10); NullCheck((MemberInfo_t *)L_11); String_t* L_12; L_12 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_11); String_t* L_13; L_13 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)_stringLiteral1865ADD0B2BD98A16ED26B59F57307FBCA54202A, (String_t*)L_12, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationCreation_mAF69519CD62102A5BDF64035175D70C10238D774((int32_t)0, (int32_t)L_8, (String_t*)L_13, (uint64_t)((int64_t)((int64_t)0)), /*hidden argument*/NULL); } IL_0062: { AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * L_14 = (AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)__this->get_address_of_m_coreState_1(); U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 * L_15 = ___stateMachine1; U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 L_16 = (*(U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 *)L_15); U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 L_17 = (U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 )L_16; RuntimeObject * L_18 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_17); MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D * L_19 = V_0; AsyncMethodBuilderCore_PostBoxInitialization_m22C1D9A2745255C6FC1426D4CB0C4355FBDA07E3((AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)L_14, (RuntimeObject*)L_18, (MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D *)L_19, (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)NULL, /*hidden argument*/NULL); } IL_007a: { ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * L_20 = ___awaiter0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_21 = V_1; Il2CppMetadataObject L_22(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__130 = il2cpp_codegen_get_interface_invoke_data(0, (&L_22), ICriticalNotifyCompletion_t3F4FCEA29CDCACD07747F3A1D6D1406521556838_il2cpp_TypeInfo_var); (( void (*) (RuntimeObject*, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *, const RuntimeMethod*))il2cpp_virtual_invoke_data__130.methodPtr)((RuntimeObject*)((RuntimeObject*)L_20)-1, (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)L_21, /*hidden argument*/il2cpp_virtual_invoke_data__130.method); goto IL_0091; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0089; } throw e; } CATCH_0089: { // begin catch(System.Exception) AsyncMethodBuilderCore_ThrowAsync_mB0D7B897EB207A342AC8E673D9FD0B5D0EF847B7((Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)), (SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 *)NULL, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0091; } // end catch (depth: 1) IL_0091: { return; } } IL2CPP_EXTERN_C void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m2B6098796F1FD614B56CC323892F272B55C498F6_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m2B6098796F1FD614B56CC323892F272B55C498F6(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::AwaitUnsafeOnCompleted,System.Net.WebOperation/d__54>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_m9BC55C8D6D935173EA7E9CAF9B81A293A6A4D3B9_gshared (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 * ___stateMachine1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICriticalNotifyCompletion_t3F4FCEA29CDCACD07747F3A1D6D1406521556838_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1865ADD0B2BD98A16ED26B59F57307FBCA54202A); s_Il2CppMethodInitialized = true; } MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D * V_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * G_B2_0 = NULL; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * G_B1_0 = NULL; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * G_B3_0 = NULL; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * G_B3_1 = NULL; IL_0000: try { // begin try (depth: 1) { V_0 = (MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D *)NULL; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * L_0 = (AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)__this->get_address_of_m_coreState_1(); bool L_1; L_1 = AsyncCausalityTracer_get_LoggingOn_mD460AAFBC2E4F4F72C13D57D1C53A8002AED9C57(/*hidden argument*/NULL); G_B1_0 = L_0; if (L_1) { G_B2_0 = L_0; goto IL_0012; } } IL_000f: { G_B3_0 = ((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)(NULL)); G_B3_1 = G_B1_0; goto IL_0018; } IL_0012: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_2; L_2 = AsyncVoidMethodBuilder_get_Task_m2C3316BD647CD8BB6997CDE9568AF84AA9A146A0((AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)__this, /*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0018: { Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3; L_3 = AsyncMethodBuilderCore_GetCompletionAction_m7FE7F57CC452F0EDE870AB08EEB648E2027D4F5C((AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)G_B3_1, (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)G_B3_0, (MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D **)(MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D **)(&V_0), /*hidden argument*/NULL); V_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)L_3; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * L_4 = (AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)__this->get_address_of_m_coreState_1(); RuntimeObject* L_5 = (RuntimeObject*)L_4->get_m_stateMachine_0(); if (L_5) { goto IL_007a; } } IL_002d: { bool L_6; L_6 = AsyncCausalityTracer_get_LoggingOn_mD460AAFBC2E4F4F72C13D57D1C53A8002AED9C57(/*hidden argument*/NULL); if (!L_6) { goto IL_0062; } } IL_0034: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_7; L_7 = AsyncVoidMethodBuilder_get_Task_m2C3316BD647CD8BB6997CDE9568AF84AA9A146A0((AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)__this, /*hidden argument*/NULL); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_7); int32_t L_8; L_8 = Task_get_Id_m34DAC27D91939B78DCD73A26085505A0B4D7235C((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_7, /*hidden argument*/NULL); U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 * L_9 = ___stateMachine1; RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), L_9); NullCheck((RuntimeObject *)L_10); Type_t * L_11; L_11 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_10, /*hidden argument*/NULL); *L_9 = *(U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 *)UnBox(L_10); NullCheck((MemberInfo_t *)L_11); String_t* L_12; L_12 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_11); String_t* L_13; L_13 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)_stringLiteral1865ADD0B2BD98A16ED26B59F57307FBCA54202A, (String_t*)L_12, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationCreation_mAF69519CD62102A5BDF64035175D70C10238D774((int32_t)0, (int32_t)L_8, (String_t*)L_13, (uint64_t)((int64_t)((int64_t)0)), /*hidden argument*/NULL); } IL_0062: { AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * L_14 = (AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)__this->get_address_of_m_coreState_1(); U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 * L_15 = ___stateMachine1; U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 L_16 = (*(U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 *)L_15); U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 L_17 = (U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 )L_16; RuntimeObject * L_18 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_17); MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D * L_19 = V_0; AsyncMethodBuilderCore_PostBoxInitialization_m22C1D9A2745255C6FC1426D4CB0C4355FBDA07E3((AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)L_14, (RuntimeObject*)L_18, (MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D *)L_19, (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)NULL, /*hidden argument*/NULL); } IL_007a: { ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * L_20 = ___awaiter0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_21 = V_1; Il2CppMetadataObject L_22(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__130 = il2cpp_codegen_get_interface_invoke_data(0, (&L_22), ICriticalNotifyCompletion_t3F4FCEA29CDCACD07747F3A1D6D1406521556838_il2cpp_TypeInfo_var); (( void (*) (RuntimeObject*, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *, const RuntimeMethod*))il2cpp_virtual_invoke_data__130.methodPtr)((RuntimeObject*)((RuntimeObject*)L_20)-1, (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)L_21, /*hidden argument*/il2cpp_virtual_invoke_data__130.method); goto IL_0091; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0089; } throw e; } CATCH_0089: { // begin catch(System.Exception) AsyncMethodBuilderCore_ThrowAsync_mB0D7B897EB207A342AC8E673D9FD0B5D0EF847B7((Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)), (SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 *)NULL, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0091; } // end catch (depth: 1) IL_0091: { return; } } IL2CPP_EXTERN_C void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_m9BC55C8D6D935173EA7E9CAF9B81A293A6A4D3B9_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED * ___awaiter0, U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t2CE498F9A6CE5405242AE2D77F03E58985B7C3ED_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_m9BC55C8D6D935173EA7E9CAF9B81A293A6A4D3B9(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::AwaitUnsafeOnCompleted(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisRuntimeObject_TisRuntimeObject_m7BE3C991C9BC01BC0E34298B658EC833394E2091_gshared (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, RuntimeObject ** ___awaiter0, RuntimeObject ** ___stateMachine1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICriticalNotifyCompletion_t3F4FCEA29CDCACD07747F3A1D6D1406521556838_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1865ADD0B2BD98A16ED26B59F57307FBCA54202A); s_Il2CppMethodInitialized = true; } MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D * V_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * G_B2_0 = NULL; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * G_B1_0 = NULL; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * G_B3_0 = NULL; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * G_B3_1 = NULL; IL_0000: try { // begin try (depth: 1) { V_0 = (MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D *)NULL; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * L_0 = (AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)__this->get_address_of_m_coreState_1(); bool L_1; L_1 = AsyncCausalityTracer_get_LoggingOn_mD460AAFBC2E4F4F72C13D57D1C53A8002AED9C57(/*hidden argument*/NULL); G_B1_0 = L_0; if (L_1) { G_B2_0 = L_0; goto IL_0012; } } IL_000f: { G_B3_0 = ((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)(NULL)); G_B3_1 = G_B1_0; goto IL_0018; } IL_0012: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_2; L_2 = AsyncVoidMethodBuilder_get_Task_m2C3316BD647CD8BB6997CDE9568AF84AA9A146A0((AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)__this, /*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0018: { Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3; L_3 = AsyncMethodBuilderCore_GetCompletionAction_m7FE7F57CC452F0EDE870AB08EEB648E2027D4F5C((AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)G_B3_1, (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)G_B3_0, (MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D **)(MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D **)(&V_0), /*hidden argument*/NULL); V_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)L_3; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * L_4 = (AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)__this->get_address_of_m_coreState_1(); RuntimeObject* L_5 = (RuntimeObject*)L_4->get_m_stateMachine_0(); if (L_5) { goto IL_007a; } } IL_002d: { bool L_6; L_6 = AsyncCausalityTracer_get_LoggingOn_mD460AAFBC2E4F4F72C13D57D1C53A8002AED9C57(/*hidden argument*/NULL); if (!L_6) { goto IL_0062; } } IL_0034: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_7; L_7 = AsyncVoidMethodBuilder_get_Task_m2C3316BD647CD8BB6997CDE9568AF84AA9A146A0((AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)__this, /*hidden argument*/NULL); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_7); int32_t L_8; L_8 = Task_get_Id_m34DAC27D91939B78DCD73A26085505A0B4D7235C((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_7, /*hidden argument*/NULL); RuntimeObject ** L_9 = ___stateMachine1; NullCheck((RuntimeObject *)(*L_9)); Type_t * L_10; L_10 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)(*L_9), /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_10); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_10); String_t* L_12; L_12 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)_stringLiteral1865ADD0B2BD98A16ED26B59F57307FBCA54202A, (String_t*)L_11, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationCreation_mAF69519CD62102A5BDF64035175D70C10238D774((int32_t)0, (int32_t)L_8, (String_t*)L_12, (uint64_t)((int64_t)((int64_t)0)), /*hidden argument*/NULL); } IL_0062: { AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * L_13 = (AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)__this->get_address_of_m_coreState_1(); RuntimeObject ** L_14 = ___stateMachine1; RuntimeObject * L_15 = (*(RuntimeObject **)L_14); MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D * L_16 = V_0; AsyncMethodBuilderCore_PostBoxInitialization_m22C1D9A2745255C6FC1426D4CB0C4355FBDA07E3((AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)L_13, (RuntimeObject*)L_15, (MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D *)L_16, (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)NULL, /*hidden argument*/NULL); } IL_007a: { RuntimeObject ** L_17 = ___awaiter0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_18 = V_1; NullCheck((RuntimeObject*)(*L_17)); InterfaceActionInvoker1< Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * >::Invoke(0 /* System.Void System.Runtime.CompilerServices.ICriticalNotifyCompletion::UnsafeOnCompleted(System.Action) */, ICriticalNotifyCompletion_t3F4FCEA29CDCACD07747F3A1D6D1406521556838_il2cpp_TypeInfo_var, (RuntimeObject*)(*L_17), (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)L_18); goto IL_0091; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0089; } throw e; } CATCH_0089: { // begin catch(System.Exception) AsyncMethodBuilderCore_ThrowAsync_mB0D7B897EB207A342AC8E673D9FD0B5D0EF847B7((Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)), (SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 *)NULL, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0091; } // end catch (depth: 1) IL_0091: { return; } } IL2CPP_EXTERN_C void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisRuntimeObject_TisRuntimeObject_m7BE3C991C9BC01BC0E34298B658EC833394E2091_AdjustorThunk (RuntimeObject * __this, RuntimeObject ** ___awaiter0, RuntimeObject ** ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisRuntimeObject_TisRuntimeObject_m7BE3C991C9BC01BC0E34298B658EC833394E2091(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::AwaitUnsafeOnCompletedd__54>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_mCE4B50CFF725DD8C2F657F55510E68D5F256A644_gshared (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 * ___stateMachine1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1865ADD0B2BD98A16ED26B59F57307FBCA54202A); s_Il2CppMethodInitialized = true; } MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D * V_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * G_B2_0 = NULL; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * G_B1_0 = NULL; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * G_B3_0 = NULL; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * G_B3_1 = NULL; IL_0000: try { // begin try (depth: 1) { V_0 = (MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D *)NULL; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * L_0 = (AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)__this->get_address_of_m_coreState_1(); bool L_1; L_1 = AsyncCausalityTracer_get_LoggingOn_mD460AAFBC2E4F4F72C13D57D1C53A8002AED9C57(/*hidden argument*/NULL); G_B1_0 = L_0; if (L_1) { G_B2_0 = L_0; goto IL_0012; } } IL_000f: { G_B3_0 = ((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)(NULL)); G_B3_1 = G_B1_0; goto IL_0018; } IL_0012: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_2; L_2 = AsyncVoidMethodBuilder_get_Task_m2C3316BD647CD8BB6997CDE9568AF84AA9A146A0((AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)__this, /*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0018: { Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3; L_3 = AsyncMethodBuilderCore_GetCompletionAction_m7FE7F57CC452F0EDE870AB08EEB648E2027D4F5C((AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)G_B3_1, (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)G_B3_0, (MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D **)(MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D **)(&V_0), /*hidden argument*/NULL); V_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)L_3; AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * L_4 = (AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)__this->get_address_of_m_coreState_1(); RuntimeObject* L_5 = (RuntimeObject*)L_4->get_m_stateMachine_0(); if (L_5) { goto IL_007a; } } IL_002d: { bool L_6; L_6 = AsyncCausalityTracer_get_LoggingOn_mD460AAFBC2E4F4F72C13D57D1C53A8002AED9C57(/*hidden argument*/NULL); if (!L_6) { goto IL_0062; } } IL_0034: { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_7; L_7 = AsyncVoidMethodBuilder_get_Task_m2C3316BD647CD8BB6997CDE9568AF84AA9A146A0((AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)(AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 *)__this, /*hidden argument*/NULL); NullCheck((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_7); int32_t L_8; L_8 = Task_get_Id_m34DAC27D91939B78DCD73A26085505A0B4D7235C((Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)L_7, /*hidden argument*/NULL); U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 * L_9 = ___stateMachine1; RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), L_9); NullCheck((RuntimeObject *)L_10); Type_t * L_11; L_11 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_10, /*hidden argument*/NULL); *L_9 = *(U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 *)UnBox(L_10); NullCheck((MemberInfo_t *)L_11); String_t* L_12; L_12 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_11); String_t* L_13; L_13 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)_stringLiteral1865ADD0B2BD98A16ED26B59F57307FBCA54202A, (String_t*)L_12, /*hidden argument*/NULL); AsyncCausalityTracer_TraceOperationCreation_mAF69519CD62102A5BDF64035175D70C10238D774((int32_t)0, (int32_t)L_8, (String_t*)L_13, (uint64_t)((int64_t)((int64_t)0)), /*hidden argument*/NULL); } IL_0062: { AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * L_14 = (AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)__this->get_address_of_m_coreState_1(); U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 * L_15 = ___stateMachine1; U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 L_16 = (*(U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 *)L_15); U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 L_17 = (U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 )L_16; RuntimeObject * L_18 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_17); MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D * L_19 = V_0; AsyncMethodBuilderCore_PostBoxInitialization_m22C1D9A2745255C6FC1426D4CB0C4355FBDA07E3((AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 *)L_14, (RuntimeObject*)L_18, (MoveNextRunner_tFAEA0BEDD353E2E34E8E287C67B1F5572FD30C2D *)L_19, (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 *)NULL, /*hidden argument*/NULL); } IL_007a: { ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * L_20 = ___awaiter0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_21 = V_1; ConfiguredTaskAwaiter_UnsafeOnCompleted_mF815346BE1ED57CDF90E0196AC0DD564C87327C7((ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C *)L_20, (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)L_21, /*hidden argument*/NULL); goto IL_0091; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0089; } throw e; } CATCH_0089: { // begin catch(System.Exception) AsyncMethodBuilderCore_ThrowAsync_mB0D7B897EB207A342AC8E673D9FD0B5D0EF847B7((Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)), (SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 *)NULL, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0091; } // end catch (depth: 1) IL_0091: { return; } } IL2CPP_EXTERN_C void AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_mCE4B50CFF725DD8C2F657F55510E68D5F256A644_AdjustorThunk (RuntimeObject * __this, ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * ___awaiter0, U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 * ___stateMachine1, const RuntimeMethod* method) { int32_t _offset = 1; AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_mCE4B50CFF725DD8C2F657F55510E68D5F256A644(_thisAdjusted, ___awaiter0, ___stateMachine1, method); } // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Start(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_Start_TisRuntimeObject_m106EE2F1FA18DC25ED42F23C4E8E8F2E11B48995_gshared (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, RuntimeObject ** ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsyncStateMachine_tAE063F84A60E1058FCA4E3EA9F555D3462641F7D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject ** L_0 = ___stateMachine0; RuntimeObject * L_1 = (*(RuntimeObject **)L_0); if (L_1) { goto IL_0018; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncVoidMethodBuilder_Start_TisRuntimeObject_m106EE2F1FA18DC25ED42F23C4E8E8F2E11B48995_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); RuntimeObject ** L_3 = ___stateMachine0; NullCheck((RuntimeObject*)(*L_3)); InterfaceActionInvoker0::Invoke(0 /* System.Void System.Runtime.CompilerServices.IAsyncStateMachine::MoveNext() */, IAsyncStateMachine_tAE063F84A60E1058FCA4E3EA9F555D3462641F7D_il2cpp_TypeInfo_var, (RuntimeObject*)(*L_3)); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncVoidMethodBuilder_Start_TisRuntimeObject_m106EE2F1FA18DC25ED42F23C4E8E8F2E11B48995_AdjustorThunk (RuntimeObject * __this, RuntimeObject ** ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncVoidMethodBuilder_Start_TisRuntimeObject_m106EE2F1FA18DC25ED42F23C4E8E8F2E11B48995(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Startd__32>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_Start_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m53F123785BD8CDF0968BD897688CDC3A1E98E683_gshared (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncVoidMethodBuilder_Start_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m53F123785BD8CDF0968BD897688CDC3A1E98E683_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 * L_2 = ___stateMachine0; U3CStartSchedulerU3Ed__32_MoveNext_mC6A5B9A6CEC241C35FE884E5BC146E0A70F842F9((U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 *)(U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncVoidMethodBuilder_Start_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m53F123785BD8CDF0968BD897688CDC3A1E98E683_AdjustorThunk (RuntimeObject * __this, U3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64 * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncVoidMethodBuilder_Start_TisU3CStartSchedulerU3Ed__32_tAA797169C53B54E906E549A49C758A7290FEBF64_m53F123785BD8CDF0968BD897688CDC3A1E98E683(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Startd__55>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_Start_TisU3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5_mF49576345098C83BEC57AC1AA6DAEF0A4D14AC6A_gshared (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncVoidMethodBuilder_Start_TisU3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5_mF49576345098C83BEC57AC1AA6DAEF0A4D14AC6A_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 * L_2 = ___stateMachine0; U3CFinishReadingU3Ed__55_MoveNext_m8B454DF74AA31F352E4D71E14461AC683CCE5E6C((U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 *)(U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncVoidMethodBuilder_Start_TisU3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5_mF49576345098C83BEC57AC1AA6DAEF0A4D14AC6A_AdjustorThunk (RuntimeObject * __this, U3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5 * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncVoidMethodBuilder_Start_TisU3CFinishReadingU3Ed__55_tC1AF2664DB41BE304409A8806A1532512C96D2C5_mF49576345098C83BEC57AC1AA6DAEF0A4D14AC6A(_thisAdjusted, ___stateMachine0, method); } // System.Void System.Runtime.CompilerServices.AsyncVoidMethodBuilder::Startd__54>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncVoidMethodBuilder_Start_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_m44EE1E3B98EFFCDBAC041C110D1591D910636548_gshared (AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * __this, U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 * ___stateMachine0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { goto IL_0018; } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC70965A7D491520CA8D04D4EA01613EFED3309E0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncVoidMethodBuilder_Start_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_m44EE1E3B98EFFCDBAC041C110D1591D910636548_RuntimeMethod_var))); } IL_0018: { il2cpp_codegen_initobj((&V_0), sizeof(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 )); RuntimeHelpers_PrepareConstrainedRegions_mCFB1BC2C3E5DBD60DA4328E63805666A7DF26A73(/*hidden argument*/NULL); } IL_0025: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_il2cpp_TypeInfo_var); ExecutionContext_EstablishCopyOnWriteScope_mA3CC2D9406F9CD45DFBACECAAE5443A76CAC305E((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 * L_2 = ___stateMachine0; U3CRunU3Ed__54_MoveNext_m210E7A06384CC4F743FCE9492711BC6117A10B8D((U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 *)(U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 *)L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x42, FINALLY_003a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003a; } FINALLY_003a: { // begin finally (depth: 1) ExecutionContextSwitcher_Undo_mEC7752EB8502405D0F45F0E337C1B1FF34B74BF8((ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(ExecutionContextSwitcher_t11B7DEE83408478EE3D5E29C988E5385AA9D7277 *)(&V_0), /*hidden argument*/NULL); IL2CPP_END_FINALLY(58) } // end finally (depth: 1) IL2CPP_CLEANUP(58) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { return; } } IL2CPP_EXTERN_C void AsyncVoidMethodBuilder_Start_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_m44EE1E3B98EFFCDBAC041C110D1591D910636548_AdjustorThunk (RuntimeObject * __this, U3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509 * ___stateMachine0, const RuntimeMethod* method) { int32_t _offset = 1; AsyncVoidMethodBuilder_tA31C888168B27AABF7B0D9E7DF720547D4892DE6 * _thisAdjusted = reinterpret_cast(__this + _offset); AsyncVoidMethodBuilder_Start_TisU3CRunU3Ed__54_t8263D7D167D4F130EC07407225D6F5AF4DA7D509_m44EE1E3B98EFFCDBAC041C110D1591D910636548(_thisAdjusted, ___stateMachine0, method); } // T UnityEngine.AttributeHelperEngine::GetCustomAttributeOfType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AttributeHelperEngine_GetCustomAttributeOfType_TisRuntimeObject_m92A071553B5A15736435EAA727CB5F88270BA020_gshared (Type_t * ___klass0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_1 = NULL; bool V_2 = false; RuntimeObject * V_3 = NULL; RuntimeObject * V_4 = NULL; int32_t G_B3_0 = 0; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); V_0 = (Type_t *)L_1; Type_t * L_2 = ___klass0; Type_t * L_3 = V_0; NullCheck((MemberInfo_t *)L_2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4; L_4 = VirtFuncInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Type_t *, bool >::Invoke(12 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, (MemberInfo_t *)L_2, (Type_t *)L_3, (bool)1); V_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = V_1; if (!L_5) { goto IL_001f; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = V_1; NullCheck(L_6); G_B3_0 = ((!(((uint32_t)(((RuntimeArray*)L_6)->max_length)) <= ((uint32_t)0)))? 1 : 0); goto IL_0020; } IL_001f: { G_B3_0 = 0; } IL_0020: { V_2 = (bool)G_B3_0; bool L_7 = V_2; if (!L_7) { goto IL_002f; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = V_1; NullCheck(L_8); int32_t L_9 = 0; RuntimeObject * L_10 = (L_8)->GetAt(static_cast(L_9)); V_3 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_10, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); goto IL_003c; } IL_002f: { il2cpp_codegen_initobj((&V_4), sizeof(RuntimeObject *)); RuntimeObject * L_11 = V_4; V_3 = (RuntimeObject *)L_11; goto IL_003c; } IL_003c: { RuntimeObject * L_12 = V_3; return (RuntimeObject *)L_12; } } // System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInvokableCall_ThrowOnInvalidArg_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m89E04E66342DAD4AEE770BB08EC0BBE8DB65A679_gshared (RuntimeObject * ___arg0, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { RuntimeObject * L_0 = ___arg0; if (!L_0) { goto IL_0012; } } { RuntimeObject * L_1 = ___arg0; G_B3_0 = ((((int32_t)((!(((RuntimeObject*)(RuntimeObject *)((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0013; } IL_0012: { G_B3_0 = 0; } IL_0013: { V_0 = (bool)G_B3_0; bool L_2 = V_0; if (!L_2) { goto IL_0043; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; RuntimeObject * L_5 = ___arg0; NullCheck((RuntimeObject *)L_5); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_5, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(1), (RuntimeObject *)L_9); String_t* L_10; L_10 = UnityString_Format_mA8BAE83B5A69087B37F472FC225BC5AC4FE59C32((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC61356ECF43F815CADD86943C995264057299D08)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, (String_t*)L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BaseInvokableCall_ThrowOnInvalidArg_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m89E04E66342DAD4AEE770BB08EC0BBE8DB65A679_RuntimeMethod_var))); } IL_0043: { return; } } // System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInvokableCall_ThrowOnInvalidArg_TisColor_tF40DAF76C04FFECF3FE6024F85A294741C9CC659_mCF5CED7D66DB65F0658DF8211F3AA27B1B716FE6_gshared (RuntimeObject * ___arg0, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { RuntimeObject * L_0 = ___arg0; if (!L_0) { goto IL_0012; } } { RuntimeObject * L_1 = ___arg0; G_B3_0 = ((((int32_t)((!(((RuntimeObject*)(RuntimeObject *)((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0013; } IL_0012: { G_B3_0 = 0; } IL_0013: { V_0 = (bool)G_B3_0; bool L_2 = V_0; if (!L_2) { goto IL_0043; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; RuntimeObject * L_5 = ___arg0; NullCheck((RuntimeObject *)L_5); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_5, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(1), (RuntimeObject *)L_9); String_t* L_10; L_10 = UnityString_Format_mA8BAE83B5A69087B37F472FC225BC5AC4FE59C32((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC61356ECF43F815CADD86943C995264057299D08)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, (String_t*)L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BaseInvokableCall_ThrowOnInvalidArg_TisColor_tF40DAF76C04FFECF3FE6024F85A294741C9CC659_mCF5CED7D66DB65F0658DF8211F3AA27B1B716FE6_RuntimeMethod_var))); } IL_0043: { return; } } // System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInvokableCall_ThrowOnInvalidArg_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mE938C2349B84BD4DB8171006C48AAC4B78ED377D_gshared (RuntimeObject * ___arg0, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { RuntimeObject * L_0 = ___arg0; if (!L_0) { goto IL_0012; } } { RuntimeObject * L_1 = ___arg0; G_B3_0 = ((((int32_t)((!(((RuntimeObject*)(RuntimeObject *)((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0013; } IL_0012: { G_B3_0 = 0; } IL_0013: { V_0 = (bool)G_B3_0; bool L_2 = V_0; if (!L_2) { goto IL_0043; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; RuntimeObject * L_5 = ___arg0; NullCheck((RuntimeObject *)L_5); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_5, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(1), (RuntimeObject *)L_9); String_t* L_10; L_10 = UnityString_Format_mA8BAE83B5A69087B37F472FC225BC5AC4FE59C32((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC61356ECF43F815CADD86943C995264057299D08)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, (String_t*)L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BaseInvokableCall_ThrowOnInvalidArg_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mE938C2349B84BD4DB8171006C48AAC4B78ED377D_RuntimeMethod_var))); } IL_0043: { return; } } // System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInvokableCall_ThrowOnInvalidArg_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m395CBD76AD2A7C7293E1FE35F5444974EB120C91_gshared (RuntimeObject * ___arg0, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { RuntimeObject * L_0 = ___arg0; if (!L_0) { goto IL_0012; } } { RuntimeObject * L_1 = ___arg0; G_B3_0 = ((((int32_t)((!(((RuntimeObject*)(RuntimeObject *)((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0013; } IL_0012: { G_B3_0 = 0; } IL_0013: { V_0 = (bool)G_B3_0; bool L_2 = V_0; if (!L_2) { goto IL_0043; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; RuntimeObject * L_5 = ___arg0; NullCheck((RuntimeObject *)L_5); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_5, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(1), (RuntimeObject *)L_9); String_t* L_10; L_10 = UnityString_Format_mA8BAE83B5A69087B37F472FC225BC5AC4FE59C32((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC61356ECF43F815CADD86943C995264057299D08)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, (String_t*)L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BaseInvokableCall_ThrowOnInvalidArg_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m395CBD76AD2A7C7293E1FE35F5444974EB120C91_RuntimeMethod_var))); } IL_0043: { return; } } // System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInvokableCall_ThrowOnInvalidArg_TisRuntimeObject_m272940FA22A087B37C6A15CA1FCA1C85492F27F5_gshared (RuntimeObject * ___arg0, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { RuntimeObject * L_0 = ___arg0; if (!L_0) { goto IL_0012; } } { RuntimeObject * L_1 = ___arg0; G_B3_0 = ((((int32_t)((!(((RuntimeObject*)(RuntimeObject *)((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0013; } IL_0012: { G_B3_0 = 0; } IL_0013: { V_0 = (bool)G_B3_0; bool L_2 = V_0; if (!L_2) { goto IL_0043; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; RuntimeObject * L_5 = ___arg0; NullCheck((RuntimeObject *)L_5); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_5, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(1), (RuntimeObject *)L_9); String_t* L_10; L_10 = UnityString_Format_mA8BAE83B5A69087B37F472FC225BC5AC4FE59C32((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC61356ECF43F815CADD86943C995264057299D08)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, (String_t*)L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BaseInvokableCall_ThrowOnInvalidArg_TisRuntimeObject_m272940FA22A087B37C6A15CA1FCA1C85492F27F5_RuntimeMethod_var))); } IL_0043: { return; } } // System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInvokableCall_ThrowOnInvalidArg_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m245CDB2EFA52CFEB194F39859EBDF2EB43FDD094_gshared (RuntimeObject * ___arg0, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { RuntimeObject * L_0 = ___arg0; if (!L_0) { goto IL_0012; } } { RuntimeObject * L_1 = ___arg0; G_B3_0 = ((((int32_t)((!(((RuntimeObject*)(RuntimeObject *)((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0013; } IL_0012: { G_B3_0 = 0; } IL_0013: { V_0 = (bool)G_B3_0; bool L_2 = V_0; if (!L_2) { goto IL_0043; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; RuntimeObject * L_5 = ___arg0; NullCheck((RuntimeObject *)L_5); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_5, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(1), (RuntimeObject *)L_9); String_t* L_10; L_10 = UnityString_Format_mA8BAE83B5A69087B37F472FC225BC5AC4FE59C32((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC61356ECF43F815CADD86943C995264057299D08)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, (String_t*)L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BaseInvokableCall_ThrowOnInvalidArg_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m245CDB2EFA52CFEB194F39859EBDF2EB43FDD094_RuntimeMethod_var))); } IL_0043: { return; } } // System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInvokableCall_ThrowOnInvalidArg_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m63E4E341DB0FD32B1BF3D6DB4156ADEA77FEC9FD_gshared (RuntimeObject * ___arg0, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { RuntimeObject * L_0 = ___arg0; if (!L_0) { goto IL_0012; } } { RuntimeObject * L_1 = ___arg0; G_B3_0 = ((((int32_t)((!(((RuntimeObject*)(RuntimeObject *)((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0013; } IL_0012: { G_B3_0 = 0; } IL_0013: { V_0 = (bool)G_B3_0; bool L_2 = V_0; if (!L_2) { goto IL_0043; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; RuntimeObject * L_5 = ___arg0; NullCheck((RuntimeObject *)L_5); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_5, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(1), (RuntimeObject *)L_9); String_t* L_10; L_10 = UnityString_Format_mA8BAE83B5A69087B37F472FC225BC5AC4FE59C32((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC61356ECF43F815CADD86943C995264057299D08)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, (String_t*)L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BaseInvokableCall_ThrowOnInvalidArg_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m63E4E341DB0FD32B1BF3D6DB4156ADEA77FEC9FD_RuntimeMethod_var))); } IL_0043: { return; } } // System.Void UnityEngine.Events.BaseInvokableCall::ThrowOnInvalidArg(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInvokableCall_ThrowOnInvalidArg_TisCallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D_m8E29B5AE52A8E12976F2DBF20555B48D45650F1A_gshared (RuntimeObject * ___arg0, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { RuntimeObject * L_0 = ___arg0; if (!L_0) { goto IL_0012; } } { RuntimeObject * L_1 = ___arg0; G_B3_0 = ((((int32_t)((!(((RuntimeObject*)(RuntimeObject *)((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0013; } IL_0012: { G_B3_0 = 0; } IL_0013: { V_0 = (bool)G_B3_0; bool L_2 = V_0; if (!L_2) { goto IL_0043; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; RuntimeObject * L_5 = ___arg0; NullCheck((RuntimeObject *)L_5); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_5, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_7 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(1), (RuntimeObject *)L_9); String_t* L_10; L_10 = UnityString_Format_mA8BAE83B5A69087B37F472FC225BC5AC4FE59C32((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC61356ECF43F815CADD86943C995264057299D08)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, (String_t*)L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BaseInvokableCall_ThrowOnInvalidArg_TisCallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D_m8E29B5AE52A8E12976F2DBF20555B48D45650F1A_RuntimeMethod_var))); } IL_0043: { return; } } // System.Void Oculus.Platform.Callback::SetNotificationCallback(Oculus.Platform.Message/MessageType,Oculus.Platform.Message`1/Callback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Callback_SetNotificationCallback_TisRuntimeObject_m7AF8F2FF83F58CA3AF92CB28C0E47339A046D6FA_gshared (uint32_t ___type0, Callback_tE0016C473A8D6B0D8E2502D1AC079D2A433992C9 * ___callback1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m6F51CDC0DCCA08E6542106343D6E1CA6E1D89314_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (callback == null) { Callback_tE0016C473A8D6B0D8E2502D1AC079D2A433992C9 * L_0 = ___callback1; if (L_0) { goto IL_000e; } } { // throw new Exception ("Cannot provide a null notification callback."); Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBEDC7649134C0FC23DBD81134D3A1ABB1DC55EE3)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Callback_SetNotificationCallback_TisRuntimeObject_m7AF8F2FF83F58CA3AF92CB28C0E47339A046D6FA_RuntimeMethod_var))); } IL_000e: { // notificationCallbacks[type] = new RequestCallback(callback); IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E * L_2 = ((Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_StaticFields*)il2cpp_codegen_static_fields_for(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var))->get_notificationCallbacks_1(); uint32_t L_3 = ___type0; Callback_tE0016C473A8D6B0D8E2502D1AC079D2A433992C9 * L_4 = ___callback1; RequestCallback_1_tEBADE6AB0DCE94F5FBD4F7CAECD2C64072996B03 * L_5 = (RequestCallback_1_tEBADE6AB0DCE94F5FBD4F7CAECD2C64072996B03 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (RequestCallback_1_tEBADE6AB0DCE94F5FBD4F7CAECD2C64072996B03 *, Callback_tE0016C473A8D6B0D8E2502D1AC079D2A433992C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_5, (Callback_tE0016C473A8D6B0D8E2502D1AC079D2A433992C9 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E *)L_2); Dictionary_2_set_Item_m6F51CDC0DCCA08E6542106343D6E1CA6E1D89314((Dictionary_2_t1337420E326A2283E5B6B23027B9C8132761198E *)L_2, (uint32_t)L_3, (RequestCallback_tD5DFE93D3739B23D0CDCED7C99E5FEB2585BA7DF *)L_5, /*hidden argument*/Dictionary_2_set_Item_m6F51CDC0DCCA08E6542106343D6E1CA6E1D89314_RuntimeMethod_var); // if (type == Message.MessageType.Notification_Room_InviteAccepted) uint32_t L_6 = ___type0; if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)1829794225))))) { goto IL_002d; } } { // FlushRoomInviteNotificationQueue(); IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_FlushRoomInviteNotificationQueue_mFDE82C9995B71472237EDF5FEA9773630E1C7E78(/*hidden argument*/NULL); // } return; } IL_002d: { // else if (type == Message.MessageType.Notification_GroupPresence_JoinIntentReceived) uint32_t L_7 = ___type0; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)2000194038))))) { goto IL_003a; } } { // FlushJoinIntentNotificationQueue(); IL2CPP_RUNTIME_CLASS_INIT(Callback_t113BF87B6D2C1230E19BC61FD25F85F8D7AB5925_il2cpp_TypeInfo_var); Callback_FlushJoinIntentNotificationQueue_mF764793B0C8C5DE5105145279FF03C794DEAEC07(/*hidden argument*/NULL); } IL_003a: { // } return; } } // TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault(System.Collections.Generic.IReadOnlyDictionary`2,TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionExtensions_GetValueOrDefault_TisRuntimeObject_TisRuntimeObject_m374821D3F007656575720A8119F888418DA29255_gshared (RuntimeObject* ___dictionary0, RuntimeObject * ___key1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { RuntimeObject* L_0 = ___dictionary0; RuntimeObject * L_1 = ___key1; il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_2 = V_0; RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (RuntimeObject*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject*)L_0, (RuntimeObject *)L_1, (RuntimeObject *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (RuntimeObject *)L_3; } } // TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault(System.Collections.Generic.IReadOnlyDictionary`2,TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionExtensions_GetValueOrDefault_TisRuntimeObject_TisRuntimeObject_m5BBD34B93944DD21426B1115C3C6D1D2AED0D595_gshared (RuntimeObject* ___dictionary0, RuntimeObject * ___key1, RuntimeObject * ___defaultValue2, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { RuntimeObject* L_0 = ___dictionary0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC0E02A0440A6BB4475B7E59901C37A6A25E773C8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CollectionExtensions_GetValueOrDefault_TisRuntimeObject_TisRuntimeObject_m5BBD34B93944DD21426B1115C3C6D1D2AED0D595_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___dictionary0; RuntimeObject * L_3 = ___key1; NullCheck((RuntimeObject*)L_2); bool L_4; L_4 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject ** >::Invoke(0 /* System.Boolean System.Collections.Generic.IReadOnlyDictionary`2::TryGetValue(TKey,TValue&) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_2, (RuntimeObject *)L_3, (RuntimeObject **)(RuntimeObject **)(&V_0)); if (L_4) { goto IL_001b; } } { RuntimeObject * L_5 = ___defaultValue2; return (RuntimeObject *)L_5; } IL_001b: { RuntimeObject * L_6 = V_0; return (RuntimeObject *)L_6; } } // T UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CastHelper_1_t400AF56AA9238C56F8214A792C1EEE068C22774C V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(CastHelper_1_t400AF56AA9238C56F8214A792C1EEE068C22774C )); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); intptr_t* L_2 = (intptr_t*)(&V_0)->get_address_of_onePointerFurtherThanT_1(); intptr_t L_3; memset((&L_3), 0, sizeof(L_3)); IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline((&L_3), (void*)(void*)((uintptr_t)L_2), /*hidden argument*/NULL); NullCheck((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this); Component_GetComponentFastPath_m738F6C78381ECFB419C1B130FD8B968253F8186C((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this, (Type_t *)L_1, (intptr_t)L_3, /*hidden argument*/NULL); CastHelper_1_t400AF56AA9238C56F8214A792C1EEE068C22774C L_4 = V_0; RuntimeObject * L_5 = (RuntimeObject *)L_4.get_t_0(); V_1 = (RuntimeObject *)L_5; goto IL_0030; } IL_0030: { RuntimeObject * L_6 = V_1; return (RuntimeObject *)L_6; } } // T UnityEngine.Component::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInChildren_TisRuntimeObject_mB377B32275A969E0D1A738DBC693DE8EB3593642_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); NullCheck((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this); Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_2; L_2 = Component_GetComponentInChildren_m79A4BF58C839520872C6FB854CB11E6CFC57D50F((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this, (Type_t *)L_1, (bool)0, /*hidden argument*/NULL); V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); goto IL_001a; } IL_001a: { RuntimeObject * L_3 = V_0; return (RuntimeObject *)L_3; } } // T UnityEngine.Component::GetComponentInChildren(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInChildren_TisRuntimeObject_m1F2C143B578F30EE0CD30A57F890C239E3B5FA81_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, bool ___includeInactive0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); bool L_2 = ___includeInactive0; NullCheck((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this); Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_3; L_3 = Component_GetComponentInChildren_m79A4BF58C839520872C6FB854CB11E6CFC57D50F((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this, (Type_t *)L_1, (bool)L_2, /*hidden argument*/NULL); V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); goto IL_001a; } IL_001a: { RuntimeObject * L_4 = V_0; return (RuntimeObject *)L_4; } } // T UnityEngine.Component::GetComponentInParent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInParent_TisRuntimeObject_mADA186D1675BEA6779C469918206294354385EC3_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); NullCheck((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this); Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_2; L_2 = Component_GetComponentInParent_m773D9E2D4F4EEF95993FAC9D8FD8BC7082D9665C((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this, (Type_t *)L_1, (bool)0, /*hidden argument*/NULL); V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); goto IL_001a; } IL_001a: { RuntimeObject * L_3 = V_0; return (RuntimeObject *)L_3; } } // T[] UnityEngine.Component::GetComponents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Component_GetComponents_TisRuntimeObject_mEBC8AE0C8843120678A284931632FCCBE15F0C46_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { NullCheck((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this, /*hidden argument*/NULL); NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1; L_1 = (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1; goto IL_000f; } IL_000f: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = V_0; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2; } } // System.Void UnityEngine.Component::GetComponents(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_GetComponents_TisRuntimeObject_mB0812CB4355C4F5E2EA27C7049C668609E72F31D_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___results0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_2 = ___results0; NullCheck((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this); Component_GetComponentsForListInternal_mEC716300A7894D57F9AF6C98FA1A69C12AB4F036((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this, (Type_t *)L_1, (RuntimeObject *)L_2, /*hidden argument*/NULL); return; } } // T[] UnityEngine.Component::GetComponentsInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Component_GetComponentsInChildren_TisRuntimeObject_mCA5B356D4B0824C6DE60A8E90E6A6D4188C56C2F_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { NullCheck((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0; L_0 = (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; goto IL_000b; } IL_000b: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = V_0; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1; } } // T[] UnityEngine.Component::GetComponentsInChildren(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Component_GetComponentsInChildren_TisRuntimeObject_m1D678E828943F6A8613DC24926420EDA6EBFBF7E_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, bool ___includeInactive0, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { NullCheck((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this, /*hidden argument*/NULL); bool L_1 = ___includeInactive0; NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_0, (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2; goto IL_0010; } IL_0010: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = V_0; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; } } // System.Void UnityEngine.Component::GetComponentsInChildren(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_GetComponentsInChildren_TisRuntimeObject_mDA299B32A10B9FC9BF05FC2829E86C75EFD096B5_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___results0, const RuntimeMethod* method) { { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_0 = ___results0; NullCheck((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this); (( void (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, bool, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this, (bool)0, (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void UnityEngine.Component::GetComponentsInChildren(System.Boolean,System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_GetComponentsInChildren_TisRuntimeObject_mCFD9EE28706E43CCE81CF186BF0E5EED482B56D9_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, bool ___includeInactive0, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___result1, const RuntimeMethod* method) { { NullCheck((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this, /*hidden argument*/NULL); bool L_1 = ___includeInactive0; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_2 = ___result1; NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_0); (( void (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, bool, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_0, (bool)L_1, (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // T[] UnityEngine.Component::GetComponentsInParent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Component_GetComponentsInParent_TisRuntimeObject_m4B51138426D62962A64530122A6841933ADA07FC_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { NullCheck((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0; L_0 = (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; goto IL_000b; } IL_000b: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = V_0; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1; } } // T[] UnityEngine.Component::GetComponentsInParent(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Component_GetComponentsInParent_TisRuntimeObject_mB91EB46804A21A46054F97E2BA09DAD452D970E1_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, bool ___includeInactive0, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { NullCheck((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this, /*hidden argument*/NULL); bool L_1 = ___includeInactive0; NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2; L_2 = (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_0, (bool)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2; goto IL_0010; } IL_0010: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = V_0; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; } } // System.Void UnityEngine.Component::GetComponentsInParent(System.Boolean,System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_GetComponentsInParent_TisRuntimeObject_m068DAFEDF08495E57FA1CD2FA4AE4D2570F7C664_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, bool ___includeInactive0, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___results1, const RuntimeMethod* method) { { NullCheck((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this, /*hidden argument*/NULL); bool L_1 = ___includeInactive0; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_2 = ___results1; NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_0); (( void (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, bool, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_0, (bool)L_1, (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Boolean UnityEngine.Component::TryGetComponent(T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_TryGetComponent_TisRuntimeObject_m409D64ADC25ED175ADC7ED4C3F7ABF5439AD63AF_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, RuntimeObject ** ___component0, const RuntimeMethod* method) { bool V_0 = false; { NullCheck((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this, /*hidden argument*/NULL); RuntimeObject ** L_1 = ___component0; NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_0); bool L_2; L_2 = (( bool (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_0, (RuntimeObject **)(RuntimeObject **)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (bool)L_2; goto IL_0010; } IL_0010: { bool L_3 = V_0; return (bool)L_3; } } // T ComponentUtil::CopyComponent(T,UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ComponentUtil_CopyComponent_TisRuntimeObject_mBDCD2CBAE976608C4B0C17F6D1DAD53DA87096F7_gshared (RuntimeObject * ___original0, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___destination1, const RuntimeMethod* method) { Type_t * V_0 = NULL; Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * V_1 = NULL; FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* V_2 = NULL; int32_t V_3 = 0; FieldInfo_t * V_4 = NULL; { // System.Type type = original.GetType(); RuntimeObject * L_0 = ___original0; NullCheck((RuntimeObject *)L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_0, /*hidden argument*/NULL); V_0 = (Type_t *)L_1; // Component copy = destination.AddComponent(type); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = ___destination1; Type_t * L_3 = V_0; NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_2); Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_4; L_4 = GameObject_AddComponent_mD183856CB5A1CCF1576221D7D6CEBC4092E734B8((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_2, (Type_t *)L_3, /*hidden argument*/NULL); V_1 = (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)L_4; // System.Reflection.FieldInfo[] fields = type.GetFields(); Type_t * L_5 = V_0; NullCheck((Type_t *)L_5); FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_6; L_6 = Type_GetFields_m4E3B89F0F088B46F0C2E77CA537179C30AC5B372((Type_t *)L_5, /*hidden argument*/NULL); // foreach (System.Reflection.FieldInfo field in fields) V_2 = (FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E*)L_6; V_3 = (int32_t)0; goto IL_003d; } IL_001f: { // foreach (System.Reflection.FieldInfo field in fields) FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_7 = V_2; int32_t L_8 = V_3; NullCheck(L_7); int32_t L_9 = L_8; FieldInfo_t * L_10 = (L_7)->GetAt(static_cast(L_9)); V_4 = (FieldInfo_t *)L_10; // field.SetValue(copy, field.GetValue(original)); FieldInfo_t * L_11 = V_4; Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_12 = V_1; FieldInfo_t * L_13 = V_4; RuntimeObject * L_14 = ___original0; NullCheck((FieldInfo_t *)L_13); RuntimeObject * L_15; L_15 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, (FieldInfo_t *)L_13, (RuntimeObject *)L_14); NullCheck((FieldInfo_t *)L_11); FieldInfo_SetValue_mA1EFB5DA5E4B930A617744E29E909FE9DEAA663C((FieldInfo_t *)L_11, (RuntimeObject *)L_12, (RuntimeObject *)L_15, /*hidden argument*/NULL); int32_t L_16 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_003d: { // foreach (System.Reflection.FieldInfo field in fields) int32_t L_17 = V_3; FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_18 = V_2; NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))) { goto IL_001f; } } { // return copy as T; Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_19 = V_1; return (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_19, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); } } // System.Void UnityEngine.ComputeBuffer::SetData(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeBuffer_SetData_TisLightData_t8C139E4D07ED1FF86DF198773F7F41736AE9B135_m4665DC8E3117FB3A796B5865F65175547D27F75C_gshared (ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * __this, NativeArray_1_t772A013AE243D573001B5002D72507953AA69D90 ___data0, const RuntimeMethod* method) { { NativeArray_1_t772A013AE243D573001B5002D72507953AA69D90 L_0 = ___data0; void* L_1; L_1 = (( void* (*) (NativeArray_1_t772A013AE243D573001B5002D72507953AA69D90 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((NativeArray_1_t772A013AE243D573001B5002D72507953AA69D90 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_2; L_2 = IntPtr_op_Explicit_m5FB396AD54202A33190F8A94DF8467DCED010C14((void*)(void*)L_1, /*hidden argument*/NULL); int32_t L_3; L_3 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t772A013AE243D573001B5002D72507953AA69D90 *)(NativeArray_1_t772A013AE243D573001B5002D72507953AA69D90 *)(&___data0))->___m_Length_1); int32_t L_4; L_4 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); NullCheck((ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 *)__this); ComputeBuffer_InternalSetNativeData_mD75FD16933234D2A283128DF4A5399432716F566((ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 *)__this, (intptr_t)L_2, (int32_t)0, (int32_t)0, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.ComputeBuffer::SetData(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeBuffer_SetData_TisShadowData_t5ACDE96DE7C04AEE2981172CB8996A5E66ED3701_m3A5EF5AAEAD8BB706FA8902D510CC634A8371309_gshared (ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * __this, NativeArray_1_tCD1FE441CEF84BBCFD4090C87C8834B991564C27 ___data0, const RuntimeMethod* method) { { NativeArray_1_tCD1FE441CEF84BBCFD4090C87C8834B991564C27 L_0 = ___data0; void* L_1; L_1 = (( void* (*) (NativeArray_1_tCD1FE441CEF84BBCFD4090C87C8834B991564C27 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((NativeArray_1_tCD1FE441CEF84BBCFD4090C87C8834B991564C27 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); intptr_t L_2; L_2 = IntPtr_op_Explicit_m5FB396AD54202A33190F8A94DF8467DCED010C14((void*)(void*)L_1, /*hidden argument*/NULL); int32_t L_3; L_3 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tCD1FE441CEF84BBCFD4090C87C8834B991564C27 *)(NativeArray_1_tCD1FE441CEF84BBCFD4090C87C8834B991564C27 *)(&___data0))->___m_Length_1); int32_t L_4; L_4 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); NullCheck((ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 *)__this); ComputeBuffer_InternalSetNativeData_mD75FD16933234D2A283128DF4A5399432716F566((ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 *)__this, (intptr_t)L_2, (int32_t)0, (int32_t)0, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.ComputeBuffer::SetData(System.Collections.Generic.List`1,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeBuffer_SetData_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEA845CDB9A4BBA531E114BFD946F15D8C9D1CEA2_gshared (ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * __this, List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___data0, int32_t ___managedBufferStartIndex1, int32_t ___computeBufferStartIndex2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; int32_t G_B9_0 = 0; { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_0 = ___data0; V_0 = (bool)((((RuntimeObject*)(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ComputeBuffer_SetData_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEA845CDB9A4BBA531E114BFD946F15D8C9D1CEA2_RuntimeMethod_var))); } IL_0014: { bool L_3; L_3 = (( bool (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); bool L_4 = V_1; if (!L_4) { goto IL_0040; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_6; L_6 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = (( String_t* (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); String_t* L_8; L_8 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2EB1C4A48F74747CE215A95F15C1A38E08F41A61)), (RuntimeObject *)L_6, (RuntimeObject *)L_7, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, (String_t*)L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ComputeBuffer_SetData_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEA845CDB9A4BBA531E114BFD946F15D8C9D1CEA2_RuntimeMethod_var))); } IL_0040: { int32_t L_10 = ___managedBufferStartIndex1; if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_005b; } } { int32_t L_11 = ___computeBufferStartIndex2; if ((((int32_t)L_11) < ((int32_t)0))) { goto IL_005b; } } { int32_t L_12 = ___count3; if ((((int32_t)L_12) < ((int32_t)0))) { goto IL_005b; } } { int32_t L_13 = ___managedBufferStartIndex1; int32_t L_14 = ___count3; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_15 = ___data0; NullCheck((List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)L_15); int32_t L_16; L_16 = (( int32_t (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); G_B9_0 = ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14))) > ((int32_t)L_16))? 1 : 0); goto IL_005c; } IL_005b: { G_B9_0 = 1; } IL_005c: { V_2 = (bool)G_B9_0; bool L_17 = V_2; if (!L_17) { goto IL_0083; } } { int32_t L_18 = ___managedBufferStartIndex1; int32_t L_19 = L_18; RuntimeObject * L_20 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_19); int32_t L_21 = ___computeBufferStartIndex2; int32_t L_22 = L_21; RuntimeObject * L_23 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_22); int32_t L_24 = ___count3; int32_t L_25 = L_24; RuntimeObject * L_26 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_25); String_t* L_27; L_27 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCD79FF5F1D08CBB41CCDAE421644A62C25A8307A)), (RuntimeObject *)L_20, (RuntimeObject *)L_23, (RuntimeObject *)L_26, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_28 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_28, (String_t*)L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ComputeBuffer_SetData_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEA845CDB9A4BBA531E114BFD946F15D8C9D1CEA2_RuntimeMethod_var))); } IL_0083: { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_29 = ___data0; RuntimeArray * L_30; L_30 = NoAllocHelpers_ExtractArrayFromList_mA6F3D31A24E48EE8B18DE804A162ECE0A54356D4((RuntimeObject *)L_29, /*hidden argument*/NULL); int32_t L_31 = ___managedBufferStartIndex1; int32_t L_32 = ___computeBufferStartIndex2; int32_t L_33 = ___count3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_34 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_35; L_35 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_34, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_36; L_36 = Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92((Type_t *)L_35, /*hidden argument*/NULL); NullCheck((ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 *)__this); ComputeBuffer_InternalSetData_mD66C53B1EBB6939FA9E8353F8FBE7507040E59D1((ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 *)__this, (RuntimeArray *)L_30, (int32_t)L_31, (int32_t)L_32, (int32_t)L_33, (int32_t)L_36, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.ComputeBuffer::SetData(Unity.Collections.NativeArray`1,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeBuffer_SetData_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF4E0C46D0E586A02D557AD1DC03644FA855DD812_gshared (ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * __this, NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A ___data0, int32_t ___nativeBufferStartIndex1, int32_t ___computeBufferStartIndex2, int32_t ___count3, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B5_0 = 0; { int32_t L_0 = ___nativeBufferStartIndex1; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_001d; } } { int32_t L_1 = ___computeBufferStartIndex2; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_001d; } } { int32_t L_2 = ___count3; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001d; } } { int32_t L_3 = ___nativeBufferStartIndex1; int32_t L_4 = ___count3; int32_t L_5; L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A *)(NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A *)(&___data0))->___m_Length_1); G_B5_0 = ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))) > ((int32_t)L_5))? 1 : 0); goto IL_001e; } IL_001d: { G_B5_0 = 1; } IL_001e: { V_0 = (bool)G_B5_0; bool L_6 = V_0; if (!L_6) { goto IL_0045; } } { int32_t L_7 = ___nativeBufferStartIndex1; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_8); int32_t L_10 = ___computeBufferStartIndex2; int32_t L_11 = L_10; RuntimeObject * L_12 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_11); int32_t L_13 = ___count3; int32_t L_14 = L_13; RuntimeObject * L_15 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_14); String_t* L_16; L_16 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8C80868ED807D30CD87E7BACE1DFC57B2C47C706)), (RuntimeObject *)L_9, (RuntimeObject *)L_12, (RuntimeObject *)L_15, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_17 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_17, (String_t*)L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ComputeBuffer_SetData_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF4E0C46D0E586A02D557AD1DC03644FA855DD812_RuntimeMethod_var))); } IL_0045: { NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A L_18 = ___data0; void* L_19; L_19 = (( void* (*) (NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); intptr_t L_20; L_20 = IntPtr_op_Explicit_m5FB396AD54202A33190F8A94DF8467DCED010C14((void*)(void*)L_19, /*hidden argument*/NULL); int32_t L_21 = ___nativeBufferStartIndex1; int32_t L_22 = ___computeBufferStartIndex2; int32_t L_23 = ___count3; int32_t L_24; L_24 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); NullCheck((ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 *)__this); ComputeBuffer_InternalSetNativeData_mD75FD16933234D2A283128DF4A5399432716F566((ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 *)__this, (intptr_t)L_20, (int32_t)L_21, (int32_t)L_22, (int32_t)L_23, (int32_t)L_24, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.ComputeBuffer::SetData(Unity.Collections.NativeArray`1,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeBuffer_SetData_Tisuint4_t6C7A8C67DCDD20CC3282CA4AA5382744FB27EE92_mFDB0D23D107736D9F2DFDF96748E4205BB3910C1_gshared (ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * __this, NativeArray_1_t2ECDFB51FF91D2D295509238B270BBC581E31A96 ___data0, int32_t ___nativeBufferStartIndex1, int32_t ___computeBufferStartIndex2, int32_t ___count3, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B5_0 = 0; { int32_t L_0 = ___nativeBufferStartIndex1; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_001d; } } { int32_t L_1 = ___computeBufferStartIndex2; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_001d; } } { int32_t L_2 = ___count3; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001d; } } { int32_t L_3 = ___nativeBufferStartIndex1; int32_t L_4 = ___count3; int32_t L_5; L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t2ECDFB51FF91D2D295509238B270BBC581E31A96 *)(NativeArray_1_t2ECDFB51FF91D2D295509238B270BBC581E31A96 *)(&___data0))->___m_Length_1); G_B5_0 = ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))) > ((int32_t)L_5))? 1 : 0); goto IL_001e; } IL_001d: { G_B5_0 = 1; } IL_001e: { V_0 = (bool)G_B5_0; bool L_6 = V_0; if (!L_6) { goto IL_0045; } } { int32_t L_7 = ___nativeBufferStartIndex1; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_8); int32_t L_10 = ___computeBufferStartIndex2; int32_t L_11 = L_10; RuntimeObject * L_12 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_11); int32_t L_13 = ___count3; int32_t L_14 = L_13; RuntimeObject * L_15 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_14); String_t* L_16; L_16 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8C80868ED807D30CD87E7BACE1DFC57B2C47C706)), (RuntimeObject *)L_9, (RuntimeObject *)L_12, (RuntimeObject *)L_15, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_17 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_17, (String_t*)L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ComputeBuffer_SetData_Tisuint4_t6C7A8C67DCDD20CC3282CA4AA5382744FB27EE92_mFDB0D23D107736D9F2DFDF96748E4205BB3910C1_RuntimeMethod_var))); } IL_0045: { NativeArray_1_t2ECDFB51FF91D2D295509238B270BBC581E31A96 L_18 = ___data0; void* L_19; L_19 = (( void* (*) (NativeArray_1_t2ECDFB51FF91D2D295509238B270BBC581E31A96 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((NativeArray_1_t2ECDFB51FF91D2D295509238B270BBC581E31A96 )L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); intptr_t L_20; L_20 = IntPtr_op_Explicit_m5FB396AD54202A33190F8A94DF8467DCED010C14((void*)(void*)L_19, /*hidden argument*/NULL); int32_t L_21 = ___nativeBufferStartIndex1; int32_t L_22 = ___computeBufferStartIndex2; int32_t L_23 = ___count3; int32_t L_24; L_24 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); NullCheck((ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 *)__this); ComputeBuffer_InternalSetNativeData_mD75FD16933234D2A283128DF4A5399432716F566((ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 *)__this, (intptr_t)L_20, (int32_t)L_21, (int32_t)L_22, (int32_t)L_23, (int32_t)L_24, /*hidden argument*/NULL); return; } } // System.Boolean System.Diagnostics.Contracts.Contract::ForAll(System.Collections.Generic.IEnumerable`1,System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Contract_ForAll_TisRuntimeObject_m0247CEE74CB1088AF0EDC7293E30369F57464443_gshared (RuntimeObject* ___collection0, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___predicate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___collection0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral469F05BE9BB4C7903C353D0EB9F6384C84A48B25)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Contract_ForAll_TisRuntimeObject_m0247CEE74CB1088AF0EDC7293E30369F57464443_RuntimeMethod_var))); } IL_000e: { Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7EE837B2FC81E79F9F96BEFD9CD8B64870F5C628)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Contract_ForAll_TisRuntimeObject_m0247CEE74CB1088AF0EDC7293E30369F57464443_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___collection0; NullCheck((RuntimeObject*)L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); V_0 = (RuntimeObject*)L_5; } IL_0023: try { // begin try (depth: 1) { goto IL_0039; } IL_0025: { RuntimeObject* L_6 = V_0; NullCheck((RuntimeObject*)L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_6); V_1 = (RuntimeObject *)L_7; Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_8 = ___predicate1; RuntimeObject * L_9 = V_1; NullCheck((Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)L_8); bool L_10; L_10 = (( bool (*) (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)L_8, (RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_10) { goto IL_0039; } } IL_0035: { V_2 = (bool)0; IL2CPP_LEAVE(0x4F, FINALLY_0043); } IL_0039: { RuntimeObject* L_11 = V_0; NullCheck((RuntimeObject*)L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_11); if (L_12) { goto IL_0025; } } IL_0041: { IL2CPP_LEAVE(0x4D, FINALLY_0043); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0043; } FINALLY_0043: { // begin finally (depth: 1) { RuntimeObject* L_13 = V_0; if (!L_13) { goto IL_004c; } } IL_0046: { RuntimeObject* L_14 = V_0; NullCheck((RuntimeObject*)L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_14); } IL_004c: { IL2CPP_END_FINALLY(67) } } // end finally (depth: 1) IL2CPP_CLEANUP(67) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4F, IL_004f) IL2CPP_JUMP_TBL(0x4D, IL_004d) } IL_004d: { return (bool)1; } IL_004f: { bool L_15 = V_2; return (bool)L_15; } } // System.Void UnityEngine.Rendering.CoreUnsafeUtils::CombineHashes>(System.Int32,System.Void*,UnityEngine.Hash128*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUnsafeUtils_CombineHashes_TisHash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A_TisDefaultKeyGetter_1_tC10AE5DBE1F56ED39E7F9C04919BBF1931479D77_m3953273048A6E3EE32F1FD3F1763580D6EAE0DE9_gshared (int32_t ___count0, void* ___hashes1, Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A * ___outHash2, const RuntimeMethod* method) { DefaultKeyGetter_1_tC10AE5DBE1F56ED39E7F9C04919BBF1931479D77 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A V_2; memset((&V_2), 0, sizeof(V_2)); Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A V_3; memset((&V_3), 0, sizeof(V_3)); { // var getter = new TGetter(); DefaultKeyGetter_1_tC10AE5DBE1F56ED39E7F9C04919BBF1931479D77 L_0; L_0 = (( DefaultKeyGetter_1_tC10AE5DBE1F56ED39E7F9C04919BBF1931479D77 (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (DefaultKeyGetter_1_tC10AE5DBE1F56ED39E7F9C04919BBF1931479D77 )L_0; // for (int i = 0; i < count; ++i) V_1 = (int32_t)0; goto IL_002e; } IL_000a: { // var v = UnsafeUtility.ReadArrayElement(hashes, i); void* L_1 = ___hashes1; int32_t L_2 = V_1; Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A L_3; L_3 = (( Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((void*)(void*)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )L_3; // var h = getter.Get(ref v); Il2CppMetadataObject L_4(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)); const VirtualInvokeData& il2cpp_virtual_invoke_data__28 = il2cpp_codegen_get_interface_invoke_data(0, (&L_4), IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A L_5; L_5 = (( Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A (*) (RuntimeObject*, Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *, const RuntimeMethod*))il2cpp_virtual_invoke_data__28.methodPtr)((RuntimeObject*)((RuntimeObject*)(&V_0))-1, (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *)(Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *)(&V_2), /*hidden argument*/il2cpp_virtual_invoke_data__28.method); V_3 = (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )L_5; // HashUtilities.AppendHash(ref h, ref *outHash); Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A * L_6 = ___outHash2; HashUtilities_AppendHash_mD651FD810E421811A0C36CDED1ADA5B3C2F665E6((Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *)(Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *)(&V_3), (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *)(Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *)L_6, /*hidden argument*/NULL); // for (int i = 0; i < count; ++i) int32_t L_7 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { // for (int i = 0; i < count; ++i) int32_t L_8 = V_1; int32_t L_9 = ___count0; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_000a; } } { // } return; } } // System.Int32 UnityEngine.Rendering.CoreUnsafeUtils::CompareHashes,UnityEngine.Hash128,UnityEngine.Rendering.CoreUnsafeUtils/DefaultKeyGetter`1>(System.Int32,System.Void*,System.Int32,System.Void*,System.Int32*,System.Int32*,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CoreUnsafeUtils_CompareHashes_TisHash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A_TisDefaultKeyGetter_1_tC10AE5DBE1F56ED39E7F9C04919BBF1931479D77_TisHash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A_TisDefaultKeyGetter_1_tC10AE5DBE1F56ED39E7F9C04919BBF1931479D77_m440A72DF75D06CD69C308C134F16BB704DA91D97_gshared (int32_t ___oldHashCount0, void* ___oldHashes1, int32_t ___newHashCount2, void* ___newHashes3, int32_t* ___addIndices4, int32_t* ___removeIndices5, int32_t* ___addCount6, int32_t* ___remCount7, const RuntimeMethod* method) { DefaultKeyGetter_1_tC10AE5DBE1F56ED39E7F9C04919BBF1931479D77 V_0; memset((&V_0), 0, sizeof(V_0)); DefaultKeyGetter_1_tC10AE5DBE1F56ED39E7F9C04919BBF1931479D77 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A V_5; memset((&V_5), 0, sizeof(V_5)); Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A V_6; memset((&V_6), 0, sizeof(V_6)); Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A V_7; memset((&V_7), 0, sizeof(V_7)); Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A V_8; memset((&V_8), 0, sizeof(V_8)); Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A V_9; memset((&V_9), 0, sizeof(V_9)); Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A V_10; memset((&V_10), 0, sizeof(V_10)); int32_t V_11 = 0; { // var oldGetter = new TOldGetter(); DefaultKeyGetter_1_tC10AE5DBE1F56ED39E7F9C04919BBF1931479D77 L_0; L_0 = (( DefaultKeyGetter_1_tC10AE5DBE1F56ED39E7F9C04919BBF1931479D77 (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (DefaultKeyGetter_1_tC10AE5DBE1F56ED39E7F9C04919BBF1931479D77 )L_0; // var newGetter = new TNewGetter(); DefaultKeyGetter_1_tC10AE5DBE1F56ED39E7F9C04919BBF1931479D77 L_1; L_1 = (( DefaultKeyGetter_1_tC10AE5DBE1F56ED39E7F9C04919BBF1931479D77 (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_1 = (DefaultKeyGetter_1_tC10AE5DBE1F56ED39E7F9C04919BBF1931479D77 )L_1; // addCount = 0; int32_t* L_2 = ___addCount6; *((int32_t*)L_2) = (int32_t)0; // remCount = 0; int32_t* L_3 = ___remCount7; *((int32_t*)L_3) = (int32_t)0; // if (oldHashCount == newHashCount) int32_t L_4 = ___oldHashCount0; int32_t L_5 = ___newHashCount2; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0049; } } { // var oldHash = new Hash128(); il2cpp_codegen_initobj((&V_5), sizeof(Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )); // var newHash = new Hash128(); il2cpp_codegen_initobj((&V_6), sizeof(Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )); // CombineHashes(oldHashCount, oldHashes, &oldHash); int32_t L_6 = ___oldHashCount0; void* L_7 = ___oldHashes1; (( void (*) (int32_t, void*, Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((int32_t)L_6, (void*)(void*)L_7, (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *)(Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *)((uintptr_t)(&V_5)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); // CombineHashes(newHashCount, newHashes, &newHash); int32_t L_8 = ___newHashCount2; void* L_9 = ___newHashes3; (( void (*) (int32_t, void*, Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((int32_t)L_8, (void*)(void*)L_9, (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *)(Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *)((uintptr_t)(&V_6)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); // if (oldHash == newHash) Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A L_10 = V_5; Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A L_11 = V_6; bool L_12; L_12 = Hash128_op_Equality_m466C6C5065C0851648F50222DF8D7AC27518F30A((Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )L_10, (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0049; } } { // return 0; return (int32_t)0; } IL_0049: { // var numOperations = 0; V_2 = (int32_t)0; // var oldI = 0; V_3 = (int32_t)0; // var newI = 0; V_4 = (int32_t)0; goto IL_018b; } IL_0055: { // if (oldI == oldHashCount) int32_t L_13 = V_3; int32_t L_14 = ___oldHashCount0; if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_0086; } } { goto IL_007c; } IL_005b: { // addIndices[addCount++] = newI; int32_t* L_15 = ___addIndices4; int32_t* L_16 = ___addCount6; int32_t* L_17 = ___addCount6; int32_t L_18 = *((int32_t*)L_17); V_11 = (int32_t)L_18; int32_t L_19 = V_11; *((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_11; int32_t L_21 = V_4; *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_15, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_20), (int32_t)4))))) = (int32_t)L_21; // ++numOperations; int32_t L_22 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); // for (; newI < newHashCount; ++newI) int32_t L_23 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_007c: { // for (; newI < newHashCount; ++newI) int32_t L_24 = V_4; int32_t L_25 = ___newHashCount2; if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_005b; } } { // continue; goto IL_018b; } IL_0086: { // if (newI == newHashCount) int32_t L_26 = V_4; int32_t L_27 = ___newHashCount2; if ((!(((uint32_t)L_26) == ((uint32_t)L_27)))) { goto IL_00b4; } } { goto IL_00ab; } IL_008d: { // removeIndices[remCount++] = oldI; int32_t* L_28 = ___removeIndices5; int32_t* L_29 = ___remCount7; int32_t* L_30 = ___remCount7; int32_t L_31 = *((int32_t*)L_30); V_11 = (int32_t)L_31; int32_t L_32 = V_11; *((int32_t*)L_29) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); int32_t L_33 = V_11; int32_t L_34 = V_3; *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_28, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_33), (int32_t)4))))) = (int32_t)L_34; // ++numOperations; int32_t L_35 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); // for (; oldI < oldHashCount; ++oldI) int32_t L_36 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00ab: { // for (; oldI < oldHashCount; ++oldI) int32_t L_37 = V_3; int32_t L_38 = ___oldHashCount0; if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_008d; } } { // continue; goto IL_018b; } IL_00b4: { // var newVal = UnsafeUtility.ReadArrayElement(newHashes, newI); void* L_39 = ___newHashes3; int32_t L_40 = V_4; Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A L_41; L_41 = (( Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((void*)(void*)L_39, (int32_t)L_40, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); V_7 = (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )L_41; // var oldVal = UnsafeUtility.ReadArrayElement(oldHashes, oldI); void* L_42 = ___oldHashes1; int32_t L_43 = V_3; Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A L_44; L_44 = (( Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((void*)(void*)L_42, (int32_t)L_43, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); V_8 = (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )L_44; // var newKey = newGetter.Get(ref newVal); Il2CppMetadataObject L_45(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); const VirtualInvokeData& il2cpp_virtual_invoke_data__209 = il2cpp_codegen_get_interface_invoke_data(0, (&L_45), IL2CPP_RGCTX_DATA(method->rgctx_data, 7)); Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A L_46; L_46 = (( Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A (*) (RuntimeObject*, Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *, const RuntimeMethod*))il2cpp_virtual_invoke_data__209.methodPtr)((RuntimeObject*)((RuntimeObject*)(&V_1))-1, (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *)(Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *)(&V_7), /*hidden argument*/il2cpp_virtual_invoke_data__209.method); V_9 = (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )L_46; // var oldKey = oldGetter.Get(ref oldVal); Il2CppMetadataObject L_47(IL2CPP_RGCTX_DATA(method->rgctx_data, 9)); const VirtualInvokeData& il2cpp_virtual_invoke_data__226 = il2cpp_codegen_get_interface_invoke_data(0, (&L_47), IL2CPP_RGCTX_DATA(method->rgctx_data, 10)); Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A L_48; L_48 = (( Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A (*) (RuntimeObject*, Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *, const RuntimeMethod*))il2cpp_virtual_invoke_data__226.methodPtr)((RuntimeObject*)((RuntimeObject*)(&V_0))-1, (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *)(Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *)(&V_8), /*hidden argument*/il2cpp_virtual_invoke_data__226.method); V_10 = (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )L_48; // if (newKey == oldKey) Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A L_49 = V_9; Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A L_50 = V_10; bool L_51; L_51 = Hash128_op_Equality_m466C6C5065C0851648F50222DF8D7AC27518F30A((Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )L_49, (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_0103; } } { // ++newI; int32_t L_52 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); // ++oldI; int32_t L_53 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); // continue; goto IL_018b; } IL_0103: { // if (newKey < oldKey) Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A L_54 = V_9; Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A L_55 = V_10; bool L_56; L_56 = Hash128_op_LessThan_m7A0C0E7E5562B314549A40B8C44A6F50412EB2E8((Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )L_54, (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_017c; } } { goto IL_014c; } IL_0110: { // addIndices[addCount++] = newI; int32_t* L_57 = ___addIndices4; int32_t* L_58 = ___addCount6; int32_t* L_59 = ___addCount6; int32_t L_60 = *((int32_t*)L_59); V_11 = (int32_t)L_60; int32_t L_61 = V_11; *((int32_t*)L_58) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); int32_t L_62 = V_11; int32_t L_63 = V_4; *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_57, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_62), (int32_t)4))))) = (int32_t)L_63; // ++newI; int32_t L_64 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); // ++numOperations; int32_t L_65 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); // newVal = UnsafeUtility.ReadArrayElement(newHashes, newI); void* L_66 = ___newHashes3; int32_t L_67 = V_4; Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A L_68; L_68 = (( Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((void*)(void*)L_66, (int32_t)L_67, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); V_7 = (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )L_68; // newKey = newGetter.Get(ref newVal); Il2CppMetadataObject L_69(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); const VirtualInvokeData& il2cpp_virtual_invoke_data__325 = il2cpp_codegen_get_interface_invoke_data(0, (&L_69), IL2CPP_RGCTX_DATA(method->rgctx_data, 7)); Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A L_70; L_70 = (( Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A (*) (RuntimeObject*, Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *, const RuntimeMethod*))il2cpp_virtual_invoke_data__325.methodPtr)((RuntimeObject*)((RuntimeObject*)(&V_1))-1, (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *)(Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A *)(&V_7), /*hidden argument*/il2cpp_virtual_invoke_data__325.method); V_9 = (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )L_70; } IL_014c: { // while (newI < newHashCount && newKey < oldKey) int32_t L_71 = V_4; int32_t L_72 = ___newHashCount2; if ((((int32_t)L_71) >= ((int32_t)L_72))) { goto IL_018b; } } { Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A L_73 = V_9; Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A L_74 = V_10; bool L_75; L_75 = Hash128_op_LessThan_m7A0C0E7E5562B314549A40B8C44A6F50412EB2E8((Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )L_73, (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )L_74, /*hidden argument*/NULL); if (L_75) { goto IL_0110; } } { // } goto IL_018b; } IL_015e: { // removeIndices[remCount++] = oldI; int32_t* L_76 = ___removeIndices5; int32_t* L_77 = ___remCount7; int32_t* L_78 = ___remCount7; int32_t L_79 = *((int32_t*)L_78); V_11 = (int32_t)L_79; int32_t L_80 = V_11; *((int32_t*)L_77) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)); int32_t L_81 = V_11; int32_t L_82 = V_3; *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_76, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_81), (int32_t)4))))) = (int32_t)L_82; // ++numOperations; int32_t L_83 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); // ++oldI; int32_t L_84 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)); } IL_017c: { // while (oldI < oldHashCount && oldKey < newKey) int32_t L_85 = V_3; int32_t L_86 = ___oldHashCount0; if ((((int32_t)L_85) >= ((int32_t)L_86))) { goto IL_018b; } } { Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A L_87 = V_10; Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A L_88 = V_9; bool L_89; L_89 = Hash128_op_LessThan_m7A0C0E7E5562B314549A40B8C44A6F50412EB2E8((Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )L_87, (Hash128_t1858EA099934FD6F2B769E5661C17A276A2AFE7A )L_88, /*hidden argument*/NULL); if (L_89) { goto IL_015e; } } IL_018b: { // while (oldI < oldHashCount || newI < newHashCount) int32_t L_90 = V_3; int32_t L_91 = ___oldHashCount0; if ((((int32_t)L_90) < ((int32_t)L_91))) { goto IL_0055; } } { int32_t L_92 = V_4; int32_t L_93 = ___newHashCount2; if ((((int32_t)L_92) < ((int32_t)L_93))) { goto IL_0055; } } { // return numOperations; int32_t L_94 = V_2; return (int32_t)L_94; } } // System.Void UnityEngine.Rendering.CoreUnsafeUtils::CopyTo(T[],System.Void*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUnsafeUtils_CopyTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m893027E0225671562D1DFFC5B7C021649756EE6F_gshared (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___list0, void* ___dest1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // var c = Mathf.Min(count, list.Length); int32_t L_0 = ___count2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = ___list0; NullCheck(L_1); int32_t L_2; L_2 = Mathf_Min_m1D86C7400E9814579E65EFEF7B521F9BB00015C3((int32_t)L_0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), /*hidden argument*/NULL); V_0 = (int32_t)L_2; // for (int i = 0; i < c; ++i) V_1 = (int32_t)0; goto IL_0020; } IL_000e: { // UnsafeUtility.WriteArrayElement(dest, i, list[i]); void* L_3 = ___dest1; int32_t L_4 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = ___list0; int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; int32_t L_8 = (L_5)->GetAt(static_cast(L_7)); (( void (*) (void*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((void*)(void*)L_3, (int32_t)L_4, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // for (int i = 0; i < c; ++i) int32_t L_9 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0020: { // for (int i = 0; i < c; ++i) int32_t L_10 = V_1; int32_t L_11 = V_0; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_000e; } } { // } return; } } // System.Int32 UnityEngine.Rendering.CoreUnsafeUtils::Partition>(System.Void*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CoreUnsafeUtils_Partition_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisDefaultKeyGetter_1_t1BB19F8FE337E9E5570CB7CDE8E36C9E430F98DA_m35C51797C53791C73634750087974CD78FA201B3_gshared (void* ___data0, int32_t ___left1, int32_t ___right2, const RuntimeMethod* method) { DefaultKeyGetter_1_t1BB19F8FE337E9E5570CB7CDE8E36C9E430F98DA V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; { // var getter = default(TGetter); il2cpp_codegen_initobj((&V_0), sizeof(DefaultKeyGetter_1_t1BB19F8FE337E9E5570CB7CDE8E36C9E430F98DA )); // var pivotvalue = UnsafeUtility.ReadArrayElement(data, left); void* L_0 = ___data0; int32_t L_1 = ___left1; int32_t L_2; L_2 = (( int32_t (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (int32_t)L_2; // var pivot = getter.Get(ref pivotvalue); Il2CppMetadataObject L_3(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__26 = il2cpp_codegen_get_interface_invoke_data(0, (&L_3), IL2CPP_RGCTX_DATA(method->rgctx_data, 2)); int32_t L_4; L_4 = (( int32_t (*) (RuntimeObject*, int32_t*, const RuntimeMethod*))il2cpp_virtual_invoke_data__26.methodPtr)((RuntimeObject*)((RuntimeObject*)(&V_0))-1, (int32_t*)(int32_t*)(&V_1), /*hidden argument*/il2cpp_virtual_invoke_data__26.method); V_2 = (int32_t)L_4; // --left; int32_t L_5 = ___left1; ___left1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)); // ++right; int32_t L_6 = ___right2; ___right2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_002a: { // var c = 0; V_3 = (int32_t)0; // var lvalue = default(TValue); il2cpp_codegen_initobj((&V_4), sizeof(int32_t)); // var lkey = default(TKey); il2cpp_codegen_initobj((&V_5), sizeof(int32_t)); } IL_003c: { // ++left; int32_t L_7 = ___left1; ___left1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); // lvalue = UnsafeUtility.ReadArrayElement(data, left); void* L_8 = ___data0; int32_t L_9 = ___left1; int32_t L_10; L_10 = (( int32_t (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((void*)(void*)L_8, (int32_t)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_4 = (int32_t)L_10; // lkey = getter.Get(ref lvalue); Il2CppMetadataObject L_11(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__84 = il2cpp_codegen_get_interface_invoke_data(0, (&L_11), IL2CPP_RGCTX_DATA(method->rgctx_data, 2)); int32_t L_12; L_12 = (( int32_t (*) (RuntimeObject*, int32_t*, const RuntimeMethod*))il2cpp_virtual_invoke_data__84.methodPtr)((RuntimeObject*)((RuntimeObject*)(&V_0))-1, (int32_t*)(int32_t*)(&V_4), /*hidden argument*/il2cpp_virtual_invoke_data__84.method); V_5 = (int32_t)L_12; // c = lkey.CompareTo(pivot); int32_t L_13 = V_2; int32_t L_14; L_14 = Int32_CompareTo_m2DD1093B956B4D96C3AC3C27FDEE3CA447B044D3((int32_t*)(int32_t*)(&V_5), (int32_t)L_13, /*hidden argument*/NULL); V_3 = (int32_t)L_14; // while (c < 0); int32_t L_15 = V_3; if ((((int32_t)L_15) < ((int32_t)0))) { goto IL_003c; } } { // var rvalue = default(TValue); il2cpp_codegen_initobj((&V_6), sizeof(int32_t)); // var rkey = default(TKey); il2cpp_codegen_initobj((&V_7), sizeof(int32_t)); } IL_007e: { // --right; int32_t L_16 = ___right2; ___right2 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); // rvalue = UnsafeUtility.ReadArrayElement(data, right); void* L_17 = ___data0; int32_t L_18 = ___right2; int32_t L_19; L_19 = (( int32_t (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((void*)(void*)L_17, (int32_t)L_18, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_6 = (int32_t)L_19; // rkey = getter.Get(ref rvalue); Il2CppMetadataObject L_20(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__150 = il2cpp_codegen_get_interface_invoke_data(0, (&L_20), IL2CPP_RGCTX_DATA(method->rgctx_data, 2)); int32_t L_21; L_21 = (( int32_t (*) (RuntimeObject*, int32_t*, const RuntimeMethod*))il2cpp_virtual_invoke_data__150.methodPtr)((RuntimeObject*)((RuntimeObject*)(&V_0))-1, (int32_t*)(int32_t*)(&V_6), /*hidden argument*/il2cpp_virtual_invoke_data__150.method); V_7 = (int32_t)L_21; // c = rkey.CompareTo(pivot); int32_t L_22 = V_2; int32_t L_23; L_23 = Int32_CompareTo_m2DD1093B956B4D96C3AC3C27FDEE3CA447B044D3((int32_t*)(int32_t*)(&V_7), (int32_t)L_22, /*hidden argument*/NULL); V_3 = (int32_t)L_23; // while (c > 0); int32_t L_24 = V_3; if ((((int32_t)L_24) > ((int32_t)0))) { goto IL_007e; } } { // if (left < right) int32_t L_25 = ___left1; int32_t L_26 = ___right2; if ((((int32_t)L_25) >= ((int32_t)L_26))) { goto IL_00cb; } } { // UnsafeUtility.WriteArrayElement(data, right, lvalue); void* L_27 = ___data0; int32_t L_28 = ___right2; int32_t L_29 = V_4; (( void (*) (void*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((void*)(void*)L_27, (int32_t)L_28, (int32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); // UnsafeUtility.WriteArrayElement(data, left, rvalue); void* L_30 = ___data0; int32_t L_31 = ___left1; int32_t L_32 = V_6; (( void (*) (void*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((void*)(void*)L_30, (int32_t)L_31, (int32_t)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); // } goto IL_002a; } IL_00cb: { // return right; int32_t L_33 = ___right2; return (int32_t)L_33; } } // System.Int32 UnityEngine.Rendering.CoreUnsafeUtils::Partition(System.Void*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CoreUnsafeUtils_Partition_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisUintKeyGetter_tBC43D92690286CB78866221225155A09475D67DA_mCE96114689739CDB7F81EE56C8859C71648EAC40_gshared (void* ___data0, int32_t ___left1, int32_t ___right2, const RuntimeMethod* method) { UintKeyGetter_tBC43D92690286CB78866221225155A09475D67DA V_0; memset((&V_0), 0, sizeof(V_0)); uint32_t V_1 = 0; uint32_t V_2 = 0; int32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; uint32_t V_7 = 0; { // var getter = default(TGetter); il2cpp_codegen_initobj((&V_0), sizeof(UintKeyGetter_tBC43D92690286CB78866221225155A09475D67DA )); // var pivotvalue = UnsafeUtility.ReadArrayElement(data, left); void* L_0 = ___data0; int32_t L_1 = ___left1; uint32_t L_2; L_2 = (( uint32_t (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (uint32_t)L_2; // var pivot = getter.Get(ref pivotvalue); uint32_t L_3; L_3 = UintKeyGetter_Get_mFB171421952160C90FD03B8422FF78B545140F16((UintKeyGetter_tBC43D92690286CB78866221225155A09475D67DA *)(UintKeyGetter_tBC43D92690286CB78866221225155A09475D67DA *)(&V_0), (uint32_t*)(uint32_t*)(&V_1), /*hidden argument*/NULL); V_2 = (uint32_t)L_3; // --left; int32_t L_4 = ___left1; ___left1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); // ++right; int32_t L_5 = ___right2; ___right2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_002a: { // var c = 0; V_3 = (int32_t)0; // var lvalue = default(TValue); il2cpp_codegen_initobj((&V_4), sizeof(uint32_t)); // var lkey = default(TKey); il2cpp_codegen_initobj((&V_5), sizeof(uint32_t)); } IL_003c: { // ++left; int32_t L_6 = ___left1; ___left1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); // lvalue = UnsafeUtility.ReadArrayElement(data, left); void* L_7 = ___data0; int32_t L_8 = ___left1; uint32_t L_9; L_9 = (( uint32_t (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((void*)(void*)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_4 = (uint32_t)L_9; // lkey = getter.Get(ref lvalue); uint32_t L_10; L_10 = UintKeyGetter_Get_mFB171421952160C90FD03B8422FF78B545140F16((UintKeyGetter_tBC43D92690286CB78866221225155A09475D67DA *)(UintKeyGetter_tBC43D92690286CB78866221225155A09475D67DA *)(&V_0), (uint32_t*)(uint32_t*)(&V_4), /*hidden argument*/NULL); V_5 = (uint32_t)L_10; // c = lkey.CompareTo(pivot); uint32_t L_11 = V_2; int32_t L_12; L_12 = UInt32_CompareTo_m76A5D003A15DDF163B35312D33652AB331123E69((uint32_t*)(uint32_t*)(&V_5), (uint32_t)L_11, /*hidden argument*/NULL); V_3 = (int32_t)L_12; // while (c < 0); int32_t L_13 = V_3; if ((((int32_t)L_13) < ((int32_t)0))) { goto IL_003c; } } { // var rvalue = default(TValue); il2cpp_codegen_initobj((&V_6), sizeof(uint32_t)); // var rkey = default(TKey); il2cpp_codegen_initobj((&V_7), sizeof(uint32_t)); } IL_007e: { // --right; int32_t L_14 = ___right2; ___right2 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)); // rvalue = UnsafeUtility.ReadArrayElement(data, right); void* L_15 = ___data0; int32_t L_16 = ___right2; uint32_t L_17; L_17 = (( uint32_t (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((void*)(void*)L_15, (int32_t)L_16, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_6 = (uint32_t)L_17; // rkey = getter.Get(ref rvalue); uint32_t L_18; L_18 = UintKeyGetter_Get_mFB171421952160C90FD03B8422FF78B545140F16((UintKeyGetter_tBC43D92690286CB78866221225155A09475D67DA *)(UintKeyGetter_tBC43D92690286CB78866221225155A09475D67DA *)(&V_0), (uint32_t*)(uint32_t*)(&V_6), /*hidden argument*/NULL); V_7 = (uint32_t)L_18; // c = rkey.CompareTo(pivot); uint32_t L_19 = V_2; int32_t L_20; L_20 = UInt32_CompareTo_m76A5D003A15DDF163B35312D33652AB331123E69((uint32_t*)(uint32_t*)(&V_7), (uint32_t)L_19, /*hidden argument*/NULL); V_3 = (int32_t)L_20; // while (c > 0); int32_t L_21 = V_3; if ((((int32_t)L_21) > ((int32_t)0))) { goto IL_007e; } } { // if (left < right) int32_t L_22 = ___left1; int32_t L_23 = ___right2; if ((((int32_t)L_22) >= ((int32_t)L_23))) { goto IL_00cb; } } { // UnsafeUtility.WriteArrayElement(data, right, lvalue); void* L_24 = ___data0; int32_t L_25 = ___right2; uint32_t L_26 = V_4; (( void (*) (void*, int32_t, uint32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((void*)(void*)L_24, (int32_t)L_25, (uint32_t)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); // UnsafeUtility.WriteArrayElement(data, left, rvalue); void* L_27 = ___data0; int32_t L_28 = ___left1; uint32_t L_29 = V_6; (( void (*) (void*, int32_t, uint32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((void*)(void*)L_27, (int32_t)L_28, (uint32_t)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); // } goto IL_002a; } IL_00cb: { // return right; int32_t L_30 = ___right2; return (int32_t)L_30; } } // System.Void UnityEngine.Rendering.CoreUnsafeUtils::QuickSort(System.Int32,System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUnsafeUtils_QuickSort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m407F57E9FE2B642A2F3443DD630966598BB4AB9C_gshared (int32_t ___count0, void* ___data1, const RuntimeMethod* method) { { // QuickSort>(data, 0, count - 1); void* L_0 = ___data1; int32_t L_1 = ___count0; (( void (*) (void*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((void*)(void*)L_0, (int32_t)0, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.Rendering.CoreUnsafeUtils::QuickSort>(System.Void*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUnsafeUtils_QuickSort_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisDefaultKeyGetter_1_t1BB19F8FE337E9E5570CB7CDE8E36C9E430F98DA_mF2A39D7ACE34A91D7275E6D944582D58D15A5F72_gshared (void* ___data0, int32_t ___left1, int32_t ___right2, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (left < right) int32_t L_0 = ___left1; int32_t L_1 = ___right2; if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0029; } } { // int pivot = Partition(data, left, right); void* L_2 = ___data0; int32_t L_3 = ___left1; int32_t L_4 = ___right2; int32_t L_5; L_5 = (( int32_t (*) (void*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((void*)(void*)L_2, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)L_5; // if (pivot >= 1) int32_t L_6 = V_0; if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0019; } } { // QuickSort(data, left, pivot); void* L_7 = ___data0; int32_t L_8 = ___left1; int32_t L_9 = V_0; (( void (*) (void*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((void*)(void*)L_7, (int32_t)L_8, (int32_t)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0019: { // if (pivot + 1 < right) int32_t L_10 = V_0; int32_t L_11 = ___right2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))) >= ((int32_t)L_11))) { goto IL_0029; } } { // QuickSort(data, pivot + 1, right); void* L_12 = ___data0; int32_t L_13 = V_0; int32_t L_14 = ___right2; (( void (*) (void*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((void*)(void*)L_12, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0029: { // } return; } } // System.Void UnityEngine.Rendering.CoreUnsafeUtils::QuickSort(System.Void*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUnsafeUtils_QuickSort_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisUintKeyGetter_tBC43D92690286CB78866221225155A09475D67DA_mA40B6B80BEC084728CC6365B5D817E7E0658A744_gshared (void* ___data0, int32_t ___left1, int32_t ___right2, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (left < right) int32_t L_0 = ___left1; int32_t L_1 = ___right2; if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0029; } } { // int pivot = Partition(data, left, right); void* L_2 = ___data0; int32_t L_3 = ___left1; int32_t L_4 = ___right2; int32_t L_5; L_5 = (( int32_t (*) (void*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((void*)(void*)L_2, (int32_t)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)L_5; // if (pivot >= 1) int32_t L_6 = V_0; if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0019; } } { // QuickSort(data, left, pivot); void* L_7 = ___data0; int32_t L_8 = ___left1; int32_t L_9 = V_0; (( void (*) (void*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((void*)(void*)L_7, (int32_t)L_8, (int32_t)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0019: { // if (pivot + 1 < right) int32_t L_10 = V_0; int32_t L_11 = ___right2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))) >= ((int32_t)L_11))) { goto IL_0029; } } { // QuickSort(data, pivot + 1, right); void* L_12 = ___data0; int32_t L_13 = V_0; int32_t L_14 = ___right2; (( void (*) (void*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((void*)(void*)L_12, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), (int32_t)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0029: { // } return; } } // System.Collections.Generic.IEnumerable`1 UnityEngine.Rendering.CoreUtils::GetAllTypesDerivedFrom() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CoreUtils_GetAllTypesDerivedFrom_TisRuntimeObject_m684E97F558129E2B493F7BFA64228603D75F9981_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_t3CF170996D3FBDE55A9D0441C9DF20E8E45F14B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisType_t_m98A76BE80710D7FA14000B0C39096DFA6092DFEA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mF99B731B7FE71291198AC579A27977DAFAEE528D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5 * G_B2_0 = NULL; RuntimeObject* G_B2_1 = NULL; Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5 * G_B1_0 = NULL; RuntimeObject* G_B1_1 = NULL; { // return GetAllAssemblyTypes().Where(t => t.IsSubclassOf(typeof(T))); IL2CPP_RUNTIME_CLASS_INIT(CoreUtils_t3CF170996D3FBDE55A9D0441C9DF20E8E45F14B5_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = CoreUtils_GetAllAssemblyTypes_m977BE7609B797D3B2E4BFF997022F02646C328AC(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5 * L_1 = ((U3CU3Ec__78_1_tEDFC7F8ACD9BD1B0A341C792C74BD8A3AE1D340F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_U3CU3E9__78_0_1(); Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5 * L_2 = (Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5 *)L_1; G_B1_0 = L_2; G_B1_1 = L_0; if (L_2) { G_B2_0 = L_2; G_B2_1 = L_0; goto IL_0024; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); U3CU3Ec__78_1_tEDFC7F8ACD9BD1B0A341C792C74BD8A3AE1D340F * L_3 = ((U3CU3Ec__78_1_tEDFC7F8ACD9BD1B0A341C792C74BD8A3AE1D340F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_U3CU3E9_0(); Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5 * L_4 = (Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5 *)il2cpp_codegen_object_new(Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5_il2cpp_TypeInfo_var); Func_2__ctor_mF99B731B7FE71291198AC579A27977DAFAEE528D(L_4, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)), /*hidden argument*/Func_2__ctor_mF99B731B7FE71291198AC579A27977DAFAEE528D_RuntimeMethod_var); Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5 * L_5 = (Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5 *)L_4; ((U3CU3Ec__78_1_tEDFC7F8ACD9BD1B0A341C792C74BD8A3AE1D340F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->set_U3CU3E9__78_0_1(L_5); G_B2_0 = L_5; G_B2_1 = G_B1_1; } IL_0024: { RuntimeObject* L_6; L_6 = Enumerable_Where_TisType_t_m98A76BE80710D7FA14000B0C39096DFA6092DFEA((RuntimeObject*)G_B2_1, (Func_2_tDA1CD28AB1DD1EC817F9902B752EB3751BE154B5 *)G_B2_0, /*hidden argument*/Enumerable_Where_TisType_t_m98A76BE80710D7FA14000B0C39096DFA6092DFEA_RuntimeMethod_var); return (RuntimeObject*)L_6; } } // System.Boolean UnityEngine.Rendering.CoreUtils::HasFlag(T,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CoreUtils_HasFlag_TisRuntimeObject_m7FD5155EDAAE4ADABE7C3260831092CCCF75E946_gshared (RuntimeObject * ___mask0, RuntimeObject * ___flag1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (mask.ToUInt32(null) & flag.ToUInt32(null)) != 0; NullCheck((RuntimeObject*)(___mask0)); uint32_t L_0; L_0 = InterfaceFuncInvoker1< uint32_t, RuntimeObject* >::Invoke(8 /* System.UInt32 System.IConvertible::ToUInt32(System.IFormatProvider) */, IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var, (RuntimeObject*)(___mask0), (RuntimeObject*)NULL); NullCheck((RuntimeObject*)(___flag1)); uint32_t L_1; L_1 = InterfaceFuncInvoker1< uint32_t, RuntimeObject* >::Invoke(8 /* System.UInt32 System.IConvertible::ToUInt32(System.IFormatProvider) */, IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var, (RuntimeObject*)(___flag1), (RuntimeObject*)NULL); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void UnityEngine.Rendering.CoreUtils::Swap(T&,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUtils_Swap_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m1A240BD4999DF70DE1EBDFC07487E3C13810B717_gshared (int32_t* ___a0, int32_t* ___b1, const RuntimeMethod* method) { int32_t V_0 = 0; { // var tmp = a; int32_t* L_0 = ___a0; int32_t L_1 = (*(int32_t*)L_0); V_0 = (int32_t)L_1; // a = b; int32_t* L_2 = ___a0; int32_t* L_3 = ___b1; int32_t L_4 = (*(int32_t*)L_3); *(int32_t*)L_2 = L_4; // b = tmp; int32_t* L_5 = ___b1; int32_t L_6 = V_0; *(int32_t*)L_5 = L_6; // } return; } } // System.Void UnityEngine.Rendering.CoreUtils::Swap(T&,T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUtils_Swap_TisRuntimeObject_mB3D372B7577B005F7DBE3566FF5ECD80AFA298BF_gshared (RuntimeObject ** ___a0, RuntimeObject ** ___b1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { // var tmp = a; RuntimeObject ** L_0 = ___a0; RuntimeObject * L_1 = (*(RuntimeObject **)L_0); V_0 = (RuntimeObject *)L_1; // a = b; RuntimeObject ** L_2 = ___a0; RuntimeObject ** L_3 = ___b1; RuntimeObject * L_4 = (*(RuntimeObject **)L_3); *(RuntimeObject **)L_2 = L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)L_4); // b = tmp; RuntimeObject ** L_5 = ___b1; RuntimeObject * L_6 = V_0; *(RuntimeObject **)L_5 = L_6; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_5, (void*)L_6); // } return; } } // Unity.Collections.NativeArray`1 UnityEngine.Rendering.CullingResults::GetNativeArray(System.Void*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD CullingResults_GetNativeArray_TisVisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B_m89982EABFF2A0486E274D84E3D5D73AB2EAD4861_gshared (CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760 * __this, void* ___dataPointer0, int32_t ___length1, const RuntimeMethod* method) { NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD V_1; memset((&V_1), 0, sizeof(V_1)); { void* L_0 = ___dataPointer0; int32_t L_1 = ___length1; NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD L_2; L_2 = (( NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD (*) (void*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD )L_2; NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD L_3 = V_0; V_1 = (NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD )L_3; goto IL_000e; } IL_000e: { NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD L_4 = V_1; return (NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD )L_4; } } IL2CPP_EXTERN_C NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD CullingResults_GetNativeArray_TisVisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B_m89982EABFF2A0486E274D84E3D5D73AB2EAD4861_AdjustorThunk (RuntimeObject * __this, void* ___dataPointer0, int32_t ___length1, const RuntimeMethod* method) { int32_t _offset = 1; CullingResults_tDD88138CA53E22569BE3E63082758F29F3988760 * _thisAdjusted = reinterpret_cast(__this + _offset); NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD _returnValue; _returnValue = CullingResults_GetNativeArray_TisVisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B_m89982EABFF2A0486E274D84E3D5D73AB2EAD4861(_thisAdjusted, ___dataPointer0, ___length1, method); return _returnValue; } // T[] System.Reflection.CustomAttributeData::UnboxValues(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451* CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA_mBAC15AC9F47F2AD937E9B6FD89B473A518C51FE5_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values0, const RuntimeMethod* method) { CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451* V_0 = NULL; int32_t V_1 = 0; { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___values0; NullCheck(L_0); CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451* L_1 = (CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451*)(CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))); V_0 = (CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451*)L_1; V_1 = (int32_t)0; goto IL_0020; } IL_000d: { CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451* L_2 = V_0; int32_t L_3 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = ___values0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; RuntimeObject * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA )((*(CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA *)((CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA *)UnBox(L_7, IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))))); int32_t L_8 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0020: { int32_t L_9 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = ___values0; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_000d; } } { CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451* L_11 = V_0; return (CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451*)L_11; } } // T[] System.Reflection.CustomAttributeData::UnboxValues(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98* CustomAttributeData_UnboxValues_TisCustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910_m0CF7BF28300899628613EB1410D1624ABA4BC21F_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values0, const RuntimeMethod* method) { CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98* V_0 = NULL; int32_t V_1 = 0; { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___values0; NullCheck(L_0); CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98* L_1 = (CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98*)(CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))); V_0 = (CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98*)L_1; V_1 = (int32_t)0; goto IL_0020; } IL_000d: { CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98* L_2 = V_0; int32_t L_3 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = ___values0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; RuntimeObject * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 )((*(CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 *)((CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 *)UnBox(L_7, IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))))); int32_t L_8 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0020: { int32_t L_9 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = ___values0; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_000d; } } { CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98* L_11 = V_0; return (CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98*)L_11; } } // T[] System.Reflection.CustomAttributeData::UnboxValues(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* CustomAttributeData_UnboxValues_TisRuntimeObject_mC939801FC657CBA6BF46550E616BB111DEC3F4AD_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values0, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; int32_t V_1 = 0; { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___values0; NullCheck(L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1; V_1 = (int32_t)0; goto IL_0020; } IL_000d: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = V_0; int32_t L_3 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = ___values0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; RuntimeObject * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_7, IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))); int32_t L_8 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0020: { int32_t L_9 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = ___values0; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_000d; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = V_0; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_11; } } // T System.Reflection.CustomAttributeExtensions::GetCustomAttribute(System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m9B383E7901F3E4E1B568CE619C0187B920F84ACC_gshared (Assembly_t * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Assembly_t * L_0 = ___element0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_3; L_3 = CustomAttributeExtensions_GetCustomAttribute_m7FA6F2503134BAE1E559B3CF1C6F010C8839657E((Assembly_t *)L_0, (Type_t *)L_2, /*hidden argument*/NULL); return (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); } } // T System.Reflection.CustomAttributeExtensions::GetCustomAttribute(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_mAEBC9EBACD573E5D085888BEE7B319CE80E372B5_gshared (MemberInfo_t * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MemberInfo_t * L_0 = ___element0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_3; L_3 = CustomAttributeExtensions_GetCustomAttribute_m50455F5FC598FC0B2261216EF406D713558909DF((MemberInfo_t *)L_0, (Type_t *)L_2, /*hidden argument*/NULL); return (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); } } // T System.Reflection.CustomAttributeExtensions::GetCustomAttribute(System.Reflection.MemberInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m54000258A506B6A6B8BEA517F7E8670C5969DD99_gshared (MemberInfo_t * ___element0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MemberInfo_t * L_0 = ___element0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); bool L_3 = ___inherit1; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_4; L_4 = CustomAttributeExtensions_GetCustomAttribute_m16EA86CC5B1C1EDE95192065DB41E7C38F06747F((MemberInfo_t *)L_0, (Type_t *)L_2, (bool)L_3, /*hidden argument*/NULL); return (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); } } // System.Collections.Generic.IEnumerable`1 System.Reflection.CustomAttributeExtensions::GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeExtensions_GetCustomAttributes_TisRuntimeObject_m78D80C77D5841CDDD87DCFAA0E973E241708504E_gshared (MemberInfo_t * ___element0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MemberInfo_t * L_0 = ___element0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); bool L_3 = ___inherit1; RuntimeObject* L_4; L_4 = CustomAttributeExtensions_GetCustomAttributes_m9465A9EBA6BFC0CEB08B98192AA299C790784E31((MemberInfo_t *)L_0, (Type_t *)L_2, (bool)L_3, /*hidden argument*/NULL); return (RuntimeObject*)((RuntimeObject*)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); } } // T UnityEngine.Rendering.UI.DebugUIHandlerWidget::CastWidget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DebugUIHandlerWidget_CastWidget_TisRuntimeObject_m25ADB57E03AF674692EA108D8270AEA96E8F8B0B_gshared (DebugUIHandlerWidget_t4DAAA02A159BC2E947E4FFBD276B7FB74BB1A667 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject * G_B2_0 = NULL; RuntimeObject * G_B1_0 = NULL; String_t* G_B3_0 = NULL; RuntimeObject * G_B3_1 = NULL; RuntimeObject * G_B8_0 = NULL; RuntimeObject * G_B4_0 = NULL; Type_t * G_B6_0 = NULL; String_t* G_B6_1 = NULL; String_t* G_B6_2 = NULL; String_t* G_B6_3 = NULL; RuntimeObject * G_B6_4 = NULL; Type_t * G_B5_0 = NULL; String_t* G_B5_1 = NULL; String_t* G_B5_2 = NULL; String_t* G_B5_3 = NULL; RuntimeObject * G_B5_4 = NULL; String_t* G_B7_0 = NULL; String_t* G_B7_1 = NULL; String_t* G_B7_2 = NULL; String_t* G_B7_3 = NULL; RuntimeObject * G_B7_4 = NULL; { // var casted = m_Widget as T; Widget_t7CB209495D292E15C11767D22EEC646A2FAC8D7D * L_0 = (Widget_t7CB209495D292E15C11767D22EEC646A2FAC8D7D *)__this->get_m_Widget_9(); // string typeName = m_Widget == null ? "null" : m_Widget.GetType().ToString(); Widget_t7CB209495D292E15C11767D22EEC646A2FAC8D7D * L_1 = (Widget_t7CB209495D292E15C11767D22EEC646A2FAC8D7D *)__this->get_m_Widget_9(); G_B1_0 = ((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); if (!L_1) { G_B2_0 = ((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); goto IL_002a; } } { Widget_t7CB209495D292E15C11767D22EEC646A2FAC8D7D * L_2 = (Widget_t7CB209495D292E15C11767D22EEC646A2FAC8D7D *)__this->get_m_Widget_9(); NullCheck((RuntimeObject *)L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_2, /*hidden argument*/NULL); NullCheck((RuntimeObject *)L_3); String_t* L_4; L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)L_3); G_B3_0 = L_4; G_B3_1 = G_B1_0; goto IL_002f; } IL_002a: { G_B3_0 = _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174; G_B3_1 = G_B2_0; } IL_002f: { V_0 = (String_t*)G_B3_0; // if (casted == null) RuntimeObject * L_5 = (RuntimeObject *)G_B3_1; G_B4_0 = L_5; if (L_5) { G_B8_0 = L_5; goto IL_0064; } } { // throw new InvalidOperationException("Can't cast " + typeName + " to " + typeof(T)); String_t* L_6 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); Type_t * L_9 = (Type_t *)L_8; G_B5_0 = L_9; G_B5_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8239DDE7DBC91495DACC42B52FAF15E9C617D4D7)); G_B5_2 = L_6; G_B5_3 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDD2BBF431A1C8E39DE062E142D158318F7F73332)); G_B5_4 = G_B4_0; if (L_9) { G_B6_0 = L_9; G_B6_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8239DDE7DBC91495DACC42B52FAF15E9C617D4D7)); G_B6_2 = L_6; G_B6_3 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDD2BBF431A1C8E39DE062E142D158318F7F73332)); G_B6_4 = G_B4_0; goto IL_0054; } } { G_B7_0 = ((String_t*)(NULL)); G_B7_1 = G_B5_1; G_B7_2 = G_B5_2; G_B7_3 = G_B5_3; G_B7_4 = G_B5_4; goto IL_0059; } IL_0054: { NullCheck((RuntimeObject *)G_B6_0); String_t* L_10; L_10 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)G_B6_0); G_B7_0 = L_10; G_B7_1 = G_B6_1; G_B7_2 = G_B6_2; G_B7_3 = G_B6_3; G_B7_4 = G_B6_4; } IL_0059: { String_t* L_11; L_11 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749((String_t*)G_B7_3, (String_t*)G_B7_2, (String_t*)G_B7_1, (String_t*)G_B7_0, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_12 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_12, (String_t*)L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DebugUIHandlerWidget_CastWidget_TisRuntimeObject_m25ADB57E03AF674692EA108D8270AEA96E8F8B0B_RuntimeMethod_var))); } IL_0064: { // return casted; return (RuntimeObject *)G_B8_0; } } // System.Void UnityEngine.Rendering.Universal.DeferredShaderData::DisposeNativeArrays(Unity.Collections.NativeArray`1[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferredShaderData_DisposeNativeArrays_TisPreTile_t4C3B1DD1A0BC90B618CEE8D0102DBC58FF119F36_mC7662EDB7E7ED650E283315CE2201382FCF3DC7A_gshared (DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1 * __this, NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5** ___nativeArrays0, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (int i = 0; i < nativeArrays.Length; ++i) V_0 = (int32_t)0; goto IL_0024; } IL_0004: { // if (nativeArrays[i].IsCreated) NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5** L_0 = ___nativeArrays0; NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5* L_1 = *((NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5**)L_0); int32_t L_2 = V_0; NullCheck(L_1); bool L_3; L_3 = NativeArray_1_get_IsCreated_m678FF92FBC5A570D695FA2D8C8B24CDC6605C324((NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA *)(NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA *)((L_1)->GetAddressAt(static_cast(L_2))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_3) { goto IL_0020; } } { // nativeArrays[i].Dispose(); NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5** L_4 = ___nativeArrays0; NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5* L_5 = *((NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5**)L_4); int32_t L_6 = V_0; NullCheck(L_5); NativeArray_1_Dispose_m772FE5F85FB62C20A82BEB5CD09A09F3F320AFA2((NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA *)(NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA *)((L_5)->GetAddressAt(static_cast(L_6))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_0020: { // for (int i = 0; i < nativeArrays.Length; ++i) int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0024: { // for (int i = 0; i < nativeArrays.Length; ++i) int32_t L_8 = V_0; NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5** L_9 = ___nativeArrays0; NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5* L_10 = *((NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5**)L_9); NullCheck(L_10); if ((((int32_t)L_8) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_0004; } } { // } return; } } // Unity.Collections.NativeArray`1 UnityEngine.Rendering.Universal.DeferredShaderData::GetOrUpdateNativeArray(Unity.Collections.NativeArray`1[]&,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA DeferredShaderData_GetOrUpdateNativeArray_TisPreTile_t4C3B1DD1A0BC90B618CEE8D0102DBC58FF119F36_m63B10BD8965B14BA5F80E827273A9E612E2EBAA3_gshared (DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1 * __this, NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5** ___nativeArrays0, int32_t ___level1, int32_t ___count2, const RuntimeMethod* method) { { // if (!nativeArrays[level].IsCreated) NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5** L_0 = ___nativeArrays0; NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5* L_1 = *((NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5**)L_0); int32_t L_2 = ___level1; NullCheck(L_1); bool L_3; L_3 = NativeArray_1_get_IsCreated_m678FF92FBC5A570D695FA2D8C8B24CDC6605C324((NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA *)(NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA *)((L_1)->GetAddressAt(static_cast(L_2))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_3) { goto IL_0021; } } { // nativeArrays[level] = new NativeArray(count, Allocator.Persistent); NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5** L_4 = ___nativeArrays0; NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5* L_5 = *((NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5**)L_4); int32_t L_6 = ___level1; int32_t L_7 = ___count2; NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA L_8; memset((&L_8), 0, sizeof(L_8)); NativeArray_1__ctor_m492AF89689F8A0A6FAF72A4025FCCE6B478F09C5((&L_8), (int32_t)L_7, (int32_t)4, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA )L_8); // } goto IL_004e; } IL_0021: { // else if (count > nativeArrays[level].Length) int32_t L_9 = ___count2; NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5** L_10 = ___nativeArrays0; NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5* L_11 = *((NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5**)L_10); int32_t L_12 = ___level1; NullCheck(L_11); int32_t L_13; L_13 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA *)(NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA *)((L_11)->GetAddressAt(static_cast(L_12))))->___m_Length_1); if ((((int32_t)L_9) <= ((int32_t)L_13))) { goto IL_004e; } } { // nativeArrays[level].Dispose(); NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5** L_14 = ___nativeArrays0; NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5* L_15 = *((NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5**)L_14); int32_t L_16 = ___level1; NullCheck(L_15); NativeArray_1_Dispose_m772FE5F85FB62C20A82BEB5CD09A09F3F320AFA2((NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA *)(NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA *)((L_15)->GetAddressAt(static_cast(L_16))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); // nativeArrays[level] = new NativeArray(count, Allocator.Persistent); NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5** L_17 = ___nativeArrays0; NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5* L_18 = *((NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5**)L_17); int32_t L_19 = ___level1; int32_t L_20 = ___count2; NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA L_21; memset((&L_21), 0, sizeof(L_21)); NativeArray_1__ctor_m492AF89689F8A0A6FAF72A4025FCCE6B478F09C5((&L_21), (int32_t)L_20, (int32_t)4, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); NullCheck(L_18); (L_18)->SetAt(static_cast(L_19), (NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA )L_21); } IL_004e: { // return nativeArrays[level]; NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5** L_22 = ___nativeArrays0; NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5* L_23 = *((NativeArray_1U5BU5D_t910924AF2964D45F17D425E3B2B77B0E018A31C5**)L_22); int32_t L_24 = ___level1; NullCheck(L_23); int32_t L_25 = L_24; NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA L_26 = (NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA )(L_23)->GetAt(static_cast(L_25)); return (NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA )L_26; } } // UnityEngine.ComputeBuffer UnityEngine.Rendering.Universal.DeferredShaderData::ReserveBuffer(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * DeferredShaderData_ReserveBuffer_TisPunctualLightData_t68579D94527104691780328D352F1E880C9DCFC4_m3576BF99F1A3DF2DF768284879CEAE8D4D051BB9_gshared (DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1 * __this, int32_t ___count0, bool ___asCBuffer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B3_0 = 0; { // int stride = Marshal.SizeOf(); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_0; L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)L_0; // int paddedCount = asCBuffer ? Align(stride * count, 16) / stride : count; bool L_1 = ___asCBuffer1; if (L_1) { goto IL_000c; } } { int32_t L_2 = ___count0; G_B3_0 = L_2; goto IL_0018; } IL_000c: { int32_t L_3 = V_0; int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1_il2cpp_TypeInfo_var); int32_t L_5; L_5 = DeferredShaderData_Align_mE52BD5CDF4CEE68E40EB48838536ABCB8AD6388C((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)L_4)), (int32_t)((int32_t)16), /*hidden argument*/NULL); int32_t L_6 = V_0; G_B3_0 = ((int32_t)((int32_t)L_5/(int32_t)L_6)); } IL_0018: { V_1 = (int32_t)G_B3_0; // return GetOrUpdateBuffer(paddedCount, stride, asCBuffer); int32_t L_7 = V_1; int32_t L_8 = V_0; bool L_9 = ___asCBuffer1; NullCheck((DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1 *)__this); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_10; L_10 = DeferredShaderData_GetOrUpdateBuffer_m8C700FE35E5B085EE705CE42F21CEC0A19434A6C((DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1 *)__this, (int32_t)L_7, (int32_t)L_8, (bool)L_9, /*hidden argument*/NULL); return (ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 *)L_10; } } // UnityEngine.ComputeBuffer UnityEngine.Rendering.Universal.DeferredShaderData::ReserveBuffer(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * DeferredShaderData_ReserveBuffer_TisTileData_t6B7D9C4CFCA2C49CD6534724FCB23E8043A262C8_m41BF8284F103808F068567657394F54EF0B0C785_gshared (DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1 * __this, int32_t ___count0, bool ___asCBuffer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B3_0 = 0; { // int stride = Marshal.SizeOf(); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_0; L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)L_0; // int paddedCount = asCBuffer ? Align(stride * count, 16) / stride : count; bool L_1 = ___asCBuffer1; if (L_1) { goto IL_000c; } } { int32_t L_2 = ___count0; G_B3_0 = L_2; goto IL_0018; } IL_000c: { int32_t L_3 = V_0; int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1_il2cpp_TypeInfo_var); int32_t L_5; L_5 = DeferredShaderData_Align_mE52BD5CDF4CEE68E40EB48838536ABCB8AD6388C((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)L_4)), (int32_t)((int32_t)16), /*hidden argument*/NULL); int32_t L_6 = V_0; G_B3_0 = ((int32_t)((int32_t)L_5/(int32_t)L_6)); } IL_0018: { V_1 = (int32_t)G_B3_0; // return GetOrUpdateBuffer(paddedCount, stride, asCBuffer); int32_t L_7 = V_1; int32_t L_8 = V_0; bool L_9 = ___asCBuffer1; NullCheck((DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1 *)__this); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_10; L_10 = DeferredShaderData_GetOrUpdateBuffer_m8C700FE35E5B085EE705CE42F21CEC0A19434A6C((DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1 *)__this, (int32_t)L_7, (int32_t)L_8, (bool)L_9, /*hidden argument*/NULL); return (ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 *)L_10; } } // UnityEngine.ComputeBuffer UnityEngine.Rendering.Universal.DeferredShaderData::ReserveBuffer(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * DeferredShaderData_ReserveBuffer_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m334FFA10ABC0409490DCEC40DEB006FA07618FFF_gshared (DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1 * __this, int32_t ___count0, bool ___asCBuffer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B3_0 = 0; { // int stride = Marshal.SizeOf(); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_0; L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)L_0; // int paddedCount = asCBuffer ? Align(stride * count, 16) / stride : count; bool L_1 = ___asCBuffer1; if (L_1) { goto IL_000c; } } { int32_t L_2 = ___count0; G_B3_0 = L_2; goto IL_0018; } IL_000c: { int32_t L_3 = V_0; int32_t L_4 = ___count0; IL2CPP_RUNTIME_CLASS_INIT(DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1_il2cpp_TypeInfo_var); int32_t L_5; L_5 = DeferredShaderData_Align_mE52BD5CDF4CEE68E40EB48838536ABCB8AD6388C((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)L_4)), (int32_t)((int32_t)16), /*hidden argument*/NULL); int32_t L_6 = V_0; G_B3_0 = ((int32_t)((int32_t)L_5/(int32_t)L_6)); } IL_0018: { V_1 = (int32_t)G_B3_0; // return GetOrUpdateBuffer(paddedCount, stride, asCBuffer); int32_t L_7 = V_1; int32_t L_8 = V_0; bool L_9 = ___asCBuffer1; NullCheck((DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1 *)__this); ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 * L_10; L_10 = DeferredShaderData_GetOrUpdateBuffer_m8C700FE35E5B085EE705CE42F21CEC0A19434A6C((DeferredShaderData_tC0118475ABB9918494140E62DCC92ECB506F0CA1 *)__this, (int32_t)L_7, (int32_t)L_8, (bool)L_9, /*hidden argument*/NULL); return (ComputeBuffer_t795666617BDC98AB4033FDD4CE0304A22B7E6427 *)L_10; } } // System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe(UnityEngine.InputSystem.Utilities.CallbackArray`1>&,TValue,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateHelpers_InvokeCallbacksSafe_TisInputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1_mC4159FA60A399EFD819461CBD6CF31C2C9953FA7_gshared (CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 * ___callbacks0, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___argument1, String_t* ___callbackName2, RuntimeObject * ___context3, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (callbacks.length == 0) CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 * L_0 = ___callbacks0; int32_t L_1; L_1 = CallbackArray_1_get_length_mF8F5F570FA6C35E69784FBB53071EF27BB29A7B4((CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 *)(CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_1) { goto IL_0009; } } { // return; return; } IL_0009: { // callbacks.LockForChanges(); CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 * L_2 = ___callbacks0; CallbackArray_1_LockForChanges_mD06F158DD8471427EE596751BC47E240747D64BE((CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 *)(CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // for (var i = 0; i < callbacks.length; ++i) V_0 = (int32_t)0; goto IL_0071; } IL_0013: { } IL_0014: try { // begin try (depth: 1) // callbacks[i](argument); CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 * L_3 = ___callbacks0; int32_t L_4 = V_0; Action_1_t231F2AF856D3317D1380298224A60D02F9F43072 * L_5; L_5 = CallbackArray_1_get_Item_m3F145777125B7F2C2F171D80D0020DD63CBD6E02((CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 *)(CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_6 = ___argument1; NullCheck((Action_1_t231F2AF856D3317D1380298224A60D02F9F43072 *)L_5); (( void (*) (Action_1_t231F2AF856D3317D1380298224A60D02F9F43072 *, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Action_1_t231F2AF856D3317D1380298224A60D02F9F43072 *)L_5, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); // } goto IL_006d; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0023; } throw e; } CATCH_0023: { // begin catch(System.Exception) { // catch (Exception exception) V_1 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // Debug.LogException(exception); Exception_t * L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_7, /*hidden argument*/NULL); // if (context != null) RuntimeObject * L_8 = ___context3; if (!L_8) { goto IL_004b; } } IL_002d: { // Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks of '{context}'"); Exception_t * L_9 = V_1; NullCheck((Exception_t *)L_9); Type_t * L_10; L_10 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_9, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_10); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_10); String_t* L_12 = ___callbackName2; RuntimeObject * L_13 = ___context3; String_t* L_14; L_14 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral278942CDEE22E9328A00EB31BC7DEC0BB8D328F1)), (RuntimeObject *)L_11, (RuntimeObject *)L_12, (RuntimeObject *)L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_14, /*hidden argument*/NULL); goto IL_006b; } IL_004b: { // Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks"); Exception_t * L_15 = V_1; NullCheck((Exception_t *)L_15); Type_t * L_16; L_16 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_15, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_16); String_t* L_17; L_17 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_16); String_t* L_18 = ___callbackName2; String_t* L_19; L_19 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749((String_t*)L_17, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29E9D8EEDD40E3ADE1579882DA345730D66B63B5)), (String_t*)L_18, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77A73EBDA78185D665A8799738A9D6885E237CAD)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_19, /*hidden argument*/NULL); } IL_006b: { // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_006d; } } // end catch (depth: 1) IL_006d: { // for (var i = 0; i < callbacks.length; ++i) int32_t L_20 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0071: { // for (var i = 0; i < callbacks.length; ++i) int32_t L_21 = V_0; CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 * L_22 = ___callbacks0; int32_t L_23; L_23 = CallbackArray_1_get_length_mF8F5F570FA6C35E69784FBB53071EF27BB29A7B4((CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 *)(CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_0013; } } { // callbacks.UnlockForChanges(); CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 * L_24 = ___callbacks0; CallbackArray_1_UnlockForChanges_m011214FB1883387E88B61DA11B4D2C0B0A986D08((CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 *)(CallbackArray_1_tCB91AA1213E7BA962E1C5DCC0A7CBD07B13A9008 *)L_24, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe(UnityEngine.InputSystem.Utilities.CallbackArray`1>&,TValue,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_mD650750A1B8DDC5DEDA41A57398639D210618F24_gshared (CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D * ___callbacks0, RuntimeObject * ___argument1, String_t* ___callbackName2, RuntimeObject * ___context3, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (callbacks.length == 0) CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D * L_0 = ___callbacks0; int32_t L_1; L_1 = CallbackArray_1_get_length_mD4ED816AF52BE9ADBBBBF42F13DE62ED35266C3E((CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D *)(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_1) { goto IL_0009; } } { // return; return; } IL_0009: { // callbacks.LockForChanges(); CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D * L_2 = ___callbacks0; CallbackArray_1_LockForChanges_m273AE7AFECF4C2844423856B01D542F573E79FBA((CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D *)(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // for (var i = 0; i < callbacks.length; ++i) V_0 = (int32_t)0; goto IL_0071; } IL_0013: { } IL_0014: try { // begin try (depth: 1) // callbacks[i](argument); CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D * L_3 = ___callbacks0; int32_t L_4 = V_0; Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_5; L_5 = CallbackArray_1_get_Item_m656D068B46DE7B40282666A30091A50F198D7A3A((CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D *)(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject * L_6 = ___argument1; NullCheck((Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)L_5); (( void (*) (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)L_5, (RuntimeObject *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); // } goto IL_006d; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0023; } throw e; } CATCH_0023: { // begin catch(System.Exception) { // catch (Exception exception) V_1 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // Debug.LogException(exception); Exception_t * L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_7, /*hidden argument*/NULL); // if (context != null) RuntimeObject * L_8 = ___context3; if (!L_8) { goto IL_004b; } } IL_002d: { // Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks of '{context}'"); Exception_t * L_9 = V_1; NullCheck((Exception_t *)L_9); Type_t * L_10; L_10 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_9, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_10); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_10); String_t* L_12 = ___callbackName2; RuntimeObject * L_13 = ___context3; String_t* L_14; L_14 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral278942CDEE22E9328A00EB31BC7DEC0BB8D328F1)), (RuntimeObject *)L_11, (RuntimeObject *)L_12, (RuntimeObject *)L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_14, /*hidden argument*/NULL); goto IL_006b; } IL_004b: { // Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks"); Exception_t * L_15 = V_1; NullCheck((Exception_t *)L_15); Type_t * L_16; L_16 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_15, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_16); String_t* L_17; L_17 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_16); String_t* L_18 = ___callbackName2; String_t* L_19; L_19 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749((String_t*)L_17, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29E9D8EEDD40E3ADE1579882DA345730D66B63B5)), (String_t*)L_18, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77A73EBDA78185D665A8799738A9D6885E237CAD)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_19, /*hidden argument*/NULL); } IL_006b: { // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_006d; } } // end catch (depth: 1) IL_006d: { // for (var i = 0; i < callbacks.length; ++i) int32_t L_20 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0071: { // for (var i = 0; i < callbacks.length; ++i) int32_t L_21 = V_0; CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D * L_22 = ___callbacks0; int32_t L_23; L_23 = CallbackArray_1_get_length_mD4ED816AF52BE9ADBBBBF42F13DE62ED35266C3E((CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D *)(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_0013; } } { // callbacks.UnlockForChanges(); CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D * L_24 = ___callbacks0; CallbackArray_1_UnlockForChanges_m4F60DB5C3BDB5CDADE5E3FA0D49295B4BEB676FF((CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D *)(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D *)L_24, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe(UnityEngine.InputSystem.Utilities.CallbackArray`1>&,TValue,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D_m4D8EED2445E46128B69474232F4C2CEF36B687B3_gshared (CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 * ___callbacks0, CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D ___argument1, String_t* ___callbackName2, RuntimeObject * ___context3, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (callbacks.length == 0) CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 * L_0 = ___callbacks0; int32_t L_1; L_1 = CallbackArray_1_get_length_m2E289634CC8D917C56649B46BD4DCA26C3CB723F((CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 *)(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_1) { goto IL_0009; } } { // return; return; } IL_0009: { // callbacks.LockForChanges(); CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 * L_2 = ___callbacks0; CallbackArray_1_LockForChanges_m2C97FF63BD80EB2E968DC676E15F694EE61F63C4((CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 *)(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // for (var i = 0; i < callbacks.length; ++i) V_0 = (int32_t)0; goto IL_0071; } IL_0013: { } IL_0014: try { // begin try (depth: 1) // callbacks[i](argument); CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 * L_3 = ___callbacks0; int32_t L_4 = V_0; Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * L_5; L_5 = CallbackArray_1_get_Item_m90442EB148ADB3041AC1E29D2B41A11256CE0FAF((CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 *)(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D L_6 = ___argument1; NullCheck((Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 *)L_5); (( void (*) (Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 *, CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 *)L_5, (CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); // } goto IL_006d; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0023; } throw e; } CATCH_0023: { // begin catch(System.Exception) { // catch (Exception exception) V_1 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // Debug.LogException(exception); Exception_t * L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_7, /*hidden argument*/NULL); // if (context != null) RuntimeObject * L_8 = ___context3; if (!L_8) { goto IL_004b; } } IL_002d: { // Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks of '{context}'"); Exception_t * L_9 = V_1; NullCheck((Exception_t *)L_9); Type_t * L_10; L_10 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_9, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_10); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_10); String_t* L_12 = ___callbackName2; RuntimeObject * L_13 = ___context3; String_t* L_14; L_14 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral278942CDEE22E9328A00EB31BC7DEC0BB8D328F1)), (RuntimeObject *)L_11, (RuntimeObject *)L_12, (RuntimeObject *)L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_14, /*hidden argument*/NULL); goto IL_006b; } IL_004b: { // Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks"); Exception_t * L_15 = V_1; NullCheck((Exception_t *)L_15); Type_t * L_16; L_16 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_15, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_16); String_t* L_17; L_17 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_16); String_t* L_18 = ___callbackName2; String_t* L_19; L_19 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749((String_t*)L_17, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29E9D8EEDD40E3ADE1579882DA345730D66B63B5)), (String_t*)L_18, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77A73EBDA78185D665A8799738A9D6885E237CAD)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_19, /*hidden argument*/NULL); } IL_006b: { // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_006d; } } // end catch (depth: 1) IL_006d: { // for (var i = 0; i < callbacks.length; ++i) int32_t L_20 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0071: { // for (var i = 0; i < callbacks.length; ++i) int32_t L_21 = V_0; CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 * L_22 = ___callbacks0; int32_t L_23; L_23 = CallbackArray_1_get_length_m2E289634CC8D917C56649B46BD4DCA26C3CB723F((CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 *)(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 *)L_22, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_0013; } } { // callbacks.UnlockForChanges(); CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 * L_24 = ___callbacks0; CallbackArray_1_UnlockForChanges_m7F0BED787B9C9DAF4BC23B8BFF58D4C826342F88((CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 *)(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 *)L_24, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe(UnityEngine.InputSystem.Utilities.CallbackArray`1>&,TValue1,TValue2,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateHelpers_InvokeCallbacksSafe_TisInputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1_TisRuntimeObject_mD6B2DE174E67AE3521211FD1526D8F03459C4738_gshared (CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 * ___callbacks0, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___argument11, RuntimeObject * ___argument22, String_t* ___callbackName3, RuntimeObject * ___context4, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (callbacks.length == 0) CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 * L_0 = ___callbacks0; int32_t L_1; L_1 = CallbackArray_1_get_length_mE50B3BA1E3836C13D3F1F0F683BA8B2D23D7A0E7((CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 *)(CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_1) { goto IL_0009; } } { // return; return; } IL_0009: { // callbacks.LockForChanges(); CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 * L_2 = ___callbacks0; CallbackArray_1_LockForChanges_m8559714E59D6A79C1A81D2F6E99D0DC8FDDFECB2((CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 *)(CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // for (var i = 0; i < callbacks.length; ++i) V_0 = (int32_t)0; goto IL_0074; } IL_0013: { } IL_0014: try { // begin try (depth: 1) // callbacks[i](argument1, argument2); CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 * L_3 = ___callbacks0; int32_t L_4 = V_0; Action_2_tB9B1B9645C739483997CEFD136850320B3E81752 * L_5; L_5 = CallbackArray_1_get_Item_m67CBBBC56F7A7264A483329683FF2B0F5D79AC58((CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 *)(CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_6 = ___argument11; RuntimeObject * L_7 = ___argument22; NullCheck((Action_2_tB9B1B9645C739483997CEFD136850320B3E81752 *)L_5); (( void (*) (Action_2_tB9B1B9645C739483997CEFD136850320B3E81752 *, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 , RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Action_2_tB9B1B9645C739483997CEFD136850320B3E81752 *)L_5, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_6, (RuntimeObject *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); // } goto IL_0070; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0024; } throw e; } CATCH_0024: { // begin catch(System.Exception) { // catch (Exception exception) V_1 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // Debug.LogException(exception); Exception_t * L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_8, /*hidden argument*/NULL); // if (context != null) RuntimeObject * L_9 = ___context4; if (!L_9) { goto IL_004e; } } IL_002f: { // Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks of '{context}'"); Exception_t * L_10 = V_1; NullCheck((Exception_t *)L_10); Type_t * L_11; L_11 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_10, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_11); String_t* L_12; L_12 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_11); String_t* L_13 = ___callbackName3; RuntimeObject * L_14 = ___context4; String_t* L_15; L_15 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral278942CDEE22E9328A00EB31BC7DEC0BB8D328F1)), (RuntimeObject *)L_12, (RuntimeObject *)L_13, (RuntimeObject *)L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_15, /*hidden argument*/NULL); goto IL_006e; } IL_004e: { // Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks"); Exception_t * L_16 = V_1; NullCheck((Exception_t *)L_16); Type_t * L_17; L_17 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_16, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_17); String_t* L_18; L_18 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_17); String_t* L_19 = ___callbackName3; String_t* L_20; L_20 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749((String_t*)L_18, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29E9D8EEDD40E3ADE1579882DA345730D66B63B5)), (String_t*)L_19, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77A73EBDA78185D665A8799738A9D6885E237CAD)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_20, /*hidden argument*/NULL); } IL_006e: { // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0070; } } // end catch (depth: 1) IL_0070: { // for (var i = 0; i < callbacks.length; ++i) int32_t L_21 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0074: { // for (var i = 0; i < callbacks.length; ++i) int32_t L_22 = V_0; CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 * L_23 = ___callbacks0; int32_t L_24; L_24 = CallbackArray_1_get_length_mE50B3BA1E3836C13D3F1F0F683BA8B2D23D7A0E7((CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 *)(CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 *)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_0013; } } { // callbacks.UnlockForChanges(); CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 * L_25 = ___callbacks0; CallbackArray_1_UnlockForChanges_m7A152A3AAFA788A9EC1E9604619CE603763AC5B7((CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 *)(CallbackArray_1_tC1980B45EE54E16579200C8DC8E433807FD87864 *)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe(UnityEngine.InputSystem.Utilities.CallbackArray`1>&,TValue1,TValue2,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1_m99CCADCACEEE9400EBE66F41CD57E5640555AA33_gshared (CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 * ___callbacks0, RuntimeObject * ___argument11, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___argument22, String_t* ___callbackName3, RuntimeObject * ___context4, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (callbacks.length == 0) CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 * L_0 = ___callbacks0; int32_t L_1; L_1 = CallbackArray_1_get_length_mC4F622C42E610BD036A78DEF9C4F870381E70735((CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 *)(CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_1) { goto IL_0009; } } { // return; return; } IL_0009: { // callbacks.LockForChanges(); CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 * L_2 = ___callbacks0; CallbackArray_1_LockForChanges_m86871E052707032609F9BF625E37B972C24D520C((CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 *)(CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // for (var i = 0; i < callbacks.length; ++i) V_0 = (int32_t)0; goto IL_0074; } IL_0013: { } IL_0014: try { // begin try (depth: 1) // callbacks[i](argument1, argument2); CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 * L_3 = ___callbacks0; int32_t L_4 = V_0; Action_2_t13A6742A48923F2F95E0DBF426A94946BB52A341 * L_5; L_5 = CallbackArray_1_get_Item_m8FCFB100C7BE82F90BE76DB22F93128EDB1DD248((CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 *)(CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject * L_6 = ___argument11; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_7 = ___argument22; NullCheck((Action_2_t13A6742A48923F2F95E0DBF426A94946BB52A341 *)L_5); (( void (*) (Action_2_t13A6742A48923F2F95E0DBF426A94946BB52A341 *, RuntimeObject *, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Action_2_t13A6742A48923F2F95E0DBF426A94946BB52A341 *)L_5, (RuntimeObject *)L_6, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); // } goto IL_0070; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0024; } throw e; } CATCH_0024: { // begin catch(System.Exception) { // catch (Exception exception) V_1 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // Debug.LogException(exception); Exception_t * L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_8, /*hidden argument*/NULL); // if (context != null) RuntimeObject * L_9 = ___context4; if (!L_9) { goto IL_004e; } } IL_002f: { // Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks of '{context}'"); Exception_t * L_10 = V_1; NullCheck((Exception_t *)L_10); Type_t * L_11; L_11 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_10, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_11); String_t* L_12; L_12 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_11); String_t* L_13 = ___callbackName3; RuntimeObject * L_14 = ___context4; String_t* L_15; L_15 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral278942CDEE22E9328A00EB31BC7DEC0BB8D328F1)), (RuntimeObject *)L_12, (RuntimeObject *)L_13, (RuntimeObject *)L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_15, /*hidden argument*/NULL); goto IL_006e; } IL_004e: { // Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks"); Exception_t * L_16 = V_1; NullCheck((Exception_t *)L_16); Type_t * L_17; L_17 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_16, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_17); String_t* L_18; L_18 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_17); String_t* L_19 = ___callbackName3; String_t* L_20; L_20 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749((String_t*)L_18, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29E9D8EEDD40E3ADE1579882DA345730D66B63B5)), (String_t*)L_19, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77A73EBDA78185D665A8799738A9D6885E237CAD)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_20, /*hidden argument*/NULL); } IL_006e: { // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0070; } } // end catch (depth: 1) IL_0070: { // for (var i = 0; i < callbacks.length; ++i) int32_t L_21 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0074: { // for (var i = 0; i < callbacks.length; ++i) int32_t L_22 = V_0; CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 * L_23 = ___callbacks0; int32_t L_24; L_24 = CallbackArray_1_get_length_mC4F622C42E610BD036A78DEF9C4F870381E70735((CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 *)(CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 *)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_0013; } } { // callbacks.UnlockForChanges(); CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 * L_25 = ___callbacks0; CallbackArray_1_UnlockForChanges_mDDEE9132542A78AABE0342C5B9920E10AA46B13F((CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 *)(CallbackArray_1_tB1610CE5579DCAF54D5DE046B298ED21644D9AF2 *)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe(UnityEngine.InputSystem.Utilities.CallbackArray`1>&,TValue1,TValue2,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m04CA5EA9EA079CEADDF35C5A68BCABE5E8BD43BA_gshared (CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C * ___callbacks0, RuntimeObject * ___argument11, int32_t ___argument22, String_t* ___callbackName3, RuntimeObject * ___context4, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (callbacks.length == 0) CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C * L_0 = ___callbacks0; int32_t L_1; L_1 = CallbackArray_1_get_length_mD2B71BE9FBCC18FC3786178939CF48B5F5CB4007((CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C *)(CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_1) { goto IL_0009; } } { // return; return; } IL_0009: { // callbacks.LockForChanges(); CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C * L_2 = ___callbacks0; CallbackArray_1_LockForChanges_mA5654E0DAC8D1BF71E4B2F45747CC5CC438A389A((CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C *)(CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // for (var i = 0; i < callbacks.length; ++i) V_0 = (int32_t)0; goto IL_0074; } IL_0013: { } IL_0014: try { // begin try (depth: 1) // callbacks[i](argument1, argument2); CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C * L_3 = ___callbacks0; int32_t L_4 = V_0; Action_2_t961B8FC40C595B3E8948D3CB85E51EB90540D7EF * L_5; L_5 = CallbackArray_1_get_Item_mE57C8A526C7F8294216D164F679861B770CC1D34((CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C *)(CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject * L_6 = ___argument11; int32_t L_7 = ___argument22; NullCheck((Action_2_t961B8FC40C595B3E8948D3CB85E51EB90540D7EF *)L_5); (( void (*) (Action_2_t961B8FC40C595B3E8948D3CB85E51EB90540D7EF *, RuntimeObject *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Action_2_t961B8FC40C595B3E8948D3CB85E51EB90540D7EF *)L_5, (RuntimeObject *)L_6, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); // } goto IL_0070; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0024; } throw e; } CATCH_0024: { // begin catch(System.Exception) { // catch (Exception exception) V_1 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // Debug.LogException(exception); Exception_t * L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_8, /*hidden argument*/NULL); // if (context != null) RuntimeObject * L_9 = ___context4; if (!L_9) { goto IL_004e; } } IL_002f: { // Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks of '{context}'"); Exception_t * L_10 = V_1; NullCheck((Exception_t *)L_10); Type_t * L_11; L_11 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_10, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_11); String_t* L_12; L_12 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_11); String_t* L_13 = ___callbackName3; RuntimeObject * L_14 = ___context4; String_t* L_15; L_15 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral278942CDEE22E9328A00EB31BC7DEC0BB8D328F1)), (RuntimeObject *)L_12, (RuntimeObject *)L_13, (RuntimeObject *)L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_15, /*hidden argument*/NULL); goto IL_006e; } IL_004e: { // Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks"); Exception_t * L_16 = V_1; NullCheck((Exception_t *)L_16); Type_t * L_17; L_17 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_16, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_17); String_t* L_18; L_18 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_17); String_t* L_19 = ___callbackName3; String_t* L_20; L_20 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749((String_t*)L_18, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29E9D8EEDD40E3ADE1579882DA345730D66B63B5)), (String_t*)L_19, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77A73EBDA78185D665A8799738A9D6885E237CAD)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_20, /*hidden argument*/NULL); } IL_006e: { // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0070; } } // end catch (depth: 1) IL_0070: { // for (var i = 0; i < callbacks.length; ++i) int32_t L_21 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0074: { // for (var i = 0; i < callbacks.length; ++i) int32_t L_22 = V_0; CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C * L_23 = ___callbacks0; int32_t L_24; L_24 = CallbackArray_1_get_length_mD2B71BE9FBCC18FC3786178939CF48B5F5CB4007((CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C *)(CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C *)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_0013; } } { // callbacks.UnlockForChanges(); CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C * L_25 = ___callbacks0; CallbackArray_1_UnlockForChanges_m9C8A0DB01075FC20A01890B41D8C1EA7094A1799((CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C *)(CallbackArray_1_tB8BC79D1436E00F1A99D64DB9801E06E1C750F4C *)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe(UnityEngine.InputSystem.Utilities.CallbackArray`1>&,TValue1,TValue2,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisRuntimeObject_m13A2503979564DB5BAE93B3CDEE6C9F72B0319D7_gshared (CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF * ___callbacks0, RuntimeObject * ___argument11, RuntimeObject * ___argument22, String_t* ___callbackName3, RuntimeObject * ___context4, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (callbacks.length == 0) CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF * L_0 = ___callbacks0; int32_t L_1; L_1 = CallbackArray_1_get_length_m1E74C381C73EA20ABF0393DC1FA99053018DE35C((CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF *)(CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_1) { goto IL_0009; } } { // return; return; } IL_0009: { // callbacks.LockForChanges(); CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF * L_2 = ___callbacks0; CallbackArray_1_LockForChanges_mA6559617FF25437C5D6E61D5729AF98FF7AF7875((CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF *)(CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // for (var i = 0; i < callbacks.length; ++i) V_0 = (int32_t)0; goto IL_0074; } IL_0013: { } IL_0014: try { // begin try (depth: 1) // callbacks[i](argument1, argument2); CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF * L_3 = ___callbacks0; int32_t L_4 = V_0; Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * L_5; L_5 = CallbackArray_1_get_Item_m41EA523CB8D3F596596FA9A023BDC18F902B860C((CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF *)(CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject * L_6 = ___argument11; RuntimeObject * L_7 = ___argument22; NullCheck((Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D *)L_5); (( void (*) (Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D *)L_5, (RuntimeObject *)L_6, (RuntimeObject *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); // } goto IL_0070; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0024; } throw e; } CATCH_0024: { // begin catch(System.Exception) { // catch (Exception exception) V_1 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // Debug.LogException(exception); Exception_t * L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_8, /*hidden argument*/NULL); // if (context != null) RuntimeObject * L_9 = ___context4; if (!L_9) { goto IL_004e; } } IL_002f: { // Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks of '{context}'"); Exception_t * L_10 = V_1; NullCheck((Exception_t *)L_10); Type_t * L_11; L_11 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_10, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_11); String_t* L_12; L_12 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_11); String_t* L_13 = ___callbackName3; RuntimeObject * L_14 = ___context4; String_t* L_15; L_15 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral278942CDEE22E9328A00EB31BC7DEC0BB8D328F1)), (RuntimeObject *)L_12, (RuntimeObject *)L_13, (RuntimeObject *)L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_15, /*hidden argument*/NULL); goto IL_006e; } IL_004e: { // Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks"); Exception_t * L_16 = V_1; NullCheck((Exception_t *)L_16); Type_t * L_17; L_17 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_16, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_17); String_t* L_18; L_18 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_17); String_t* L_19 = ___callbackName3; String_t* L_20; L_20 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749((String_t*)L_18, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29E9D8EEDD40E3ADE1579882DA345730D66B63B5)), (String_t*)L_19, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77A73EBDA78185D665A8799738A9D6885E237CAD)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_20, /*hidden argument*/NULL); } IL_006e: { // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0070; } } // end catch (depth: 1) IL_0070: { // for (var i = 0; i < callbacks.length; ++i) int32_t L_21 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0074: { // for (var i = 0; i < callbacks.length; ++i) int32_t L_22 = V_0; CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF * L_23 = ___callbacks0; int32_t L_24; L_24 = CallbackArray_1_get_length_m1E74C381C73EA20ABF0393DC1FA99053018DE35C((CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF *)(CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF *)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_0013; } } { // callbacks.UnlockForChanges(); CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF * L_25 = ___callbacks0; CallbackArray_1_UnlockForChanges_mFAE523AD7178073B184DFB343FB8548177888D45((CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF *)(CallbackArray_1_tE2238C28CACF54B066C8C848BD212B2FE8AA9BEF *)L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); // } return; } } // System.Boolean UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe_AnyCallbackReturnsTrue(UnityEngine.InputSystem.Utilities.CallbackArray`1>&,TValue1,TValue2,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateHelpers_InvokeCallbacksSafe_AnyCallbackReturnsTrue_TisRuntimeObject_TisInputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1_m5245EBCE5D5749414987CE48F3DD5D4981C3AA4F_gshared (CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 * ___callbacks0, RuntimeObject * ___argument11, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___argument22, String_t* ___callbackName3, RuntimeObject * ___context4, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; Exception_t * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (callbacks.length == 0) CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 * L_0 = ___callbacks0; int32_t L_1; L_1 = CallbackArray_1_get_length_m2CF86250D9BA086C66A07A48C9FA97361E7EA7F6((CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 *)(CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_1) { goto IL_000a; } } { // return true; return (bool)1; } IL_000a: { // callbacks.LockForChanges(); CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 * L_2 = ___callbacks0; CallbackArray_1_LockForChanges_m677AA9FF4D4CB786FD10037618CC44DA9CB70F2B((CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 *)(CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // for (var i = 0; i < callbacks.length; ++i) V_0 = (int32_t)0; goto IL_007b; } IL_0014: { } IL_0015: try { // begin try (depth: 1) { // if (callbacks[i](argument1, argument2)) CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 * L_3 = ___callbacks0; int32_t L_4 = V_0; Func_3_t9B3AF4A893B0936872C5B37BE9C5D4B571281C2B * L_5; L_5 = CallbackArray_1_get_Item_m707A151857721639E4ED2BD6C4D047BD7C522521((CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 *)(CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject * L_6 = ___argument11; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_7 = ___argument22; NullCheck((Func_3_t9B3AF4A893B0936872C5B37BE9C5D4B571281C2B *)L_5); bool L_8; L_8 = (( bool (*) (Func_3_t9B3AF4A893B0936872C5B37BE9C5D4B571281C2B *, RuntimeObject *, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Func_3_t9B3AF4A893B0936872C5B37BE9C5D4B571281C2B *)L_5, (RuntimeObject *)L_6, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); if (!L_8) { goto IL_0029; } } IL_0025: { // return true; V_1 = (bool)1; goto IL_008c; } IL_0029: { // } goto IL_0077; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002b; } throw e; } CATCH_002b: { // begin catch(System.Exception) { // catch (Exception exception) V_2 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // Debug.LogException(exception); Exception_t * L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_9, /*hidden argument*/NULL); // if (context != null) RuntimeObject * L_10 = ___context4; if (!L_10) { goto IL_0055; } } IL_0036: { // Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks of '{context}'"); Exception_t * L_11 = V_2; NullCheck((Exception_t *)L_11); Type_t * L_12; L_12 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_11, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_12); String_t* L_13; L_13 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_12); String_t* L_14 = ___callbackName3; RuntimeObject * L_15 = ___context4; String_t* L_16; L_16 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral278942CDEE22E9328A00EB31BC7DEC0BB8D328F1)), (RuntimeObject *)L_13, (RuntimeObject *)L_14, (RuntimeObject *)L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); goto IL_0075; } IL_0055: { // Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks"); Exception_t * L_17 = V_2; NullCheck((Exception_t *)L_17); Type_t * L_18; L_18 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_17, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_18); String_t* L_19; L_19 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_18); String_t* L_20 = ___callbackName3; String_t* L_21; L_21 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749((String_t*)L_19, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29E9D8EEDD40E3ADE1579882DA345730D66B63B5)), (String_t*)L_20, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77A73EBDA78185D665A8799738A9D6885E237CAD)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_0075: { // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0077; } } // end catch (depth: 1) IL_0077: { // for (var i = 0; i < callbacks.length; ++i) int32_t L_22 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_007b: { // for (var i = 0; i < callbacks.length; ++i) int32_t L_23 = V_0; CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 * L_24 = ___callbacks0; int32_t L_25; L_25 = CallbackArray_1_get_length_m2CF86250D9BA086C66A07A48C9FA97361E7EA7F6((CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 *)(CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 *)L_24, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_0014; } } { // callbacks.UnlockForChanges(); CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 * L_26 = ___callbacks0; CallbackArray_1_UnlockForChanges_m556480DD0B0120A57B40E35F9B2026129B033DA7((CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 *)(CallbackArray_1_tECA0E7D402550687BCDD404895BBC34BB4597EF9 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); // return false; return (bool)0; } IL_008c: { // } bool L_27 = V_1; return (bool)L_27; } } // System.Boolean UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe_AnyCallbackReturnsTrue(UnityEngine.InputSystem.Utilities.CallbackArray`1>&,TValue1,TValue2,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateHelpers_InvokeCallbacksSafe_AnyCallbackReturnsTrue_TisRuntimeObject_TisRuntimeObject_m0F07D18C67297E127365921AB8541577585D710B_gshared (CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 * ___callbacks0, RuntimeObject * ___argument11, RuntimeObject * ___argument22, String_t* ___callbackName3, RuntimeObject * ___context4, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; Exception_t * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (callbacks.length == 0) CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 * L_0 = ___callbacks0; int32_t L_1; L_1 = CallbackArray_1_get_length_mDB4F84C9D10E3139B24B478B574DF2F7312E07B0((CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 *)(CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_1) { goto IL_000a; } } { // return true; return (bool)1; } IL_000a: { // callbacks.LockForChanges(); CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 * L_2 = ___callbacks0; CallbackArray_1_LockForChanges_m511BE7BD924AAB5EBF021B26CE585633FB480B5C((CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 *)(CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // for (var i = 0; i < callbacks.length; ++i) V_0 = (int32_t)0; goto IL_007b; } IL_0014: { } IL_0015: try { // begin try (depth: 1) { // if (callbacks[i](argument1, argument2)) CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 * L_3 = ___callbacks0; int32_t L_4 = V_0; Func_3_tBC640C0184A7D93453034EF9B044E2AD7570F889 * L_5; L_5 = CallbackArray_1_get_Item_m775842FF688EC8A376B6A553EE6A7F26B8F0189F((CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 *)(CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject * L_6 = ___argument11; RuntimeObject * L_7 = ___argument22; NullCheck((Func_3_tBC640C0184A7D93453034EF9B044E2AD7570F889 *)L_5); bool L_8; L_8 = (( bool (*) (Func_3_tBC640C0184A7D93453034EF9B044E2AD7570F889 *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Func_3_tBC640C0184A7D93453034EF9B044E2AD7570F889 *)L_5, (RuntimeObject *)L_6, (RuntimeObject *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); if (!L_8) { goto IL_0029; } } IL_0025: { // return true; V_1 = (bool)1; goto IL_008c; } IL_0029: { // } goto IL_0077; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002b; } throw e; } CATCH_002b: { // begin catch(System.Exception) { // catch (Exception exception) V_2 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // Debug.LogException(exception); Exception_t * L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_9, /*hidden argument*/NULL); // if (context != null) RuntimeObject * L_10 = ___context4; if (!L_10) { goto IL_0055; } } IL_0036: { // Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks of '{context}'"); Exception_t * L_11 = V_2; NullCheck((Exception_t *)L_11); Type_t * L_12; L_12 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_11, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_12); String_t* L_13; L_13 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_12); String_t* L_14 = ___callbackName3; RuntimeObject * L_15 = ___context4; String_t* L_16; L_16 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral278942CDEE22E9328A00EB31BC7DEC0BB8D328F1)), (RuntimeObject *)L_13, (RuntimeObject *)L_14, (RuntimeObject *)L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); goto IL_0075; } IL_0055: { // Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks"); Exception_t * L_17 = V_2; NullCheck((Exception_t *)L_17); Type_t * L_18; L_18 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_17, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_18); String_t* L_19; L_19 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_18); String_t* L_20 = ___callbackName3; String_t* L_21; L_21 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749((String_t*)L_19, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29E9D8EEDD40E3ADE1579882DA345730D66B63B5)), (String_t*)L_20, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77A73EBDA78185D665A8799738A9D6885E237CAD)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_21, /*hidden argument*/NULL); } IL_0075: { // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0077; } } // end catch (depth: 1) IL_0077: { // for (var i = 0; i < callbacks.length; ++i) int32_t L_22 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_007b: { // for (var i = 0; i < callbacks.length; ++i) int32_t L_23 = V_0; CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 * L_24 = ___callbacks0; int32_t L_25; L_25 = CallbackArray_1_get_length_mDB4F84C9D10E3139B24B478B574DF2F7312E07B0((CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 *)(CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 *)L_24, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_0014; } } { // callbacks.UnlockForChanges(); CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 * L_26 = ___callbacks0; CallbackArray_1_UnlockForChanges_m20A9C77F5D6507EE0D3A1745DF223CEB49F9E76A((CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 *)(CallbackArray_1_tB0E47AEDC1E1E4BDCD42087984BC7954C4EDEAF5 *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); // return false; return (bool)0; } IL_008c: { // } bool L_27 = V_1; return (bool)L_27; } } // T UnityEngine.UI.Dropdown::GetOrAddComponent(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dropdown_GetOrAddComponent_TisRuntimeObject_mABF691F52DD60FC95C710B27BF35B07C52A3561F_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { // T comp = go.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___go0; NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_0); RuntimeObject * L_1; L_1 = (( RuntimeObject * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (RuntimeObject *)L_1; // if (!comp) RuntimeObject * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001b; } } { // comp = go.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = ___go0; NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_4); RuntimeObject * L_5; L_5 = (( RuntimeObject * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); V_0 = (RuntimeObject *)L_5; } IL_001b: { // return comp; RuntimeObject * L_6 = V_0; return (RuntimeObject *)L_6; } } // T EncryptedXmlSerializer::Load(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EncryptedXmlSerializer_Load_TisRuntimeObject_m12522AD53B67983E97FB7D6806BD8462E0981AA0_gshared (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EncryptedXmlSerializer_tACD3C2178DCE10E67B95A26809B1E35DB4DDE051_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1ABA5087208652705FA3799C30E644E726E2BF68); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF7282D5CCBBEE5514F04A7F121F5958E0810730A); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; String_t* V_1 = NULL; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_2 = NULL; RuntimeObject * V_3 = NULL; StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * V_4 = NULL; StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (!File.Exists(path)) String_t* L_0 = ___path0; bool L_1; L_1 = File_Exists_mEFB0F2E165717ACA9A13202EF4ED17118858FAFE((String_t*)L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0027; } } { // Debug.LogWarning("File " + path + " does not exist!"); String_t* L_2 = ___path0; String_t* L_3; L_3 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632((String_t*)_stringLiteralF7282D5CCBBEE5514F04A7F121F5958E0810730A, (String_t*)L_2, (String_t*)_stringLiteral1ABA5087208652705FA3799C30E644E726E2BF68, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mA477FDA9C0B96C627C085E9EB431EB394B2EBBE0((RuntimeObject *)L_3, /*hidden argument*/NULL); // return null; il2cpp_codegen_initobj((&V_3), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_3; return (RuntimeObject *)L_4; } IL_0027: { // using (var reader = new StreamReader(path)) String_t* L_5 = ___path0; StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_6 = (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 *)il2cpp_codegen_object_new(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); StreamReader__ctor_m1F07D64A9881F3A6B755881210B4E88F8E63849B(L_6, (String_t*)L_5, /*hidden argument*/NULL); V_4 = (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 *)L_6; } IL_002f: try { // begin try (depth: 1) // data = DecryptData(reader.ReadToEnd()); StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_7 = V_4; NullCheck((TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F *)L_7); String_t* L_8; L_8 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.IO.TextReader::ReadToEnd() */, (TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F *)L_7); IL2CPP_RUNTIME_CLASS_INIT(EncryptedXmlSerializer_tACD3C2178DCE10E67B95A26809B1E35DB4DDE051_il2cpp_TypeInfo_var); String_t* L_9; L_9 = EncryptedXmlSerializer_DecryptData_m99FA694C0173DC6AB955C7C5397D094F076BFE60((String_t*)L_8, /*hidden argument*/NULL); V_1 = (String_t*)L_9; // Debug.Log(data); String_t* L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A((RuntimeObject *)L_10, /*hidden argument*/NULL); // } IL2CPP_LEAVE(0x50, FINALLY_0044); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0044; } FINALLY_0044: { // begin finally (depth: 1) { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_11 = V_4; if (!L_11) { goto IL_004f; } } IL_0048: { StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_12 = V_4; NullCheck((RuntimeObject*)L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_12); } IL_004f: { IL2CPP_END_FINALLY(68) } } // end finally (depth: 1) IL2CPP_CLEANUP(68) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x50, IL_0050) } IL_0050: { // var stream = new MemoryStream(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_13 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_13, /*hidden argument*/NULL); V_2 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)L_13; // using (var sw = new StreamWriter(stream) { AutoFlush = true }) MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_14 = V_2; StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_15 = (StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 *)il2cpp_codegen_object_new(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_il2cpp_TypeInfo_var); StreamWriter__ctor_m3D516CFFEDAC2849A8C3E997FD0233A61A482762(L_15, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_14, /*hidden argument*/NULL); StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_16 = (StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 *)L_15; NullCheck((StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 *)L_16); VirtActionInvoker1< bool >::Invoke(21 /* System.Void System.IO.StreamWriter::set_AutoFlush(System.Boolean) */, (StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 *)L_16, (bool)1); V_5 = (StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 *)L_16; } IL_0065: try { // begin try (depth: 1) // sw.WriteLine(data); StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_17 = V_5; String_t* L_18 = V_1; NullCheck((TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 *)L_17); VirtActionInvoker1< String_t* >::Invoke(18 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 *)L_17, (String_t*)L_18); // stream.Position = 0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_19 = V_2; NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_19); VirtActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_19, (int64_t)((int64_t)((int64_t)0))); // result = new XmlSerializer(typeof(T)).Deserialize(stream) as T; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_20 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21; L_21 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_20, /*hidden argument*/NULL); XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * L_22 = (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B *)il2cpp_codegen_object_new(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_il2cpp_TypeInfo_var); XmlSerializer__ctor_mF7CC2501D7EF3FF3D559F457AB84A9393D086881(L_22, (Type_t *)L_21, /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_23 = V_2; NullCheck((XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B *)L_22); RuntimeObject * L_24; L_24 = XmlSerializer_Deserialize_m25B138EB9DFEAC76221ED87D8FDFBE31A7136AD5((XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B *)L_22, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_23, /*hidden argument*/NULL); V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))), IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); // } IL2CPP_LEAVE(0xA3, FINALLY_0097); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0097; } FINALLY_0097: { // begin finally (depth: 1) { StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_25 = V_5; if (!L_25) { goto IL_00a2; } } IL_009b: { StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_26 = V_5; NullCheck((RuntimeObject*)L_26); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_26); } IL_00a2: { IL2CPP_END_FINALLY(151) } } // end finally (depth: 1) IL2CPP_CLEANUP(151) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xA3, IL_00a3) } IL_00a3: { // return result; RuntimeObject * L_27 = V_0; return (RuntimeObject *)L_27; } } // System.Void EncryptedXmlSerializer::Save(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncryptedXmlSerializer_Save_TisRuntimeObject_mCB07BDB18E6D24475083EEDAC3AA5CE231D47130_gshared (String_t* ___path0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EncryptedXmlSerializer_tACD3C2178DCE10E67B95A26809B1E35DB4DDE051_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * V_0 = NULL; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_1 = NULL; String_t* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var serializer = new XmlSerializer(typeof(T)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * L_2 = (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B *)il2cpp_codegen_object_new(XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B_il2cpp_TypeInfo_var); XmlSerializer__ctor_mF7CC2501D7EF3FF3D559F457AB84A9393D086881(L_2, (Type_t *)L_1, /*hidden argument*/NULL); V_0 = (XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B *)L_2; // using (var stream = new MemoryStream()) MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_3 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_3, /*hidden argument*/NULL); V_1 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)L_3; } IL_0016: try { // begin try (depth: 1) // serializer.Serialize(stream, value); XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B * L_4 = V_0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_5 = V_1; RuntimeObject * L_6 = ___value1; NullCheck((XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B *)L_4); XmlSerializer_Serialize_m1197823DA2FA8F0BA51719C82AF294B93172BEB6((XmlSerializer_t2960FF2C2C062704541774440D09CA3DAFFCB01B *)L_4, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_5, (RuntimeObject *)L_6, /*hidden argument*/NULL); // stream.Flush(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_7 = V_1; NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_7); VirtActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Flush() */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_7); // stream.Position = 0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_8 = V_1; NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_8); VirtActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_8, (int64_t)((int64_t)((int64_t)0))); // string sr = new StreamReader(stream).ReadToEnd(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_9 = V_1; StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_10 = (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 *)il2cpp_codegen_object_new(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); StreamReader__ctor_m0F256281F982E077C73A4C297F1301026A3C2905(L_10, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_9, /*hidden argument*/NULL); NullCheck((TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F *)L_10); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.IO.TextReader::ReadToEnd() */, (TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F *)L_10); V_2 = (String_t*)L_11; // var fileStream = new FileStream(path, FileMode.Create); String_t* L_12 = ___path0; FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_13 = (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 *)il2cpp_codegen_object_new(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var); FileStream__ctor_mDC286819520925AB5873921EFFEADA1EC1648CFB(L_13, (String_t*)L_12, (int32_t)2, /*hidden argument*/NULL); // var streamWriter = new StreamWriter(fileStream); FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_14 = (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 *)L_13; StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_15 = (StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 *)il2cpp_codegen_object_new(StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6_il2cpp_TypeInfo_var); StreamWriter__ctor_m3D516CFFEDAC2849A8C3E997FD0233A61A482762(L_15, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_14, /*hidden argument*/NULL); // streamWriter.WriteLine(EncryptData(sr)); StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 * L_16 = (StreamWriter_t3E267B7F3C9522AF936C26ABF158398BB779FAF6 *)L_15; String_t* L_17 = V_2; IL2CPP_RUNTIME_CLASS_INIT(EncryptedXmlSerializer_tACD3C2178DCE10E67B95A26809B1E35DB4DDE051_il2cpp_TypeInfo_var); String_t* L_18; L_18 = EncryptedXmlSerializer_EncryptData_m913EC062DFC88FCBC504BF83931D7CDD0BE41D71((String_t*)L_17, /*hidden argument*/NULL); NullCheck((TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 *)L_16); VirtActionInvoker1< String_t* >::Invoke(18 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 *)L_16, (String_t*)L_18); // streamWriter.Close(); NullCheck((TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 *)L_16); VirtActionInvoker0::Invoke(8 /* System.Void System.IO.TextWriter::Close() */, (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 *)L_16); // fileStream.Close(); NullCheck((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_14); VirtActionInvoker0::Invoke(16 /* System.Void System.IO.Stream::Close() */, (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)L_14); // } IL2CPP_LEAVE(0x67, FINALLY_005d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005d; } FINALLY_005d: { // begin finally (depth: 1) { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_19 = V_1; if (!L_19) { goto IL_0066; } } IL_0060: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_20 = V_1; NullCheck((RuntimeObject*)L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_20); } IL_0066: { IL2CPP_END_FINALLY(93) } } // end finally (depth: 1) IL2CPP_CLEANUP(93) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x67, IL_0067) } IL_0067: { // } return; } } // System.Boolean System.Linq.Enumerable::All(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_All_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m1433F8CC63C937857531DD2FBB1D8FC8636A0D39_gshared (RuntimeObject* ___source0, Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * ___predicate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Il2CppChar V_1 = 0x0; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_All_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m1433F8CC63C937857531DD2FBB1D8FC8636A0D39_RuntimeMethod_var))); } IL_000e: { Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7EE837B2FC81E79F9F96BEFD9CD8B64870F5C628)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_All_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m1433F8CC63C937857531DD2FBB1D8FC8636A0D39_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; NullCheck((RuntimeObject*)L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); V_0 = (RuntimeObject*)L_5; } IL_0023: try { // begin try (depth: 1) { goto IL_0039; } IL_0025: { RuntimeObject* L_6 = V_0; NullCheck((RuntimeObject*)L_6); Il2CppChar L_7; L_7 = InterfaceFuncInvoker0< Il2CppChar >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_6); V_1 = (Il2CppChar)L_7; Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * L_8 = ___predicate1; Il2CppChar L_9 = V_1; NullCheck((Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A *)L_8); bool L_10; L_10 = (( bool (*) (Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A *, Il2CppChar, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A *)L_8, (Il2CppChar)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_10) { goto IL_0039; } } IL_0035: { V_2 = (bool)0; IL2CPP_LEAVE(0x4F, FINALLY_0043); } IL_0039: { RuntimeObject* L_11 = V_0; NullCheck((RuntimeObject*)L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_11); if (L_12) { goto IL_0025; } } IL_0041: { IL2CPP_LEAVE(0x4D, FINALLY_0043); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0043; } FINALLY_0043: { // begin finally (depth: 1) { RuntimeObject* L_13 = V_0; if (!L_13) { goto IL_004c; } } IL_0046: { RuntimeObject* L_14 = V_0; NullCheck((RuntimeObject*)L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_14); } IL_004c: { IL2CPP_END_FINALLY(67) } } // end finally (depth: 1) IL2CPP_CLEANUP(67) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4F, IL_004f) IL2CPP_JUMP_TBL(0x4D, IL_004d) } IL_004d: { return (bool)1; } IL_004f: { bool L_15 = V_2; return (bool)L_15; } } // System.Boolean System.Linq.Enumerable::All(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_All_TisRuntimeObject_m78C27E5A0BE320AD74A1AD45ACD55668099D35B0_gshared (RuntimeObject* ___source0, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_All_TisRuntimeObject_m78C27E5A0BE320AD74A1AD45ACD55668099D35B0_RuntimeMethod_var))); } IL_000e: { Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7EE837B2FC81E79F9F96BEFD9CD8B64870F5C628)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_All_TisRuntimeObject_m78C27E5A0BE320AD74A1AD45ACD55668099D35B0_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; NullCheck((RuntimeObject*)L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); V_0 = (RuntimeObject*)L_5; } IL_0023: try { // begin try (depth: 1) { goto IL_0039; } IL_0025: { RuntimeObject* L_6 = V_0; NullCheck((RuntimeObject*)L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_6); V_1 = (RuntimeObject *)L_7; Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_8 = ___predicate1; RuntimeObject * L_9 = V_1; NullCheck((Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_8); bool L_10; L_10 = (( bool (*) (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_8, (RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_10) { goto IL_0039; } } IL_0035: { V_2 = (bool)0; IL2CPP_LEAVE(0x4F, FINALLY_0043); } IL_0039: { RuntimeObject* L_11 = V_0; NullCheck((RuntimeObject*)L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_11); if (L_12) { goto IL_0025; } } IL_0041: { IL2CPP_LEAVE(0x4D, FINALLY_0043); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0043; } FINALLY_0043: { // begin finally (depth: 1) { RuntimeObject* L_13 = V_0; if (!L_13) { goto IL_004c; } } IL_0046: { RuntimeObject* L_14 = V_0; NullCheck((RuntimeObject*)L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_14); } IL_004c: { IL2CPP_END_FINALLY(67) } } // end finally (depth: 1) IL2CPP_CLEANUP(67) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4F, IL_004f) IL2CPP_JUMP_TBL(0x4D, IL_004d) } IL_004d: { return (bool)1; } IL_004f: { bool L_15 = V_2; return (bool)L_15; } } // System.Boolean System.Linq.Enumerable::Any(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Any_TisRuntimeObject_mE39A1C80BEC2977DFD0B52D5F615D9AA997A51D4_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Any_TisRuntimeObject_mE39A1C80BEC2977DFD0B52D5F615D9AA997A51D4_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_2); V_0 = (RuntimeObject*)L_3; } IL_0015: try { // begin try (depth: 1) { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); bool L_5; L_5 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); if (!L_5) { goto IL_0021; } } IL_001d: { V_1 = (bool)1; IL2CPP_LEAVE(0x2F, FINALLY_0023); } IL_0021: { IL2CPP_LEAVE(0x2D, FINALLY_0023); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0023; } FINALLY_0023: { // begin finally (depth: 1) { RuntimeObject* L_6 = V_0; if (!L_6) { goto IL_002c; } } IL_0026: { RuntimeObject* L_7 = V_0; NullCheck((RuntimeObject*)L_7); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); } IL_002c: { IL2CPP_END_FINALLY(35) } } // end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2F, IL_002f) IL2CPP_JUMP_TBL(0x2D, IL_002d) } IL_002d: { return (bool)0; } IL_002f: { bool L_8 = V_1; return (bool)L_8; } } // System.Boolean System.Linq.Enumerable::Any(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Any_TisRuntimeObject_m2E718DABD6A7BA7C605E9064F13FC6B2A5C8DB9F_gshared (RuntimeObject* ___source0, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Any_TisRuntimeObject_m2E718DABD6A7BA7C605E9064F13FC6B2A5C8DB9F_RuntimeMethod_var))); } IL_000e: { Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7EE837B2FC81E79F9F96BEFD9CD8B64870F5C628)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Any_TisRuntimeObject_m2E718DABD6A7BA7C605E9064F13FC6B2A5C8DB9F_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; NullCheck((RuntimeObject*)L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); V_0 = (RuntimeObject*)L_5; } IL_0023: try { // begin try (depth: 1) { goto IL_0039; } IL_0025: { RuntimeObject* L_6 = V_0; NullCheck((RuntimeObject*)L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_6); V_1 = (RuntimeObject *)L_7; Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_8 = ___predicate1; RuntimeObject * L_9 = V_1; NullCheck((Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_8); bool L_10; L_10 = (( bool (*) (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_8, (RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (!L_10) { goto IL_0039; } } IL_0035: { V_2 = (bool)1; IL2CPP_LEAVE(0x4F, FINALLY_0043); } IL_0039: { RuntimeObject* L_11 = V_0; NullCheck((RuntimeObject*)L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_11); if (L_12) { goto IL_0025; } } IL_0041: { IL2CPP_LEAVE(0x4D, FINALLY_0043); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0043; } FINALLY_0043: { // begin finally (depth: 1) { RuntimeObject* L_13 = V_0; if (!L_13) { goto IL_004c; } } IL_0046: { RuntimeObject* L_14 = V_0; NullCheck((RuntimeObject*)L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_14); } IL_004c: { IL2CPP_END_FINALLY(67) } } // end finally (depth: 1) IL2CPP_CLEANUP(67) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4F, IL_004f) IL2CPP_JUMP_TBL(0x4D, IL_004d) } IL_004d: { return (bool)0; } IL_004f: { bool L_15 = V_2; return (bool)L_15; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Cast(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Cast_TisRuntimeObject_m1C4E166DA53C293E9A35417892EC75E5C0CB1A53_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_000c; } } { RuntimeObject* L_2 = V_0; return (RuntimeObject*)L_2; } IL_000c: { RuntimeObject* L_3 = ___source0; if (L_3) { goto IL_001a; } } { Exception_t * L_4; L_4 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Cast_TisRuntimeObject_m1C4E166DA53C293E9A35417892EC75E5C0CB1A53_RuntimeMethod_var))); } IL_001a: { RuntimeObject* L_5 = ___source0; RuntimeObject* L_6; L_6 = (( RuntimeObject* (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((RuntimeObject*)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_6; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::CastIterator(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_CastIterator_TisRuntimeObject_m365FB125BF59C3C21669835C7F4D2429D7679B4E_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { { U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E * L_0 = (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, (int32_t)((int32_t)-2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E * L_1 = (U3CCastIteratorU3Ed__99_1_tA11218AD569B429F69960BD1751543BCCBDBE88E *)L_0; RuntimeObject* L_2 = ___source0; NullCheck(L_1); L_1->set_U3CU3E3__source_4(L_2); return (RuntimeObject*)L_1; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * Enumerable_CombinePredicates_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_m624B1356B2028C63F3CD196312D030A33E4C1226_gshared (Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * ___predicate10, Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t1E739737A9FBEF4CC02C6B7B19774767F21F1CF2 * L_0 = (U3CU3Ec__DisplayClass6_0_1_t1E739737A9FBEF4CC02C6B7B19774767F21F1CF2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t1E739737A9FBEF4CC02C6B7B19774767F21F1CF2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass6_0_1_t1E739737A9FBEF4CC02C6B7B19774767F21F1CF2 * L_1 = (U3CU3Ec__DisplayClass6_0_1_t1E739737A9FBEF4CC02C6B7B19774767F21F1CF2 *)L_0; Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t1E739737A9FBEF4CC02C6B7B19774767F21F1CF2 * L_3 = (U3CU3Ec__DisplayClass6_0_1_t1E739737A9FBEF4CC02C6B7B19774767F21F1CF2 *)L_1; Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * L_5 = (Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t3985FFDAB0D05F8E97E8EA849D5A24F16EFFC4FD * Enumerable_CombinePredicates_TisColor_tF40DAF76C04FFECF3FE6024F85A294741C9CC659_m96B94F7E185EB15CDE7B8681F891135B1D691F7E_gshared (Func_2_t3985FFDAB0D05F8E97E8EA849D5A24F16EFFC4FD * ___predicate10, Func_2_t3985FFDAB0D05F8E97E8EA849D5A24F16EFFC4FD * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_tE5E5A9AA2AB7001405316C70C0DBD4C3F3443BE7 * L_0 = (U3CU3Ec__DisplayClass6_0_1_tE5E5A9AA2AB7001405316C70C0DBD4C3F3443BE7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_tE5E5A9AA2AB7001405316C70C0DBD4C3F3443BE7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass6_0_1_tE5E5A9AA2AB7001405316C70C0DBD4C3F3443BE7 * L_1 = (U3CU3Ec__DisplayClass6_0_1_tE5E5A9AA2AB7001405316C70C0DBD4C3F3443BE7 *)L_0; Func_2_t3985FFDAB0D05F8E97E8EA849D5A24F16EFFC4FD * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_tE5E5A9AA2AB7001405316C70C0DBD4C3F3443BE7 * L_3 = (U3CU3Ec__DisplayClass6_0_1_tE5E5A9AA2AB7001405316C70C0DBD4C3F3443BE7 *)L_1; Func_2_t3985FFDAB0D05F8E97E8EA849D5A24F16EFFC4FD * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t3985FFDAB0D05F8E97E8EA849D5A24F16EFFC4FD * L_5 = (Func_2_t3985FFDAB0D05F8E97E8EA849D5A24F16EFFC4FD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t3985FFDAB0D05F8E97E8EA849D5A24F16EFFC4FD *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t3985FFDAB0D05F8E97E8EA849D5A24F16EFFC4FD *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * Enumerable_CombinePredicates_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m170F5457ED07D35547258323C9908739265AA114_gshared (Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * ___predicate10, Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_tA3D4FAD836FBABE95B757E0516CD5E9342D1C038 * L_0 = (U3CU3Ec__DisplayClass6_0_1_tA3D4FAD836FBABE95B757E0516CD5E9342D1C038 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_tA3D4FAD836FBABE95B757E0516CD5E9342D1C038 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass6_0_1_tA3D4FAD836FBABE95B757E0516CD5E9342D1C038 * L_1 = (U3CU3Ec__DisplayClass6_0_1_tA3D4FAD836FBABE95B757E0516CD5E9342D1C038 *)L_0; Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_tA3D4FAD836FBABE95B757E0516CD5E9342D1C038 * L_3 = (U3CU3Ec__DisplayClass6_0_1_tA3D4FAD836FBABE95B757E0516CD5E9342D1C038 *)L_1; Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 * L_5 = (Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * Enumerable_CombinePredicates_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m871673CA60117C8C7FBD47E38CF13BD1E4017EEF_gshared (Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * ___predicate10, Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_tDAD6F45C2CE161EEF054BE77A744B41E86BE1139 * L_0 = (U3CU3Ec__DisplayClass6_0_1_tDAD6F45C2CE161EEF054BE77A744B41E86BE1139 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_tDAD6F45C2CE161EEF054BE77A744B41E86BE1139 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass6_0_1_tDAD6F45C2CE161EEF054BE77A744B41E86BE1139 * L_1 = (U3CU3Ec__DisplayClass6_0_1_tDAD6F45C2CE161EEF054BE77A744B41E86BE1139 *)L_0; Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_tDAD6F45C2CE161EEF054BE77A744B41E86BE1139 * L_3 = (U3CU3Ec__DisplayClass6_0_1_tDAD6F45C2CE161EEF054BE77A744B41E86BE1139 *)L_1; Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 * L_5 = (Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * Enumerable_CombinePredicates_TisRuntimeObject_m427FB7793902246384C0FB921A0445F698CA4011_gshared (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate10, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t436699F540264FEBBA7773CE118E9F03FDDC5C3F * L_0 = (U3CU3Ec__DisplayClass6_0_1_t436699F540264FEBBA7773CE118E9F03FDDC5C3F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t436699F540264FEBBA7773CE118E9F03FDDC5C3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass6_0_1_t436699F540264FEBBA7773CE118E9F03FDDC5C3F * L_1 = (U3CU3Ec__DisplayClass6_0_1_t436699F540264FEBBA7773CE118E9F03FDDC5C3F *)L_0; Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t436699F540264FEBBA7773CE118E9F03FDDC5C3F * L_3 = (U3CU3Ec__DisplayClass6_0_1_t436699F540264FEBBA7773CE118E9F03FDDC5C3F *)L_1; Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_5 = (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t3041FD3183D19FE8416AE2E43A6398B2C06B7269 * Enumerable_CombinePredicates_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mC84DFCE709A78A6F861462EB074BF1704F2949F3_gshared (Func_2_t3041FD3183D19FE8416AE2E43A6398B2C06B7269 * ___predicate10, Func_2_t3041FD3183D19FE8416AE2E43A6398B2C06B7269 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t8C532CF2D8EDF8859167CB7F97310A4BDD03CD64 * L_0 = (U3CU3Ec__DisplayClass6_0_1_t8C532CF2D8EDF8859167CB7F97310A4BDD03CD64 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t8C532CF2D8EDF8859167CB7F97310A4BDD03CD64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass6_0_1_t8C532CF2D8EDF8859167CB7F97310A4BDD03CD64 * L_1 = (U3CU3Ec__DisplayClass6_0_1_t8C532CF2D8EDF8859167CB7F97310A4BDD03CD64 *)L_0; Func_2_t3041FD3183D19FE8416AE2E43A6398B2C06B7269 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t8C532CF2D8EDF8859167CB7F97310A4BDD03CD64 * L_3 = (U3CU3Ec__DisplayClass6_0_1_t8C532CF2D8EDF8859167CB7F97310A4BDD03CD64 *)L_1; Func_2_t3041FD3183D19FE8416AE2E43A6398B2C06B7269 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t3041FD3183D19FE8416AE2E43A6398B2C06B7269 * L_5 = (Func_2_t3041FD3183D19FE8416AE2E43A6398B2C06B7269 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t3041FD3183D19FE8416AE2E43A6398B2C06B7269 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t3041FD3183D19FE8416AE2E43A6398B2C06B7269 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t43355C55B1BBA93635101F6AF90867509812D7E5 * Enumerable_CombinePredicates_Tisfloat3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D_m6E663C7E687D98CC8D7DA8E8F57CC59A8B40206B_gshared (Func_2_t43355C55B1BBA93635101F6AF90867509812D7E5 * ___predicate10, Func_2_t43355C55B1BBA93635101F6AF90867509812D7E5 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_tB593186B12D400FE2FB1A9A0D21A40A3722C1101 * L_0 = (U3CU3Ec__DisplayClass6_0_1_tB593186B12D400FE2FB1A9A0D21A40A3722C1101 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_tB593186B12D400FE2FB1A9A0D21A40A3722C1101 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass6_0_1_tB593186B12D400FE2FB1A9A0D21A40A3722C1101 * L_1 = (U3CU3Ec__DisplayClass6_0_1_tB593186B12D400FE2FB1A9A0D21A40A3722C1101 *)L_0; Func_2_t43355C55B1BBA93635101F6AF90867509812D7E5 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_tB593186B12D400FE2FB1A9A0D21A40A3722C1101 * L_3 = (U3CU3Ec__DisplayClass6_0_1_tB593186B12D400FE2FB1A9A0D21A40A3722C1101 *)L_1; Func_2_t43355C55B1BBA93635101F6AF90867509812D7E5 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t43355C55B1BBA93635101F6AF90867509812D7E5 * L_5 = (Func_2_t43355C55B1BBA93635101F6AF90867509812D7E5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t43355C55B1BBA93635101F6AF90867509812D7E5 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t43355C55B1BBA93635101F6AF90867509812D7E5 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * Enumerable_CombinePredicates_TisControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_m058A7157715E8215DFFCE3CF3E8C846769C2757B_gshared (Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * ___predicate10, Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t87332765867CEE2E75B13A893F2C0B352BA5B1EF * L_0 = (U3CU3Ec__DisplayClass6_0_1_t87332765867CEE2E75B13A893F2C0B352BA5B1EF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t87332765867CEE2E75B13A893F2C0B352BA5B1EF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass6_0_1_t87332765867CEE2E75B13A893F2C0B352BA5B1EF * L_1 = (U3CU3Ec__DisplayClass6_0_1_t87332765867CEE2E75B13A893F2C0B352BA5B1EF *)L_0; Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t87332765867CEE2E75B13A893F2C0B352BA5B1EF * L_3 = (U3CU3Ec__DisplayClass6_0_1_t87332765867CEE2E75B13A893F2C0B352BA5B1EF *)L_1; Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * L_5 = (Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t4504D5085B335B1D8FB5379BD89ED5C1F7BFAF4D * Enumerable_CombineSelectors_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mF9A5AB89BBBF62A32EC809A6D60A7F1F659D991E_gshared (Func_2_t4504D5085B335B1D8FB5379BD89ED5C1F7BFAF4D * ___selector10, Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tDFE31B394F477D7A5CD7253652D9F04C573BB1D3 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tDFE31B394F477D7A5CD7253652D9F04C573BB1D3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tDFE31B394F477D7A5CD7253652D9F04C573BB1D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_tDFE31B394F477D7A5CD7253652D9F04C573BB1D3 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tDFE31B394F477D7A5CD7253652D9F04C573BB1D3 *)L_0; Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tDFE31B394F477D7A5CD7253652D9F04C573BB1D3 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tDFE31B394F477D7A5CD7253652D9F04C573BB1D3 *)L_1; Func_2_t4504D5085B335B1D8FB5379BD89ED5C1F7BFAF4D * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t4504D5085B335B1D8FB5379BD89ED5C1F7BFAF4D * L_5 = (Func_2_t4504D5085B335B1D8FB5379BD89ED5C1F7BFAF4D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t4504D5085B335B1D8FB5379BD89ED5C1F7BFAF4D *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t4504D5085B335B1D8FB5379BD89ED5C1F7BFAF4D *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors,System.Object,UnityEngine.InputSystem.Utilities.InternedString>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t4504D5085B335B1D8FB5379BD89ED5C1F7BFAF4D * Enumerable_CombineSelectors_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_TisRuntimeObject_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mADEC17B06DA956234AE23BA2454D44719D34B950_gshared (Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * ___selector10, Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t9DC00E2F2247C359187FB957762D5015AF655FC9 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t9DC00E2F2247C359187FB957762D5015AF655FC9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t9DC00E2F2247C359187FB957762D5015AF655FC9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t9DC00E2F2247C359187FB957762D5015AF655FC9 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t9DC00E2F2247C359187FB957762D5015AF655FC9 *)L_0; Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t9DC00E2F2247C359187FB957762D5015AF655FC9 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t9DC00E2F2247C359187FB957762D5015AF655FC9 *)L_1; Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t4504D5085B335B1D8FB5379BD89ED5C1F7BFAF4D * L_5 = (Func_2_t4504D5085B335B1D8FB5379BD89ED5C1F7BFAF4D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t4504D5085B335B1D8FB5379BD89ED5C1F7BFAF4D *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t4504D5085B335B1D8FB5379BD89ED5C1F7BFAF4D *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors,System.Object,System.Object>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * Enumerable_CombineSelectors_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_TisRuntimeObject_TisRuntimeObject_mBE0CA41297706E6A48DDCADAD79D7AC2FF490E01_gshared (Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * ___selector10, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t2BF30B0978407BEFDD3E9B3EE1D81DD533E469BA * L_0 = (U3CU3Ec__DisplayClass7_0_3_t2BF30B0978407BEFDD3E9B3EE1D81DD533E469BA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t2BF30B0978407BEFDD3E9B3EE1D81DD533E469BA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t2BF30B0978407BEFDD3E9B3EE1D81DD533E469BA * L_1 = (U3CU3Ec__DisplayClass7_0_3_t2BF30B0978407BEFDD3E9B3EE1D81DD533E469BA *)L_0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t2BF30B0978407BEFDD3E9B3EE1D81DD533E469BA * L_3 = (U3CU3Ec__DisplayClass7_0_3_t2BF30B0978407BEFDD3E9B3EE1D81DD533E469BA *)L_1; Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * L_5 = (Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors,System.Object,UnityEngine.Vector3>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t8563D068E324F8B3F1AFD3ACA59D32D56CE30A75 * Enumerable_CombineSelectors_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_TisRuntimeObject_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mA050C525669C56ECACE0967E344A789D203C5165_gshared (Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * ___selector10, Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tBC338F026F1EEEB0D181F7AB714DA505F66C24DE * L_0 = (U3CU3Ec__DisplayClass7_0_3_tBC338F026F1EEEB0D181F7AB714DA505F66C24DE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tBC338F026F1EEEB0D181F7AB714DA505F66C24DE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_tBC338F026F1EEEB0D181F7AB714DA505F66C24DE * L_1 = (U3CU3Ec__DisplayClass7_0_3_tBC338F026F1EEEB0D181F7AB714DA505F66C24DE *)L_0; Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tBC338F026F1EEEB0D181F7AB714DA505F66C24DE * L_3 = (U3CU3Ec__DisplayClass7_0_3_tBC338F026F1EEEB0D181F7AB714DA505F66C24DE *)L_1; Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t8563D068E324F8B3F1AFD3ACA59D32D56CE30A75 * L_5 = (Func_2_t8563D068E324F8B3F1AFD3ACA59D32D56CE30A75 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t8563D068E324F8B3F1AFD3ACA59D32D56CE30A75 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t8563D068E324F8B3F1AFD3ACA59D32D56CE30A75 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors,UnityEngine.Vector3,UnityEngine.Vector3>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t8563D068E324F8B3F1AFD3ACA59D32D56CE30A75 * Enumerable_CombineSelectors_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mC8D0CC86D079AE2160B1361A16F98C1511F08A5C_gshared (Func_2_t8563D068E324F8B3F1AFD3ACA59D32D56CE30A75 * ___selector10, Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t0526AB9EA72957C34DAA9D2D717A1D7E1337ED67 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t0526AB9EA72957C34DAA9D2D717A1D7E1337ED67 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t0526AB9EA72957C34DAA9D2D717A1D7E1337ED67 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t0526AB9EA72957C34DAA9D2D717A1D7E1337ED67 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t0526AB9EA72957C34DAA9D2D717A1D7E1337ED67 *)L_0; Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t0526AB9EA72957C34DAA9D2D717A1D7E1337ED67 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t0526AB9EA72957C34DAA9D2D717A1D7E1337ED67 *)L_1; Func_2_t8563D068E324F8B3F1AFD3ACA59D32D56CE30A75 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t8563D068E324F8B3F1AFD3ACA59D32D56CE30A75 * L_5 = (Func_2_t8563D068E324F8B3F1AFD3ACA59D32D56CE30A75 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t8563D068E324F8B3F1AFD3ACA59D32D56CE30A75 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t8563D068E324F8B3F1AFD3ACA59D32D56CE30A75 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tB181F4C9A24C0634DF4A10CFBFFE6B45B3796BBC * Enumerable_CombineSelectors_TisKeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mDEBB89BACA5ABA93BCBD674C254A834C190D67FD_gshared (Func_2_tB181F4C9A24C0634DF4A10CFBFFE6B45B3796BBC * ___selector10, Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t314547AD1E87D247E54B5FE9E6EB8F98ED7095F5 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t314547AD1E87D247E54B5FE9E6EB8F98ED7095F5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t314547AD1E87D247E54B5FE9E6EB8F98ED7095F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t314547AD1E87D247E54B5FE9E6EB8F98ED7095F5 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t314547AD1E87D247E54B5FE9E6EB8F98ED7095F5 *)L_0; Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t314547AD1E87D247E54B5FE9E6EB8F98ED7095F5 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t314547AD1E87D247E54B5FE9E6EB8F98ED7095F5 *)L_1; Func_2_tB181F4C9A24C0634DF4A10CFBFFE6B45B3796BBC * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tB181F4C9A24C0634DF4A10CFBFFE6B45B3796BBC * L_5 = (Func_2_tB181F4C9A24C0634DF4A10CFBFFE6B45B3796BBC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tB181F4C9A24C0634DF4A10CFBFFE6B45B3796BBC *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tB181F4C9A24C0634DF4A10CFBFFE6B45B3796BBC *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors,System.Object,UnityEngine.InputSystem.Utilities.InternedString>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tB181F4C9A24C0634DF4A10CFBFFE6B45B3796BBC * Enumerable_CombineSelectors_TisKeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184_TisRuntimeObject_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m00C0C42016D791026F8989DC6E2D082D17E52D65_gshared (Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * ___selector10, Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t748B627C0CAFAB24F87B342931EF57B35C94D602 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t748B627C0CAFAB24F87B342931EF57B35C94D602 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t748B627C0CAFAB24F87B342931EF57B35C94D602 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t748B627C0CAFAB24F87B342931EF57B35C94D602 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t748B627C0CAFAB24F87B342931EF57B35C94D602 *)L_0; Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t748B627C0CAFAB24F87B342931EF57B35C94D602 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t748B627C0CAFAB24F87B342931EF57B35C94D602 *)L_1; Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tB181F4C9A24C0634DF4A10CFBFFE6B45B3796BBC * L_5 = (Func_2_tB181F4C9A24C0634DF4A10CFBFFE6B45B3796BBC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tB181F4C9A24C0634DF4A10CFBFFE6B45B3796BBC *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tB181F4C9A24C0634DF4A10CFBFFE6B45B3796BBC *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors,System.Object,System.Object>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * Enumerable_CombineSelectors_TisKeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184_TisRuntimeObject_TisRuntimeObject_m308E9EEEF436E7036CB621DB7FFCA6FF64C59FA4_gshared (Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * ___selector10, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tDB7EAD73C2438A6C41B2664B820889578C892F92 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tDB7EAD73C2438A6C41B2664B820889578C892F92 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tDB7EAD73C2438A6C41B2664B820889578C892F92 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_tDB7EAD73C2438A6C41B2664B820889578C892F92 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tDB7EAD73C2438A6C41B2664B820889578C892F92 *)L_0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tDB7EAD73C2438A6C41B2664B820889578C892F92 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tDB7EAD73C2438A6C41B2664B820889578C892F92 *)L_1; Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * L_5 = (Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors,System.Object,UnityEngine.Vector3>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tA045F594CBBEA9AA0E0824330A9B30800026295A * Enumerable_CombineSelectors_TisKeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184_TisRuntimeObject_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m1CC93663FCBDD887298485525F104361B5B09D51_gshared (Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * ___selector10, Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t6353579D1E24B2BA4C26EF6145985BC86FDCD1AF * L_0 = (U3CU3Ec__DisplayClass7_0_3_t6353579D1E24B2BA4C26EF6145985BC86FDCD1AF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t6353579D1E24B2BA4C26EF6145985BC86FDCD1AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t6353579D1E24B2BA4C26EF6145985BC86FDCD1AF * L_1 = (U3CU3Ec__DisplayClass7_0_3_t6353579D1E24B2BA4C26EF6145985BC86FDCD1AF *)L_0; Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t6353579D1E24B2BA4C26EF6145985BC86FDCD1AF * L_3 = (U3CU3Ec__DisplayClass7_0_3_t6353579D1E24B2BA4C26EF6145985BC86FDCD1AF *)L_1; Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tA045F594CBBEA9AA0E0824330A9B30800026295A * L_5 = (Func_2_tA045F594CBBEA9AA0E0824330A9B30800026295A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tA045F594CBBEA9AA0E0824330A9B30800026295A *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tA045F594CBBEA9AA0E0824330A9B30800026295A *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors,UnityEngine.Vector3,UnityEngine.Vector3>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tA045F594CBBEA9AA0E0824330A9B30800026295A * Enumerable_CombineSelectors_TisKeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m3A1A417B359655C5FCB7A03379C82BDBEB93B8C9_gshared (Func_2_tA045F594CBBEA9AA0E0824330A9B30800026295A * ___selector10, Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t41C91C2302EADF553999FD641DAEDF511F2FB03D * L_0 = (U3CU3Ec__DisplayClass7_0_3_t41C91C2302EADF553999FD641DAEDF511F2FB03D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t41C91C2302EADF553999FD641DAEDF511F2FB03D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t41C91C2302EADF553999FD641DAEDF511F2FB03D * L_1 = (U3CU3Ec__DisplayClass7_0_3_t41C91C2302EADF553999FD641DAEDF511F2FB03D *)L_0; Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t41C91C2302EADF553999FD641DAEDF511F2FB03D * L_3 = (U3CU3Ec__DisplayClass7_0_3_t41C91C2302EADF553999FD641DAEDF511F2FB03D *)L_1; Func_2_tA045F594CBBEA9AA0E0824330A9B30800026295A * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tA045F594CBBEA9AA0E0824330A9B30800026295A * L_5 = (Func_2_tA045F594CBBEA9AA0E0824330A9B30800026295A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tA045F594CBBEA9AA0E0824330A9B30800026295A *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tA045F594CBBEA9AA0E0824330A9B30800026295A *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * Enumerable_CombineSelectors_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m522E94310EAB890A19DDA2A0C060523B2B6557E4_gshared (Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * ___selector10, Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t3B0AE4668EED08E4529014F05D84D889F7B55953 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t3B0AE4668EED08E4529014F05D84D889F7B55953 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t3B0AE4668EED08E4529014F05D84D889F7B55953 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t3B0AE4668EED08E4529014F05D84D889F7B55953 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t3B0AE4668EED08E4529014F05D84D889F7B55953 *)L_0; Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t3B0AE4668EED08E4529014F05D84D889F7B55953 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t3B0AE4668EED08E4529014F05D84D889F7B55953 *)L_1; Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * L_5 = (Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * Enumerable_CombineSelectors_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m3CBDAD00C4111616434F6191065CBBAA7CCFFB29_gshared (Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * ___selector10, Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t1EF610F440310D7048663CB828F614817D096A50 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t1EF610F440310D7048663CB828F614817D096A50 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t1EF610F440310D7048663CB828F614817D096A50 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t1EF610F440310D7048663CB828F614817D096A50 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t1EF610F440310D7048663CB828F614817D096A50 *)L_0; Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t1EF610F440310D7048663CB828F614817D096A50 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t1EF610F440310D7048663CB828F614817D096A50 *)L_1; Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * L_5 = (Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * Enumerable_CombineSelectors_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_TisRuntimeObject_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mF7AC0A037DB005A62EAB489A2667252FD8F769EE_gshared (Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * ___selector10, Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t69E834D4B62894FBB2449E460077AB28F4DA7DA4 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t69E834D4B62894FBB2449E460077AB28F4DA7DA4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t69E834D4B62894FBB2449E460077AB28F4DA7DA4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t69E834D4B62894FBB2449E460077AB28F4DA7DA4 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t69E834D4B62894FBB2449E460077AB28F4DA7DA4 *)L_0; Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t69E834D4B62894FBB2449E460077AB28F4DA7DA4 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t69E834D4B62894FBB2449E460077AB28F4DA7DA4 *)L_1; Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * L_5 = (Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * Enumerable_CombineSelectors_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_TisRuntimeObject_TisRuntimeObject_mC9F8E0A128E7188DEC2B7CB2797B84DCEB656AAE_gshared (Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * ___selector10, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t665A6FB1C9AF1D19504859DA375F31DC42C55E01 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t665A6FB1C9AF1D19504859DA375F31DC42C55E01 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t665A6FB1C9AF1D19504859DA375F31DC42C55E01 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t665A6FB1C9AF1D19504859DA375F31DC42C55E01 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t665A6FB1C9AF1D19504859DA375F31DC42C55E01 *)L_0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t665A6FB1C9AF1D19504859DA375F31DC42C55E01 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t665A6FB1C9AF1D19504859DA375F31DC42C55E01 *)L_1; Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * L_5 = (Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t9865FD4697C6304F7EE7E23A43A8906D19472EB8 * Enumerable_CombineSelectors_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_TisRuntimeObject_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m2F990A78AA45B3FAE62938BA431712A1540EA76D_gshared (Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * ___selector10, Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t0864018E148CA1EA32FF8586CC88E35BBE365E06 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t0864018E148CA1EA32FF8586CC88E35BBE365E06 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t0864018E148CA1EA32FF8586CC88E35BBE365E06 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t0864018E148CA1EA32FF8586CC88E35BBE365E06 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t0864018E148CA1EA32FF8586CC88E35BBE365E06 *)L_0; Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t0864018E148CA1EA32FF8586CC88E35BBE365E06 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t0864018E148CA1EA32FF8586CC88E35BBE365E06 *)L_1; Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t9865FD4697C6304F7EE7E23A43A8906D19472EB8 * L_5 = (Func_2_t9865FD4697C6304F7EE7E23A43A8906D19472EB8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t9865FD4697C6304F7EE7E23A43A8906D19472EB8 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t9865FD4697C6304F7EE7E23A43A8906D19472EB8 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t9865FD4697C6304F7EE7E23A43A8906D19472EB8 * Enumerable_CombineSelectors_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mF42871B367DCA737F7E2059B7DD46067D17EAD13_gshared (Func_2_t9865FD4697C6304F7EE7E23A43A8906D19472EB8 * ___selector10, Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t3355801772D2EED589484D92A8C32A31D8BB054B * L_0 = (U3CU3Ec__DisplayClass7_0_3_t3355801772D2EED589484D92A8C32A31D8BB054B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t3355801772D2EED589484D92A8C32A31D8BB054B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t3355801772D2EED589484D92A8C32A31D8BB054B * L_1 = (U3CU3Ec__DisplayClass7_0_3_t3355801772D2EED589484D92A8C32A31D8BB054B *)L_0; Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t3355801772D2EED589484D92A8C32A31D8BB054B * L_3 = (U3CU3Ec__DisplayClass7_0_3_t3355801772D2EED589484D92A8C32A31D8BB054B *)L_1; Func_2_t9865FD4697C6304F7EE7E23A43A8906D19472EB8 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t9865FD4697C6304F7EE7E23A43A8906D19472EB8 * L_5 = (Func_2_t9865FD4697C6304F7EE7E23A43A8906D19472EB8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t9865FD4697C6304F7EE7E23A43A8906D19472EB8 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t9865FD4697C6304F7EE7E23A43A8906D19472EB8 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tEA2235809AB0E1AB8425745179691D76B519B0C5 * Enumerable_CombineSelectors_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m05DF7965222D9D980A3E8110F77F7778F5D7F32D_gshared (Func_2_tEA2235809AB0E1AB8425745179691D76B519B0C5 * ___selector10, Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t08269B87DDDD97F32C7987A420DE636617BD2B93 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t08269B87DDDD97F32C7987A420DE636617BD2B93 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t08269B87DDDD97F32C7987A420DE636617BD2B93 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t08269B87DDDD97F32C7987A420DE636617BD2B93 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t08269B87DDDD97F32C7987A420DE636617BD2B93 *)L_0; Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t08269B87DDDD97F32C7987A420DE636617BD2B93 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t08269B87DDDD97F32C7987A420DE636617BD2B93 *)L_1; Func_2_tEA2235809AB0E1AB8425745179691D76B519B0C5 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tEA2235809AB0E1AB8425745179691D76B519B0C5 * L_5 = (Func_2_tEA2235809AB0E1AB8425745179691D76B519B0C5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tEA2235809AB0E1AB8425745179691D76B519B0C5 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tEA2235809AB0E1AB8425745179691D76B519B0C5 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tEA2235809AB0E1AB8425745179691D76B519B0C5 * Enumerable_CombineSelectors_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_TisRuntimeObject_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mA5D86A5E086DE82BC724F8E50D8D5AAC9ABAF178_gshared (Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * ___selector10, Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t9F7E75E6554D8CBA5C86D1B29A0E463FC95D0CB7 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t9F7E75E6554D8CBA5C86D1B29A0E463FC95D0CB7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t9F7E75E6554D8CBA5C86D1B29A0E463FC95D0CB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t9F7E75E6554D8CBA5C86D1B29A0E463FC95D0CB7 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t9F7E75E6554D8CBA5C86D1B29A0E463FC95D0CB7 *)L_0; Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t9F7E75E6554D8CBA5C86D1B29A0E463FC95D0CB7 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t9F7E75E6554D8CBA5C86D1B29A0E463FC95D0CB7 *)L_1; Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tEA2235809AB0E1AB8425745179691D76B519B0C5 * L_5 = (Func_2_tEA2235809AB0E1AB8425745179691D76B519B0C5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tEA2235809AB0E1AB8425745179691D76B519B0C5 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tEA2235809AB0E1AB8425745179691D76B519B0C5 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * Enumerable_CombineSelectors_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_TisRuntimeObject_TisRuntimeObject_mCD927643170D9F15168113C3F17E53D4A4054934_gshared (Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * ___selector10, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t9CAE0D421994A4D13D715FCDBEC2C98E712FD595 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t9CAE0D421994A4D13D715FCDBEC2C98E712FD595 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t9CAE0D421994A4D13D715FCDBEC2C98E712FD595 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t9CAE0D421994A4D13D715FCDBEC2C98E712FD595 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t9CAE0D421994A4D13D715FCDBEC2C98E712FD595 *)L_0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t9CAE0D421994A4D13D715FCDBEC2C98E712FD595 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t9CAE0D421994A4D13D715FCDBEC2C98E712FD595 *)L_1; Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * L_5 = (Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t0620045CA980941D05D122FC5A3AD9220D9C1414 * Enumerable_CombineSelectors_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_TisRuntimeObject_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mFDADB7E75ADAE16DB907C22EA76D2768D77AA541_gshared (Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * ___selector10, Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t64A1EFF619527475AAE98565BE8FAED3ABE70BD0 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t64A1EFF619527475AAE98565BE8FAED3ABE70BD0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t64A1EFF619527475AAE98565BE8FAED3ABE70BD0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t64A1EFF619527475AAE98565BE8FAED3ABE70BD0 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t64A1EFF619527475AAE98565BE8FAED3ABE70BD0 *)L_0; Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t64A1EFF619527475AAE98565BE8FAED3ABE70BD0 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t64A1EFF619527475AAE98565BE8FAED3ABE70BD0 *)L_1; Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t0620045CA980941D05D122FC5A3AD9220D9C1414 * L_5 = (Func_2_t0620045CA980941D05D122FC5A3AD9220D9C1414 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t0620045CA980941D05D122FC5A3AD9220D9C1414 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t0620045CA980941D05D122FC5A3AD9220D9C1414 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t0620045CA980941D05D122FC5A3AD9220D9C1414 * Enumerable_CombineSelectors_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m4C6855C1FEBC59D2190EE960B9BA790A70478C6F_gshared (Func_2_t0620045CA980941D05D122FC5A3AD9220D9C1414 * ___selector10, Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t7C95D9038A41E8536051DEDC0990482D81B5B519 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t7C95D9038A41E8536051DEDC0990482D81B5B519 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t7C95D9038A41E8536051DEDC0990482D81B5B519 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t7C95D9038A41E8536051DEDC0990482D81B5B519 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t7C95D9038A41E8536051DEDC0990482D81B5B519 *)L_0; Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t7C95D9038A41E8536051DEDC0990482D81B5B519 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t7C95D9038A41E8536051DEDC0990482D81B5B519 *)L_1; Func_2_t0620045CA980941D05D122FC5A3AD9220D9C1414 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t0620045CA980941D05D122FC5A3AD9220D9C1414 * L_5 = (Func_2_t0620045CA980941D05D122FC5A3AD9220D9C1414 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t0620045CA980941D05D122FC5A3AD9220D9C1414 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t0620045CA980941D05D122FC5A3AD9220D9C1414 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tA21678F1D9F9F4617D645755285D28EDE5F9AE44 * Enumerable_CombineSelectors_TisNamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mB799286155176FE925904507A0DD0D0ED92BE079_gshared (Func_2_tA21678F1D9F9F4617D645755285D28EDE5F9AE44 * ___selector10, Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tF2F4766FF23A400A72C9F6CBBA0EBB69512C2E44 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tF2F4766FF23A400A72C9F6CBBA0EBB69512C2E44 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tF2F4766FF23A400A72C9F6CBBA0EBB69512C2E44 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_tF2F4766FF23A400A72C9F6CBBA0EBB69512C2E44 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tF2F4766FF23A400A72C9F6CBBA0EBB69512C2E44 *)L_0; Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tF2F4766FF23A400A72C9F6CBBA0EBB69512C2E44 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tF2F4766FF23A400A72C9F6CBBA0EBB69512C2E44 *)L_1; Func_2_tA21678F1D9F9F4617D645755285D28EDE5F9AE44 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tA21678F1D9F9F4617D645755285D28EDE5F9AE44 * L_5 = (Func_2_tA21678F1D9F9F4617D645755285D28EDE5F9AE44 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tA21678F1D9F9F4617D645755285D28EDE5F9AE44 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tA21678F1D9F9F4617D645755285D28EDE5F9AE44 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tA21678F1D9F9F4617D645755285D28EDE5F9AE44 * Enumerable_CombineSelectors_TisNamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_TisRuntimeObject_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m9C179039AC717E68D8F0D53674A0C8784A44F2C9_gshared (Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * ___selector10, Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t67335C2E377FA6DE29870399702F34AD61CA2939 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t67335C2E377FA6DE29870399702F34AD61CA2939 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t67335C2E377FA6DE29870399702F34AD61CA2939 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t67335C2E377FA6DE29870399702F34AD61CA2939 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t67335C2E377FA6DE29870399702F34AD61CA2939 *)L_0; Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t67335C2E377FA6DE29870399702F34AD61CA2939 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t67335C2E377FA6DE29870399702F34AD61CA2939 *)L_1; Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tA21678F1D9F9F4617D645755285D28EDE5F9AE44 * L_5 = (Func_2_tA21678F1D9F9F4617D645755285D28EDE5F9AE44 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tA21678F1D9F9F4617D645755285D28EDE5F9AE44 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tA21678F1D9F9F4617D645755285D28EDE5F9AE44 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * Enumerable_CombineSelectors_TisNamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_TisRuntimeObject_TisRuntimeObject_m64ECAAACC7E6C8B57BE2C415B04D237328730831_gshared (Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * ___selector10, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tA331BCFBFE67683511879C8D4ED124B7BCFFAB2C * L_0 = (U3CU3Ec__DisplayClass7_0_3_tA331BCFBFE67683511879C8D4ED124B7BCFFAB2C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tA331BCFBFE67683511879C8D4ED124B7BCFFAB2C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_tA331BCFBFE67683511879C8D4ED124B7BCFFAB2C * L_1 = (U3CU3Ec__DisplayClass7_0_3_tA331BCFBFE67683511879C8D4ED124B7BCFFAB2C *)L_0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tA331BCFBFE67683511879C8D4ED124B7BCFFAB2C * L_3 = (U3CU3Ec__DisplayClass7_0_3_tA331BCFBFE67683511879C8D4ED124B7BCFFAB2C *)L_1; Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * L_5 = (Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tFCD6A6C1519D44FD229DC69C653660BA2DD719BE * Enumerable_CombineSelectors_TisNamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_TisRuntimeObject_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mBEC02C23A9912C7CE971D6FA646A1FF5978BDDF6_gshared (Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * ___selector10, Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tAC2B418F61DA890898C8A0F25DBCB02BF1A090A5 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tAC2B418F61DA890898C8A0F25DBCB02BF1A090A5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tAC2B418F61DA890898C8A0F25DBCB02BF1A090A5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_tAC2B418F61DA890898C8A0F25DBCB02BF1A090A5 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tAC2B418F61DA890898C8A0F25DBCB02BF1A090A5 *)L_0; Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tAC2B418F61DA890898C8A0F25DBCB02BF1A090A5 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tAC2B418F61DA890898C8A0F25DBCB02BF1A090A5 *)L_1; Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tFCD6A6C1519D44FD229DC69C653660BA2DD719BE * L_5 = (Func_2_tFCD6A6C1519D44FD229DC69C653660BA2DD719BE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tFCD6A6C1519D44FD229DC69C653660BA2DD719BE *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tFCD6A6C1519D44FD229DC69C653660BA2DD719BE *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tFCD6A6C1519D44FD229DC69C653660BA2DD719BE * Enumerable_CombineSelectors_TisNamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m7FDAF761EDEFA3260B649A824A0337225B4D605E_gshared (Func_2_tFCD6A6C1519D44FD229DC69C653660BA2DD719BE * ___selector10, Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t255BD41A44998A1A42F3120EBF72C65AB03CDCEB * L_0 = (U3CU3Ec__DisplayClass7_0_3_t255BD41A44998A1A42F3120EBF72C65AB03CDCEB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t255BD41A44998A1A42F3120EBF72C65AB03CDCEB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t255BD41A44998A1A42F3120EBF72C65AB03CDCEB * L_1 = (U3CU3Ec__DisplayClass7_0_3_t255BD41A44998A1A42F3120EBF72C65AB03CDCEB *)L_0; Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t255BD41A44998A1A42F3120EBF72C65AB03CDCEB * L_3 = (U3CU3Ec__DisplayClass7_0_3_t255BD41A44998A1A42F3120EBF72C65AB03CDCEB *)L_1; Func_2_tFCD6A6C1519D44FD229DC69C653660BA2DD719BE * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tFCD6A6C1519D44FD229DC69C653660BA2DD719BE * L_5 = (Func_2_tFCD6A6C1519D44FD229DC69C653660BA2DD719BE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tFCD6A6C1519D44FD229DC69C653660BA2DD719BE *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tFCD6A6C1519D44FD229DC69C653660BA2DD719BE *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * Enumerable_CombineSelectors_TisRuntimeObject_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_TisRuntimeObject_m105F3ADA61A14B401F04657233700D6744500997_gshared (Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector10, Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t7A05193D2EF3F9E163E548CFCE75ABD27D8B196D * L_0 = (U3CU3Ec__DisplayClass7_0_3_t7A05193D2EF3F9E163E548CFCE75ABD27D8B196D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t7A05193D2EF3F9E163E548CFCE75ABD27D8B196D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t7A05193D2EF3F9E163E548CFCE75ABD27D8B196D * L_1 = (U3CU3Ec__DisplayClass7_0_3_t7A05193D2EF3F9E163E548CFCE75ABD27D8B196D *)L_0; Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t7A05193D2EF3F9E163E548CFCE75ABD27D8B196D * L_3 = (U3CU3Ec__DisplayClass7_0_3_t7A05193D2EF3F9E163E548CFCE75ABD27D8B196D *)L_1; Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_5 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m5B26EC0EFDB2DD44F8B0F9521396C0BF825CD8CE_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tA9FD71C25C5037E316B95105F5246326ADE4D1D0 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tA9FD71C25C5037E316B95105F5246326ADE4D1D0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tA9FD71C25C5037E316B95105F5246326ADE4D1D0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_tA9FD71C25C5037E316B95105F5246326ADE4D1D0 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tA9FD71C25C5037E316B95105F5246326ADE4D1D0 *)L_0; Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tA9FD71C25C5037E316B95105F5246326ADE4D1D0 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tA9FD71C25C5037E316B95105F5246326ADE4D1D0 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * L_5 = (Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisRuntimeObject_m24EB0312D4951B18369D4AE79053E107E3B71754_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t214C414CD1BA5E838C3EA982DDB63C05B23DAE86 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t214C414CD1BA5E838C3EA982DDB63C05B23DAE86 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t214C414CD1BA5E838C3EA982DDB63C05B23DAE86 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t214C414CD1BA5E838C3EA982DDB63C05B23DAE86 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t214C414CD1BA5E838C3EA982DDB63C05B23DAE86 *)L_0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t214C414CD1BA5E838C3EA982DDB63C05B23DAE86 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t214C414CD1BA5E838C3EA982DDB63C05B23DAE86 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_5 = (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mB7738FE67358C5D7DA594270A82A976B276B7008_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t05201DA1A9B19A587C05DCA335067723F9DBE5B7 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t05201DA1A9B19A587C05DCA335067723F9DBE5B7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t05201DA1A9B19A587C05DCA335067723F9DBE5B7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t05201DA1A9B19A587C05DCA335067723F9DBE5B7 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t05201DA1A9B19A587C05DCA335067723F9DBE5B7 *)L_0; Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t05201DA1A9B19A587C05DCA335067723F9DBE5B7 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t05201DA1A9B19A587C05DCA335067723F9DBE5B7 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * L_5 = (Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t4E06D96B2978B60DA267963F96583CE3BF82EA84 * Enumerable_CombineSelectors_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m2F3F12CDC136826A4BF45B4409AC36E7806D675F_gshared (Func_2_t4E06D96B2978B60DA267963F96583CE3BF82EA84 * ___selector10, Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t854E77C8E7912A6D89F73847E370293DC899E7F7 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t854E77C8E7912A6D89F73847E370293DC899E7F7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t854E77C8E7912A6D89F73847E370293DC899E7F7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t854E77C8E7912A6D89F73847E370293DC899E7F7 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t854E77C8E7912A6D89F73847E370293DC899E7F7 *)L_0; Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t854E77C8E7912A6D89F73847E370293DC899E7F7 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t854E77C8E7912A6D89F73847E370293DC899E7F7 *)L_1; Func_2_t4E06D96B2978B60DA267963F96583CE3BF82EA84 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t4E06D96B2978B60DA267963F96583CE3BF82EA84 * L_5 = (Func_2_t4E06D96B2978B60DA267963F96583CE3BF82EA84 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t4E06D96B2978B60DA267963F96583CE3BF82EA84 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t4E06D96B2978B60DA267963F96583CE3BF82EA84 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t4E06D96B2978B60DA267963F96583CE3BF82EA84 * Enumerable_CombineSelectors_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisRuntimeObject_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m5E009F678AE4745D0FF02D1CE383B82CCAFAFB9D_gshared (Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * ___selector10, Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t21C7B2ACBC94576EA832192ADB58DF542FA5CD4F * L_0 = (U3CU3Ec__DisplayClass7_0_3_t21C7B2ACBC94576EA832192ADB58DF542FA5CD4F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t21C7B2ACBC94576EA832192ADB58DF542FA5CD4F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t21C7B2ACBC94576EA832192ADB58DF542FA5CD4F * L_1 = (U3CU3Ec__DisplayClass7_0_3_t21C7B2ACBC94576EA832192ADB58DF542FA5CD4F *)L_0; Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t21C7B2ACBC94576EA832192ADB58DF542FA5CD4F * L_3 = (U3CU3Ec__DisplayClass7_0_3_t21C7B2ACBC94576EA832192ADB58DF542FA5CD4F *)L_1; Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t4E06D96B2978B60DA267963F96583CE3BF82EA84 * L_5 = (Func_2_t4E06D96B2978B60DA267963F96583CE3BF82EA84 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t4E06D96B2978B60DA267963F96583CE3BF82EA84 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t4E06D96B2978B60DA267963F96583CE3BF82EA84 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * Enumerable_CombineSelectors_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisRuntimeObject_TisRuntimeObject_m2B229A146B007CBDC5CB6A24A36BB4884DCBDFA2_gshared (Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * ___selector10, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t6509DD04CA461A833BE279C62208D92A96A8F218 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t6509DD04CA461A833BE279C62208D92A96A8F218 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t6509DD04CA461A833BE279C62208D92A96A8F218 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t6509DD04CA461A833BE279C62208D92A96A8F218 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t6509DD04CA461A833BE279C62208D92A96A8F218 *)L_0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t6509DD04CA461A833BE279C62208D92A96A8F218 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t6509DD04CA461A833BE279C62208D92A96A8F218 *)L_1; Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * L_5 = (Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t3253411E5D20B58F5E0A81F903039D94BA38DE89 * Enumerable_CombineSelectors_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisRuntimeObject_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m19A4B9B79D14EC6CE804A895015CCB52B2E7F893_gshared (Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * ___selector10, Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t2F9F4DC99C08340F49A236C8663DCA34FC407277 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t2F9F4DC99C08340F49A236C8663DCA34FC407277 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t2F9F4DC99C08340F49A236C8663DCA34FC407277 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t2F9F4DC99C08340F49A236C8663DCA34FC407277 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t2F9F4DC99C08340F49A236C8663DCA34FC407277 *)L_0; Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t2F9F4DC99C08340F49A236C8663DCA34FC407277 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t2F9F4DC99C08340F49A236C8663DCA34FC407277 *)L_1; Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t3253411E5D20B58F5E0A81F903039D94BA38DE89 * L_5 = (Func_2_t3253411E5D20B58F5E0A81F903039D94BA38DE89 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t3253411E5D20B58F5E0A81F903039D94BA38DE89 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t3253411E5D20B58F5E0A81F903039D94BA38DE89 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t3253411E5D20B58F5E0A81F903039D94BA38DE89 * Enumerable_CombineSelectors_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mA3C600328534D12FDEF537D083724039F6D928BF_gshared (Func_2_t3253411E5D20B58F5E0A81F903039D94BA38DE89 * ___selector10, Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t7F7C9941174B2EE7082002A97BF556AB4AD9B080 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t7F7C9941174B2EE7082002A97BF556AB4AD9B080 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t7F7C9941174B2EE7082002A97BF556AB4AD9B080 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t7F7C9941174B2EE7082002A97BF556AB4AD9B080 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t7F7C9941174B2EE7082002A97BF556AB4AD9B080 *)L_0; Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t7F7C9941174B2EE7082002A97BF556AB4AD9B080 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t7F7C9941174B2EE7082002A97BF556AB4AD9B080 *)L_1; Func_2_t3253411E5D20B58F5E0A81F903039D94BA38DE89 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t3253411E5D20B58F5E0A81F903039D94BA38DE89 * L_5 = (Func_2_t3253411E5D20B58F5E0A81F903039D94BA38DE89 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t3253411E5D20B58F5E0A81F903039D94BA38DE89 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t3253411E5D20B58F5E0A81F903039D94BA38DE89 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t14F6F4D7FBF558A20782EDC48D80473E4800048E * Enumerable_CombineSelectors_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mA3AE2A3D5E51F6CB0B0F476712A337125829E65A_gshared (Func_2_t14F6F4D7FBF558A20782EDC48D80473E4800048E * ___selector10, Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tC293D8829EBD76F7DA441243DE31C49A9C555AE3 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tC293D8829EBD76F7DA441243DE31C49A9C555AE3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tC293D8829EBD76F7DA441243DE31C49A9C555AE3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_tC293D8829EBD76F7DA441243DE31C49A9C555AE3 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tC293D8829EBD76F7DA441243DE31C49A9C555AE3 *)L_0; Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tC293D8829EBD76F7DA441243DE31C49A9C555AE3 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tC293D8829EBD76F7DA441243DE31C49A9C555AE3 *)L_1; Func_2_t14F6F4D7FBF558A20782EDC48D80473E4800048E * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t14F6F4D7FBF558A20782EDC48D80473E4800048E * L_5 = (Func_2_t14F6F4D7FBF558A20782EDC48D80473E4800048E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t14F6F4D7FBF558A20782EDC48D80473E4800048E *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t14F6F4D7FBF558A20782EDC48D80473E4800048E *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t14F6F4D7FBF558A20782EDC48D80473E4800048E * Enumerable_CombineSelectors_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_TisRuntimeObject_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m05872F7FC86E958E6A184BBE1DB3818E73553752_gshared (Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * ___selector10, Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tACDCEDC99E26CB8F8320DF3D8C469B6E285F1B3B * L_0 = (U3CU3Ec__DisplayClass7_0_3_tACDCEDC99E26CB8F8320DF3D8C469B6E285F1B3B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tACDCEDC99E26CB8F8320DF3D8C469B6E285F1B3B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_tACDCEDC99E26CB8F8320DF3D8C469B6E285F1B3B * L_1 = (U3CU3Ec__DisplayClass7_0_3_tACDCEDC99E26CB8F8320DF3D8C469B6E285F1B3B *)L_0; Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tACDCEDC99E26CB8F8320DF3D8C469B6E285F1B3B * L_3 = (U3CU3Ec__DisplayClass7_0_3_tACDCEDC99E26CB8F8320DF3D8C469B6E285F1B3B *)L_1; Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t14F6F4D7FBF558A20782EDC48D80473E4800048E * L_5 = (Func_2_t14F6F4D7FBF558A20782EDC48D80473E4800048E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t14F6F4D7FBF558A20782EDC48D80473E4800048E *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t14F6F4D7FBF558A20782EDC48D80473E4800048E *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * Enumerable_CombineSelectors_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_TisRuntimeObject_TisRuntimeObject_m84CDA38569FC56875DC9EC3137D1AC12EBCE460D_gshared (Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * ___selector10, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t65C417F31D48C7A4CD6224EADBB8648637EDD162 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t65C417F31D48C7A4CD6224EADBB8648637EDD162 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t65C417F31D48C7A4CD6224EADBB8648637EDD162 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t65C417F31D48C7A4CD6224EADBB8648637EDD162 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t65C417F31D48C7A4CD6224EADBB8648637EDD162 *)L_0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t65C417F31D48C7A4CD6224EADBB8648637EDD162 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t65C417F31D48C7A4CD6224EADBB8648637EDD162 *)L_1; Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * L_5 = (Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tA302CB41B7F7A743C0CE0ED32D80BF7199135D11 * Enumerable_CombineSelectors_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_TisRuntimeObject_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mF953D307E6734DFD3B7D952B9FFAA1248085790A_gshared (Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * ___selector10, Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tD73C17339924806930CCEB6BF1CE49DE702CF8C4 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tD73C17339924806930CCEB6BF1CE49DE702CF8C4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tD73C17339924806930CCEB6BF1CE49DE702CF8C4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_tD73C17339924806930CCEB6BF1CE49DE702CF8C4 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tD73C17339924806930CCEB6BF1CE49DE702CF8C4 *)L_0; Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tD73C17339924806930CCEB6BF1CE49DE702CF8C4 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tD73C17339924806930CCEB6BF1CE49DE702CF8C4 *)L_1; Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tA302CB41B7F7A743C0CE0ED32D80BF7199135D11 * L_5 = (Func_2_tA302CB41B7F7A743C0CE0ED32D80BF7199135D11 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tA302CB41B7F7A743C0CE0ED32D80BF7199135D11 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tA302CB41B7F7A743C0CE0ED32D80BF7199135D11 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tA302CB41B7F7A743C0CE0ED32D80BF7199135D11 * Enumerable_CombineSelectors_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m8F210DDC2E746B2671F84FF7FC232C6D654FEECB_gshared (Func_2_tA302CB41B7F7A743C0CE0ED32D80BF7199135D11 * ___selector10, Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tA5F694E7664A6BC4886A26439DE15A12641BA55F * L_0 = (U3CU3Ec__DisplayClass7_0_3_tA5F694E7664A6BC4886A26439DE15A12641BA55F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tA5F694E7664A6BC4886A26439DE15A12641BA55F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_tA5F694E7664A6BC4886A26439DE15A12641BA55F * L_1 = (U3CU3Ec__DisplayClass7_0_3_tA5F694E7664A6BC4886A26439DE15A12641BA55F *)L_0; Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tA5F694E7664A6BC4886A26439DE15A12641BA55F * L_3 = (U3CU3Ec__DisplayClass7_0_3_tA5F694E7664A6BC4886A26439DE15A12641BA55F *)L_1; Func_2_tA302CB41B7F7A743C0CE0ED32D80BF7199135D11 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tA302CB41B7F7A743C0CE0ED32D80BF7199135D11 * L_5 = (Func_2_tA302CB41B7F7A743C0CE0ED32D80BF7199135D11 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tA302CB41B7F7A743C0CE0ED32D80BF7199135D11 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tA302CB41B7F7A743C0CE0ED32D80BF7199135D11 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t48DD1C8E439811C492BAFE220A679DB57D7C9370 * Enumerable_CombineSelectors_TisJsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m2115777F16DB2FE3924A9EF82E201A0FD142FBB1_gshared (Func_2_t48DD1C8E439811C492BAFE220A679DB57D7C9370 * ___selector10, Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tB86F32143F5331C921072DD4F5E7B6938EF0061C * L_0 = (U3CU3Ec__DisplayClass7_0_3_tB86F32143F5331C921072DD4F5E7B6938EF0061C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tB86F32143F5331C921072DD4F5E7B6938EF0061C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_tB86F32143F5331C921072DD4F5E7B6938EF0061C * L_1 = (U3CU3Ec__DisplayClass7_0_3_tB86F32143F5331C921072DD4F5E7B6938EF0061C *)L_0; Func_2_t1AF155D27A4D78882342D697E4A6DE7CE594545B * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tB86F32143F5331C921072DD4F5E7B6938EF0061C * L_3 = (U3CU3Ec__DisplayClass7_0_3_tB86F32143F5331C921072DD4F5E7B6938EF0061C *)L_1; Func_2_t48DD1C8E439811C492BAFE220A679DB57D7C9370 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t48DD1C8E439811C492BAFE220A679DB57D7C9370 * L_5 = (Func_2_t48DD1C8E439811C492BAFE220A679DB57D7C9370 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t48DD1C8E439811C492BAFE220A679DB57D7C9370 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t48DD1C8E439811C492BAFE220A679DB57D7C9370 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t48DD1C8E439811C492BAFE220A679DB57D7C9370 * Enumerable_CombineSelectors_TisJsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB_TisRuntimeObject_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mBE8E2EE8BBEA7ACB17E5027D40CDAAAC25016787_gshared (Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * ___selector10, Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t823B924B7E290C3BD77205F4EEACDEECAB4D6800 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t823B924B7E290C3BD77205F4EEACDEECAB4D6800 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t823B924B7E290C3BD77205F4EEACDEECAB4D6800 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t823B924B7E290C3BD77205F4EEACDEECAB4D6800 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t823B924B7E290C3BD77205F4EEACDEECAB4D6800 *)L_0; Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t823B924B7E290C3BD77205F4EEACDEECAB4D6800 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t823B924B7E290C3BD77205F4EEACDEECAB4D6800 *)L_1; Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t48DD1C8E439811C492BAFE220A679DB57D7C9370 * L_5 = (Func_2_t48DD1C8E439811C492BAFE220A679DB57D7C9370 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t48DD1C8E439811C492BAFE220A679DB57D7C9370 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t48DD1C8E439811C492BAFE220A679DB57D7C9370 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * Enumerable_CombineSelectors_TisJsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB_TisRuntimeObject_TisRuntimeObject_mFF896021C1652FC704039D2AF58381B771D55BF5_gshared (Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * ___selector10, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t8C35E6858C0ADDC87E4CC827F96A4B00391F3E07 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t8C35E6858C0ADDC87E4CC827F96A4B00391F3E07 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t8C35E6858C0ADDC87E4CC827F96A4B00391F3E07 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t8C35E6858C0ADDC87E4CC827F96A4B00391F3E07 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t8C35E6858C0ADDC87E4CC827F96A4B00391F3E07 *)L_0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t8C35E6858C0ADDC87E4CC827F96A4B00391F3E07 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t8C35E6858C0ADDC87E4CC827F96A4B00391F3E07 *)L_1; Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * L_5 = (Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tA8EC12D376DDD4FEB28D5097FBC1AE422C37DDE5 * Enumerable_CombineSelectors_TisJsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB_TisRuntimeObject_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m25F41C832C22B2F937AF30701B40405255E628DC_gshared (Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * ___selector10, Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tDA7F833C5E20EC3453C53C41B30FACD4EBE241AD * L_0 = (U3CU3Ec__DisplayClass7_0_3_tDA7F833C5E20EC3453C53C41B30FACD4EBE241AD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tDA7F833C5E20EC3453C53C41B30FACD4EBE241AD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_tDA7F833C5E20EC3453C53C41B30FACD4EBE241AD * L_1 = (U3CU3Ec__DisplayClass7_0_3_tDA7F833C5E20EC3453C53C41B30FACD4EBE241AD *)L_0; Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tDA7F833C5E20EC3453C53C41B30FACD4EBE241AD * L_3 = (U3CU3Ec__DisplayClass7_0_3_tDA7F833C5E20EC3453C53C41B30FACD4EBE241AD *)L_1; Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tA8EC12D376DDD4FEB28D5097FBC1AE422C37DDE5 * L_5 = (Func_2_tA8EC12D376DDD4FEB28D5097FBC1AE422C37DDE5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tA8EC12D376DDD4FEB28D5097FBC1AE422C37DDE5 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tA8EC12D376DDD4FEB28D5097FBC1AE422C37DDE5 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tA8EC12D376DDD4FEB28D5097FBC1AE422C37DDE5 * Enumerable_CombineSelectors_TisJsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mDD3CD36DA92FA9B3D6E5E40F5112BA2D75E12FA2_gshared (Func_2_tA8EC12D376DDD4FEB28D5097FBC1AE422C37DDE5 * ___selector10, Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t1596DDB247A88614C745F1EDBABA0075E47AB5CA * L_0 = (U3CU3Ec__DisplayClass7_0_3_t1596DDB247A88614C745F1EDBABA0075E47AB5CA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t1596DDB247A88614C745F1EDBABA0075E47AB5CA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CU3Ec__DisplayClass7_0_3_t1596DDB247A88614C745F1EDBABA0075E47AB5CA * L_1 = (U3CU3Ec__DisplayClass7_0_3_t1596DDB247A88614C745F1EDBABA0075E47AB5CA *)L_0; Func_2_tB224684875B4AE61A1AA0AA7CF56FECBA7C43441 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t1596DDB247A88614C745F1EDBABA0075E47AB5CA * L_3 = (U3CU3Ec__DisplayClass7_0_3_t1596DDB247A88614C745F1EDBABA0075E47AB5CA *)L_1; Func_2_tA8EC12D376DDD4FEB28D5097FBC1AE422C37DDE5 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tA8EC12D376DDD4FEB28D5097FBC1AE422C37DDE5 * L_5 = (Func_2_tA8EC12D376DDD4FEB28D5097FBC1AE422C37DDE5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tA8EC12D376DDD4FEB28D5097FBC1AE422C37DDE5 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)L_3, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (Func_2_tA8EC12D376DDD4FEB28D5097FBC1AE422C37DDE5 *)L_5; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Concat(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Concat_TisRuntimeObject_m6A0686054DDA11F3037755462975597B46809E48_gshared (RuntimeObject* ___first0, RuntimeObject* ___second1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___first0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7342733D8103FEFBE51AC627B4F279696F4D7CC9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Concat_TisRuntimeObject_m6A0686054DDA11F3037755462975597B46809E48_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___second1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral363278D8E9773708C6063667EE23AA08E939B3C7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Concat_TisRuntimeObject_m6A0686054DDA11F3037755462975597B46809E48_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___first0; RuntimeObject* L_5 = ___second1; RuntimeObject* L_6; L_6 = (( RuntimeObject* (*) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject*)L_4, (RuntimeObject*)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (RuntimeObject*)L_6; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::ConcatIterator(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_ConcatIterator_TisRuntimeObject_m0AAB15DEE059C6555F5300522E554E46F1D7AC3D_gshared (RuntimeObject* ___first0, RuntimeObject* ___second1, const RuntimeMethod* method) { { U3CConcatIteratorU3Ed__59_1_t14306A71C6F3C4D7E6EC77C87D10EC0F1187461E * L_0 = (U3CConcatIteratorU3Ed__59_1_t14306A71C6F3C4D7E6EC77C87D10EC0F1187461E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CConcatIteratorU3Ed__59_1_t14306A71C6F3C4D7E6EC77C87D10EC0F1187461E *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, (int32_t)((int32_t)-2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CConcatIteratorU3Ed__59_1_t14306A71C6F3C4D7E6EC77C87D10EC0F1187461E * L_1 = (U3CConcatIteratorU3Ed__59_1_t14306A71C6F3C4D7E6EC77C87D10EC0F1187461E *)L_0; RuntimeObject* L_2 = ___first0; NullCheck(L_1); L_1->set_U3CU3E3__first_4(L_2); U3CConcatIteratorU3Ed__59_1_t14306A71C6F3C4D7E6EC77C87D10EC0F1187461E * L_3 = (U3CConcatIteratorU3Ed__59_1_t14306A71C6F3C4D7E6EC77C87D10EC0F1187461E *)L_1; RuntimeObject* L_4 = ___second1; NullCheck(L_3); L_3->set_U3CU3E3__second_6(L_4); return (RuntimeObject*)L_3; } } // System.Boolean System.Linq.Enumerable::Contains(System.Collections.Generic.IEnumerable`1,TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Contains_TisRuntimeObject_m35E316E1902EA6FA1E1CC48ECE6E20D6E1CC9587_gshared (RuntimeObject* ___source0, RuntimeObject * ___value1, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0012; } } { RuntimeObject* L_2 = V_0; RuntimeObject * L_3 = ___value1; NullCheck((RuntimeObject*)L_2); bool L_4; L_4 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(4 /* System.Boolean System.Collections.Generic.ICollection`1::Contains(!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_2, (RuntimeObject *)L_3); return (bool)L_4; } IL_0012: { RuntimeObject* L_5 = ___source0; RuntimeObject * L_6 = ___value1; bool L_7; L_7 = (( bool (*) (RuntimeObject*, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((RuntimeObject*)L_5, (RuntimeObject *)L_6, (RuntimeObject*)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (bool)L_7; } } // System.Boolean System.Linq.Enumerable::Contains(System.Collections.Generic.IEnumerable`1,TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Contains_TisHIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1_m29299AE4039D5BADEA32996DA670E2833A5C8DDA_gshared (RuntimeObject* ___source0, HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 ___value1, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0012; } } { RuntimeObject* L_2 = V_0; HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 L_3 = ___value1; NullCheck((RuntimeObject*)L_2); bool L_4; L_4 = InterfaceFuncInvoker1< bool, HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 >::Invoke(4 /* System.Boolean System.Collections.Generic.ICollection`1::Contains(!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_2, (HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 )L_3); return (bool)L_4; } IL_0012: { RuntimeObject* L_5 = ___source0; HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 L_6 = ___value1; bool L_7; L_7 = (( bool (*) (RuntimeObject*, HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 , RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((RuntimeObject*)L_5, (HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 )L_6, (RuntimeObject*)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (bool)L_7; } } // System.Boolean System.Linq.Enumerable::Contains(System.Collections.Generic.IEnumerable`1,TSource,System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Contains_TisRuntimeObject_m355A687BD2BFB4B955B875ED7347915A48D411CD_gshared (RuntimeObject* ___source0, RuntimeObject * ___value1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___comparer2; if (L_0) { goto IL_000a; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_1; L_1 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); ___comparer2 = (RuntimeObject*)L_1; } IL_000a: { RuntimeObject* L_2 = ___source0; if (L_2) { goto IL_0018; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Contains_TisRuntimeObject_m355A687BD2BFB4B955B875ED7347915A48D411CD_RuntimeMethod_var))); } IL_0018: { RuntimeObject* L_4 = ___source0; NullCheck((RuntimeObject*)L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_4); V_0 = (RuntimeObject*)L_5; } IL_001f: try { // begin try (depth: 1) { goto IL_0036; } IL_0021: { RuntimeObject* L_6 = V_0; NullCheck((RuntimeObject*)L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_6); V_1 = (RuntimeObject *)L_7; RuntimeObject* L_8 = ___comparer2; RuntimeObject * L_9 = V_1; RuntimeObject * L_10 = ___value1; NullCheck((RuntimeObject*)L_8); bool L_11; L_11 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.Generic.IEqualityComparer`1::Equals(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 4), (RuntimeObject*)L_8, (RuntimeObject *)L_9, (RuntimeObject *)L_10); if (!L_11) { goto IL_0036; } } IL_0032: { V_2 = (bool)1; IL2CPP_LEAVE(0x4C, FINALLY_0040); } IL_0036: { RuntimeObject* L_12 = V_0; NullCheck((RuntimeObject*)L_12); bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_12); if (L_13) { goto IL_0021; } } IL_003e: { IL2CPP_LEAVE(0x4A, FINALLY_0040); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0040; } FINALLY_0040: { // begin finally (depth: 1) { RuntimeObject* L_14 = V_0; if (!L_14) { goto IL_0049; } } IL_0043: { RuntimeObject* L_15 = V_0; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_15); } IL_0049: { IL2CPP_END_FINALLY(64) } } // end finally (depth: 1) IL2CPP_CLEANUP(64) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4C, IL_004c) IL2CPP_JUMP_TBL(0x4A, IL_004a) } IL_004a: { return (bool)0; } IL_004c: { bool L_16 = V_2; return (bool)L_16; } } // System.Boolean System.Linq.Enumerable::Contains(System.Collections.Generic.IEnumerable`1,TSource,System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Contains_TisHIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1_mC3DB599CBB4686EC9141454D6CF5B14C0986BB9C_gshared (RuntimeObject* ___source0, HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 ___value1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___comparer2; if (L_0) { goto IL_000a; } } { EqualityComparer_1_t01933FAAEC6DC992EB4E7381DB89BF7CE40580E7 * L_1; L_1 = (( EqualityComparer_1_t01933FAAEC6DC992EB4E7381DB89BF7CE40580E7 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); ___comparer2 = (RuntimeObject*)L_1; } IL_000a: { RuntimeObject* L_2 = ___source0; if (L_2) { goto IL_0018; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Contains_TisHIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1_mC3DB599CBB4686EC9141454D6CF5B14C0986BB9C_RuntimeMethod_var))); } IL_0018: { RuntimeObject* L_4 = ___source0; NullCheck((RuntimeObject*)L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_4); V_0 = (RuntimeObject*)L_5; } IL_001f: try { // begin try (depth: 1) { goto IL_0036; } IL_0021: { RuntimeObject* L_6 = V_0; NullCheck((RuntimeObject*)L_6); HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 L_7; L_7 = InterfaceFuncInvoker0< HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_6); V_1 = (HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 )L_7; RuntimeObject* L_8 = ___comparer2; HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 L_9 = V_1; HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 L_10 = ___value1; NullCheck((RuntimeObject*)L_8); bool L_11; L_11 = InterfaceFuncInvoker2< bool, HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 , HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 >::Invoke(0 /* System.Boolean System.Collections.Generic.IEqualityComparer`1::Equals(!0,!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 4), (RuntimeObject*)L_8, (HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 )L_9, (HIDPageUsage_t879BAF59B0E8E71FE5FCC27A695C704E7A958AC1 )L_10); if (!L_11) { goto IL_0036; } } IL_0032: { V_2 = (bool)1; IL2CPP_LEAVE(0x4C, FINALLY_0040); } IL_0036: { RuntimeObject* L_12 = V_0; NullCheck((RuntimeObject*)L_12); bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_12); if (L_13) { goto IL_0021; } } IL_003e: { IL2CPP_LEAVE(0x4A, FINALLY_0040); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0040; } FINALLY_0040: { // begin finally (depth: 1) { RuntimeObject* L_14 = V_0; if (!L_14) { goto IL_0049; } } IL_0043: { RuntimeObject* L_15 = V_0; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_15); } IL_0049: { IL2CPP_END_FINALLY(64) } } // end finally (depth: 1) IL2CPP_CLEANUP(64) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4C, IL_004c) IL2CPP_JUMP_TBL(0x4A, IL_004a) } IL_004a: { return (bool)0; } IL_004c: { bool L_16 = V_2; return (bool)L_16; } } // System.Int32 System.Linq.Enumerable::Count>(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisKeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB_m1B1F25AB48D46E2EBD3FBFC726A37CE91369AE99_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisKeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB_m1B1F25AB48D46E2EBD3FBFC726A37CE91369AE99_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Count_TisKeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB_m1B1F25AB48D46E2EBD3FBFC726A37CE91369AE99_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_001f; } } { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1>::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); return (int32_t)L_5; } IL_001f: { RuntimeObject* L_6 = ___source0; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_6, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0030; } } { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); return (int32_t)L_9; } IL_0030: { V_2 = (int32_t)0; RuntimeObject* L_10 = ___source0; NullCheck((RuntimeObject*)L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_10); V_3 = (RuntimeObject*)L_11; } IL_0039: try { // begin try (depth: 1) { goto IL_003f; } IL_003b: { int32_t L_12 = V_2; if (((int64_t)L_12 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_12 + (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Enumerable_Count_TisKeyValuePair_2_tE78AD78874BCE1BC993F92EF8CBBDC3B30E44CBB_m1B1F25AB48D46E2EBD3FBFC726A37CE91369AE99_RuntimeMethod_var); V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003f: { RuntimeObject* L_13 = V_3; NullCheck((RuntimeObject*)L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); if (L_14) { goto IL_003b; } } IL_0047: { IL2CPP_LEAVE(0x53, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_0052; } } IL_004c: { RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_16); } IL_0052: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { int32_t L_17 = V_2; return (int32_t)L_17; } } // System.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisGCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603_m041623CD9F03934737C857B2E4CEAE2B14443D75_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisGCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603_m041623CD9F03934737C857B2E4CEAE2B14443D75_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Count_TisGCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603_m041623CD9F03934737C857B2E4CEAE2B14443D75_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_001f; } } { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); return (int32_t)L_5; } IL_001f: { RuntimeObject* L_6 = ___source0; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_6, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0030; } } { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); return (int32_t)L_9; } IL_0030: { V_2 = (int32_t)0; RuntimeObject* L_10 = ___source0; NullCheck((RuntimeObject*)L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_10); V_3 = (RuntimeObject*)L_11; } IL_0039: try { // begin try (depth: 1) { goto IL_003f; } IL_003b: { int32_t L_12 = V_2; if (((int64_t)L_12 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_12 + (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Enumerable_Count_TisGCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603_m041623CD9F03934737C857B2E4CEAE2B14443D75_RuntimeMethod_var); V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003f: { RuntimeObject* L_13 = V_3; NullCheck((RuntimeObject*)L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); if (L_14) { goto IL_003b; } } IL_0047: { IL2CPP_LEAVE(0x53, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_0052; } } IL_004c: { RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_16); } IL_0052: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { int32_t L_17 = V_2; return (int32_t)L_17; } } // System.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m671088A1AD7C01360E29B373CA069781F401471B_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m671088A1AD7C01360E29B373CA069781F401471B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Count_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m671088A1AD7C01360E29B373CA069781F401471B_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_001f; } } { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); return (int32_t)L_5; } IL_001f: { RuntimeObject* L_6 = ___source0; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_6, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0030; } } { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); return (int32_t)L_9; } IL_0030: { V_2 = (int32_t)0; RuntimeObject* L_10 = ___source0; NullCheck((RuntimeObject*)L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_10); V_3 = (RuntimeObject*)L_11; } IL_0039: try { // begin try (depth: 1) { goto IL_003f; } IL_003b: { int32_t L_12 = V_2; if (((int64_t)L_12 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_12 + (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Enumerable_Count_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m671088A1AD7C01360E29B373CA069781F401471B_RuntimeMethod_var); V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003f: { RuntimeObject* L_13 = V_3; NullCheck((RuntimeObject*)L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); if (L_14) { goto IL_003b; } } IL_0047: { IL2CPP_LEAVE(0x53, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_0052; } } IL_004c: { RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_16); } IL_0052: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { int32_t L_17 = V_2; return (int32_t)L_17; } } // System.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m3D22ED9DC0D66A33342DF2922406CED0B49261F8_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m3D22ED9DC0D66A33342DF2922406CED0B49261F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Count_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m3D22ED9DC0D66A33342DF2922406CED0B49261F8_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_001f; } } { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); return (int32_t)L_5; } IL_001f: { RuntimeObject* L_6 = ___source0; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_6, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0030; } } { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); return (int32_t)L_9; } IL_0030: { V_2 = (int32_t)0; RuntimeObject* L_10 = ___source0; NullCheck((RuntimeObject*)L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_10); V_3 = (RuntimeObject*)L_11; } IL_0039: try { // begin try (depth: 1) { goto IL_003f; } IL_003b: { int32_t L_12 = V_2; if (((int64_t)L_12 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_12 + (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Enumerable_Count_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m3D22ED9DC0D66A33342DF2922406CED0B49261F8_RuntimeMethod_var); V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003f: { RuntimeObject* L_13 = V_3; NullCheck((RuntimeObject*)L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); if (L_14) { goto IL_003b; } } IL_0047: { IL2CPP_LEAVE(0x53, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_0052; } } IL_004c: { RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_16); } IL_0052: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { int32_t L_17 = V_2; return (int32_t)L_17; } } // System.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisRuntimeObject_m5B27E1340F78E034D026CD054BAEC784F9B4BC54_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisRuntimeObject_m5B27E1340F78E034D026CD054BAEC784F9B4BC54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Count_TisRuntimeObject_m5B27E1340F78E034D026CD054BAEC784F9B4BC54_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_001f; } } { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); return (int32_t)L_5; } IL_001f: { RuntimeObject* L_6 = ___source0; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_6, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0030; } } { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); return (int32_t)L_9; } IL_0030: { V_2 = (int32_t)0; RuntimeObject* L_10 = ___source0; NullCheck((RuntimeObject*)L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_10); V_3 = (RuntimeObject*)L_11; } IL_0039: try { // begin try (depth: 1) { goto IL_003f; } IL_003b: { int32_t L_12 = V_2; if (((int64_t)L_12 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_12 + (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Enumerable_Count_TisRuntimeObject_m5B27E1340F78E034D026CD054BAEC784F9B4BC54_RuntimeMethod_var); V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003f: { RuntimeObject* L_13 = V_3; NullCheck((RuntimeObject*)L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); if (L_14) { goto IL_003b; } } IL_0047: { IL2CPP_LEAVE(0x53, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_0052; } } IL_004c: { RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_16); } IL_0052: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { int32_t L_17 = V_2; return (int32_t)L_17; } } // System.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisPointerModel_t694B1146EE8307E8A4F003672E846E61E442860B_m27EED58DD796ADB28D12226F3E695685A9159323_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisPointerModel_t694B1146EE8307E8A4F003672E846E61E442860B_m27EED58DD796ADB28D12226F3E695685A9159323_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Count_TisPointerModel_t694B1146EE8307E8A4F003672E846E61E442860B_m27EED58DD796ADB28D12226F3E695685A9159323_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_001f; } } { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); return (int32_t)L_5; } IL_001f: { RuntimeObject* L_6 = ___source0; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_6, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0030; } } { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); return (int32_t)L_9; } IL_0030: { V_2 = (int32_t)0; RuntimeObject* L_10 = ___source0; NullCheck((RuntimeObject*)L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_10); V_3 = (RuntimeObject*)L_11; } IL_0039: try { // begin try (depth: 1) { goto IL_003f; } IL_003b: { int32_t L_12 = V_2; if (((int64_t)L_12 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_12 + (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Enumerable_Count_TisPointerModel_t694B1146EE8307E8A4F003672E846E61E442860B_m27EED58DD796ADB28D12226F3E695685A9159323_RuntimeMethod_var); V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003f: { RuntimeObject* L_13 = V_3; NullCheck((RuntimeObject*)L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); if (L_14) { goto IL_003b; } } IL_0047: { IL2CPP_LEAVE(0x53, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_0052; } } IL_004c: { RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_16); } IL_0052: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { int32_t L_17 = V_2; return (int32_t)L_17; } } // System.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_mE5D1E61DE5830153B4AA6DDA98A0B3E649CF05A2_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_mE5D1E61DE5830153B4AA6DDA98A0B3E649CF05A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Count_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_mE5D1E61DE5830153B4AA6DDA98A0B3E649CF05A2_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_001f; } } { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); return (int32_t)L_5; } IL_001f: { RuntimeObject* L_6 = ___source0; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_6, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0030; } } { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); return (int32_t)L_9; } IL_0030: { V_2 = (int32_t)0; RuntimeObject* L_10 = ___source0; NullCheck((RuntimeObject*)L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_10); V_3 = (RuntimeObject*)L_11; } IL_0039: try { // begin try (depth: 1) { goto IL_003f; } IL_003b: { int32_t L_12 = V_2; if (((int64_t)L_12 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_12 + (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Enumerable_Count_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_mE5D1E61DE5830153B4AA6DDA98A0B3E649CF05A2_RuntimeMethod_var); V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003f: { RuntimeObject* L_13 = V_3; NullCheck((RuntimeObject*)L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); if (L_14) { goto IL_003b; } } IL_0047: { IL2CPP_LEAVE(0x53, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_0052; } } IL_004c: { RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_16); } IL_0052: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { int32_t L_17 = V_2; return (int32_t)L_17; } } // System.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mBD4A1E2ABCA4C29164E17D2DD6241183A4AE4644_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mBD4A1E2ABCA4C29164E17D2DD6241183A4AE4644_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Count_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mBD4A1E2ABCA4C29164E17D2DD6241183A4AE4644_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_001f; } } { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); return (int32_t)L_5; } IL_001f: { RuntimeObject* L_6 = ___source0; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_6, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0030; } } { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); return (int32_t)L_9; } IL_0030: { V_2 = (int32_t)0; RuntimeObject* L_10 = ___source0; NullCheck((RuntimeObject*)L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_10); V_3 = (RuntimeObject*)L_11; } IL_0039: try { // begin try (depth: 1) { goto IL_003f; } IL_003b: { int32_t L_12 = V_2; if (((int64_t)L_12 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_12 + (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Enumerable_Count_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mBD4A1E2ABCA4C29164E17D2DD6241183A4AE4644_RuntimeMethod_var); V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003f: { RuntimeObject* L_13 = V_3; NullCheck((RuntimeObject*)L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); if (L_14) { goto IL_003b; } } IL_0047: { IL2CPP_LEAVE(0x53, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_0052; } } IL_004c: { RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_16); } IL_0052: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { int32_t L_17 = V_2; return (int32_t)L_17; } } // System.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m5FCCD02206FA0C2C662D9C5C3E30B5CD07458726_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m5FCCD02206FA0C2C662D9C5C3E30B5CD07458726_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Count_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m5FCCD02206FA0C2C662D9C5C3E30B5CD07458726_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_001f; } } { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); return (int32_t)L_5; } IL_001f: { RuntimeObject* L_6 = ___source0; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_6, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0030; } } { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); return (int32_t)L_9; } IL_0030: { V_2 = (int32_t)0; RuntimeObject* L_10 = ___source0; NullCheck((RuntimeObject*)L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_10); V_3 = (RuntimeObject*)L_11; } IL_0039: try { // begin try (depth: 1) { goto IL_003f; } IL_003b: { int32_t L_12 = V_2; if (((int64_t)L_12 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_12 + (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Enumerable_Count_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m5FCCD02206FA0C2C662D9C5C3E30B5CD07458726_RuntimeMethod_var); V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003f: { RuntimeObject* L_13 = V_3; NullCheck((RuntimeObject*)L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); if (L_14) { goto IL_003b; } } IL_0047: { IL2CPP_LEAVE(0x53, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_0052; } } IL_004c: { RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_16); } IL_0052: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { int32_t L_17 = V_2; return (int32_t)L_17; } } // System.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_Tisfloat3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D_mCC2FD635ECD8B31CE0577ACEB367E0AA43D6B6F3_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_Tisfloat3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D_mCC2FD635ECD8B31CE0577ACEB367E0AA43D6B6F3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Count_Tisfloat3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D_mCC2FD635ECD8B31CE0577ACEB367E0AA43D6B6F3_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_001f; } } { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); return (int32_t)L_5; } IL_001f: { RuntimeObject* L_6 = ___source0; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_6, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0030; } } { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); return (int32_t)L_9; } IL_0030: { V_2 = (int32_t)0; RuntimeObject* L_10 = ___source0; NullCheck((RuntimeObject*)L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_10); V_3 = (RuntimeObject*)L_11; } IL_0039: try { // begin try (depth: 1) { goto IL_003f; } IL_003b: { int32_t L_12 = V_2; if (((int64_t)L_12 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_12 + (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Enumerable_Count_Tisfloat3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D_mCC2FD635ECD8B31CE0577ACEB367E0AA43D6B6F3_RuntimeMethod_var); V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003f: { RuntimeObject* L_13 = V_3; NullCheck((RuntimeObject*)L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); if (L_14) { goto IL_003b; } } IL_0047: { IL2CPP_LEAVE(0x53, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_0052; } } IL_004c: { RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_16); } IL_0052: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { int32_t L_17 = V_2; return (int32_t)L_17; } } // System.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisStateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391_mAE0F4737D0268E4BCDC0F0D144D2841A38E653BE_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisStateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391_mAE0F4737D0268E4BCDC0F0D144D2841A38E653BE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Count_TisStateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391_mAE0F4737D0268E4BCDC0F0D144D2841A38E653BE_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_001f; } } { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); return (int32_t)L_5; } IL_001f: { RuntimeObject* L_6 = ___source0; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_6, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0030; } } { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); return (int32_t)L_9; } IL_0030: { V_2 = (int32_t)0; RuntimeObject* L_10 = ___source0; NullCheck((RuntimeObject*)L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_10); V_3 = (RuntimeObject*)L_11; } IL_0039: try { // begin try (depth: 1) { goto IL_003f; } IL_003b: { int32_t L_12 = V_2; if (((int64_t)L_12 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_12 + (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Enumerable_Count_TisStateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391_mAE0F4737D0268E4BCDC0F0D144D2841A38E653BE_RuntimeMethod_var); V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003f: { RuntimeObject* L_13 = V_3; NullCheck((RuntimeObject*)L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); if (L_14) { goto IL_003b; } } IL_0047: { IL2CPP_LEAVE(0x53, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_0052; } } IL_004c: { RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_16); } IL_0052: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { int32_t L_17 = V_2; return (int32_t)L_17; } } // System.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisOngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E_m4EDAB2AFA124616285DA11E670599E3C23FA6E28_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisOngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E_m4EDAB2AFA124616285DA11E670599E3C23FA6E28_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Count_TisOngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E_m4EDAB2AFA124616285DA11E670599E3C23FA6E28_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_001f; } } { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); return (int32_t)L_5; } IL_001f: { RuntimeObject* L_6 = ___source0; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_6, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0030; } } { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); return (int32_t)L_9; } IL_0030: { V_2 = (int32_t)0; RuntimeObject* L_10 = ___source0; NullCheck((RuntimeObject*)L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_10); V_3 = (RuntimeObject*)L_11; } IL_0039: try { // begin try (depth: 1) { goto IL_003f; } IL_003b: { int32_t L_12 = V_2; if (((int64_t)L_12 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_12 + (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Enumerable_Count_TisOngoingAccountSelection_tD333D4FF49EF1F6A9A3EA8ABC61B6027A8A3DB4E_m4EDAB2AFA124616285DA11E670599E3C23FA6E28_RuntimeMethod_var); V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003f: { RuntimeObject* L_13 = V_3; NullCheck((RuntimeObject*)L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); if (L_14) { goto IL_003b; } } IL_0047: { IL2CPP_LEAVE(0x53, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_0052; } } IL_004c: { RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_16); } IL_0052: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { int32_t L_17 = V_2; return (int32_t)L_17; } } // System.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisOnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D_mC42AD92BF2DDBA4FE36DCF4421FBB114FE82B421_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisOnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D_mC42AD92BF2DDBA4FE36DCF4421FBB114FE82B421_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Count_TisOnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D_mC42AD92BF2DDBA4FE36DCF4421FBB114FE82B421_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_001f; } } { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); return (int32_t)L_5; } IL_001f: { RuntimeObject* L_6 = ___source0; V_1 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_6, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = V_1; if (!L_7) { goto IL_0030; } } { RuntimeObject* L_8 = V_1; NullCheck((RuntimeObject*)L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); return (int32_t)L_9; } IL_0030: { V_2 = (int32_t)0; RuntimeObject* L_10 = ___source0; NullCheck((RuntimeObject*)L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_10); V_3 = (RuntimeObject*)L_11; } IL_0039: try { // begin try (depth: 1) { goto IL_003f; } IL_003b: { int32_t L_12 = V_2; if (((int64_t)L_12 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_12 + (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Enumerable_Count_TisOnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D_mC42AD92BF2DDBA4FE36DCF4421FBB114FE82B421_RuntimeMethod_var); V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003f: { RuntimeObject* L_13 = V_3; NullCheck((RuntimeObject*)L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); if (L_14) { goto IL_003b; } } IL_0047: { IL2CPP_LEAVE(0x53, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_3; if (!L_15) { goto IL_0052; } } IL_004c: { RuntimeObject* L_16 = V_3; NullCheck((RuntimeObject*)L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_16); } IL_0052: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { int32_t L_17 = V_2; return (int32_t)L_17; } } // System.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisRuntimeObject_m4A1D381A53259B51B95F9576FC6867CD31F785D0_gshared (RuntimeObject* ___source0, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisRuntimeObject_m4A1D381A53259B51B95F9576FC6867CD31F785D0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Count_TisRuntimeObject_m4A1D381A53259B51B95F9576FC6867CD31F785D0_RuntimeMethod_var))); } IL_000e: { Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7EE837B2FC81E79F9F96BEFD9CD8B64870F5C628)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Count_TisRuntimeObject_m4A1D381A53259B51B95F9576FC6867CD31F785D0_RuntimeMethod_var))); } IL_001c: { V_0 = (int32_t)0; RuntimeObject* L_4 = ___source0; NullCheck((RuntimeObject*)L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); V_1 = (RuntimeObject*)L_5; } IL_0025: try { // begin try (depth: 1) { goto IL_003b; } IL_0027: { RuntimeObject* L_6 = V_1; NullCheck((RuntimeObject*)L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_6); V_2 = (RuntimeObject *)L_7; Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_8 = ___predicate1; RuntimeObject * L_9 = V_2; NullCheck((Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_8); bool L_10; L_10 = (( bool (*) (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_8, (RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (!L_10) { goto IL_003b; } } IL_0037: { int32_t L_11 = V_0; if (((int64_t)L_11 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_11 + (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Enumerable_Count_TisRuntimeObject_m4A1D381A53259B51B95F9576FC6867CD31F785D0_RuntimeMethod_var); V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_003b: { RuntimeObject* L_12 = V_1; NullCheck((RuntimeObject*)L_12); bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_12); if (L_13) { goto IL_0027; } } IL_0043: { IL2CPP_LEAVE(0x4F, FINALLY_0045); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0045; } FINALLY_0045: { // begin finally (depth: 1) { RuntimeObject* L_14 = V_1; if (!L_14) { goto IL_004e; } } IL_0048: { RuntimeObject* L_15 = V_1; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_15); } IL_004e: { IL2CPP_END_FINALLY(69) } } // end finally (depth: 1) IL2CPP_CLEANUP(69) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4F, IL_004f) } IL_004f: { int32_t L_16 = V_0; return (int32_t)L_16; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Distinct(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Distinct_TisRuntimeObject_mE3FD5E44635052DB6ABF7250C645DE8979C8E9C1_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Distinct_TisRuntimeObject_mE3FD5E44635052DB6ABF7250C645DE8979C8E9C1_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; RuntimeObject* L_3; L_3 = (( RuntimeObject* (*) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject*)L_2, (RuntimeObject*)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (RuntimeObject*)L_3; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::DistinctIterator(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_DistinctIterator_TisRuntimeObject_m2F353BA9105CF7C6DAF18457B04EF17EC04236B0_gshared (RuntimeObject* ___source0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { { U3CDistinctIteratorU3Ed__68_1_t6525A0CB7B3ABAE89639254AE28C18DD73ABA349 * L_0 = (U3CDistinctIteratorU3Ed__68_1_t6525A0CB7B3ABAE89639254AE28C18DD73ABA349 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CDistinctIteratorU3Ed__68_1_t6525A0CB7B3ABAE89639254AE28C18DD73ABA349 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, (int32_t)((int32_t)-2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CDistinctIteratorU3Ed__68_1_t6525A0CB7B3ABAE89639254AE28C18DD73ABA349 * L_1 = (U3CDistinctIteratorU3Ed__68_1_t6525A0CB7B3ABAE89639254AE28C18DD73ABA349 *)L_0; RuntimeObject* L_2 = ___source0; NullCheck(L_1); L_1->set_U3CU3E3__source_6(L_2); U3CDistinctIteratorU3Ed__68_1_t6525A0CB7B3ABAE89639254AE28C18DD73ABA349 * L_3 = (U3CDistinctIteratorU3Ed__68_1_t6525A0CB7B3ABAE89639254AE28C18DD73ABA349 *)L_1; RuntimeObject* L_4 = ___comparer1; NullCheck(L_3); L_3->set_U3CU3E3__comparer_4(L_4); return (RuntimeObject*)L_3; } } // TSource System.Linq.Enumerable::ElementAt>(System.Collections.Generic.IEnumerable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerable_ElementAt_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_m46CCD5BA7FDEC15F2890A72B641ECB86CDDCC066_gshared (RuntimeObject* ___source0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_ElementAt_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_m46CCD5BA7FDEC15F2890A72B641ECB86CDDCC066_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_0020; } } { RuntimeObject* L_4 = V_0; int32_t L_5 = ___index1; NullCheck((RuntimeObject*)L_4); KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_6; L_6 = InterfaceFuncInvoker1< KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4, (int32_t)L_5); return (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_6; } IL_0020: { int32_t L_7 = ___index1; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_002f; } } { Exception_t * L_8; L_8 = Error_ArgumentOutOfRange_mBF9354F0EDEE6E4BA57F3DA1663A91A5B61CEB9D((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_ElementAt_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_m46CCD5BA7FDEC15F2890A72B641ECB86CDDCC066_RuntimeMethod_var))); } IL_002f: { RuntimeObject* L_9 = ___source0; NullCheck((RuntimeObject*)L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_9); V_1 = (RuntimeObject*)L_10; } IL_0036: try { // begin try (depth: 1) { RuntimeObject* L_11 = V_1; NullCheck((RuntimeObject*)L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_11); if (L_12) { goto IL_0049; } } IL_003e: { Exception_t * L_13; L_13 = Error_ArgumentOutOfRange_mBF9354F0EDEE6E4BA57F3DA1663A91A5B61CEB9D((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_ElementAt_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_m46CCD5BA7FDEC15F2890A72B641ECB86CDDCC066_RuntimeMethod_var))); } IL_0049: { int32_t L_14 = ___index1; if (L_14) { goto IL_0055; } } IL_004c: { RuntimeObject* L_15 = V_1; NullCheck((RuntimeObject*)L_15); KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_16; L_16 = InterfaceFuncInvoker0< KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_15); V_2 = (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_16; IL2CPP_LEAVE(0x66, FINALLY_005c); } IL_0055: { int32_t L_17 = ___index1; ___index1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); goto IL_0036; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005c; } FINALLY_005c: { // begin finally (depth: 1) { RuntimeObject* L_18 = V_1; if (!L_18) { goto IL_0065; } } IL_005f: { RuntimeObject* L_19 = V_1; NullCheck((RuntimeObject*)L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_19); } IL_0065: { IL2CPP_END_FINALLY(92) } } // end finally (depth: 1) IL2CPP_CLEANUP(92) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x66, IL_0066) } IL_0066: { KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_20 = V_2; return (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_20; } } // TSource System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_ElementAt_TisRuntimeObject_m9932D6AD1DEABE814E5E39B7230B40CCA1481997_gshared (RuntimeObject* ___source0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_ElementAt_TisRuntimeObject_m9932D6AD1DEABE814E5E39B7230B40CCA1481997_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_0020; } } { RuntimeObject* L_4 = V_0; int32_t L_5 = ___index1; NullCheck((RuntimeObject*)L_4); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4, (int32_t)L_5); return (RuntimeObject *)L_6; } IL_0020: { int32_t L_7 = ___index1; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_002f; } } { Exception_t * L_8; L_8 = Error_ArgumentOutOfRange_mBF9354F0EDEE6E4BA57F3DA1663A91A5B61CEB9D((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_ElementAt_TisRuntimeObject_m9932D6AD1DEABE814E5E39B7230B40CCA1481997_RuntimeMethod_var))); } IL_002f: { RuntimeObject* L_9 = ___source0; NullCheck((RuntimeObject*)L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_9); V_1 = (RuntimeObject*)L_10; } IL_0036: try { // begin try (depth: 1) { RuntimeObject* L_11 = V_1; NullCheck((RuntimeObject*)L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_11); if (L_12) { goto IL_0049; } } IL_003e: { Exception_t * L_13; L_13 = Error_ArgumentOutOfRange_mBF9354F0EDEE6E4BA57F3DA1663A91A5B61CEB9D((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_ElementAt_TisRuntimeObject_m9932D6AD1DEABE814E5E39B7230B40CCA1481997_RuntimeMethod_var))); } IL_0049: { int32_t L_14 = ___index1; if (L_14) { goto IL_0055; } } IL_004c: { RuntimeObject* L_15 = V_1; NullCheck((RuntimeObject*)L_15); RuntimeObject * L_16; L_16 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_15); V_2 = (RuntimeObject *)L_16; IL2CPP_LEAVE(0x66, FINALLY_005c); } IL_0055: { int32_t L_17 = ___index1; ___index1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); goto IL_0036; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005c; } FINALLY_005c: { // begin finally (depth: 1) { RuntimeObject* L_18 = V_1; if (!L_18) { goto IL_0065; } } IL_005f: { RuntimeObject* L_19 = V_1; NullCheck((RuntimeObject*)L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_19); } IL_0065: { IL2CPP_END_FINALLY(92) } } // end finally (depth: 1) IL2CPP_CLEANUP(92) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x66, IL_0066) } IL_0066: { RuntimeObject * L_20 = V_2; return (RuntimeObject *)L_20; } } // TSource System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Enumerable_ElementAt_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m3B83CA7620A1B54C5A6702E2ABCBE67F3B27F6AB_gshared (RuntimeObject* ___source0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; uint32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_ElementAt_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m3B83CA7620A1B54C5A6702E2ABCBE67F3B27F6AB_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_0020; } } { RuntimeObject* L_4 = V_0; int32_t L_5 = ___index1; NullCheck((RuntimeObject*)L_4); uint32_t L_6; L_6 = InterfaceFuncInvoker1< uint32_t, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4, (int32_t)L_5); return (uint32_t)L_6; } IL_0020: { int32_t L_7 = ___index1; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_002f; } } { Exception_t * L_8; L_8 = Error_ArgumentOutOfRange_mBF9354F0EDEE6E4BA57F3DA1663A91A5B61CEB9D((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_ElementAt_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m3B83CA7620A1B54C5A6702E2ABCBE67F3B27F6AB_RuntimeMethod_var))); } IL_002f: { RuntimeObject* L_9 = ___source0; NullCheck((RuntimeObject*)L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_9); V_1 = (RuntimeObject*)L_10; } IL_0036: try { // begin try (depth: 1) { RuntimeObject* L_11 = V_1; NullCheck((RuntimeObject*)L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_11); if (L_12) { goto IL_0049; } } IL_003e: { Exception_t * L_13; L_13 = Error_ArgumentOutOfRange_mBF9354F0EDEE6E4BA57F3DA1663A91A5B61CEB9D((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_ElementAt_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m3B83CA7620A1B54C5A6702E2ABCBE67F3B27F6AB_RuntimeMethod_var))); } IL_0049: { int32_t L_14 = ___index1; if (L_14) { goto IL_0055; } } IL_004c: { RuntimeObject* L_15 = V_1; NullCheck((RuntimeObject*)L_15); uint32_t L_16; L_16 = InterfaceFuncInvoker0< uint32_t >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_15); V_2 = (uint32_t)L_16; IL2CPP_LEAVE(0x66, FINALLY_005c); } IL_0055: { int32_t L_17 = ___index1; ___index1 = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)); goto IL_0036; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005c; } FINALLY_005c: { // begin finally (depth: 1) { RuntimeObject* L_18 = V_1; if (!L_18) { goto IL_0065; } } IL_005f: { RuntimeObject* L_19 = V_1; NullCheck((RuntimeObject*)L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_19); } IL_0065: { IL2CPP_END_FINALLY(92) } } // end finally (depth: 1) IL2CPP_CLEANUP(92) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x66, IL_0066) } IL_0066: { uint32_t L_20 = V_2; return (uint32_t)L_20; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Empty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Empty_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_m71B7B341FE88E85470B365BF01505DA9FC41CB4D_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* L_0 = ((EmptyEnumerable_1_t3EC83D0CDB97EC1E6EF8947DA317677A6F06FCF5_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Instance_0(); return (RuntimeObject*)L_0; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Empty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Empty_TisRuntimeObject_mDE1244D373224C35ABE817746F98A231D65C9EA0_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ((EmptyEnumerable_1_tB6A330001520792410A46A172F103A91B1608883_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Instance_0(); return (RuntimeObject*)L_0; } } // TSource System.Linq.Enumerable::First>(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerable_First_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_m18BDD453CAE9E7F45816D3BEAFEC5B245EEC536A_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_First_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_m18BDD453CAE9E7F45816D3BEAFEC5B245EEC536A_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_0029; } } { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1>::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_4); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_004d; } } { RuntimeObject* L_6 = V_0; NullCheck((RuntimeObject*)L_6); KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_7; L_7 = InterfaceFuncInvoker1< KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_6, (int32_t)0); return (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_7; } IL_0029: { RuntimeObject* L_8 = ___source0; NullCheck((RuntimeObject*)L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_8); V_1 = (RuntimeObject*)L_9; } IL_0030: try { // begin try (depth: 1) { RuntimeObject* L_10 = V_1; NullCheck((RuntimeObject*)L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_10); if (!L_11) { goto IL_0041; } } IL_0038: { RuntimeObject* L_12 = V_1; NullCheck((RuntimeObject*)L_12); KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_13; L_13 = InterfaceFuncInvoker0< KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_12); V_2 = (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_13; IL2CPP_LEAVE(0x53, FINALLY_0043); } IL_0041: { IL2CPP_LEAVE(0x4D, FINALLY_0043); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0043; } FINALLY_0043: { // begin finally (depth: 1) { RuntimeObject* L_14 = V_1; if (!L_14) { goto IL_004c; } } IL_0046: { RuntimeObject* L_15 = V_1; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_15); } IL_004c: { IL2CPP_END_FINALLY(67) } } // end finally (depth: 1) IL2CPP_CLEANUP(67) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) IL2CPP_JUMP_TBL(0x4D, IL_004d) } IL_004d: { Exception_t * L_16; L_16 = Error_NoElements_mE25C4D4F2FE86A32704624613D751BE305953E49(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_First_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_m18BDD453CAE9E7F45816D3BEAFEC5B245EEC536A_RuntimeMethod_var))); } IL_0053: { KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_17 = V_2; return (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_17; } } // TSource System.Linq.Enumerable::First(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_First_TisRuntimeObject_m191CE082915F09BBEF1FA66B7F02B14D919A0FEA_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_First_TisRuntimeObject_m191CE082915F09BBEF1FA66B7F02B14D919A0FEA_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_0029; } } { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_4); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_004d; } } { RuntimeObject* L_6 = V_0; NullCheck((RuntimeObject*)L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_6, (int32_t)0); return (RuntimeObject *)L_7; } IL_0029: { RuntimeObject* L_8 = ___source0; NullCheck((RuntimeObject*)L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_8); V_1 = (RuntimeObject*)L_9; } IL_0030: try { // begin try (depth: 1) { RuntimeObject* L_10 = V_1; NullCheck((RuntimeObject*)L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_10); if (!L_11) { goto IL_0041; } } IL_0038: { RuntimeObject* L_12 = V_1; NullCheck((RuntimeObject*)L_12); RuntimeObject * L_13; L_13 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_12); V_2 = (RuntimeObject *)L_13; IL2CPP_LEAVE(0x53, FINALLY_0043); } IL_0041: { IL2CPP_LEAVE(0x4D, FINALLY_0043); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0043; } FINALLY_0043: { // begin finally (depth: 1) { RuntimeObject* L_14 = V_1; if (!L_14) { goto IL_004c; } } IL_0046: { RuntimeObject* L_15 = V_1; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_15); } IL_004c: { IL2CPP_END_FINALLY(67) } } // end finally (depth: 1) IL2CPP_CLEANUP(67) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) IL2CPP_JUMP_TBL(0x4D, IL_004d) } IL_004d: { Exception_t * L_16; L_16 = Error_NoElements_mE25C4D4F2FE86A32704624613D751BE305953E49(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_First_TisRuntimeObject_m191CE082915F09BBEF1FA66B7F02B14D919A0FEA_RuntimeMethod_var))); } IL_0053: { RuntimeObject * L_17 = V_2; return (RuntimeObject *)L_17; } } // TSource System.Linq.Enumerable::FirstOrDefault(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_FirstOrDefault_TisRuntimeObject_mC01F0D1A25CE71042DDEC7C7F1D8CBB3B3226A2C_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_FirstOrDefault_TisRuntimeObject_mC01F0D1A25CE71042DDEC7C7F1D8CBB3B3226A2C_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_0029; } } { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_4); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_004d; } } { RuntimeObject* L_6 = V_0; NullCheck((RuntimeObject*)L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_6, (int32_t)0); return (RuntimeObject *)L_7; } IL_0029: { RuntimeObject* L_8 = ___source0; NullCheck((RuntimeObject*)L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_8); V_1 = (RuntimeObject*)L_9; } IL_0030: try { // begin try (depth: 1) { RuntimeObject* L_10 = V_1; NullCheck((RuntimeObject*)L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_10); if (!L_11) { goto IL_0041; } } IL_0038: { RuntimeObject* L_12 = V_1; NullCheck((RuntimeObject*)L_12); RuntimeObject * L_13; L_13 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_12); V_2 = (RuntimeObject *)L_13; IL2CPP_LEAVE(0x57, FINALLY_0043); } IL_0041: { IL2CPP_LEAVE(0x4D, FINALLY_0043); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0043; } FINALLY_0043: { // begin finally (depth: 1) { RuntimeObject* L_14 = V_1; if (!L_14) { goto IL_004c; } } IL_0046: { RuntimeObject* L_15 = V_1; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_15); } IL_004c: { IL2CPP_END_FINALLY(67) } } // end finally (depth: 1) IL2CPP_CLEANUP(67) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x57, IL_0057) IL2CPP_JUMP_TBL(0x4D, IL_004d) } IL_004d: { il2cpp_codegen_initobj((&V_3), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_3; return (RuntimeObject *)L_16; } IL_0057: { RuntimeObject * L_17 = V_2; return (RuntimeObject *)L_17; } } // TSource System.Linq.Enumerable::FirstOrDefault(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_FirstOrDefault_TisRuntimeObject_mA417BE155EA06B44B2F404B20A77E32A8D04FAD9_gshared (RuntimeObject* ___source0, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_FirstOrDefault_TisRuntimeObject_mA417BE155EA06B44B2F404B20A77E32A8D04FAD9_RuntimeMethod_var))); } IL_000e: { Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7EE837B2FC81E79F9F96BEFD9CD8B64870F5C628)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_FirstOrDefault_TisRuntimeObject_mA417BE155EA06B44B2F404B20A77E32A8D04FAD9_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; NullCheck((RuntimeObject*)L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); V_0 = (RuntimeObject*)L_5; } IL_0023: try { // begin try (depth: 1) { goto IL_0039; } IL_0025: { RuntimeObject* L_6 = V_0; NullCheck((RuntimeObject*)L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_6); V_1 = (RuntimeObject *)L_7; Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_8 = ___predicate1; RuntimeObject * L_9 = V_1; NullCheck((Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_8); bool L_10; L_10 = (( bool (*) (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_8, (RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (!L_10) { goto IL_0039; } } IL_0035: { RuntimeObject * L_11 = V_1; V_2 = (RuntimeObject *)L_11; IL2CPP_LEAVE(0x57, FINALLY_0043); } IL_0039: { RuntimeObject* L_12 = V_0; NullCheck((RuntimeObject*)L_12); bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_12); if (L_13) { goto IL_0025; } } IL_0041: { IL2CPP_LEAVE(0x4D, FINALLY_0043); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0043; } FINALLY_0043: { // begin finally (depth: 1) { RuntimeObject* L_14 = V_0; if (!L_14) { goto IL_004c; } } IL_0046: { RuntimeObject* L_15 = V_0; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_15); } IL_004c: { IL2CPP_END_FINALLY(67) } } // end finally (depth: 1) IL2CPP_CLEANUP(67) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x57, IL_0057) IL2CPP_JUMP_TBL(0x4D, IL_004d) } IL_004d: { il2cpp_codegen_initobj((&V_3), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_3; return (RuntimeObject *)L_16; } IL_0057: { RuntimeObject * L_17 = V_2; return (RuntimeObject *)L_17; } } // TSource System.Linq.Enumerable::Last(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_Last_TisRuntimeObject_mD86C3FE8CAF91289837BDC630B1A0F1B8CE615A2_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; RuntimeObject * V_3 = NULL; RuntimeObject * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Last_TisRuntimeObject_mD86C3FE8CAF91289837BDC630B1A0F1B8CE615A2_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; V_0 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_002d; } } { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_4); V_1 = (int32_t)L_5; int32_t L_6 = V_1; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_005c; } } { RuntimeObject* L_7 = V_0; int32_t L_8 = V_1; NullCheck((RuntimeObject*)L_7); RuntimeObject * L_9; L_9 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_7, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))); return (RuntimeObject *)L_9; } IL_002d: { RuntimeObject* L_10 = ___source0; NullCheck((RuntimeObject*)L_10); RuntimeObject* L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_10); V_2 = (RuntimeObject*)L_11; } IL_0034: try { // begin try (depth: 1) { RuntimeObject* L_12 = V_2; NullCheck((RuntimeObject*)L_12); bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_12); if (!L_13) { goto IL_0050; } } IL_003c: { RuntimeObject* L_14 = V_2; NullCheck((RuntimeObject*)L_14); RuntimeObject * L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_14); V_3 = (RuntimeObject *)L_15; RuntimeObject* L_16 = V_2; NullCheck((RuntimeObject*)L_16); bool L_17; L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_16); if (L_17) { goto IL_003c; } } IL_004b: { RuntimeObject * L_18 = V_3; V_4 = (RuntimeObject *)L_18; IL2CPP_LEAVE(0x62, FINALLY_0052); } IL_0050: { IL2CPP_LEAVE(0x5C, FINALLY_0052); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0052; } FINALLY_0052: { // begin finally (depth: 1) { RuntimeObject* L_19 = V_2; if (!L_19) { goto IL_005b; } } IL_0055: { RuntimeObject* L_20 = V_2; NullCheck((RuntimeObject*)L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_20); } IL_005b: { IL2CPP_END_FINALLY(82) } } // end finally (depth: 1) IL2CPP_CLEANUP(82) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x62, IL_0062) IL2CPP_JUMP_TBL(0x5C, IL_005c) } IL_005c: { Exception_t * L_21; L_21 = Error_NoElements_mE25C4D4F2FE86A32704624613D751BE305953E49(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Last_TisRuntimeObject_mD86C3FE8CAF91289837BDC630B1A0F1B8CE615A2_RuntimeMethod_var))); } IL_0062: { RuntimeObject * L_22 = V_4; return (RuntimeObject *)L_22; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::OfType(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_OfType_TisRuntimeObject_mC1F27CAFB04821C4927D7FFB480055612BF4CF32_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_OfType_TisRuntimeObject_mC1F27CAFB04821C4927D7FFB480055612BF4CF32_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; RuntimeObject* L_3; L_3 = (( RuntimeObject* (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (RuntimeObject*)L_3; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::OfTypeIterator(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_OfTypeIterator_TisRuntimeObject_m115A0C495EA8481A5BC6E4D8B9C6B8D33F0B89F8_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { { U3COfTypeIteratorU3Ed__97_1_t80FAA59E5855B4434EECD94BC39501CFC48167E0 * L_0 = (U3COfTypeIteratorU3Ed__97_1_t80FAA59E5855B4434EECD94BC39501CFC48167E0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3COfTypeIteratorU3Ed__97_1_t80FAA59E5855B4434EECD94BC39501CFC48167E0 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, (int32_t)((int32_t)-2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3COfTypeIteratorU3Ed__97_1_t80FAA59E5855B4434EECD94BC39501CFC48167E0 * L_1 = (U3COfTypeIteratorU3Ed__97_1_t80FAA59E5855B4434EECD94BC39501CFC48167E0 *)L_0; RuntimeObject* L_2 = ___source0; NullCheck(L_1); L_1->set_U3CU3E3__source_4(L_2); return (RuntimeObject*)L_1; } } // System.Linq.IOrderedEnumerable`1 System.Linq.Enumerable::OrderBy(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_OrderBy_TisRuntimeObject_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mDA7F5C3A4D39739E8C7523E850590606E841681C_gshared (RuntimeObject* ___source0, Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ___keySelector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_1 = ___keySelector1; OrderedEnumerable_2_t5721FCE5C4CA549578B68F391DC2712E163DFC43 * L_2 = (OrderedEnumerable_2_t5721FCE5C4CA549578B68F391DC2712E163DFC43 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (OrderedEnumerable_2_t5721FCE5C4CA549578B68F391DC2712E163DFC43 *, RuntimeObject*, Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *, RuntimeObject*, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_2, (RuntimeObject*)L_0, (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *)L_1, (RuntimeObject*)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_2; } } // System.Linq.IOrderedEnumerable`1 System.Linq.Enumerable::OrderBy(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_OrderBy_TisRuntimeObject_TisRuntimeObject_mA92AB19DB8EE2D1EE38EE0627C535D05EB8AAC27_gshared (RuntimeObject* ___source0, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___keySelector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = ___keySelector1; OrderedEnumerable_2_t2D037583B9C1B804D9A950293C2165363EED62BA * L_2 = (OrderedEnumerable_2_t2D037583B9C1B804D9A950293C2165363EED62BA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (OrderedEnumerable_2_t2D037583B9C1B804D9A950293C2165363EED62BA *, RuntimeObject*, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject*, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_2, (RuntimeObject*)L_0, (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject*)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_2; } } // System.Linq.IOrderedEnumerable`1 System.Linq.Enumerable::OrderBy(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_OrderBy_TisRuntimeObject_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mDA37D78396B68B0AC090D2899506C882C9E42CFD_gshared (RuntimeObject* ___source0, Func_2_t78F21BB7B6C7D754A8C4D71ACB39668A8F967BA1 * ___keySelector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; Func_2_t78F21BB7B6C7D754A8C4D71ACB39668A8F967BA1 * L_1 = ___keySelector1; OrderedEnumerable_2_tAFECF8F691F636B8A24850BDF25A6B69728F405E * L_2 = (OrderedEnumerable_2_tAFECF8F691F636B8A24850BDF25A6B69728F405E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (OrderedEnumerable_2_tAFECF8F691F636B8A24850BDF25A6B69728F405E *, RuntimeObject*, Func_2_t78F21BB7B6C7D754A8C4D71ACB39668A8F967BA1 *, RuntimeObject*, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_2, (RuntimeObject*)L_0, (Func_2_t78F21BB7B6C7D754A8C4D71ACB39668A8F967BA1 *)L_1, (RuntimeObject*)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_2; } } // System.Linq.IOrderedEnumerable`1 System.Linq.Enumerable::OrderByDescending(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_OrderByDescending_TisRuntimeObject_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFAEB7B5072C7762E5ED866DA5462BAB3516E515B_gshared (RuntimeObject* ___source0, Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ___keySelector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_1 = ___keySelector1; OrderedEnumerable_2_t5721FCE5C4CA549578B68F391DC2712E163DFC43 * L_2 = (OrderedEnumerable_2_t5721FCE5C4CA549578B68F391DC2712E163DFC43 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (OrderedEnumerable_2_t5721FCE5C4CA549578B68F391DC2712E163DFC43 *, RuntimeObject*, Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *, RuntimeObject*, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_2, (RuntimeObject*)L_0, (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *)L_1, (RuntimeObject*)NULL, (bool)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_2; } } // System.Linq.IOrderedEnumerable`1 System.Linq.Enumerable::OrderByDescending(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_OrderByDescending_TisRuntimeObject_TisRuntimeObject_mBA269EDB0D2BEA6A87CC291A676A14FC995BD834_gshared (RuntimeObject* ___source0, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___keySelector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = ___keySelector1; OrderedEnumerable_2_t2D037583B9C1B804D9A950293C2165363EED62BA * L_2 = (OrderedEnumerable_2_t2D037583B9C1B804D9A950293C2165363EED62BA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (OrderedEnumerable_2_t2D037583B9C1B804D9A950293C2165363EED62BA *, RuntimeObject*, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject*, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_2, (RuntimeObject*)L_0, (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (RuntimeObject*)NULL, (bool)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select,System.Object>(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_TisRuntimeObject_m04A517631EC5B58D749B24EF6D93F86637C3E4F8_gshared (RuntimeObject* ___source0, Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_TisRuntimeObject_m04A517631EC5B58D749B24EF6D93F86637C3E4F8_RuntimeMethod_var))); } IL_000e: { Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_TisRuntimeObject_m04A517631EC5B58D749B24EF6D93F86637C3E4F8_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366 *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * L_6 = ___selector1; NullCheck((Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366 *)((Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = GenericVirtFuncInvoker1< RuntimeObject*, Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366 *)((Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0047; } } { RuntimeObject* L_9 = ___source0; Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * L_10 = ___selector1; WhereSelectArrayIterator_2_t533C591223D49F5BCDFF966D68BED9A04ED2269D * L_11 = (WhereSelectArrayIterator_2_t533C591223D49F5BCDFF966D68BED9A04ED2269D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t533C591223D49F5BCDFF966D68BED9A04ED2269D *, KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C*, Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *, Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C*)((KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *)NULL, (Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject*)L_11; } IL_0047: { RuntimeObject* L_12 = ___source0; if (!((List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005d; } } { RuntimeObject* L_13 = ___source0; Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * L_14 = ___selector1; WhereSelectListIterator_2_tE552775A10E0B597E67A5A9B0010974038D5D529 * L_15 = (WhereSelectListIterator_2_tE552775A10E0B597E67A5A9B0010974038D5D529 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_tE552775A10E0B597E67A5A9B0010974038D5D529 *, List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E *, Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *, Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E *)((List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *)NULL, (Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t1F3033734D19B5ED4B101CB6D02F411359552505 * L_18 = (WhereSelectEnumerableIterator_2_t1F3033734D19B5ED4B101CB6D02F411359552505 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t1F3033734D19B5ED4B101CB6D02F411359552505 *, RuntimeObject*, Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *, Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *)NULL, (Func_2_t10CDF2C6D18EB51CBA3E607199613B198E2CFDFD *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select,System.Object>(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisKeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184_TisRuntimeObject_m2B3AFDC55D07BF0A7E76BD79134C36DC0CD4E55F_gshared (RuntimeObject* ___source0, Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisKeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184_TisRuntimeObject_m2B3AFDC55D07BF0A7E76BD79134C36DC0CD4E55F_RuntimeMethod_var))); } IL_000e: { Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisKeyValuePair_2_t017C0505BFEB76D462E1367442B1C866DB044184_TisRuntimeObject_m2B3AFDC55D07BF0A7E76BD79134C36DC0CD4E55F_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_t7D48AFB757708D9BB941B0AA1D5B3984927D2DB5 *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * L_6 = ___selector1; NullCheck((Iterator_1_t7D48AFB757708D9BB941B0AA1D5B3984927D2DB5 *)((Iterator_1_t7D48AFB757708D9BB941B0AA1D5B3984927D2DB5 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = GenericVirtFuncInvoker1< RuntimeObject*, Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (Iterator_1_t7D48AFB757708D9BB941B0AA1D5B3984927D2DB5 *)((Iterator_1_t7D48AFB757708D9BB941B0AA1D5B3984927D2DB5 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0047; } } { RuntimeObject* L_9 = ___source0; Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * L_10 = ___selector1; WhereSelectArrayIterator_2_tEC7D2E75D2D8A9E1AA3D6F21AA9CBCB87EBD6617 * L_11 = (WhereSelectArrayIterator_2_tEC7D2E75D2D8A9E1AA3D6F21AA9CBCB87EBD6617 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tEC7D2E75D2D8A9E1AA3D6F21AA9CBCB87EBD6617 *, KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630*, Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590 *, Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630*)((KeyValuePair_2U5BU5D_tC4ED6A2024348F6B2CB712DC491F7E57AEF32630*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590 *)NULL, (Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject*)L_11; } IL_0047: { RuntimeObject* L_12 = ___source0; if (!((List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8 *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005d; } } { RuntimeObject* L_13 = ___source0; Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * L_14 = ___selector1; WhereSelectListIterator_2_t15BF3EF128C005C26DE8132D49E71B3C1FE6E211 * L_15 = (WhereSelectListIterator_2_t15BF3EF128C005C26DE8132D49E71B3C1FE6E211 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t15BF3EF128C005C26DE8132D49E71B3C1FE6E211 *, List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8 *, Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590 *, Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8 *)((List_1_t9B1CABCBD4B6B7781E348FF332B32B333B543BA8 *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590 *)NULL, (Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t0ACED5698603E2D2B4071096A021E0FA6102F459 * L_18 = (WhereSelectEnumerableIterator_2_t0ACED5698603E2D2B4071096A021E0FA6102F459 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t0ACED5698603E2D2B4071096A021E0FA6102F459 *, RuntimeObject*, Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590 *, Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t0645ECA65003F2E3F39AF1AB141FB4F4DA620590 *)NULL, (Func_2_t711512467B454C91EB8F3FB19CD6D141AAB5B6B1 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536_TisColor_tF40DAF76C04FFECF3FE6024F85A294741C9CC659_m2A0810D85A4BFE058D503AB361998A237F15DE70_gshared (RuntimeObject* ___source0, Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536_TisColor_tF40DAF76C04FFECF3FE6024F85A294741C9CC659_m2A0810D85A4BFE058D503AB361998A237F15DE70_RuntimeMethod_var))); } IL_000e: { Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536_TisColor_tF40DAF76C04FFECF3FE6024F85A294741C9CC659_m2A0810D85A4BFE058D503AB361998A237F15DE70_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_t6C784C575BB1DDAB4121630701B8FB9F468ECA3D *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 * L_6 = ___selector1; NullCheck((Iterator_1_t6C784C575BB1DDAB4121630701B8FB9F468ECA3D *)((Iterator_1_t6C784C575BB1DDAB4121630701B8FB9F468ECA3D *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = GenericVirtFuncInvoker1< RuntimeObject*, Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (Iterator_1_t6C784C575BB1DDAB4121630701B8FB9F468ECA3D *)((Iterator_1_t6C784C575BB1DDAB4121630701B8FB9F468ECA3D *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0047; } } { RuntimeObject* L_9 = ___source0; Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 * L_10 = ___selector1; WhereSelectArrayIterator_2_tCB97637D799FCAD3115615E9FDA8E5CF80A108EC * L_11 = (WhereSelectArrayIterator_2_tCB97637D799FCAD3115615E9FDA8E5CF80A108EC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tCB97637D799FCAD3115615E9FDA8E5CF80A108EC *, ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36*, Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A *, Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36*)((ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A *)NULL, (Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject*)L_11; } IL_0047: { RuntimeObject* L_12 = ___source0; if (!((List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005d; } } { RuntimeObject* L_13 = ___source0; Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 * L_14 = ___selector1; WhereSelectListIterator_2_t08B768B4AD54F201B800C51471E1C1C5FD1A8E8C * L_15 = (WhereSelectListIterator_2_t08B768B4AD54F201B800C51471E1C1C5FD1A8E8C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t08B768B4AD54F201B800C51471E1C1C5FD1A8E8C *, List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C *, Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A *, Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C *)((List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A *)NULL, (Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t082E1B5B13EA24679459FB2484F9A187BB83D681 * L_18 = (WhereSelectEnumerableIterator_2_t082E1B5B13EA24679459FB2484F9A187BB83D681 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t082E1B5B13EA24679459FB2484F9A187BB83D681 *, RuntimeObject*, Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A *, Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A *)NULL, (Func_2_t07574F1E7EF84CF543A9B2FF0E62BB6B96696C64 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m3875EB354105623DB602F70007EA8FB00F38845F_gshared (RuntimeObject* ___source0, Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m3875EB354105623DB602F70007EA8FB00F38845F_RuntimeMethod_var))); } IL_000e: { Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m3875EB354105623DB602F70007EA8FB00F38845F_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_t6C784C575BB1DDAB4121630701B8FB9F468ECA3D *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 * L_6 = ___selector1; NullCheck((Iterator_1_t6C784C575BB1DDAB4121630701B8FB9F468ECA3D *)((Iterator_1_t6C784C575BB1DDAB4121630701B8FB9F468ECA3D *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = GenericVirtFuncInvoker1< RuntimeObject*, Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (Iterator_1_t6C784C575BB1DDAB4121630701B8FB9F468ECA3D *)((Iterator_1_t6C784C575BB1DDAB4121630701B8FB9F468ECA3D *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0047; } } { RuntimeObject* L_9 = ___source0; Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 * L_10 = ___selector1; WhereSelectArrayIterator_2_t08DE4878AA443563B5940613DEBED682F6942F28 * L_11 = (WhereSelectArrayIterator_2_t08DE4878AA443563B5940613DEBED682F6942F28 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t08DE4878AA443563B5940613DEBED682F6942F28 *, ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36*, Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A *, Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36*)((ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A *)NULL, (Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject*)L_11; } IL_0047: { RuntimeObject* L_12 = ___source0; if (!((List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005d; } } { RuntimeObject* L_13 = ___source0; Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 * L_14 = ___selector1; WhereSelectListIterator_2_t94F415FEA624816E42FAE1274A4EC29F5D5C1625 * L_15 = (WhereSelectListIterator_2_t94F415FEA624816E42FAE1274A4EC29F5D5C1625 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t94F415FEA624816E42FAE1274A4EC29F5D5C1625 *, List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C *, Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A *, Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C *)((List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A *)NULL, (Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t3B7C9E548F0B01F9C6D09D71FCA8E5ACDE0F3FCD * L_18 = (WhereSelectEnumerableIterator_2_t3B7C9E548F0B01F9C6D09D71FCA8E5ACDE0F3FCD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t3B7C9E548F0B01F9C6D09D71FCA8E5ACDE0F3FCD *, RuntimeObject*, Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A *, Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A *)NULL, (Func_2_tA55660D7B36BC919063457215A12594F309CFDF1 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536_Tisfloat3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D_m2EF4A357D8A276606B89CD573ECB7B29FA9A198C_gshared (RuntimeObject* ___source0, Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536_Tisfloat3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D_m2EF4A357D8A276606B89CD573ECB7B29FA9A198C_RuntimeMethod_var))); } IL_000e: { Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisContourVertex_tF9E27CB6BCC62DF5F4202153BBBECDE5E3283536_Tisfloat3_tE0DD2FF13F818025945C9AC314390D2A1F55E37D_m2EF4A357D8A276606B89CD573ECB7B29FA9A198C_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_t6C784C575BB1DDAB4121630701B8FB9F468ECA3D *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C * L_6 = ___selector1; NullCheck((Iterator_1_t6C784C575BB1DDAB4121630701B8FB9F468ECA3D *)((Iterator_1_t6C784C575BB1DDAB4121630701B8FB9F468ECA3D *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = GenericVirtFuncInvoker1< RuntimeObject*, Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (Iterator_1_t6C784C575BB1DDAB4121630701B8FB9F468ECA3D *)((Iterator_1_t6C784C575BB1DDAB4121630701B8FB9F468ECA3D *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0047; } } { RuntimeObject* L_9 = ___source0; Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C * L_10 = ___selector1; WhereSelectArrayIterator_2_t0B01A9CEB8E329A3A8AF0121B7C13E85B75F3C8E * L_11 = (WhereSelectArrayIterator_2_t0B01A9CEB8E329A3A8AF0121B7C13E85B75F3C8E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t0B01A9CEB8E329A3A8AF0121B7C13E85B75F3C8E *, ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36*, Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A *, Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36*)((ContourVertexU5BU5D_tD78F2EA3E732B8F5B5201FA2D894087C252E6F36*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A *)NULL, (Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject*)L_11; } IL_0047: { RuntimeObject* L_12 = ___source0; if (!((List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005d; } } { RuntimeObject* L_13 = ___source0; Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C * L_14 = ___selector1; WhereSelectListIterator_2_t8005F348CC0B870A84DE3E85429A840305201D6E * L_15 = (WhereSelectListIterator_2_t8005F348CC0B870A84DE3E85429A840305201D6E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t8005F348CC0B870A84DE3E85429A840305201D6E *, List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C *, Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A *, Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C *)((List_1_t793A994CE01AE29FEE85500B7E3540653BFE5A0C *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A *)NULL, (Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C * L_17 = ___selector1; WhereSelectEnumerableIterator_2_tB01D66CF8983968596A84009CEF5F6EC53E84150 * L_18 = (WhereSelectEnumerableIterator_2_tB01D66CF8983968596A84009CEF5F6EC53E84150 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_tB01D66CF8983968596A84009CEF5F6EC53E84150 *, RuntimeObject*, Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A *, Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_tD4EF074F88731E713305C48E156AB9F6F0F9324A *)NULL, (Func_2_t4ADAECFAD3DFE1FE3B6834A49502FA772B85CB3C *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m30758C191A6384A991A50B37F3C5BCF2D5DA9B0E_gshared (RuntimeObject* ___source0, Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m30758C191A6384A991A50B37F3C5BCF2D5DA9B0E_RuntimeMethod_var))); } IL_000e: { Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m30758C191A6384A991A50B37F3C5BCF2D5DA9B0E_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_tCFFC952B03DBE4E956DE317DB9704D936AEA2379 *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * L_6 = ___selector1; NullCheck((Iterator_1_tCFFC952B03DBE4E956DE317DB9704D936AEA2379 *)((Iterator_1_tCFFC952B03DBE4E956DE317DB9704D936AEA2379 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = GenericVirtFuncInvoker1< RuntimeObject*, Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (Iterator_1_tCFFC952B03DBE4E956DE317DB9704D936AEA2379 *)((Iterator_1_tCFFC952B03DBE4E956DE317DB9704D936AEA2379 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0047; } } { RuntimeObject* L_9 = ___source0; Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * L_10 = ___selector1; WhereSelectArrayIterator_2_t00D4CC16A86C24F0CC80D3112E1FA2D451FF5D0C * L_11 = (WhereSelectArrayIterator_2_t00D4CC16A86C24F0CC80D3112E1FA2D451FF5D0C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t00D4CC16A86C24F0CC80D3112E1FA2D451FF5D0C *, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*, Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 *, Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 *)NULL, (Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject*)L_11; } IL_0047: { RuntimeObject* L_12 = ___source0; if (!((List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005d; } } { RuntimeObject* L_13 = ___source0; Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * L_14 = ___selector1; WhereSelectListIterator_2_t4CC3FE3A35610DC6F761EE7DB863B845957AD325 * L_15 = (WhereSelectListIterator_2_t4CC3FE3A35610DC6F761EE7DB863B845957AD325 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t4CC3FE3A35610DC6F761EE7DB863B845957AD325 *, List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 *, Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)((List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 *)NULL, (Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t70C236BD8C0DBBA43FCE3CE4E4F6B545579333EF * L_18 = (WhereSelectEnumerableIterator_2_t70C236BD8C0DBBA43FCE3CE4E4F6B545579333EF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t70C236BD8C0DBBA43FCE3CE4E4F6B545579333EF *, RuntimeObject*, Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 *, Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274 *)NULL, (Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_TisRuntimeObject_m93182DA7260B8BFB64B677B27EF1B430E55D3C3A_gshared (RuntimeObject* ___source0, Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_TisRuntimeObject_m93182DA7260B8BFB64B677B27EF1B430E55D3C3A_RuntimeMethod_var))); } IL_000e: { Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_TisRuntimeObject_m93182DA7260B8BFB64B677B27EF1B430E55D3C3A_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_t15923F5F84887B39E738E287948871764DDF85B5 *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * L_6 = ___selector1; NullCheck((Iterator_1_t15923F5F84887B39E738E287948871764DDF85B5 *)((Iterator_1_t15923F5F84887B39E738E287948871764DDF85B5 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = GenericVirtFuncInvoker1< RuntimeObject*, Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (Iterator_1_t15923F5F84887B39E738E287948871764DDF85B5 *)((Iterator_1_t15923F5F84887B39E738E287948871764DDF85B5 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0047; } } { RuntimeObject* L_9 = ___source0; Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * L_10 = ___selector1; WhereSelectArrayIterator_2_t297D221F6AEFE060ABD891ACCBE86FD625D9F687 * L_11 = (WhereSelectArrayIterator_2_t297D221F6AEFE060ABD891ACCBE86FD625D9F687 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t297D221F6AEFE060ABD891ACCBE86FD625D9F687 *, InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*, Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 *, Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)((InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 *)NULL, (Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject*)L_11; } IL_0047: { RuntimeObject* L_12 = ___source0; if (!((List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005d; } } { RuntimeObject* L_13 = ___source0; Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * L_14 = ___selector1; WhereSelectListIterator_2_t1C93CE1377887193667292BEED953C31167E2F75 * L_15 = (WhereSelectListIterator_2_t1C93CE1377887193667292BEED953C31167E2F75 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t1C93CE1377887193667292BEED953C31167E2F75 *, List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC *, Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 *, Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC *)((List_1_tFD37D052760A236906215AF581C58EE13DE6A5DC *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 *)NULL, (Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t02B3FDD3CA4282B70A77A6A52D6AADC70EF74E8B * L_18 = (WhereSelectEnumerableIterator_2_t02B3FDD3CA4282B70A77A6A52D6AADC70EF74E8B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t02B3FDD3CA4282B70A77A6A52D6AADC70EF74E8B *, RuntimeObject*, Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 *, Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t7783409D7A11DB3C00435FEB35D43EBA686470B1 *)NULL, (Func_2_tA2BD34BB8D97AD282016BD4CB5B8675E4AF85B45 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_TisRuntimeObject_mE71824B1361AD1A27D2B3F9B46EDA96B81ADF60A_gshared (RuntimeObject* ___source0, Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_TisRuntimeObject_mE71824B1361AD1A27D2B3F9B46EDA96B81ADF60A_RuntimeMethod_var))); } IL_000e: { Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_TisRuntimeObject_mE71824B1361AD1A27D2B3F9B46EDA96B81ADF60A_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_tBEEAC090288AEE5DDDACB0EF0F66188ACA83DFFD *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * L_6 = ___selector1; NullCheck((Iterator_1_tBEEAC090288AEE5DDDACB0EF0F66188ACA83DFFD *)((Iterator_1_tBEEAC090288AEE5DDDACB0EF0F66188ACA83DFFD *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = GenericVirtFuncInvoker1< RuntimeObject*, Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (Iterator_1_tBEEAC090288AEE5DDDACB0EF0F66188ACA83DFFD *)((Iterator_1_tBEEAC090288AEE5DDDACB0EF0F66188ACA83DFFD *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0047; } } { RuntimeObject* L_9 = ___source0; Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * L_10 = ___selector1; WhereSelectArrayIterator_2_t8E1E4D86BDBA319DD5FB2D615DE93CAE92D68506 * L_11 = (WhereSelectArrayIterator_2_t8E1E4D86BDBA319DD5FB2D615DE93CAE92D68506 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t8E1E4D86BDBA319DD5FB2D615DE93CAE92D68506 *, NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD*, Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02 *, Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD*)((NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02 *)NULL, (Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject*)L_11; } IL_0047: { RuntimeObject* L_12 = ___source0; if (!((List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005d; } } { RuntimeObject* L_13 = ___source0; Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * L_14 = ___selector1; WhereSelectListIterator_2_tDFC8E5CA0DE13C88A58AD7BCD17F1FC274A3F95D * L_15 = (WhereSelectListIterator_2_tDFC8E5CA0DE13C88A58AD7BCD17F1FC274A3F95D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_tDFC8E5CA0DE13C88A58AD7BCD17F1FC274A3F95D *, List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 *, Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02 *, Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 *)((List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02 *)NULL, (Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t9C8232C608C379652355BB860B0A6074ABF36E09 * L_18 = (WhereSelectEnumerableIterator_2_t9C8232C608C379652355BB860B0A6074ABF36E09 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t9C8232C608C379652355BB860B0A6074ABF36E09 *, RuntimeObject*, Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02 *, Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t90DF477EE61FD14286F8DF1EFED1C515C1109C02 *)NULL, (Func_2_tF7304610FB007335AC870B51C8FE2092628DC0DB *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisNamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_TisRuntimeObject_mE69C5F56F6DFD0747AE6C644869F377ED9A91BD6_gshared (RuntimeObject* ___source0, Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisNamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_TisRuntimeObject_mE69C5F56F6DFD0747AE6C644869F377ED9A91BD6_RuntimeMethod_var))); } IL_000e: { Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisNamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_TisRuntimeObject_mE69C5F56F6DFD0747AE6C644869F377ED9A91BD6_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_t9E38DF3C13A026A9B6715FE53B4AAE40A5F18AF9 *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * L_6 = ___selector1; NullCheck((Iterator_1_t9E38DF3C13A026A9B6715FE53B4AAE40A5F18AF9 *)((Iterator_1_t9E38DF3C13A026A9B6715FE53B4AAE40A5F18AF9 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = GenericVirtFuncInvoker1< RuntimeObject*, Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (Iterator_1_t9E38DF3C13A026A9B6715FE53B4AAE40A5F18AF9 *)((Iterator_1_t9E38DF3C13A026A9B6715FE53B4AAE40A5F18AF9 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0047; } } { RuntimeObject* L_9 = ___source0; Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * L_10 = ___selector1; WhereSelectArrayIterator_2_tFFAF318BF43576D4F2880331F0ECAB9792119697 * L_11 = (WhereSelectArrayIterator_2_tFFAF318BF43576D4F2880331F0ECAB9792119697 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tFFAF318BF43576D4F2880331F0ECAB9792119697 *, NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391*, Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5 *, Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391*)((NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5 *)NULL, (Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject*)L_11; } IL_0047: { RuntimeObject* L_12 = ___source0; if (!((List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1 *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005d; } } { RuntimeObject* L_13 = ___source0; Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * L_14 = ___selector1; WhereSelectListIterator_2_tA4D5B2B639DCB29B4C84236B3E2651F17B522430 * L_15 = (WhereSelectListIterator_2_tA4D5B2B639DCB29B4C84236B3E2651F17B522430 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_tA4D5B2B639DCB29B4C84236B3E2651F17B522430 *, List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1 *, Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5 *, Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1 *)((List_1_tDC9592305A8D24F0DBC4A23F1719292FCB2887C1 *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5 *)NULL, (Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E * L_17 = ___selector1; WhereSelectEnumerableIterator_2_tEBF9E61EFDABBBB02113A82648E32AC170921957 * L_18 = (WhereSelectEnumerableIterator_2_tEBF9E61EFDABBBB02113A82648E32AC170921957 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_tEBF9E61EFDABBBB02113A82648E32AC170921957 *, RuntimeObject*, Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5 *, Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t8C2CAC818FC3E766C41A2C0B700553B5BB7D94F5 *)NULL, (Func_2_t5B101C0B26ADAA3B1A77BC50D51CC42364E5409E *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisRuntimeObject_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m43044DE5C623082EA3360585588B30682556CD7C_gshared (RuntimeObject* ___source0, Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisRuntimeObject_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m43044DE5C623082EA3360585588B30682556CD7C_RuntimeMethod_var))); } IL_000e: { Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisRuntimeObject_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m43044DE5C623082EA3360585588B30682556CD7C_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * L_6 = ___selector1; NullCheck((Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)((Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = GenericVirtFuncInvoker1< RuntimeObject*, Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)((Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0047; } } { RuntimeObject* L_9 = ___source0; Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * L_10 = ___selector1; WhereSelectArrayIterator_2_t2A766812BE346746DE135AD9B855143B4FF483E4 * L_11 = (WhereSelectArrayIterator_2_t2A766812BE346746DE135AD9B855143B4FF483E4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t2A766812BE346746DE135AD9B855143B4FF483E4 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject*)L_11; } IL_0047: { RuntimeObject* L_12 = ___source0; if (!((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005d; } } { RuntimeObject* L_13 = ___source0; Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * L_14 = ___selector1; WhereSelectListIterator_2_t4F7AA31B4289096C5D625263B8BBDA051331BE94 * L_15 = (WhereSelectListIterator_2_t4F7AA31B4289096C5D625263B8BBDA051331BE94 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t4F7AA31B4289096C5D625263B8BBDA051331BE94 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_tE487654732A8A2F1E3A2D57412C08036EE861F38 * L_18 = (WhereSelectEnumerableIterator_2_tE487654732A8A2F1E3A2D57412C08036EE861F38 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_tE487654732A8A2F1E3A2D57412C08036EE861F38 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t964229B6ADD2B008268547ED2BC3C090AF218065 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m8E2ACA5FA11A297206E69BAE2DC5F809D1161B4F_gshared (RuntimeObject* ___source0, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m8E2ACA5FA11A297206E69BAE2DC5F809D1161B4F_RuntimeMethod_var))); } IL_000e: { Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m8E2ACA5FA11A297206E69BAE2DC5F809D1161B4F_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_6 = ___selector1; NullCheck((Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)((Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = GenericVirtFuncInvoker1< RuntimeObject*, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)((Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0047; } } { RuntimeObject* L_9 = ___source0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_10 = ___selector1; WhereSelectArrayIterator_2_tA706D5B1608A9A8F1BF43C6E5D9D682C901DB244 * L_11 = (WhereSelectArrayIterator_2_tA706D5B1608A9A8F1BF43C6E5D9D682C901DB244 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tA706D5B1608A9A8F1BF43C6E5D9D682C901DB244 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject*)L_11; } IL_0047: { RuntimeObject* L_12 = ___source0; if (!((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005d; } } { RuntimeObject* L_13 = ___source0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_14 = ___selector1; WhereSelectListIterator_2_t85B78DFF0573BC95A62C79D6088FA39DFEBE1AF2 * L_15 = (WhereSelectListIterator_2_t85B78DFF0573BC95A62C79D6088FA39DFEBE1AF2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t85B78DFF0573BC95A62C79D6088FA39DFEBE1AF2 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_tDAA8BFBEA68F81670F3F51C6200EBD26D7A8FBAB * L_18 = (WhereSelectEnumerableIterator_2_tDAA8BFBEA68F81670F3F51C6200EBD26D7A8FBAB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_tDAA8BFBEA68F81670F3F51C6200EBD26D7A8FBAB *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisRuntimeObject_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m94C1E7AE10446315CC9D1C8539E92A2AB7152790_gshared (RuntimeObject* ___source0, Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisRuntimeObject_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m94C1E7AE10446315CC9D1C8539E92A2AB7152790_RuntimeMethod_var))); } IL_000e: { Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisRuntimeObject_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m94C1E7AE10446315CC9D1C8539E92A2AB7152790_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * L_6 = ___selector1; NullCheck((Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)((Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = GenericVirtFuncInvoker1< RuntimeObject*, Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)((Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0047; } } { RuntimeObject* L_9 = ___source0; Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * L_10 = ___selector1; WhereSelectArrayIterator_2_t846351B8F98B67888933B13385D6ADEA2EFA19D5 * L_11 = (WhereSelectArrayIterator_2_t846351B8F98B67888933B13385D6ADEA2EFA19D5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t846351B8F98B67888933B13385D6ADEA2EFA19D5 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject*)L_11; } IL_0047: { RuntimeObject* L_12 = ___source0; if (!((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005d; } } { RuntimeObject* L_13 = ___source0; Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * L_14 = ___selector1; WhereSelectListIterator_2_t29CA3510DC453EF517F074F3FAD3F739424123C1 * L_15 = (WhereSelectListIterator_2_t29CA3510DC453EF517F074F3FAD3F739424123C1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t29CA3510DC453EF517F074F3FAD3F739424123C1 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t7D0D4FF82A6603CFF36337C3D5560FFD837E5BAD * L_18 = (WhereSelectEnumerableIterator_2_t7D0D4FF82A6603CFF36337C3D5560FFD837E5BAD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t7D0D4FF82A6603CFF36337C3D5560FFD837E5BAD *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t3BAEFBC83B1F104F246CC17B449E3775D5E6881A *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisRuntimeObject_mB368A6D6BFD8C752585CF1C79F384A8E69CD2639_gshared (RuntimeObject* ___source0, Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisRuntimeObject_mB368A6D6BFD8C752585CF1C79F384A8E69CD2639_RuntimeMethod_var))); } IL_000e: { Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisRuntimeObject_mB368A6D6BFD8C752585CF1C79F384A8E69CD2639_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_t859CAAB8DD3B63D3758E13D2802ED7523B331199 *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * L_6 = ___selector1; NullCheck((Iterator_1_t859CAAB8DD3B63D3758E13D2802ED7523B331199 *)((Iterator_1_t859CAAB8DD3B63D3758E13D2802ED7523B331199 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = GenericVirtFuncInvoker1< RuntimeObject*, Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (Iterator_1_t859CAAB8DD3B63D3758E13D2802ED7523B331199 *)((Iterator_1_t859CAAB8DD3B63D3758E13D2802ED7523B331199 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0047; } } { RuntimeObject* L_9 = ___source0; Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * L_10 = ___selector1; WhereSelectArrayIterator_2_tBF1F7368E0EF1157617DD50CB92EDEF1ABDEE95D * L_11 = (WhereSelectArrayIterator_2_tBF1F7368E0EF1157617DD50CB92EDEF1ABDEE95D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tBF1F7368E0EF1157617DD50CB92EDEF1ABDEE95D *, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*, Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A *, Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A *)NULL, (Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject*)L_11; } IL_0047: { RuntimeObject* L_12 = ___source0; if (!((List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005d; } } { RuntimeObject* L_13 = ___source0; Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * L_14 = ___selector1; WhereSelectListIterator_2_t77C04C3B7AD0F11B52AC864B3B1635FBFC5D2259 * L_15 = (WhereSelectListIterator_2_t77C04C3B7AD0F11B52AC864B3B1635FBFC5D2259 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t77C04C3B7AD0F11B52AC864B3B1635FBFC5D2259 *, List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA *, Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A *, Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA *)((List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A *)NULL, (Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t8330901F0811E7C54CAD7107B2350ACFCBF3859A * L_18 = (WhereSelectEnumerableIterator_2_t8330901F0811E7C54CAD7107B2350ACFCBF3859A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t8330901F0811E7C54CAD7107B2350ACFCBF3859A *, RuntimeObject*, Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A *, Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A *)NULL, (Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_TisRuntimeObject_m1FAAD6A18C2A5C182F600167CCE2EB9F8DCB74AB_gshared (RuntimeObject* ___source0, Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_TisRuntimeObject_m1FAAD6A18C2A5C182F600167CCE2EB9F8DCB74AB_RuntimeMethod_var))); } IL_000e: { Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisSubstring_t9EE457D8CFFFB970B2967B31E9D9AB465415571F_TisRuntimeObject_m1FAAD6A18C2A5C182F600167CCE2EB9F8DCB74AB_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_tD027B4C6FF30755B00C66A17052FAF0DD5C6C344 *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * L_6 = ___selector1; NullCheck((Iterator_1_tD027B4C6FF30755B00C66A17052FAF0DD5C6C344 *)((Iterator_1_tD027B4C6FF30755B00C66A17052FAF0DD5C6C344 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = GenericVirtFuncInvoker1< RuntimeObject*, Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (Iterator_1_tD027B4C6FF30755B00C66A17052FAF0DD5C6C344 *)((Iterator_1_tD027B4C6FF30755B00C66A17052FAF0DD5C6C344 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0047; } } { RuntimeObject* L_9 = ___source0; Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * L_10 = ___selector1; WhereSelectArrayIterator_2_tAA2E097EE3422A3A4E4652B975AA568F28CF2C90 * L_11 = (WhereSelectArrayIterator_2_tAA2E097EE3422A3A4E4652B975AA568F28CF2C90 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tAA2E097EE3422A3A4E4652B975AA568F28CF2C90 *, SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0*, Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9 *, Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0*)((SubstringU5BU5D_tE332884993470F5CF7BAAA950414E4E24691A8D0*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9 *)NULL, (Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject*)L_11; } IL_0047: { RuntimeObject* L_12 = ___source0; if (!((List_1_tEAD6E3282E028927B32F56E7892994D90D512467 *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005d; } } { RuntimeObject* L_13 = ___source0; Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * L_14 = ___selector1; WhereSelectListIterator_2_t0CEFF5458EED043DC70F7CC9B97B5AB4D45324EB * L_15 = (WhereSelectListIterator_2_t0CEFF5458EED043DC70F7CC9B97B5AB4D45324EB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t0CEFF5458EED043DC70F7CC9B97B5AB4D45324EB *, List_1_tEAD6E3282E028927B32F56E7892994D90D512467 *, Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9 *, Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_tEAD6E3282E028927B32F56E7892994D90D512467 *)((List_1_tEAD6E3282E028927B32F56E7892994D90D512467 *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9 *)NULL, (Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t5E3BB9AFBEC27ED62FC129516C2D3E9FC81641B6 * L_18 = (WhereSelectEnumerableIterator_2_t5E3BB9AFBEC27ED62FC129516C2D3E9FC81641B6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t5E3BB9AFBEC27ED62FC129516C2D3E9FC81641B6 *, RuntimeObject*, Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9 *, Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_tABEFD9EE472D61479A311CC97D097C1F3BE97EF9 *)NULL, (Func_2_t4EC2F095EDDC8079537CA0FEDC463635E599C9E4 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m691270BEE89A90DD472358C0920FD515859E4111_gshared (RuntimeObject* ___source0, Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m691270BEE89A90DD472358C0920FD515859E4111_RuntimeMethod_var))); } IL_000e: { Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m691270BEE89A90DD472358C0920FD515859E4111_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_tC65CA16F3F1C7E3921BFD2B03AC69FE5BF6996BF *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B * L_6 = ___selector1; NullCheck((Iterator_1_tC65CA16F3F1C7E3921BFD2B03AC69FE5BF6996BF *)((Iterator_1_tC65CA16F3F1C7E3921BFD2B03AC69FE5BF6996BF *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = GenericVirtFuncInvoker1< RuntimeObject*, Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (Iterator_1_tC65CA16F3F1C7E3921BFD2B03AC69FE5BF6996BF *)((Iterator_1_tC65CA16F3F1C7E3921BFD2B03AC69FE5BF6996BF *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0047; } } { RuntimeObject* L_9 = ___source0; Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B * L_10 = ___selector1; WhereSelectArrayIterator_2_tC48CC7AF27B65DC532FBE4A4C3B80DE32CF6377D * L_11 = (WhereSelectArrayIterator_2_tC48CC7AF27B65DC532FBE4A4C3B80DE32CF6377D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tC48CC7AF27B65DC532FBE4A4C3B80DE32CF6377D *, Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*, Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A *, Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)((Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A *)NULL, (Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject*)L_11; } IL_0047: { RuntimeObject* L_12 = ___source0; if (!((List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005d; } } { RuntimeObject* L_13 = ___source0; Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B * L_14 = ___selector1; WhereSelectListIterator_2_t9A0897D89E86988F363BFD903B2F0C6539856838 * L_15 = (WhereSelectListIterator_2_t9A0897D89E86988F363BFD903B2F0C6539856838 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t9A0897D89E86988F363BFD903B2F0C6539856838 *, List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 *, Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A *, Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 *)((List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A *)NULL, (Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t784B363EDB14494DFE708C207AAB3DD85B86F119 * L_18 = (WhereSelectEnumerableIterator_2_t784B363EDB14494DFE708C207AAB3DD85B86F119 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t784B363EDB14494DFE708C207AAB3DD85B86F119 *, RuntimeObject*, Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A *, Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t98EC33D5C203218F10A98B08E709DBFB2353DB9A *)NULL, (Func_2_t8773E619330600312B6BC5AAEFF1B20ECCD0028B *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisJsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB_TisRuntimeObject_m35BB99668B71345952E79576368BE6CC9381B805_gshared (RuntimeObject* ___source0, Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisJsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB_TisRuntimeObject_m35BB99668B71345952E79576368BE6CC9381B805_RuntimeMethod_var))); } IL_000e: { Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Select_TisJsonValue_t547F68925DBBEF3A29A4E14D26153A04872154DB_TisRuntimeObject_m35BB99668B71345952E79576368BE6CC9381B805_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_tBF5282A928BF23A8157388367BBDB0CAFA27594D *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * L_6 = ___selector1; NullCheck((Iterator_1_tBF5282A928BF23A8157388367BBDB0CAFA27594D *)((Iterator_1_tBF5282A928BF23A8157388367BBDB0CAFA27594D *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = GenericVirtFuncInvoker1< RuntimeObject*, Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (Iterator_1_tBF5282A928BF23A8157388367BBDB0CAFA27594D *)((Iterator_1_tBF5282A928BF23A8157388367BBDB0CAFA27594D *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0047; } } { RuntimeObject* L_9 = ___source0; Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * L_10 = ___selector1; WhereSelectArrayIterator_2_tED9B99EA45685E4AB08C352736644EB4CAFC9980 * L_11 = (WhereSelectArrayIterator_2_tED9B99EA45685E4AB08C352736644EB4CAFC9980 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tED9B99EA45685E4AB08C352736644EB4CAFC9980 *, JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098*, Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847 *, Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098*)((JsonValueU5BU5D_t2E1CBAA099182C024E4921379907D707DA049098*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847 *)NULL, (Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject*)L_11; } IL_0047: { RuntimeObject* L_12 = ___source0; if (!((List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005d; } } { RuntimeObject* L_13 = ___source0; Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * L_14 = ___selector1; WhereSelectListIterator_2_t2F7487B4BF5A9E71CBE06091C45AF7D98CF9F1AC * L_15 = (WhereSelectListIterator_2_t2F7487B4BF5A9E71CBE06091C45AF7D98CF9F1AC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t2F7487B4BF5A9E71CBE06091C45AF7D98CF9F1AC *, List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 *, Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847 *, Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 *)((List_1_tEC0B302C3EF23400C3EC92ED7672A715CA602068 *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847 *)NULL, (Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t4DAE42F4C708266EAC938F1C6E7FB762CDF50463 * L_18 = (WhereSelectEnumerableIterator_2_t4DAE42F4C708266EAC938F1C6E7FB762CDF50463 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t4DAE42F4C708266EAC938F1C6E7FB762CDF50463 *, RuntimeObject*, Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847 *, Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t6041DAC226B42DAAC44BFD17E89C50AD0A962847 *)NULL, (Func_2_t1628B2E4EEC7A32D5B688E54415BC42EDA9D2899 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method) { { void* L_0 = ___value0; *__this = ((intptr_t)L_0); return; } }