#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtualFuncInvoker1 { 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 GenericVirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t6A1019F3F26DC4DFAFFA4439E8D04997B8A86E75; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tB718D1780EF12763326977CF503265AC53091649; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tEC4768F921D2D61ACB0483B081A635DF637CB7E0; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t9E1908A1F1C31ED571433EEB266EA3936C8F349D; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t4A2260E86D1E2CFFDED6D659E80905BE27418BA3; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t912D5D95D7225F91759832CC5B91E26FE57E0599; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t32649AA4552248CA087AA1F72AC64F500BA5CB8C; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t5859705204C671A2CD038B6F78E48A79D2C2FBF5; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tAB54EC748E301BA6BF2478FE60B1309A5011DD82; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t33D1808F9AAA0B1CB88D92C80A0614628956C238; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tCBAE7B953324A17FF3FA58E62DF7FFF2F5870916; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t94BA3420748BA2C40BB8D8BEFEF63CB3667B2A05; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t93FC5EDB85E63F93C5DCF18B1222361EF29455E1; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tEF220F6242890F93B1000E3697D41B1262D65ED1; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tB684BB30E8E054CCB3EBBFB96EDE8032FBD0284E; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t051AEE0C232C044A52F76AD97CBE7C3CD01CC1FF; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t67093D9DA85A83458F415FBCD10410D49D8BBDFD; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_tCC9DEA9BB7DA5C2570ED2CE9BD13EF5C154B7B10; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t783A4E662A567BA80417C22478E2C0D7A691A8F5; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t53CE8060093DF90884AFCA1F8597604FC4057CAE; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t369B69E8547160E3E9873151EF406D5B333369BE; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t157F6556020E7896007192B03DA4AD9B980EF07B; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t7AF3CA81B32BE1DECC611ECB1695586DAD697088; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t49A4EB0E00FFCAA07677FB8D5FA0F8D5C9439CBB; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t5A8884106B4EAB4456A823E1059ABE07F1EB3940; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t064C9345B92718F489AC1374BADF1486BD6A15D5; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t124A8173423DDFE7DBFE2D18475606BF47E278FF; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t0D272262C3678A8EF12C1BB30420E20828726AB0; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tB62013E4617ECB51822384C8592AAB764E1662BF; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t199F83E107F9B9D685BFE2B08A80CB3E56F2D0E1; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tEB531C9333D39107AFB45DB640635F4E8125624A; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tCD43FAA29EE5B49551A2A689CA72CE0A10BD0CC8; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t7B88BDCE7E2B0CB1C48CB2DA8D10300F9AEC832F; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tA1C3C23D13C5F1464FCE61D087CAF987FB347080; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3C7F9B0CE7215C0D0AC5C7D7E96C515C82436485; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tDDF46A9A2BD2CF40775822DBAC21F8E70FBE09C6; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t958CC463FE354998F7EF7ED30D9AAE18526C5533; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tB633699E0271976DA4B170D01AF6535DE81F46CC; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tEF67691F943A5CD9C9494F1C6CD5166325242373; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49; // System.Func`2,System.Boolean> struct Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7; // System.Func`2,System.Boolean> struct Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A; // System.Func`2,System.Boolean> struct Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03; // System.Func`2,System.Boolean> struct Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834; // System.Func`2,System.Boolean> struct Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC; // System.Func`2,System.Boolean> struct Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943; // System.Func`2,System.Boolean> struct Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB; // System.Func`2,System.Boolean> struct Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609; // System.Func`2,System.Boolean> struct Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A; // System.Func`2,System.Boolean> struct Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61; // System.Func`2,System.Boolean> struct Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516; // System.Func`2,System.Boolean> struct Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4; // System.Func`2,System.Boolean> struct Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5; // System.Func`2,System.Boolean> struct Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE; // System.Func`2,System.Boolean> struct Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A; // System.Func`2,System.Boolean> struct Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825; // System.Func`2,System.Boolean> struct Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823; // System.Func`2,System.Boolean> struct Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49; // System.Func`2,System.Boolean> struct Func_2_t71246452552324E63369238428A8262C35D51CF9; // System.Func`2,System.Boolean> struct Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708; // System.Func`2,System.Boolean> struct Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F; // System.Func`2,System.Boolean> struct Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0; // System.Func`2,System.Boolean> struct Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE; // System.Func`2,System.Boolean> struct Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D; // System.Func`2,System.Boolean> struct Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C; // System.Func`2,System.Boolean> struct Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60; // System.Func`2,System.Boolean> struct Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B; // System.Func`2,System.Boolean> struct Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175; // System.Func`2,System.Boolean> struct Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861; // System.Func`2,System.Boolean> struct Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53; // System.Func`2,System.Boolean> struct Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0; // System.Func`2,System.Boolean> struct Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6; // System.Func`2,System.Boolean> struct Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8; // System.Func`2,System.Boolean> struct Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E; // System.Func`2,System.Boolean> struct Func_2_t239CB9BD97BACD157551702FB480608AE50B3744; // System.Func`2,System.Boolean> struct Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B; // System.Func`2,System.Boolean> struct Func_2_tB8572691A3B246ABF46383743017D964596AF563; // System.Func`2 struct Func_2_tAB75D6F626EAD6344A2492DE72A71159D04FF48C; // System.Func`2 struct Func_2_t8CEC9815E3BFE42053037EA1CE5ECC0E03AF2479; // System.Func`2> struct Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2; // System.Func`2 struct Func_2_tFDE366CF3ED667CA489D6D5A017B4D50934D4536; // System.Func`2 struct Func_2_t4E607BF9FA9E115F43BD77F92F4285E3B8C7FB0D; // System.Func`2 struct Func_2_t818E6D4A8129167C884A1838069229E4787FEF80; // System.Func`2 struct Func_2_t1BCA906C2230DF98911C4C17F7CFEFC22BC5A63C; // System.Func`2 struct Func_2_tAEDD11CB360DF89F5E78FBBBE20C0068DE81A907; // System.Func`2 struct Func_2_t2A6508E80F23617BED190D105C71C334B4AE3C25; // System.Func`2 struct Func_2_t2EBF98B0BA555D9F0633C9BCCBE3DF332B9C1274; // System.Func`2 struct Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA; // System.Func`2 struct Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290; // System.Func`2> struct Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29; // System.Func`2> struct Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F; // System.Func`2> struct Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9; // System.Func`2> struct Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4; // System.Func`2> struct Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B; // System.Func`2> struct Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968; // System.Func`2> struct Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987; // System.Func`2> struct Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F; // System.Func`2> struct Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59; // System.Func`2> struct Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67; // System.Func`2> struct Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037; // System.Func`2> struct Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5; // System.Func`2> struct Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609; // System.Func`2> struct Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754; // System.Func`2> struct Func_2_tFD81B74596B148B39BB05469981F25AED577A157; // System.Func`2> struct Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB; // System.Func`2> struct Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818; // System.Func`2> struct Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED; // System.Func`2> struct Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B; // System.Func`2> struct Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C; // System.Func`2> struct Func_2_t5182A96930054BE024323674CBD1CD426A177ACA; // System.Func`2> struct Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068; // System.Func`2> struct Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C; // System.Func`2> struct Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7; // System.Func`2> struct Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79; // System.Func`2> struct Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF; // System.Func`2> struct Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815; // System.Func`2> struct Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0; // System.Func`2> struct Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710; // System.Func`2> struct Func_2_tF6F51BA45704858319C9B9985D27D2293161E875; // System.Func`2> struct Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D; // System.Func`2> struct Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04; // System.Func`2> struct Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2; // System.Func`2> struct Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712; // System.Func`2> struct Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A; // System.Func`2> struct Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB; // System.Func`2> struct Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2; // System.Func`2 struct Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C; // System.Func`2 struct Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E; // System.Func`2 struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436; // System.Func`2 struct Func_2_tC3246CBAFBB962E2C6075141A9B6BFC365266428; // System.Func`2 struct Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A; // System.Func`2> struct Func_2_t053D2B54EABDF2D08AF93BCF2FD688A13D471115; // System.Func`2> struct Func_2_t3392110F43E2BABF9B4FE94ACC529370BFED1DF9; // System.Func`2> struct Func_2_t0A72C117A66832F7C51A8E75D59563AE9AF14415; // System.Func`2> struct Func_2_tEA0806351A226BB336B75F20D7FAD45BB6FA6548; // System.Func`2> struct Func_2_t24959D12153C564CD09380AC01C49CC861DEB865; // System.Func`2> struct Func_2_t96D5F0DED0C2B664C7CFB45042CD136E34842A4C; // System.Func`2> struct Func_2_tCD62034ED2D89102BBD6DBECF08A26CD16C25CC7; // System.Func`2> struct Func_2_tFE929118F994CCB6F43F23B883CA05BFFFA344C1; // System.Func`2> struct Func_2_t43120EF71F0B23A2E3DAFDCF2D153B3D717DDB4C; // System.Func`2> struct Func_2_t7F88FE9A58E990409D399F6F4008D1806BB0F885; // System.Func`2> struct Func_2_tB35ECB1EF85773E85A7780EB0FD79F60CAFD167F; // System.Func`2> struct Func_2_t4B1AB0511DCFA3E1F54D9D3D1C70655F62FEC1D7; // System.Func`2> struct Func_2_tFD2BFACA0A49615C9E0B25483BAAA94EF377BC62; // System.Func`2> struct Func_2_t8CB918836220145D2340F9957E6C5F276C4137C2; // System.Func`2> struct Func_2_t09359088B37196580165BF098AE567064572CB96; // System.Func`2> struct Func_2_t8FDBF88C8735206D446D7BF4B6BBF45952CF8B9D; // System.Func`2> struct Func_2_t5C837A4A6B6613D0C6695AF4098C6C15FE64F014; // System.Func`2> struct Func_2_t061EF894E3300369464572C898B2407E22EF3441; // System.Func`2> struct Func_2_t95234C88C1F30E9B41E8B8B1ED4706761D605B21; // System.Func`2> struct Func_2_tB00D5EEC171B630759096485B233901DB43BF8CF; // System.Func`2> struct Func_2_t17DCAFFB0BC6EFD8723C2490F093A4C144B494FE; // System.Func`2> struct Func_2_t133D2751609059C1728FB803B694896EDE3CDB05; // System.Func`2> struct Func_2_t7724CFF6C02B9686F1A23E38E78334D619CD0359; // System.Func`2> struct Func_2_t11AF083145B07438E76C2179469046702C171AA2; // System.Func`2> struct Func_2_t8BB421865D27C0D99A8ED71CD853D7085A494D74; // System.Func`2> struct Func_2_t5D89C07592E8B4B8A741A9FCAC03153AC7FE0E69; // System.Func`2> struct Func_2_t838A6E05A593267E6770A337644654460420411A; // System.Func`2> struct Func_2_t6144C788CB8CA6D69827E741BCD41FC2E152FE29; // System.Func`2> struct Func_2_t34B97771A0078A8273A23C56EEE4D43342623274; // System.Func`2> struct Func_2_t2C031683AA90DDC7B997FD7FA2C8A7BDEB5AC430; // System.Func`2> struct Func_2_t0E9D7CD20EA091FE6D6442B79A98A4A61BE908F0; // System.Func`2> struct Func_2_tC39B98FB82720BAEEB44F52A6B22A36F79879962; // System.Func`2> struct Func_2_tF763012343AC0F7D5AE2892C19C62FF25B83A6C7; // System.Func`2> struct Func_2_t34780C59A229A689E04290A1F7CD89082B8F213F; // System.Func`2> struct Func_2_t5373D9577802C55F46C524A7773A8CEE22AEE4ED; // System.Func`2> struct Func_2_tE089C952ED81C1166C6B2F9A582A695741D7122E; // System.Func`2 struct Func_2_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC; // System.Func`2 struct Func_2_t8A5F47384D3AB42A5C3C8659860DB39D858084FC; // System.Func`2 struct Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957; // System.Func`2 struct Func_2_tE5EC24D560780816A793D66A79200F82985F58F3; // System.Func`2 struct Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523; // System.Func`2 struct Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A; // System.Func`3 struct Func_3_t7AE25F90C6BC6E455AC39E057818990818A9A733; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t6552A0560038E8C2D2FB721957736FAC6DB0D9BC; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t45A05B51D8BB61DE7DCF1B326B98D4FC3EC99CC7; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t32A84297941FBD71E86A3A40A0B797B7BC85E0B5; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t2A99AFFCA3E9EAE71B5E617F3853C49F93237A51; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t7CE2C503200D328BFAD8A4DCF956BCA7CCF40D3F; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t6E856399EE8F47E7124EF20744F3C068EDC7C9AE; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t32755D56BB172F481427BC67E013BE986A5293A5; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t9C8D372C069A0BF547592788D2B7DDEBA6F8C20E; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t0E2461DF7FBCC512AA3D60C4A2B08500BE796AA5; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t1767046BAFA0E3C0977D91D364962170F7F01972; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_tBC25AA55A1AE72560DAD39782989ED4664B67728; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t91D18540DD358AFCF7937DD8C61B29F87E1A7AED; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_tBD79BFE2F4A54FF0A3387E19B669123A4BE23FCF; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t0F279E6456CE03F0F1A8558335FAD843CB5BD842; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_tAAD6AB65DB82A4F212C2FDF5B2679E44D63D8398; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t68EA77C7AB3BD0567768D7B7A98A0AC9FC50A738; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_tBE774005A41B5D35F257874BE30BD8B3A2DFEC7D; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t7CE364A21688345EC82CC850E5466EFF6FBA6523; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t0F23F0CB78348FE843A591DD5079DB88AB6FFE24; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t817E4811DAD5CE2199ADB68F3CF6D1161785FC3F; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t9EAC4123FB7C3BC09F2A36666EB30F5B8D9565BF; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t264D9C7A626DFB5C3886D6E3801F97AD2AACA1C1; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_tDD80A2ADF2D38EBCF592099525657352B8591435; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t70F5CE3146A9700A5EBEB09A8185646380795B20; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t334B644E865BF656FDE5FCEAFACD4E9A36A7423D; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t8CA54331582054CE1BE4EB678CBE76CF4860EC0A; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_t43ACFA30D51CC9A3E4F79793B3A16353711208C1; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_tD18CD3ABEDEF5EDCD582482846A30CA111F09599; // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 struct ICloningImageProcessor_1_tF9506FB575597C98FA0A32961165ED72D6D2621C; // System.Collections.Generic.ICollection`1 struct ICollection_1_t35488BE070734B4C5D136DC1A68CBC9CE507D488; // 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_t624844BDED22588CB4107D171B29C26A4953C759; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tC51B0D1CF3D0A1E45BBD8B79324FE5CEA1C1CB72; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t277CB1B91602D7C35B609656AD0B45C93FE7E0F3; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t5DDC56EDF1ACCB000FFB0047C6983957DFC87300; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tDBD63FC98026744B408E39B11B808CCA54C70FA5; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tBCB00B505CFDED662F01E03C0888629FCFEF4C3F; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tE736A9BE547C4FFF609AC2011F8E08CB02CBFF88; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t873AC681353905AA6F44EF6AEA3B8AA9CEE873C5; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t94E6C4C854C400A759913FCB3A467E6E298313A2; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tC61050CE97D8456F54CA0435B6828A2BFBA3BA8C; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t6B46824D88381624C9C5DC0D3EAB5A293E238F2E; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t6DF4E6B4B0BA094CEC38CDCD5814DAFDAC996119; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t677DC24A1EBF164AFB2EBB21290E0D4AD6C4EF85; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t10D42E5EE22E009A06237CFD1884A6B054EB1095; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t5B3A19D595EDA3D141DD24F29046B2A6E4B912E8; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t764ACEAC4C356C0EA02A757C3D30F81D2476EDAF; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tC213A1CD683257A3006CC4CC2A19035FB353E03A; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tF76181CD2FD957002E798915FA9FF390332619C9; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tDC7ED7C2739D3566A0A0B7CA4C0588F28C152850; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t125ACAFA622F6DB65DB321F07E6591626B1B03E6; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tE5D804B3D3FD5DB5C8C31E82112EEC211AED4824; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t0A64D7278B9ECAC53975650292BC29F962A4FACE; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t12B7F282E2733F96DDC3C644C40EF1429E61B8E0; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t1F91A65D119447BDB965D7AA778A7F5E92734754; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tFC7989C7820700B6470561B653138868F8424A77; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tC0E3B697C7DED1E1E1AC0A5153705DA045CBBEA1; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t1DA30E2CB6ECECA9AB039D985446F3DFD3407A3A; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t9C0AB62254A19910C1D96F60E82DFC37E09E87F7; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tE901C4C4A4D50908F6F226B0549AA57DBBFB5848; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tD4C7751FEBAB49C0D39E9011B4C04DE55913393F; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t8574C6F2E7488C973489CBB03CF7182F8256ADF0; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t8216AE1D05ADB047329E793EB14C19501CEB82AD; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tB2F17DA50C19E2D17FF7A834F41A69235D175625; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t22A35158F9E40077A7147A082319C0D1DFFBE2FD; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tB266F41BFDCB22D4AE8032734E9A76FD9B901D05; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t05270291955495E4368DC035FE6412E53FB48A1A; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t2F3EA8796225B0BAEACF194ADDA8DE2C5D56882F; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tD8FD97FBA6232FE5C3C306BCDA81F20680C0B423; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t5912BEA749DCB8D8D2C93F7E73863F8F96CAFDB8; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tD11DEBE8F78D8F9DCA5A3C6D43DD388CB200A5C9; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t399876037EFF2F14814CD9EC93F9633C929F6FE4; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tF13F06D19D0361C0CA713AF2C46737ECC869AD4D; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t2DB13A3F92BD51B6A38642EAF09C387A0CC6C901; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t85A31F230A9553AFD67608C2276B884E9B63E41A; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tF2259A9D567716AB6F6B93B95FBF3D44690BF6F6; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t81E7A27B2E508176681C51544A419F59852F5A72; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tF363E2AF15054757AF667FCA38A38FDB5B84648A; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t9ADC554905D9F6C8490A13DB7673D5A2EFFE4B8F; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t683E8210B7C672CD4EF949204416B08B8787B69E; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t7E4E6DEDE89C9F0A1BD7805FD57416526C98A70D; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tA52360A67BEE6058C082593805877F63A7537F0D; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t1367F1E3500013991C6639342D30409F67F1F09E; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t3A22CA9C4EB671E4A80DB3CD990C49CD76F912DA; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tBEB962B6D9A5696DF0451B03F6FE5D63F6FD6CF4; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t64A8CA782862940EA6CA268BF50C3C833DF30903; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tB8F5FCF4E9A5610B5E0C7D534C4A5B994B0930DE; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t35B70375D7BF858684A86E1536A1745103562753; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t16B064BAF0AB1873993B4B0A30CE5CB33EE1CA30; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t06FC015EDEE5B0A3C525FCAD2108A0D6C6153A7B; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t6CCE0D2A8D996C6FF2F678A0E0DD545B47C52980; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t684F8C00600CA91DD17FD731677C72499E9AFB55; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t258495D6FA69520BD07E545BEE6CF76126B8156A; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t1EC7E575CA20A3F12C0610963066C0E37C582956; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t4E39D01255FC2B81585C2D4A7862D940C6E9BA1A; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t851C7321BF6B3170CB79C895248A23B840BF391E; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t11E0C7C0DDE590DBD8BCFE3E9A94FF88B43422FE; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t70054724716F8165B69A1B828C4FFC18D917D8F8; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tBC380F0115063470BB3B31F5EC7EA8BE4C7CB0EA; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t3CB7FD05F96F3E9DE620D1F2E1C26E0CF0930107; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tD4DAAEB5C64761CEC400311F4FCEAF1B6ECA34FF; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tB9606E6175679C8FA0B175E810C7ADBD5586C964; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_tB835BC78DFBE5A4BEAD57987A6E583ACD87F1713; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t87C38B0EE9F1DE9AFC8F366EEAE5D497C061B4E1; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t8621F80A8D4160DA4485FDC429B5E41C2470567B; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tA116A870C8332D2D64FD13D5449B11BC676AC3D3; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tF17C4423FA7D07F70471E2AEEE9159E571790D8E; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t4B2D427AF9CB02627FF79789762E27659F959C7F; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tC141A8335526641BEA65081566FA3A11E667F83A; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t4DFA5CB8F95829BAC3B2C5251EA018F27F9EFCB2; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tBC027DD6400808C7CEEA85979BD344E2122C194A; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2251B8FE3BD155061050167FFDA2956D25CE300F; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tBD0B34CCAC26472DC3948B9200FAF55B0F4D5737; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t91B00AB087B977F9951BD7EA3ADAD72318A1467B; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tC4EACC3E0D106CC7E4C3E81A78B0F8B77DA55EDC; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t60929E1AA80B46746F987B99A4EBD004FD72D370; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tBA0E6E878DA8F8DD29D887670962BCC85E2FCB3E; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t673DFF64E51C18A8B1287F4BD988966CE3B15A45; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tAE15EC60A2550CD3A4D9E7B9C35B23B6CCD16593; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t184E92D6D949817DA939C9B8A0BDB8EEB48C9B94; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t0DE6D26EFE9894925BF4521C478FD009D8C1EC39; // 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_tDBC849B8248C833C53F1762E771EFC477EB8AF18; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t8BD5873DA95E9C8C9AAE25FB82472281DF6E38E7; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tB7D12F25E433EAD4509A49D8C2F8435C9D9BC04E; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tFF4662DB8223F52A3C438A90F28F6C17455E622F; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t2DC97C7D486BF9E077C2BC2E517E434F393AA76E; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t4EA59F9AA3E64DD7BA460CC086E09077A46EE5B1; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t8676B7A2F2C1FB08F948399B0F2CFBEB6D0F534E; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1A386BEF1855064FD5CC71F340A68881A52B4932; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t7EEC9B4006D6D425748908D52AA799197F29A165; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_t06A603CDC6A1C6CA5E285BDF4F6AF1EC509D0F69; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_tB4512ECDD9A84FCC48716C44309D31A8D61E143C; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_tD6E848BC3608052ECD5AD5269016E2115411426D; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_t9D071263C799D018B50AE7D925472B08382E1EB7; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_t9AFD206BD3EC1ED63902E501E4535E28BAA82C28; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_tDC23321886FC2599373384545D5E74DC9378AFD3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_tF7992B8ED7AC932411ECA950202C8D5B11BBD4AD; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_t941EB9EF7FB3F2E339BA264DD18C07DD79AD9C0B; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_t1789784A16A07013101FDC0197C11D5970CD0C31; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_tA143C42E2290E3C8167F64590FF73193E4AFD0F1; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_tE91888A862E08D6A5168310D9E146C4410D02B4A; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_t8A2D535588243FCE4E4C89CADD895BE846D14679; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_t70FEAD349D49D1793005C0C6A5DAEF778ED5ED89; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_t491492085369266D1D2E2EB94214CFBAA0C64CF8; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_t86F536384BD2D209BC405250925E9F24268D918A; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_t501D4EE740ABA83324D42C87A02AA6212B9A159D; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_t7A6D81445E348905BE82F533AC01DB2880A0D65B; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_tB05FFF97A613E94DC73DCE4CEF4D1C2F3E039DCE; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_tD92478773EE012BF67687F47CC336664046E6691; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_t463B78566BE21784DB0C6268F8710523D680C477; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_t1394116BC43E14BF6ED20BD1CE1B1C6414272831; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_t402187AFBAC5284BA594197F78335F3744AB01E4; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_t00EE0E8A8EEFA6F5A7AD5DD87FAE7CEF8A81BBC2; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_tB7B81B33BDDECDD4EC268BB1DD50B07AC2C888F0; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_tF6BAE51C801B306B194C03F84FE4F065CF121487; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_t24D490DF747D92440FC2392BC3DCB027C3984541; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_t4DBC5AA4CCB0FE9849AD1922386A64086E583256; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_tB3572271EB89200523B9D10AAECB45EEB785E5A9; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 struct IImageProcessor_1_tDAD840A05E930ADA74179948305B8366273556F2; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t6EADBB105BC037B48148FBD0DDDA5611B0FE50E1; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t41541C1BE6B009BBA8EAF72B92998E8277702784; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t1DBF4F7208DDB8C5AD0B8D64DDCB51CC02138169; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t4B66749BCBA956DE0886B213E400414E94DE573D; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_tC360C1E1FCC2E33D99B6D1AA006C891C8A97D7C3; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_tDADC06BAF1A42C97E2C6E1C07D242906936199C0; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t3250276A633E20AC5232A62FDEBD83BE9DABFB9F; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_tB08E287862A561E6C3B0E4FE415EF257AEEF9283; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t480B51492B5AB8139BB1F547A4058D4B9D8BF621; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t4444246A05D32757E68C303A98FE50098FB14129; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t451A2057CD47E83CDFF2D2D82BB224D9F2F28606; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t79C7B104AFDD020FB45D49D1E681DEB6AAA0934C; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t7B9ECED38472B93A6FF2628EEEF7FA9CD0938ED8; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t11DEDE533EBE735FB57815D4244BEF78978F2E20; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t6C9B1C2DBFB126688A841359F37A7053244AF55E; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t4E959F18DCBE3EBF7CB08A5FB74446499D7B96D4; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t3C9355312F65CA7A88860019F266FCFD20141117; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t26A7B611346C40E38A6921A235A428D83C4309AF; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_tC1A1750EF5A7C7D76DE9C55161363F9081136A63; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t8594BDFD557A44C2954717BC9E0D5C3A37F90548; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_tD8C30536495486C4B5F5BAE79F83502CA46500A0; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t7CC725D84F910789055A14B052B0660FCE36C5D2; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t397E68DA90EC3DF41DFD24F83C536671243B3B92; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_tFE55C18D114D082B9A5CB8BE2C85F857A6C6968F; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t191C5B3CA41972C7F1E4B98A775883775613F13B; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_tA4B5D74D86CD7F978828C99E836C36A04F85A841; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t43722680D7C08D4D6205FBA219B2573ED4E3BBBB; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_t6F75253F90A747F07C8BC44CC17C6B200986E856; // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 struct IInternalImageProcessingContext_1_tD852D8A7EF6907852CB109CEAB430B6A9DA27DE9; // System.Collections.Generic.IList`1> struct IList_1_t24DA820B0313B8150F8E6E7C02BDBA469CCA5A5B; // System.Collections.Generic.IList`1> struct IList_1_t841679DCD4FEE32F200A7C60795D92D6B2D582FC; // System.Collections.Generic.IList`1> struct IList_1_tBA17CFA75DD48EA061460EB1ED69D95F24EFAAF5; // System.Collections.Generic.IList`1> struct IList_1_tD05146B8EB79D0B3E21BB3E264C366CF2D5B8017; // System.Collections.Generic.IList`1> struct IList_1_tB4677EB8BFFD09EAE99A0E3E11F56EDA16FE166C; // System.Collections.Generic.IList`1> struct IList_1_tD8F1844B7C7D008885B08C6579225994CEBB7A00; // System.Collections.Generic.IList`1> struct IList_1_tD4C2F7CD60AEDDAEF9A5CD227B553229E799F0F7; // System.Collections.Generic.IList`1> struct IList_1_tD328657AB77B4D4339DE157161159909B020856A; // System.Collections.Generic.IList`1> struct IList_1_t136554B0E808B12C8E004B0BF83D3AC4F5FDDC84; // System.Collections.Generic.IList`1> struct IList_1_tB69D15153133646AB5259BF60A932868421FE05E; // System.Collections.Generic.IList`1> struct IList_1_tD7AA43BAB956A97D61F154DEA1AF678F278568ED; // System.Collections.Generic.IList`1> struct IList_1_t7727D4E32CA496FAB29DE4EEE14B2691BD88BB54; // System.Collections.Generic.IList`1> struct IList_1_t2B431FAB4FDB8588E1256F473E93E5CC90259209; // System.Collections.Generic.IList`1> struct IList_1_tB165F84981DE180BB23ED51A0D4DA67570609829; // System.Collections.Generic.IList`1> struct IList_1_t97E7E013259CF96536B87C82569DC84B866DE8B1; // System.Collections.Generic.IList`1> struct IList_1_tB045079D4058C37E271F22D61B4DB4F7E6136E91; // System.Collections.Generic.IList`1> struct IList_1_tE49DE6D5C3CCE1C27BE9E1DC1002E0E6B721168D; // System.Collections.Generic.IList`1> struct IList_1_tA4A91BA938D69B5117B09C6CF9F31892700CD5F1; // System.Collections.Generic.IList`1> struct IList_1_t76ECCB6B59266C49E7AFB6807EBA2C827C887159; // System.Collections.Generic.IList`1> struct IList_1_t91E69506A1CB0633F80A752C793B167BA6AD996E; // System.Collections.Generic.IList`1> struct IList_1_t2860034397659956ED0E7CE1F3E0441419F22E4A; // System.Collections.Generic.IList`1> struct IList_1_tC85547C594E716B92771D0783A8565A6D2FAA115; // System.Collections.Generic.IList`1> struct IList_1_tBCCD6E4AA099C670FCA5FAC1FEDC6A5B7DDFFF53; // System.Collections.Generic.IList`1> struct IList_1_tE45F125FAF8E9EA4313C1F7494241EAB493313D9; // System.Collections.Generic.IList`1> struct IList_1_tB678027676ABC83C2D67124B0F167BE5A1FF2E82; // System.Collections.Generic.IList`1> struct IList_1_tA5CBFDB2A87FD52E60E770AB601838D911C6CDA2; // System.Collections.Generic.IList`1> struct IList_1_t6BB9D6FEDA4E33A65F520D0029EA95D4142AABC2; // System.Collections.Generic.IList`1> struct IList_1_t1323EDB0974C0B6BE391C7F760D9BB22F23E5CCA; // System.Collections.Generic.IList`1> struct IList_1_tC4EA00F952ABD4D29EA376E49FB80D4781C63549; // System.Collections.Generic.IList`1 struct IList_1_tC94A6A591E58FD9BB826AF5D15001E425B682707; // System.Collections.Generic.IList`1 struct IList_1_tA9B3F6D4DDBA3A555103C2DDC65AD75936EAB181; // System.Collections.Generic.IList`1 struct IList_1_t707982BD768B18C51D263C759F33BCDBDFA44901; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_t03754D99BBB1FDA73448A78019BBC47767A5153D; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_tB9F2319177B9E63FFCBB89F9E57F8529A97CC77B; // System.Collections.Generic.IReadOnlyDictionary`2 struct IReadOnlyDictionary_2_tA39AC18E76130FDE9E466B499E98A26FFCF96994; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t1A8E2D3D2514261AD5FB347860EB8E7A78D6A606; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t166977FE93893F89D7620540A8ADF3F3E2170BDA; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t79C02C694D85C99B8FFE79FFE8ECF22C962F9CB3; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t91E59929C2ABFF62B997C73D07A24426A1EC4351; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t21F6534F41AC965439A673009C2FCE9140F6F90B; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t8E4E912BC573A491E07CD9AF9AE2B5FA7B3F8DF7; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t3CF7438F97D8A99D494F007BEFB385A1F5E955C3; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t5881129048A15C4817AA9BE111C707606F83D5D0; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t9E4FE6B82E10D9C59E51630EDE98D097930D4E9C; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t09AAFD79F4BC9CE90E24BF8F81C1A19BC640253B; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t73B727347ED381B2000ECEC584DB30F12E276C7D; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t3B84DA04530A6659AE1F95D3D40C279D84AA9C74; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t65F7E8F373726333514DBBB8A3176D659B4A88EB; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t9FF70F1230708590A7F85C59F355F60203D13A7F; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t42F641573859D9E681BE2F478C019995965D60E7; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_tEF1111D2BB52BD0644B2C0A2EEE3FCCA249FB9FB; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_tEFBA2ABA70D340513A8EE21EB657D1DFFFCE8649; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t827EB997DF59FB721E74E9ECCF50A267623EDAA8; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t9EEBFB76EF5D25E3FCFB932C3526262AD123DD1C; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_tB5FE2F19416D0E12283C86295E3B2570987701A2; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t8C9428F6EAC29E77F4EF5ADA1A60C4A4958DF4F5; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t4ADD3A7FEDC3AF03894BBCC7A46913EAB029D933; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_tC23E088635C4728EC45EB40FA0551E608E04CEE9; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_tB48823EE632CAA35155906AE26C282F0FC3FAA30; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t60F0825C1C41252F5FCCF0F34E0F3011AC99936B; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t04516BCF49092B70CF11D3A018411ACD3704C587; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_tE3A6647DEC7FB8C231A739018F996F04D6456A49; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_t91C4ED6DECC5FBD4F3C7963D2D7AE2A901DE6E7C; // SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1 struct IResamplingTransformImageProcessor_1_tE03D3AFF898A917C5DBFB952276E6F7C9917D1F2; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4; // SixLabors.ImageSharp.Image`1 struct Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1; // SixLabors.ImageSharp.Image`1 struct Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1; // SixLabors.ImageSharp.Image`1 struct Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D; // SixLabors.ImageSharp.Image`1 struct Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438; // SixLabors.ImageSharp.Image`1 struct Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5; // SixLabors.ImageSharp.Image`1 struct Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1; // SixLabors.ImageSharp.Image`1 struct Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C; // SixLabors.ImageSharp.Image`1 struct Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1; // SixLabors.ImageSharp.Image`1 struct Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA; // SixLabors.ImageSharp.Image`1 struct Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364; // SixLabors.ImageSharp.Image`1 struct Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0; // SixLabors.ImageSharp.Image`1 struct Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E; // SixLabors.ImageSharp.Image`1 struct Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296; // SixLabors.ImageSharp.Image`1 struct Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376; // SixLabors.ImageSharp.Image`1 struct Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64; // SixLabors.ImageSharp.Image`1 struct Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854; // SixLabors.ImageSharp.Image`1 struct Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E; // SixLabors.ImageSharp.Image`1 struct Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD; // SixLabors.ImageSharp.Image`1 struct Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902; // SixLabors.ImageSharp.Image`1 struct Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35; // SixLabors.ImageSharp.Image`1 struct Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E; // SixLabors.ImageSharp.Image`1 struct Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B; // SixLabors.ImageSharp.Image`1 struct Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F; // SixLabors.ImageSharp.Image`1 struct Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227; // SixLabors.ImageSharp.Image`1 struct Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E; // SixLabors.ImageSharp.Image`1 struct Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0; // SixLabors.ImageSharp.Image`1 struct Image_1_t977CD663539969F5C0792D29034190DA7EFD9535; // SixLabors.ImageSharp.Image`1 struct Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7; // SixLabors.ImageSharp.Image`1 struct Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_t2CE9BED52DE717242B7127BBEA2F2443BB12D4DE; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_tD1928931E11347951E077B569E48FA62BA73E392; // System.Lazy`1> struct Lazy_1_tA4264BA23FA6930D6C690B2CC5B8E384D87C5B84; // System.Lazy`1 struct Lazy_1_t80FFFE0ACFF8A8AA6833B50CDDF9C92D4C9A5134; // System.Lazy`1 struct Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E; // System.Collections.Generic.List`1 struct List_1_t34AA4AF4E7352129CA58045901530E41445AC16D; // System.Collections.Generic.List`1 struct List_1_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_tE7DC2F192C483F9E5722779E3C2C1910490AAE59; // System.Collections.Generic.List`1 struct List_1_t7A220E9BB7539479C818543CE3CBDF252554FD58; // System.Collections.Generic.List`1 struct List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5; // System.Collections.Generic.List`1 struct List_1_t4CFF6A6E1A912AE4990A34B2AA4A1FE2C9FB0033; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 struct MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t867B4782C2B17175EC246BBC80137533A9D67631; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t26C9C5F64D2D2B9FB362630334C312B38570AE56; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tDE9DE4941F7683B65E0F10DFD29FBC7B9CBC6497; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tC66E12D5AADDFD24BAFA50A93986C7C53E377906; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t908103D85C37199FEC70CF02DBBD4DA09CE77DDA; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t63EAEC005312470922EC2AB07494FD33D07B16FD; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tD511333B97DAE1AA397B2843D6943BCFFD1F0DDC; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t94F4A5B70CBA6F8C1350A9812077963A3CB15CCB; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tA5C28400F7F423088B10E66086048A18AB11467E; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t91EC9B967067F27A9355E1DB6DAAA4A4C553366D; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tAB1E659C4C33425287E614DF775A6C92F987A479; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tBDA8984E2DAAC9FA602D57BFA82C7E86291BD46B; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t737FA67C2815ADB609D9D948D79AB7AFE2DE6866; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t9EAADFA2DE9D15A8D84E8B9D7798D3C69FF55648; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tF1745CAFA58C6AE30D223954104638CDE1CB8876; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tDA3609CD75367EE2E51960FD0FAE39E895EC1747; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t4862DCF77E0DA25070E482E85B3E0883866C037C; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A; // SixLabors.ImageSharp.Memory.MemoryGroup`1 struct MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102; // System.Linq.OrderedEnumerable`1 struct OrderedEnumerable_1_t938A35591ED5CA8A006A7C2AFBAAB1F42B2E2DFE; // System.Linq.OrderedEnumerable`1 struct OrderedEnumerable_1_t4ED7F4DE53F413B48E5FCFAFE1EFE1B04A7B5F6F; // System.Pinnable`1 struct Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED; // System.Pinnable`1 struct Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD; // System.Pinnable`1 struct Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A; // System.Pinnable`1 struct Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF; // System.Pinnable`1 struct Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637; // System.Pinnable`1 struct Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF; // System.Pinnable`1 struct Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03; // System.Pinnable`1 struct Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A; // System.Pinnable`1 struct Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF; // System.Pinnable`1 struct Pinnable_1_t604A0CC06EEE816A81F6B85ED6E75D3F69800250; // System.Pinnable`1 struct Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5; // System.Pinnable`1 struct Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D; // System.Pinnable`1 struct Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B; // System.Pinnable`1 struct Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773; // System.Pinnable`1 struct Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC; // System.Pinnable`1 struct Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E; // System.Pinnable`1 struct Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0; // System.Pinnable`1 struct Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3; // System.Pinnable`1 struct Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56; // System.Pinnable`1 struct Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804; // System.Pinnable`1 struct Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8; // System.Pinnable`1 struct Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4; // System.Pinnable`1 struct Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D; // System.Pinnable`1 struct Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF; // System.Pinnable`1 struct Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF; // System.Pinnable`1 struct Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63; // System.Pinnable`1 struct Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716; // System.Pinnable`1 struct Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF; // System.Pinnable`1 struct Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C; // System.Pinnable`1 struct Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t428873023FD8831B6DCE3CBD53ADD7D37AC8222D; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_tD35D813BBD842D37394D94E84E6FF488473956B2; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_tBD0AA1DA4590827BE07CF75D028078698CB1F089; // MathNet.Numerics.LinearAlgebra.VectorBuilder`1 struct VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 struct VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22; // MathNet.Numerics.LinearAlgebra.Vector`1 struct Vector_1_t04BD986700481778192B0CF621635E64D169D13C; // SixLabors.ImageSharp.DenseMatrix`1[] struct DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_t549EA3883341171293C741C847D7E2BB8D196B26; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_t1D9C080589FF5442F9D813CBA2A12123442FDD10; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Reflection.CustomAttributeNamedArgument[] struct CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451; // System.Reflection.CustomAttributeTypedArgument[] struct CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Collections.DictionaryEntry[] struct DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // Newtonsoft.Json.Linq.JTokenType[] struct JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.UI.Selectable[] struct SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // UnityEngine.UIElements.StyleSelectorPart[] struct StyleSelectorPartU5BU5D_tD8762DADE4104C7D73D7B821DF7E5BBC87417BB7; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.Reflection.Assembly struct Assembly_t; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // UnityEngine.Networking.CertificateHandler struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor struct CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A; // SixLabors.ImageSharp.Color struct Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // SixLabors.ImageSharp.Configuration struct Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8; // System.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor struct CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // JCUnityLib.CustomJson struct CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8; // DG.Tweening.Core.DOTweenComponent struct DOTweenComponent_tEFFB81B283458D3C607F5D8960C4E28E10764F29; // SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory struct DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy struct DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // DeviceMgr struct DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD; // UnityEngine.Networking.DownloadHandler struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor struct DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB; // DG.Tweening.EaseFunction struct EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor struct EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor struct EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor struct EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor struct EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF; // System.Exception struct Exception_t; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerable struct IEnumerable_t47A618747A1BB2A868710316F7372094849163A2; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // SixLabors.ImageSharp.IO.IFileSystem struct IFileSystem_tC69B6614586AB2F610D79E6C47189275D30486C2; // SixLabors.ImageSharp.Processing.IImageProcessingContextFactory struct IImageProcessingContextFactory_tC47D420D349BF819E0E7F349FDFB058267BAC426; // SixLabors.ImageSharp.Advanced.IImageVisitor struct IImageVisitor_t91479030DF32D88446B4AAA288BB3FD9FA074541; // SixLabors.ImageSharp.PixelFormats.IPixel struct IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C; // SixLabors.ImageSharp.Image struct Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C; // SixLabors.ImageSharp.Formats.ImageFormatManager struct ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515; // SixLabors.ImageSharp.Metadata.ImageFrameMetadata struct ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E; // SixLabors.ImageSharp.Metadata.ImageMetadata struct ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // Newtonsoft.Json.Linq.JContainer struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4; // Newtonsoft.Json.Linq.JToken struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // SixLabors.ImageSharp.Memory.MemoryAllocator struct MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444; // System.Reflection.MethodInfo struct MethodInfo_t; // System.NullReferenceException struct NullReferenceException_t44B4F3CDE3111E74591952B8BE8707B28866D724; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // SixLabors.ImageSharp.Formats.PixelTypeInfo struct PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD; // DG.Tweening.Sequence struct Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // System.String struct String_t; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // DG.Tweening.Tween struct Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941; // DG.Tweening.TweenCallback struct TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB; // System.Type struct Type_t; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E; // UnityEngine.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C; // System.Reflection.CustomAttributeData/LazyCAttrData struct LazyCAttrData_tD37F889F6B356AF76AB242D449CAEEFAE826F8C3; // UnityEngine.UI.Dropdown/DropdownEvent struct DropdownEvent_tEB2C75C3DBC789936B31D9A979FD62E047846CFB; // UnityEngine.UI.Dropdown/OptionData struct OptionData_t5F665DC13C1E4307727D66ECC1100B3A77E3E857; // UnityEngine.UI.Dropdown/OptionDataList struct OptionDataList_t524EBDB7A2B178269FD5B4740108D0EC6404B4B6; IL2CPP_EXTERN_C RuntimeClass* Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_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* IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_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* JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* L8_t0DC62ABA8124A587901AC9D023076EF568A23003_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NullReferenceException_t44B4F3CDE3111E74591952B8BE8707B28866D724_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral0E65690939804B15F12B14D2152EA638DCB3BF40; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral363278D8E9773708C6063667EE23AA08E939B3C7; IL2CPP_EXTERN_C String_t* _stringLiteral3B01345B07DE11553F96CC4FAB3DF6770B34BD68; IL2CPP_EXTERN_C String_t* _stringLiteral469F05BE9BB4C7903C353D0EB9F6384C84A48B25; IL2CPP_EXTERN_C String_t* _stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850; IL2CPP_EXTERN_C String_t* _stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5; IL2CPP_EXTERN_C String_t* _stringLiteral7342733D8103FEFBE51AC627B4F279696F4D7CC9; IL2CPP_EXTERN_C String_t* _stringLiteral770A129476A73AAD6274B42460A3EA34BABCB4D3; IL2CPP_EXTERN_C String_t* _stringLiteral7EE837B2FC81E79F9F96BEFD9CD8B64870F5C628; IL2CPP_EXTERN_C String_t* _stringLiteralC0E02A0440A6BB4475B7E59901C37A6A25E773C8; IL2CPP_EXTERN_C String_t* _stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908; IL2CPP_EXTERN_C const RuntimeMethod* CollectionExtensions_GetValueOrDefault_TisRuntimeObject_TisRuntimeObject_m6620481B4B05032EBA7BAC1F8B18096E9FD6DA70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_AddRange_TisRuntimeObject_m69B1939C5ADCA3984AB945DB7E7FCED783B3B401_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ContractUtils_RequiresNotNullItems_TisRuntimeObject_m8C7C08E1C93724C4636906809D2EFCF23113CEA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Contract_ForAll_TisRuntimeObject_m07DDB9CB8E8A4813CA729953DD01582336D5FF60_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m20214415A849A1B20B27418A8B59F805453F62E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m9E162EDC21ECF087F5B854B87EA206917769D4D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DownloadHandler_GetCheckedDownloader_TisRuntimeObject_m2D2C6F2363E675CF974BA7C74AC672826A9F191F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_All_TisRuntimeObject_m4C0A04A431720E859C6CAB04F55175E5FBD2E08C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisComplex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_m2CFDCF8F5D977AE73A205FBEC8F6E056748E5983_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisComplex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_m67FBA6BD11E88F3437C44F31E2C3787DEBF7DC22_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mCE24575701410424AE895AE576C926572EFA4595_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisIccLut_tFB99AB82ABB1A482C310EE322C51C9EFC62A778C_mCEF2066FCA2F684445A2272E1E293153B3C8C699_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisIccNamedColor_t1FBC033809515457EC209B625E1FE6B1B5C83A5A_mCE62841F6B5590099FDF097E446132492957406F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisRuntimeObject_m32B57C948ED1A4E666A55FA3D720DE75886070A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisRuntimeObject_m4175AF82F03F3455AA3D53F7A60E9EB341C1DE04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m9CA7D2CBC65D1EFD641580E589C54C5EACC720B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Cast_TisByteEnum_t39285A9D8C7F88982FF718C04A9FA1AE64827307_m7ABD74ED8256FE353E842A1EE383B21A9F9FB11D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Cast_TisDictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_m1B8BA2DA1AC956243534D1CED5A8F1788159E00E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Cast_TisRuntimeObject_m969FC696854F478B1E82F29E0D977D89B2E3F53F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Contains_TisRuntimeObject_mE9DB531B73C9C0E5BD9211B12716AD1A64EF1937_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m444B5BADABD758CBB8289342DC3E6868635F6EB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mBD69570C2A84E2C61E5B85BF58A0FE25158EB259_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisFraction_t949DB96245DCB21D980284D32045C76D207D04E7_m9B7949B4BB3AFE90EBE51C0EE13AFCEA085B5D52_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8BB6C6048C3242CE8F87C0C7CAE2FD5E8DCEE85E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m1F9AC916BECBAB0F076D581A3316AF430DBB365D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mEAFD4BBDC83CFE26AB27081DB78E6ED242529326_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisMember_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F_m8FB04E36C7E1BFF8D27FF5A720059A24336E3144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisRuntimeObject_m096B29CA6B960AE9896F1ED1B5A48DB5C740EE28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisRuntimeObject_m1A161C58BCDDFCF3A206ED7DFBEB0F9231B18AE3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m50A018588440E08DD2B1BF68C7D23E18A2142EEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m5E918B4843BA187FDB02F61B15C2144B1A3FDAF0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mD7022F96AB190687E30AB4BCFB278CFE8E1EBD5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m2187060A8535B666386AD04E80918488336EC037_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mDF719E0A3476EC41D88102BDE0449630F5C6A649_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403_m074CC23876F8366BB3160567795B937AD8A84E21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Count_TisVector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_m307FE11A007D32F57B3B8B4457AF62964A74D392_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7888FC944DAD84EF9B0FDA6AC026792E23DDB0B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m3DB55F074085C74AA4C7AE19B0539EEE136087CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisFraction_t949DB96245DCB21D980284D32045C76D207D04E7_m122045304FF632D9D698D46D3417600F84C3A7AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m93D7498C2DB9E9ED589015B99821F6E0FDDCD8A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mD53CE08355DC3B2915F5A04B619E1AD0B67435E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m38E8B24CAE736E6031E59CB71756EAD54CA60519_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisRuntimeObject_mBBCF44295D51BD430050C90B60C186B86F66699E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m2D1DD69FB7727596B8A36B78DD2B333C6CA4C0C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m79DDD6F19B2E8560D4AC7E36ABDA3B3CC63FA34F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mD3FDBE8328F7289A8B4579E55B0BDE63B9B9F7FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mB109562A44218DC3875F84B98E008B68C883F9DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m03443F8B45D053F53C1CB57C456AAFBE39ACB01E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ElementAt_TisVector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_mF1FC9CC532CD83164524473DD7F05E77441950EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_FirstOrDefault_TisRuntimeObject_m00D45BC0D9EC4462283FE165AA85C0AF2EAEF400_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_FirstOrDefault_TisRuntimeObject_m52BE8AFB43E57E98CDA1DF93283BD40B2CA3AF8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_First_TisRuntimeObject_m5BF502E3C61085AD7B2A51CCEFC291A3025BC475_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_LastOrDefault_TisRuntimeObject_mF5687D0C96989DE9852F1857D89635A019ECB1C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_LastOrDefault_TisRuntimeObject_mF67120DE101FDBA343567C1AD56D855B5243A703_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Last_TisRuntimeObject_m4D85F65C85F02B0BC38289C96F7BDDD97EB9B885_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Reverse_TisRuntimeObject_m9AC71B31601BC5C30774F74492565D83BFAE8F30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SelectMany_TisRuntimeObject_TisRuntimeObject_mB753E7C2D35AEB5156C3BB488CB112F062751EC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisDictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_m3992769EE21F50BAD74DC8C4E163904B2C8A7950_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m47DFE30320E4C1EE960F985789C67E07F44ED446_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF_mFB52D15FBDE76EA6725F4F0A1F94F8E04F651C20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1_m6A01F487C2D6027A5DEE45B391269B74019390CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043_m504940D8DF154C0B1C0340F35E11EFC42D804938_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89_m03280BD5E457BBD037160BEE40953E2E19EAF464_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE_m2F0CA30F873258F5F67DFE5C0DF4EF66649D8272_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658_m4C2DCD13464915697FAA985609F4220CECDC6C04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE_m4F8F1B0440BAD0EA9ACB3A4A069C7F4784121C9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t3232108BC547E6E6D76B052248C41BE34889A556_mB5318A5048B0CA320B014172CE0E87F941CD7D3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA_mCE0FB8FC2735F25AA03C54B1A5558F0DC587ED14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7_m5F9BE475C8AE9B416DE1B346BA698A4A4521D83F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7_m7870137D3A58B0578BD7525FA5156D83B718DC03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB_mF80DBD452794365D6BC6569562463F12CA37B8C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4_mB65B6D62F61849ABBC656C356C8ED8891C9D00F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D_m19AC5B5DA0BAE18D189D8884FC55B657156D5962_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D_mB18D9DBDBFEC9EDD7A231A61062721420FE2F434_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49_mBC6C21F8DCBC9BA508BA544D332B8607972AC8E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C_m08BD273F155D4E560DC045D98BDED5A00AEF1D49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4_m509CC92DC2DECEAF61ACC14CA3537AB3205413CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0_m01B66FC5E30FF6B97E8826FE0E82CA86C3F3CB75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B_m18478B72522B4848D7092F28342B6FDB2E5C43ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t7563249509690F7EA9872AC8D92A514A79493FAE_m74FD2E19A0465C7D4444E0D2678612CBF6F72D92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA_m7C1A722B4DE880371FCF7B93F340A2A42494FA79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t814A542F09F5105E92E19024DD750603F06FFA6B_m0D6C0680F63104C97D794E475DDC9165D843F9AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE_mFBA0B8A7807386DF3F3404F0528EBF5665608F20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t989A25F213E59B429D409844716D883464EB981E_m2BD252DA32A11A99B82A6CD824CBC3BEA623EAF0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0_mE760E218D066E34F6E2D0CBDAD98011E66A75102_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_tA7A508702FE7E293003570A324EEEB9484F060C8_m12AE80626F6BD098FE45F6BEC0368D2F6A8D581E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215_mF0AA2304EE14E015F7FEA53C8187CA398F893563_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA_m0FD8CE63944C336B4C20F9F6F0FF0D5097DD747C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E_m355645B0965FF61151D5BD7F22C9DE1CDDF508A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0_m604832ED6BAC748DDEE6F2CC0AE1954D5A14CF66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3_mA44DDDC914A3D86E9B5E3A8F75D0BE276B6DB287_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9_m6C6EEC72C68342F0CA7001484F6222B233170B06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054_m7905DF29446D15D4A783B77C4619C5066CE8FD0E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931_m47D597A3195C44C4FBAAC7A593891DB78E58D115_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisMemory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031_mFEB5D4E47656AB60C7CF19F9A524DA41D9C7C802_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisRuntimeObject_TisRuntimeObject_mF567DE2F48C3BA25C731A3378A78C455348794EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_m8BAB4202339BE7FDC9E8519CDCC86317B9625BB9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_TisUInt16Enum_tF2B459B3D0051061056FFACAB957767640B848ED_m8EFE217F500677C8506DEEC657D4499CE1DE0E46_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SequenceEqual_TisRuntimeObject_m29A0DC5E2B5AA9CAFE609A18443585AF9B8C908D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Single_TisMemory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE_m08711F30A08A8F910F0238290BECF2349032E0C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Single_TisMemory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB_m9D2337F4D57F0220A3956A29580590081CDA3EFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Single_TisMemory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D_m3996D214DDED5613653A03D9195BB52DE658AEDC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Single_TisMemory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4_mBB77D63B7F6EA1D4EF80C51888069FD832287E01_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Single_TisMemory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0_m8FFF06F2854C7B9E6BE78D0A3836368EDAE1D10D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Single_TisMemory_1_t7563249509690F7EA9872AC8D92A514A79493FAE_mBA0E1D6D2752949D25DE8B6FC4ABF720B9CC8B6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Single_TisMemory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE_mE4336662863539650E2303DD117B2C33BF07F5FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Single_TisMemory_1_t989A25F213E59B429D409844716D883464EB981E_m367772F821E65C335956E794AE63996E9CA079B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Single_TisMemory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0_m63A6BE8922A8A4425B3130DC4CB599BD289485CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Single_TisMemory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9_m2D65CCDAC9AA2C4CACC144B7E3E66007D2F88957_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Single_TisMemory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931_mE8F3287A5B5E49803C4AC828149D020A58C56C09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m4C0FDD2E268815F69EBDCAA93DDB9171CE66E5D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m717915387601DF16BAEC4257E9C3F407D48F51B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_AsRef_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m659AC8BE49CE96A85AE6C340B17B961CCB3FE7DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unsafe_As_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m96736A7159F2A9B385397044B3E678B1BED3125E_RuntimeMethod_var; struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_com; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_com; struct CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451; struct CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98; struct DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct StyleSelectorPartU5BU5D_tD8762DADE4104C7D73D7B821DF7E5BBC87417BB7; struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; 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 // JCUnityLib.CustomJson/<>c__DisplayClass4_0`1 struct U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822 : public RuntimeObject { public: // System.Func`1 JCUnityLib.CustomJson/<>c__DisplayClass4_0`1::ctor Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___ctor_0; // JCUnityLib.CustomJson JCUnityLib.CustomJson/<>c__DisplayClass4_0`1::<>4__this CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 * ___U3CU3E4__this_1; // System.String[] JCUnityLib.CustomJson/<>c__DisplayClass4_0`1::props StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___props_2; public: inline static int32_t get_offset_of_ctor_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822, ___ctor_0)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_ctor_0() const { return ___ctor_0; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_ctor_0() { return &___ctor_0; } inline void set_ctor_0(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ___ctor_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ctor_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822, ___U3CU3E4__this_1)); } inline CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } inline static int32_t get_offset_of_props_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822, ___props_2)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_props_2() const { return ___props_2; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_props_2() { return &___props_2; } inline void set_props_2(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___props_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___props_2), (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_t5DFEBF6DF226D7DE9F12B2BE4E83FB1424007A56 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t5DFEBF6DF226D7DE9F12B2BE4E83FB1424007A56, ___predicate1_0)); } inline Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * 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_t5DFEBF6DF226D7DE9F12B2BE4E83FB1424007A56, ___predicate2_1)); } inline Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tFB7CA5068C5BDCC5D62E246AD05A6748F1A6997E : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tFB7CA5068C5BDCC5D62E246AD05A6748F1A6997E, ___predicate1_0)); } inline Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * 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_tFB7CA5068C5BDCC5D62E246AD05A6748F1A6997E, ___predicate2_1)); } inline Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t8E76E81A81CDA76456157FEC54BDCD33A723FC8C : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t8E76E81A81CDA76456157FEC54BDCD33A723FC8C, ___predicate1_0)); } inline Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * 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_t8E76E81A81CDA76456157FEC54BDCD33A723FC8C, ___predicate2_1)); } inline Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t71FF39BC5109C1576424B31EBB11DC8E186A167E : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t71FF39BC5109C1576424B31EBB11DC8E186A167E, ___predicate1_0)); } inline Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * 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_t71FF39BC5109C1576424B31EBB11DC8E186A167E, ___predicate2_1)); } inline Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tEE9D23412F716DE38E439EEC5379FDA5FA32A27B : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tEE9D23412F716DE38E439EEC5379FDA5FA32A27B, ___predicate1_0)); } inline Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * 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_tEE9D23412F716DE38E439EEC5379FDA5FA32A27B, ___predicate2_1)); } inline Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t984FF52D51A56376E63C2B5FB4D48E2E00C904E8 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t984FF52D51A56376E63C2B5FB4D48E2E00C904E8, ___predicate1_0)); } inline Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * 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_t984FF52D51A56376E63C2B5FB4D48E2E00C904E8, ___predicate2_1)); } inline Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t9469BB1B5F85E83047ED9EB3D8B5B4F475736D92 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t9469BB1B5F85E83047ED9EB3D8B5B4F475736D92, ___predicate1_0)); } inline Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * 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_t9469BB1B5F85E83047ED9EB3D8B5B4F475736D92, ___predicate2_1)); } inline Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t5C13840EA0215454984711B9DE27D9B3FE2014D2 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t5C13840EA0215454984711B9DE27D9B3FE2014D2, ___predicate1_0)); } inline Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * 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_t5C13840EA0215454984711B9DE27D9B3FE2014D2, ___predicate2_1)); } inline Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t46EAE19C8A1B2FCEF638DB4929A5B2EC091E7C44 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t46EAE19C8A1B2FCEF638DB4929A5B2EC091E7C44, ___predicate1_0)); } inline Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * 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_t46EAE19C8A1B2FCEF638DB4929A5B2EC091E7C44, ___predicate2_1)); } inline Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t423C6AED3BEDE2D7B2C96647511E18D6EE581280 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t423C6AED3BEDE2D7B2C96647511E18D6EE581280, ___predicate1_0)); } inline Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * 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_t423C6AED3BEDE2D7B2C96647511E18D6EE581280, ___predicate2_1)); } inline Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tDB7B1A8AB27F753F9876D0B42C58E5CB1DF6E19F : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tDB7B1A8AB27F753F9876D0B42C58E5CB1DF6E19F, ___predicate1_0)); } inline Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * 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_tDB7B1A8AB27F753F9876D0B42C58E5CB1DF6E19F, ___predicate2_1)); } inline Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tB834CB40E2A5DC4D9DD243BA119790D587BAF64E : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tB834CB40E2A5DC4D9DD243BA119790D587BAF64E, ___predicate1_0)); } inline Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * 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_tB834CB40E2A5DC4D9DD243BA119790D587BAF64E, ___predicate2_1)); } inline Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t7EB714DADD1163AC1C003DCEE30B6B004D4228EC : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t7EB714DADD1163AC1C003DCEE30B6B004D4228EC, ___predicate1_0)); } inline Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * 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_t7EB714DADD1163AC1C003DCEE30B6B004D4228EC, ___predicate2_1)); } inline Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t736E17618CC3579A6D36ABF4DDE9B6A068B9422E : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t736E17618CC3579A6D36ABF4DDE9B6A068B9422E, ___predicate1_0)); } inline Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * 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_t736E17618CC3579A6D36ABF4DDE9B6A068B9422E, ___predicate2_1)); } inline Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t2E17BA1C04122F0D52D2968BB4B9CE3C80F92262 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t2E17BA1C04122F0D52D2968BB4B9CE3C80F92262, ___predicate1_0)); } inline Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * 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_t2E17BA1C04122F0D52D2968BB4B9CE3C80F92262, ___predicate2_1)); } inline Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tE4EA1E421C45A779EF29E195817F6E89ED3A6BF3 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tE4EA1E421C45A779EF29E195817F6E89ED3A6BF3, ___predicate1_0)); } inline Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * 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_tE4EA1E421C45A779EF29E195817F6E89ED3A6BF3, ___predicate2_1)); } inline Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t10090F4FD7163144A2961BB635B6D81B61E0E2FC : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t10090F4FD7163144A2961BB635B6D81B61E0E2FC, ___predicate1_0)); } inline Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * 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_t10090F4FD7163144A2961BB635B6D81B61E0E2FC, ___predicate2_1)); } inline Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tBFC99CF024E91818AC044183A8C987E97B47286B : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t71246452552324E63369238428A8262C35D51CF9 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t71246452552324E63369238428A8262C35D51CF9 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tBFC99CF024E91818AC044183A8C987E97B47286B, ___predicate1_0)); } inline Func_2_t71246452552324E63369238428A8262C35D51CF9 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t71246452552324E63369238428A8262C35D51CF9 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t71246452552324E63369238428A8262C35D51CF9 * 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_tBFC99CF024E91818AC044183A8C987E97B47286B, ___predicate2_1)); } inline Func_2_t71246452552324E63369238428A8262C35D51CF9 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t71246452552324E63369238428A8262C35D51CF9 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t71246452552324E63369238428A8262C35D51CF9 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t79EC3C701A8468EA1EC27711E8F91B909E15940E : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t79EC3C701A8468EA1EC27711E8F91B909E15940E, ___predicate1_0)); } inline Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * 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_t79EC3C701A8468EA1EC27711E8F91B909E15940E, ___predicate2_1)); } inline Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t29A51E0067AAF8F1B58A9465D07095EE50945D12 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t29A51E0067AAF8F1B58A9465D07095EE50945D12, ___predicate1_0)); } inline Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * 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_t29A51E0067AAF8F1B58A9465D07095EE50945D12, ___predicate2_1)); } inline Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t75787217F96A4200A04F5CD384B8E33ED8936239 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t75787217F96A4200A04F5CD384B8E33ED8936239, ___predicate1_0)); } inline Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * 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_t75787217F96A4200A04F5CD384B8E33ED8936239, ___predicate2_1)); } inline Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t557BF2B40EFEF26B848DEF86EE3805503806C128 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t557BF2B40EFEF26B848DEF86EE3805503806C128, ___predicate1_0)); } inline Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * 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_t557BF2B40EFEF26B848DEF86EE3805503806C128, ___predicate2_1)); } inline Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t6A2C5EAF41ED30CA2A12BA7A3B9D59629D0C04AA : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t6A2C5EAF41ED30CA2A12BA7A3B9D59629D0C04AA, ___predicate1_0)); } inline Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * 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_t6A2C5EAF41ED30CA2A12BA7A3B9D59629D0C04AA, ___predicate2_1)); } inline Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t0948EB1AC54C08F3AF7645C4DFE122B2136255CB : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t0948EB1AC54C08F3AF7645C4DFE122B2136255CB, ___predicate1_0)); } inline Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * 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_t0948EB1AC54C08F3AF7645C4DFE122B2136255CB, ___predicate2_1)); } inline Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t227C0BFDB5D4630D05B880D1449F2FA1C93092BF : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t227C0BFDB5D4630D05B880D1449F2FA1C93092BF, ___predicate1_0)); } inline Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * 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_t227C0BFDB5D4630D05B880D1449F2FA1C93092BF, ___predicate2_1)); } inline Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t1677B375E9A005FFF69E763084C54C4E5FBDAAD4 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t1677B375E9A005FFF69E763084C54C4E5FBDAAD4, ___predicate1_0)); } inline Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * 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_t1677B375E9A005FFF69E763084C54C4E5FBDAAD4, ___predicate2_1)); } inline Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t6DAEAF31EA8648BA9B1C53BA4957599BA25397D1 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t6DAEAF31EA8648BA9B1C53BA4957599BA25397D1, ___predicate1_0)); } inline Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * 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_t6DAEAF31EA8648BA9B1C53BA4957599BA25397D1, ___predicate2_1)); } inline Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tC002CD9BDDF26B49B4A5378EBBA38999D1DC7795 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tC002CD9BDDF26B49B4A5378EBBA38999D1DC7795, ___predicate1_0)); } inline Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * 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_tC002CD9BDDF26B49B4A5378EBBA38999D1DC7795, ___predicate2_1)); } inline Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t3BC2F40D7A89CDBEE82F603F5DD24D3D31AFB20A : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t3BC2F40D7A89CDBEE82F603F5DD24D3D31AFB20A, ___predicate1_0)); } inline Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * 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_t3BC2F40D7A89CDBEE82F603F5DD24D3D31AFB20A, ___predicate2_1)); } inline Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t063B368398ED57D5DFF0A6F920A36507276E5D6F : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t063B368398ED57D5DFF0A6F920A36507276E5D6F, ___predicate1_0)); } inline Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * 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_t063B368398ED57D5DFF0A6F920A36507276E5D6F, ___predicate2_1)); } inline Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t8648A829BCDB06436A55EDA2EFBB8C2D812A857C : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t8648A829BCDB06436A55EDA2EFBB8C2D812A857C, ___predicate1_0)); } inline Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * 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_t8648A829BCDB06436A55EDA2EFBB8C2D812A857C, ___predicate2_1)); } inline Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tAC0E88C70807C277F0790FDC621A5B02F7249854 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tAC0E88C70807C277F0790FDC621A5B02F7249854, ___predicate1_0)); } inline Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * 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_tAC0E88C70807C277F0790FDC621A5B02F7249854, ___predicate2_1)); } inline Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t241D4DCDD63E92B493F20E993F48ACD32026A833 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t241D4DCDD63E92B493F20E993F48ACD32026A833, ___predicate1_0)); } inline Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * 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_t241D4DCDD63E92B493F20E993F48ACD32026A833, ___predicate2_1)); } inline Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_t1B79DF4B33026B4CB5284510176691202B099FDD : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_t1B79DF4B33026B4CB5284510176691202B099FDD, ___predicate1_0)); } inline Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * 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_t1B79DF4B33026B4CB5284510176691202B099FDD, ___predicate2_1)); } inline Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tB9DD4E6C1902AAFDAEB8E05118567DE2B92BBC1A : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tB9DD4E6C1902AAFDAEB8E05118567DE2B92BBC1A, ___predicate1_0)); } inline Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * 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_tB9DD4E6C1902AAFDAEB8E05118567DE2B92BBC1A, ___predicate2_1)); } inline Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass6_0`1> struct U3CU3Ec__DisplayClass6_0_1_tDA69AE0B425F129DBC2C121A56BFD07169A78AF8 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tB8572691A3B246ABF46383743017D964596AF563 * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tB8572691A3B246ABF46383743017D964596AF563 * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tDA69AE0B425F129DBC2C121A56BFD07169A78AF8, ___predicate1_0)); } inline Func_2_tB8572691A3B246ABF46383743017D964596AF563 * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tB8572691A3B246ABF46383743017D964596AF563 ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tB8572691A3B246ABF46383743017D964596AF563 * 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_tDA69AE0B425F129DBC2C121A56BFD07169A78AF8, ___predicate2_1)); } inline Func_2_tB8572691A3B246ABF46383743017D964596AF563 * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tB8572691A3B246ABF46383743017D964596AF563 ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tB8572691A3B246ABF46383743017D964596AF563 * 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_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_tEBB94FD394F38FC10C9ADE59A2F9D87388DD88DC : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate1 Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * ___predicate1_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass6_0`1::predicate2 Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * ___predicate2_1; public: inline static int32_t get_offset_of_predicate1_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tEBB94FD394F38FC10C9ADE59A2F9D87388DD88DC, ___predicate1_0)); } inline Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * get_predicate1_0() const { return ___predicate1_0; } inline Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A ** get_address_of_predicate1_0() { return &___predicate1_0; } inline void set_predicate1_0(Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * 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_tEBB94FD394F38FC10C9ADE59A2F9D87388DD88DC, ___predicate2_1)); } inline Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * get_predicate2_1() const { return ___predicate2_1; } inline Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A ** get_address_of_predicate2_1() { return &___predicate2_1; } inline void set_predicate2_1(Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * value) { ___predicate2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate2_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t1B733826B9B2B1905C7E4BD5C687C7286AB65737 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * ___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_t1B733826B9B2B1905C7E4BD5C687C7286AB65737, ___selector2_0)); } inline Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * get_selector2_0() const { return ___selector2_0; } inline Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * 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_t1B733826B9B2B1905C7E4BD5C687C7286AB65737, ___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_t2A10C6916FCD35D3D4122ACDDCA2F2AD2F0E6D3D : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * ___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_t2A10C6916FCD35D3D4122ACDDCA2F2AD2F0E6D3D, ___selector2_0)); } inline Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * 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_t2A10C6916FCD35D3D4122ACDDCA2F2AD2F0E6D3D, ___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_t3CCCE894E2D5B1A95B741129E4CD4D64C6B4E589 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * ___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_t3CCCE894E2D5B1A95B741129E4CD4D64C6B4E589, ___selector2_0)); } inline Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * 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_t3CCCE894E2D5B1A95B741129E4CD4D64C6B4E589, ___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_t37EE1BDF60D7326CE52E010AF56301CC376F4363 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * ___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_t37EE1BDF60D7326CE52E010AF56301CC376F4363, ___selector2_0)); } inline Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * get_selector2_0() const { return ___selector2_0; } inline Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * 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_t37EE1BDF60D7326CE52E010AF56301CC376F4363, ___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_t9D81845FF643B4EB8224AFE54C29FD2A6E8168D2 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * ___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_t9D81845FF643B4EB8224AFE54C29FD2A6E8168D2, ___selector2_0)); } inline Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * 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_t9D81845FF643B4EB8224AFE54C29FD2A6E8168D2, ___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_t17A30191A41575D1556FF291BABCB2EA378B3B77 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * ___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_t17A30191A41575D1556FF291BABCB2EA378B3B77, ___selector2_0)); } inline Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * 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_t17A30191A41575D1556FF291BABCB2EA378B3B77, ___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_t7E3650DD9E3A658652E003491E877AFFB17447B8 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * ___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_t7E3650DD9E3A658652E003491E877AFFB17447B8, ___selector2_0)); } inline Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * 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_t7E3650DD9E3A658652E003491E877AFFB17447B8, ___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_t2A3D7B92D366107E073452BF2D046805AA83C28B : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * ___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_t2A3D7B92D366107E073452BF2D046805AA83C28B, ___selector2_0)); } inline Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * 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_t2A3D7B92D366107E073452BF2D046805AA83C28B, ___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_t1ADF94950DFE34E3E5C94B1B117E6E57FE98D956 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * ___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_t1ADF94950DFE34E3E5C94B1B117E6E57FE98D956, ___selector2_0)); } inline Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * 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_t1ADF94950DFE34E3E5C94B1B117E6E57FE98D956, ___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_t5F7C9C786CAC2112143560B1E9BD16EF98E5749E : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * ___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_t5F7C9C786CAC2112143560B1E9BD16EF98E5749E, ___selector2_0)); } inline Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * 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_t5F7C9C786CAC2112143560B1E9BD16EF98E5749E, ___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_t1825838926BD61B26593BFB538CE328923BC2DCD : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * ___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_t1825838926BD61B26593BFB538CE328923BC2DCD, ___selector2_0)); } inline Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * 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_t1825838926BD61B26593BFB538CE328923BC2DCD, ___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_t23D208051BB810D184E6A9911C2030EB3D882A0C : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * ___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_t23D208051BB810D184E6A9911C2030EB3D882A0C, ___selector2_0)); } inline Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * 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_t23D208051BB810D184E6A9911C2030EB3D882A0C, ___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_tEAAFE0CC40D2F4AB535EB0744E030A1D785AA7F0 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * ___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_tEAAFE0CC40D2F4AB535EB0744E030A1D785AA7F0, ___selector2_0)); } inline Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * 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_tEAAFE0CC40D2F4AB535EB0744E030A1D785AA7F0, ___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_t251634F6D81EABA1DE61D4B819121DE4F963ECF6 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * ___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_t251634F6D81EABA1DE61D4B819121DE4F963ECF6, ___selector2_0)); } inline Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tFD81B74596B148B39BB05469981F25AED577A157 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * 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_t251634F6D81EABA1DE61D4B819121DE4F963ECF6, ___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_tE560A8F2C8E065FCB1FA75B16CA5D65229F5CAF0 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * ___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_tE560A8F2C8E065FCB1FA75B16CA5D65229F5CAF0, ___selector2_0)); } inline Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * get_selector2_0() const { return ___selector2_0; } inline Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * 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_tE560A8F2C8E065FCB1FA75B16CA5D65229F5CAF0, ___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_tE432C2E928DBFA7423B7377440B79C9666CA2E21 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * ___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_tE432C2E928DBFA7423B7377440B79C9666CA2E21, ___selector2_0)); } inline Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * 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_tE432C2E928DBFA7423B7377440B79C9666CA2E21, ___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_t6342AD335659D13DE053B287FAC22BD59790350E : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * ___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_t6342AD335659D13DE053B287FAC22BD59790350E, ___selector2_0)); } inline Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * get_selector2_0() const { return ___selector2_0; } inline Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * 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_t6342AD335659D13DE053B287FAC22BD59790350E, ___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_tF23E83C20CA4C6450C19423851C5846AF3E7FC96 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * ___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_tF23E83C20CA4C6450C19423851C5846AF3E7FC96, ___selector2_0)); } inline Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * get_selector2_0() const { return ___selector2_0; } inline Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * 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_tF23E83C20CA4C6450C19423851C5846AF3E7FC96, ___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_tE095D66C06019E8037B1CE45152D56550D898336 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * ___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_tE095D66C06019E8037B1CE45152D56550D898336, ___selector2_0)); } inline Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * get_selector2_0() const { return ___selector2_0; } inline Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * 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_tE095D66C06019E8037B1CE45152D56550D898336, ___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_t08AB392E7CE16C06D4F42950ECECBECF8B9D28B8 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * ___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_t08AB392E7CE16C06D4F42950ECECBECF8B9D28B8, ___selector2_0)); } inline Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * get_selector2_0() const { return ___selector2_0; } inline Func_2_t5182A96930054BE024323674CBD1CD426A177ACA ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * 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_t08AB392E7CE16C06D4F42950ECECBECF8B9D28B8, ___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_tD405E6FF3025596D7234B917936AC51743B78392 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * ___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_tD405E6FF3025596D7234B917936AC51743B78392, ___selector2_0)); } inline Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * 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_tD405E6FF3025596D7234B917936AC51743B78392, ___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_t850B05D3B1F0C232E923172731D143347BBDE7F6 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * ___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_t850B05D3B1F0C232E923172731D143347BBDE7F6, ___selector2_0)); } inline Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * get_selector2_0() const { return ___selector2_0; } inline Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * 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_t850B05D3B1F0C232E923172731D143347BBDE7F6, ___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_t3B2DC8A1BF505F2C7F8F111FE3EBAA8779C98363 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * ___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_t3B2DC8A1BF505F2C7F8F111FE3EBAA8779C98363, ___selector2_0)); } inline Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * 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_t3B2DC8A1BF505F2C7F8F111FE3EBAA8779C98363, ___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_t7BD4631F2CE2066E9E87BA9E8A903949021848D6 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * ___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_t7BD4631F2CE2066E9E87BA9E8A903949021848D6, ___selector2_0)); } inline Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * 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_t7BD4631F2CE2066E9E87BA9E8A903949021848D6, ___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_t60A58ADFF02D2A66FAD890CF33F47068CBF24F08 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * ___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_t60A58ADFF02D2A66FAD890CF33F47068CBF24F08, ___selector2_0)); } inline Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * get_selector2_0() const { return ___selector2_0; } inline Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * 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_t60A58ADFF02D2A66FAD890CF33F47068CBF24F08, ___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_tFEE30A97969CBC838D8A1F0FA165A551498A91FB : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * ___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_tFEE30A97969CBC838D8A1F0FA165A551498A91FB, ___selector2_0)); } inline Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * 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_tFEE30A97969CBC838D8A1F0FA165A551498A91FB, ___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_t7AAD2EC561471CC24A62F56F378357E92B6FCA71 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * ___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_t7AAD2EC561471CC24A62F56F378357E92B6FCA71, ___selector2_0)); } inline Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * 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_t7AAD2EC561471CC24A62F56F378357E92B6FCA71, ___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_t4257CBB016C8AAD693B78961E806C75BAD6E6BD3 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * ___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_t4257CBB016C8AAD693B78961E806C75BAD6E6BD3, ___selector2_0)); } inline Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * 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_t4257CBB016C8AAD693B78961E806C75BAD6E6BD3, ___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_t15FA7769B4652CC5A77A3058CE13ACB8C83176E6 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * ___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_t15FA7769B4652CC5A77A3058CE13ACB8C83176E6, ___selector2_0)); } inline Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * 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_t15FA7769B4652CC5A77A3058CE13ACB8C83176E6, ___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_t1639A508803D12DE846D873A5F61CB4DC5737F95 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * ___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_t1639A508803D12DE846D873A5F61CB4DC5737F95, ___selector2_0)); } inline Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * get_selector2_0() const { return ___selector2_0; } inline Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * 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_t1639A508803D12DE846D873A5F61CB4DC5737F95, ___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_t98F43FC7224D6B8FF7D6B731A17E1BC1DE3F8774 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * ___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_t98F43FC7224D6B8FF7D6B731A17E1BC1DE3F8774, ___selector2_0)); } inline Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * 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_t98F43FC7224D6B8FF7D6B731A17E1BC1DE3F8774, ___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_tFA46DD5D73911DE1256A9CE96495B1CD7AB3AE4F : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * ___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_tFA46DD5D73911DE1256A9CE96495B1CD7AB3AE4F, ___selector2_0)); } inline Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * 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_tFA46DD5D73911DE1256A9CE96495B1CD7AB3AE4F, ___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_tE1AE62DB8C8F1A6C38E8BEC7F68B22E1D81D033C : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * ___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_tE1AE62DB8C8F1A6C38E8BEC7F68B22E1D81D033C, ___selector2_0)); } inline Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * 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_tE1AE62DB8C8F1A6C38E8BEC7F68B22E1D81D033C, ___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_t37B543AB330090517AA6D78594D6C5579A7CE5A0 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * ___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_t37B543AB330090517AA6D78594D6C5579A7CE5A0, ___selector2_0)); } inline Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * get_selector2_0() const { return ___selector2_0; } inline Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * 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_t37B543AB330090517AA6D78594D6C5579A7CE5A0, ___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_tA457245BFBE353C0E907095F6A5D236AEB8176D8 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * ___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_tA457245BFBE353C0E907095F6A5D236AEB8176D8, ___selector2_0)); } inline Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * get_selector2_0() const { return ___selector2_0; } inline Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * 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_tA457245BFBE353C0E907095F6A5D236AEB8176D8, ___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_t2BD3710C5A1C9A35B3D34F00E5DD606674336332 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * ___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_t2BD3710C5A1C9A35B3D34F00E5DD606674336332, ___selector2_0)); } inline Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * 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_t2BD3710C5A1C9A35B3D34F00E5DD606674336332, ___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_t2CA995B8F85D2DD7C4919B46F2D5E8C85B21290E : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ___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_t2CA995B8F85D2DD7C4919B46F2D5E8C85B21290E, ___selector2_0)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get_selector2_0() const { return ___selector2_0; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * 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_t2CA995B8F85D2DD7C4919B46F2D5E8C85B21290E, ___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_t2DF50AE83E1F1A3DC115BCBF96413B382A27A638 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t2DF50AE83E1F1A3DC115BCBF96413B382A27A638, ___selector2_0)); } inline Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * get_selector2_0() const { return ___selector2_0; } inline Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * 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_t2DF50AE83E1F1A3DC115BCBF96413B382A27A638, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tA19551C3FB1938263AB22A924D14661BE5B70BBF : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tA19551C3FB1938263AB22A924D14661BE5B70BBF, ___selector2_0)); } inline Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * 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_tA19551C3FB1938263AB22A924D14661BE5B70BBF, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t40C3F3942F9B95DC9EE094331E005CEC0BD3E395 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t40C3F3942F9B95DC9EE094331E005CEC0BD3E395, ___selector2_0)); } inline Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * 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_t40C3F3942F9B95DC9EE094331E005CEC0BD3E395, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t6DAC14BB2ECE616BAD6D69DA031ECE7C58D43E80 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t6DAC14BB2ECE616BAD6D69DA031ECE7C58D43E80, ___selector2_0)); } inline Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * get_selector2_0() const { return ___selector2_0; } inline Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * 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_t6DAC14BB2ECE616BAD6D69DA031ECE7C58D43E80, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t7158F385F7CD56AB1296557E5AF9214CDFD13BAD : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t7158F385F7CD56AB1296557E5AF9214CDFD13BAD, ___selector2_0)); } inline Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * 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_t7158F385F7CD56AB1296557E5AF9214CDFD13BAD, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tDC87D575021AA26E226181C2A7193CDB515D106C : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tDC87D575021AA26E226181C2A7193CDB515D106C, ___selector2_0)); } inline Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * 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_tDC87D575021AA26E226181C2A7193CDB515D106C, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t4D6393B162E7F8469F2898038DFBC2C44F7F615A : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t4D6393B162E7F8469F2898038DFBC2C44F7F615A, ___selector2_0)); } inline Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * 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_t4D6393B162E7F8469F2898038DFBC2C44F7F615A, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tBC6CCF93CE0121F628805DF39B11BC0A5EAD432F : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tBC6CCF93CE0121F628805DF39B11BC0A5EAD432F, ___selector2_0)); } inline Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * 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_tBC6CCF93CE0121F628805DF39B11BC0A5EAD432F, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tC4ED619319CC72E19D0F356B79D7AE295806E4A2 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tC4ED619319CC72E19D0F356B79D7AE295806E4A2, ___selector2_0)); } inline Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * 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_tC4ED619319CC72E19D0F356B79D7AE295806E4A2, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tF42381A02E76B65B5328D6EACD1E08A29EF5B392 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tF42381A02E76B65B5328D6EACD1E08A29EF5B392, ___selector2_0)); } inline Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * 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_tF42381A02E76B65B5328D6EACD1E08A29EF5B392, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t98F391D9140502432059966094CA7E259DB3E627 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t98F391D9140502432059966094CA7E259DB3E627, ___selector2_0)); } inline Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * 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_t98F391D9140502432059966094CA7E259DB3E627, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tE9780B9D8063E9F0141A969ACAFD304508AF555D : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tE9780B9D8063E9F0141A969ACAFD304508AF555D, ___selector2_0)); } inline Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * 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_tE9780B9D8063E9F0141A969ACAFD304508AF555D, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t4FCB6856122E434AD5DECFA090B03ADF5565B616 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t4FCB6856122E434AD5DECFA090B03ADF5565B616, ___selector2_0)); } inline Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * 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_t4FCB6856122E434AD5DECFA090B03ADF5565B616, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t21ACF070312C410FA0C6DD1C34A2472FA49C3371 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t21ACF070312C410FA0C6DD1C34A2472FA49C3371, ___selector2_0)); } inline Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tFD81B74596B148B39BB05469981F25AED577A157 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * 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_t21ACF070312C410FA0C6DD1C34A2472FA49C3371, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t785B375B7E10DFCFA56FDAC5594E299ACD26C3C1 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t785B375B7E10DFCFA56FDAC5594E299ACD26C3C1, ___selector2_0)); } inline Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * get_selector2_0() const { return ___selector2_0; } inline Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * 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_t785B375B7E10DFCFA56FDAC5594E299ACD26C3C1, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t907989D7FF6A2ABE7538A813914DFD9FB52D8A85 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t907989D7FF6A2ABE7538A813914DFD9FB52D8A85, ___selector2_0)); } inline Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * 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_t907989D7FF6A2ABE7538A813914DFD9FB52D8A85, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t3E1BD9DB083F0372153729A444ABF5F6EB9C8D6E : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t3E1BD9DB083F0372153729A444ABF5F6EB9C8D6E, ___selector2_0)); } inline Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * get_selector2_0() const { return ___selector2_0; } inline Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * 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_t3E1BD9DB083F0372153729A444ABF5F6EB9C8D6E, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t81955DE97CA6050B6AA44797644CA277C27939A6 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t81955DE97CA6050B6AA44797644CA277C27939A6, ___selector2_0)); } inline Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * get_selector2_0() const { return ___selector2_0; } inline Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * 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_t81955DE97CA6050B6AA44797644CA277C27939A6, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tC0D8D4B751415D993BBDEB42A36E062A8B33D430 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tC0D8D4B751415D993BBDEB42A36E062A8B33D430, ___selector2_0)); } inline Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * get_selector2_0() const { return ___selector2_0; } inline Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * 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_tC0D8D4B751415D993BBDEB42A36E062A8B33D430, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t84FD1166D924B153ABE302BEAEAD1B09C014DA81 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t84FD1166D924B153ABE302BEAEAD1B09C014DA81, ___selector2_0)); } inline Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * get_selector2_0() const { return ___selector2_0; } inline Func_2_t5182A96930054BE024323674CBD1CD426A177ACA ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * 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_t84FD1166D924B153ABE302BEAEAD1B09C014DA81, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tEAFAB516E21CAD441FF12A347FEEBE5F07F17774 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tEAFAB516E21CAD441FF12A347FEEBE5F07F17774, ___selector2_0)); } inline Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * 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_tEAFAB516E21CAD441FF12A347FEEBE5F07F17774, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t5AFAC3B399536FF1273D7D3E5DD1BC47166ECDB3 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t5AFAC3B399536FF1273D7D3E5DD1BC47166ECDB3, ___selector2_0)); } inline Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * get_selector2_0() const { return ___selector2_0; } inline Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * 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_t5AFAC3B399536FF1273D7D3E5DD1BC47166ECDB3, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t1D1C37C09C864CD8BB85FC1C643191962C7A2743 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t1D1C37C09C864CD8BB85FC1C643191962C7A2743, ___selector2_0)); } inline Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * 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_t1D1C37C09C864CD8BB85FC1C643191962C7A2743, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t8284E03F9B9184916E33244D5A7F39D569A2E2B8 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t8284E03F9B9184916E33244D5A7F39D569A2E2B8, ___selector2_0)); } inline Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * 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_t8284E03F9B9184916E33244D5A7F39D569A2E2B8, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t18EA87B1F029CEBDD36C645AC4EA79158B63FF79 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t18EA87B1F029CEBDD36C645AC4EA79158B63FF79, ___selector2_0)); } inline Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * get_selector2_0() const { return ___selector2_0; } inline Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * 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_t18EA87B1F029CEBDD36C645AC4EA79158B63FF79, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tBEF394AE6C3BB363BCDF06F79092F025623D5400 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tBEF394AE6C3BB363BCDF06F79092F025623D5400, ___selector2_0)); } inline Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * 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_tBEF394AE6C3BB363BCDF06F79092F025623D5400, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t3BCB4B8419F9CECE2E1F1233F421AAD530D9DBE8 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t3BCB4B8419F9CECE2E1F1233F421AAD530D9DBE8, ___selector2_0)); } inline Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * 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_t3BCB4B8419F9CECE2E1F1233F421AAD530D9DBE8, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t8B629B23958F6B6D95A60606281B7DEEF3D31C87 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t8B629B23958F6B6D95A60606281B7DEEF3D31C87, ___selector2_0)); } inline Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * 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_t8B629B23958F6B6D95A60606281B7DEEF3D31C87, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t5E2FE0468B7BF98D4AB732283F671F6EF3ADCF55 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t5E2FE0468B7BF98D4AB732283F671F6EF3ADCF55, ___selector2_0)); } inline Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * 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_t5E2FE0468B7BF98D4AB732283F671F6EF3ADCF55, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t5DF2CA3028B734EAB6D27BD7BC4A0ACE7F4752F4 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t5DF2CA3028B734EAB6D27BD7BC4A0ACE7F4752F4, ___selector2_0)); } inline Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * get_selector2_0() const { return ___selector2_0; } inline Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * 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_t5DF2CA3028B734EAB6D27BD7BC4A0ACE7F4752F4, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tBBB5BC86B6DA48E83798199582B505A5C006AD53 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tBBB5BC86B6DA48E83798199582B505A5C006AD53, ___selector2_0)); } inline Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * 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_tBBB5BC86B6DA48E83798199582B505A5C006AD53, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t94A6C2787F96C35FED6CB4BF3DF2407E8FCD5BB4 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t94A6C2787F96C35FED6CB4BF3DF2407E8FCD5BB4, ___selector2_0)); } inline Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * 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_t94A6C2787F96C35FED6CB4BF3DF2407E8FCD5BB4, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t91B546FD41A10BB87E626D84D30CDE1DAE91A604 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t91B546FD41A10BB87E626D84D30CDE1DAE91A604, ___selector2_0)); } inline Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * get_selector2_0() const { return ___selector2_0; } inline Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * 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_t91B546FD41A10BB87E626D84D30CDE1DAE91A604, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t259BD4D4AE2E04EDA404EE58F481C5DF2FFDDADF : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t259BD4D4AE2E04EDA404EE58F481C5DF2FFDDADF, ___selector2_0)); } inline Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * get_selector2_0() const { return ___selector2_0; } inline Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * 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_t259BD4D4AE2E04EDA404EE58F481C5DF2FFDDADF, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_t2523552E8260385D9466EF57F822DE06FA3CA214 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t2523552E8260385D9466EF57F822DE06FA3CA214, ___selector2_0)); } inline Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * get_selector2_0() const { return ___selector2_0; } inline Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * 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_t2523552E8260385D9466EF57F822DE06FA3CA214, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3> struct U3CU3Ec__DisplayClass7_0_3_tDFE9505EF16F8EA1176E4C6D7A2F68C450826868 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tDFE9505EF16F8EA1176E4C6D7A2F68C450826868, ___selector2_0)); } inline Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * get_selector2_0() const { return ___selector2_0; } inline Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * 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_tDFE9505EF16F8EA1176E4C6D7A2F68C450826868, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_t0C96EB9FC305012DE58DC25D95C4BC3664B5E0F4 : public RuntimeObject { public: // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector2 Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ___selector2_0; // System.Func`2 System.Linq.Enumerable/<>c__DisplayClass7_0`3::selector1 Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_t0C96EB9FC305012DE58DC25D95C4BC3664B5E0F4, ___selector2_0)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get_selector2_0() const { return ___selector2_0; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of_selector2_0() { return &___selector2_0; } inline void set_selector2_0(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * 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_t0C96EB9FC305012DE58DC25D95C4BC3664B5E0F4, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * value) { ___selector1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector1_1), (void*)value); } }; // System.Linq.Enumerable/<>c__DisplayClass7_0`3 struct U3CU3Ec__DisplayClass7_0_3_tFA13179CE0BC88B0281C95A33B2384C7AD343298 : 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_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1_1; public: inline static int32_t get_offset_of_selector2_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_3_tFA13179CE0BC88B0281C95A33B2384C7AD343298, ___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_tFA13179CE0BC88B0281C95A33B2384C7AD343298, ___selector1_1)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector1_1() const { return ___selector1_1; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector1_1() { return &___selector1_1; } inline void set_selector1_1(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * 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__17`2 struct U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/d__17`2::<>1__state int32_t ___U3CU3E1__state_0; // TResult System.Linq.Enumerable/d__17`2::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__17`2::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__17`2::source RuntimeObject* ___source_3; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__17`2::<>3__source RuntimeObject* ___U3CU3E3__source_4; // System.Func`2> System.Linq.Enumerable/d__17`2::selector Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * ___selector_5; // System.Func`2> System.Linq.Enumerable/d__17`2::<>3__selector Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * ___U3CU3E3__selector_6; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__17`2::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_7; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__17`2::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___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(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___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(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___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(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___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(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___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_selector_5() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___selector_5)); } inline Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * get_selector_5() const { return ___selector_5; } inline Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__selector_6() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___U3CU3E3__selector_6)); } inline Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * get_U3CU3E3__selector_6() const { return ___U3CU3E3__selector_6; } inline Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 ** get_address_of_U3CU3E3__selector_6() { return &___U3CU3E3__selector_6; } inline void set_U3CU3E3__selector_6(Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * value) { ___U3CU3E3__selector_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__selector_6), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_7() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___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); } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t6A1019F3F26DC4DFAFFA4439E8D04997B8A86E75 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tB718D1780EF12763326977CF503265AC53091649 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tEC4768F921D2D61ACB0483B081A635DF637CB7E0 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t9E1908A1F1C31ED571433EEB266EA3936C8F349D : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t4A2260E86D1E2CFFDED6D659E80905BE27418BA3 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t912D5D95D7225F91759832CC5B91E26FE57E0599 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t32649AA4552248CA087AA1F72AC64F500BA5CB8C : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t5859705204C671A2CD038B6F78E48A79D2C2FBF5 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tAB54EC748E301BA6BF2478FE60B1309A5011DD82 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t33D1808F9AAA0B1CB88D92C80A0614628956C238 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tCBAE7B953324A17FF3FA58E62DF7FFF2F5870916 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t94BA3420748BA2C40BB8D8BEFEF63CB3667B2A05 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t93FC5EDB85E63F93C5DCF18B1222361EF29455E1 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tEF220F6242890F93B1000E3697D41B1262D65ED1 : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_tB684BB30E8E054CCB3EBBFB96EDE8032FBD0284E : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t051AEE0C232C044A52F76AD97CBE7C3CD01CC1FF : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD : public RuntimeObject { public: public: }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t67093D9DA85A83458F415FBCD10410D49D8BBDFD : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t867B4782C2B17175EC246BBC80137533A9D67631 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t867B4782C2B17175EC246BBC80137533A9D67631 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t867B4782C2B17175EC246BBC80137533A9D67631 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t867B4782C2B17175EC246BBC80137533A9D67631 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t26C9C5F64D2D2B9FB362630334C312B38570AE56 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t26C9C5F64D2D2B9FB362630334C312B38570AE56 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t26C9C5F64D2D2B9FB362630334C312B38570AE56 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t26C9C5F64D2D2B9FB362630334C312B38570AE56 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tDE9DE4941F7683B65E0F10DFD29FBC7B9CBC6497 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tDE9DE4941F7683B65E0F10DFD29FBC7B9CBC6497 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tDE9DE4941F7683B65E0F10DFD29FBC7B9CBC6497 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tDE9DE4941F7683B65E0F10DFD29FBC7B9CBC6497 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tC66E12D5AADDFD24BAFA50A93986C7C53E377906 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tC66E12D5AADDFD24BAFA50A93986C7C53E377906 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tC66E12D5AADDFD24BAFA50A93986C7C53E377906 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tC66E12D5AADDFD24BAFA50A93986C7C53E377906 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t908103D85C37199FEC70CF02DBBD4DA09CE77DDA * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t908103D85C37199FEC70CF02DBBD4DA09CE77DDA * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t908103D85C37199FEC70CF02DBBD4DA09CE77DDA ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t908103D85C37199FEC70CF02DBBD4DA09CE77DDA * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t63EAEC005312470922EC2AB07494FD33D07B16FD * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t63EAEC005312470922EC2AB07494FD33D07B16FD * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t63EAEC005312470922EC2AB07494FD33D07B16FD ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t63EAEC005312470922EC2AB07494FD33D07B16FD * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tD511333B97DAE1AA397B2843D6943BCFFD1F0DDC * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tD511333B97DAE1AA397B2843D6943BCFFD1F0DDC * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tD511333B97DAE1AA397B2843D6943BCFFD1F0DDC ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tD511333B97DAE1AA397B2843D6943BCFFD1F0DDC * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t94F4A5B70CBA6F8C1350A9812077963A3CB15CCB * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t94F4A5B70CBA6F8C1350A9812077963A3CB15CCB * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t94F4A5B70CBA6F8C1350A9812077963A3CB15CCB ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t94F4A5B70CBA6F8C1350A9812077963A3CB15CCB * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tA5C28400F7F423088B10E66086048A18AB11467E * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tA5C28400F7F423088B10E66086048A18AB11467E * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tA5C28400F7F423088B10E66086048A18AB11467E ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tA5C28400F7F423088B10E66086048A18AB11467E * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t91EC9B967067F27A9355E1DB6DAAA4A4C553366D * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t91EC9B967067F27A9355E1DB6DAAA4A4C553366D * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t91EC9B967067F27A9355E1DB6DAAA4A4C553366D ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t91EC9B967067F27A9355E1DB6DAAA4A4C553366D * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tAB1E659C4C33425287E614DF775A6C92F987A479 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tAB1E659C4C33425287E614DF775A6C92F987A479 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tAB1E659C4C33425287E614DF775A6C92F987A479 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tAB1E659C4C33425287E614DF775A6C92F987A479 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tBDA8984E2DAAC9FA602D57BFA82C7E86291BD46B * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tBDA8984E2DAAC9FA602D57BFA82C7E86291BD46B * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tBDA8984E2DAAC9FA602D57BFA82C7E86291BD46B ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tBDA8984E2DAAC9FA602D57BFA82C7E86291BD46B * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t737FA67C2815ADB609D9D948D79AB7AFE2DE6866 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t737FA67C2815ADB609D9D948D79AB7AFE2DE6866 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t737FA67C2815ADB609D9D948D79AB7AFE2DE6866 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t737FA67C2815ADB609D9D948D79AB7AFE2DE6866 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t9EAADFA2DE9D15A8D84E8B9D7798D3C69FF55648 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t9EAADFA2DE9D15A8D84E8B9D7798D3C69FF55648 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t9EAADFA2DE9D15A8D84E8B9D7798D3C69FF55648 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t9EAADFA2DE9D15A8D84E8B9D7798D3C69FF55648 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tF1745CAFA58C6AE30D223954104638CDE1CB8876 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tF1745CAFA58C6AE30D223954104638CDE1CB8876 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tF1745CAFA58C6AE30D223954104638CDE1CB8876 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tF1745CAFA58C6AE30D223954104638CDE1CB8876 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tDA3609CD75367EE2E51960FD0FAE39E895EC1747 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tDA3609CD75367EE2E51960FD0FAE39E895EC1747 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tDA3609CD75367EE2E51960FD0FAE39E895EC1747 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tDA3609CD75367EE2E51960FD0FAE39E895EC1747 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t4862DCF77E0DA25070E482E85B3E0883866C037C * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t4862DCF77E0DA25070E482E85B3E0883866C037C * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t4862DCF77E0DA25070E482E85B3E0883866C037C ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t4862DCF77E0DA25070E482E85B3E0883866C037C * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tE393669DF3A2A2A0ED9FC12F18AD2512DE48D008 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tF0F80C39FDB06F44F3395EB983EF3C3018AFD69A * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t4E8D42F11A400962663496D1A6A0C5816689A04C * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t57EEB35C01BCC8F49674E86F0E650708A047E503 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t7EE1822D4A46A36FD78B05E87071B46B21BC2712 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tB41D1B8F72048A1693F56FBCAD5B1D4AF1465664 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t3C2906BAD01F3DCD743D9EAE5D1218A62D3DFDF4 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t3DF62499BC4C80A7BE6D47EB3442035C9A41183F * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_tB593922C8270B0EAE450A669CBC12A4017496675 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t1A3161A05F79E50CB963F0FF37C91AE009478C9E * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t42C0FFCC9175359B2A17F80364ED430DE2396A0A * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2D`1 struct Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; // SixLabors.ImageSharp.Memory.MemoryGroup`1 SixLabors.ImageSharp.Memory.Buffer2D`1::k__BackingField MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102 * ___U3CFastMemoryGroupU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return static_cast(offsetof(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C, ___U3CFastMemoryGroupU3Ek__BackingField_2)); } inline MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102 * get_U3CFastMemoryGroupU3Ek__BackingField_2() const { return ___U3CFastMemoryGroupU3Ek__BackingField_2; } inline MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102 ** get_address_of_U3CFastMemoryGroupU3Ek__BackingField_2() { return &___U3CFastMemoryGroupU3Ek__BackingField_2; } inline void set_U3CFastMemoryGroupU3Ek__BackingField_2(MemoryGroup_1_t2ED0CF3E689FA65ED40BB185F3A8B0E8402DC102 * value) { ___U3CFastMemoryGroupU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFastMemoryGroupU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t39683C8A1845992D97075E2CF84334A5CDD30D5B : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t39683C8A1845992D97075E2CF84334A5CDD30D5B, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t39683C8A1845992D97075E2CF84334A5CDD30D5B, ___source_1)); } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * get_source_1() const { return ___source_1; } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t39683C8A1845992D97075E2CF84334A5CDD30D5B, ___destination_2)); } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * get_destination_2() const { return ___destination_2; } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t39683C8A1845992D97075E2CF84334A5CDD30D5B, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t39683C8A1845992D97075E2CF84334A5CDD30D5B, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t566A9AEA75A871DB30CB9F979C829BB094752259 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t566A9AEA75A871DB30CB9F979C829BB094752259, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t566A9AEA75A871DB30CB9F979C829BB094752259, ___source_1)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_source_1() const { return ___source_1; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t566A9AEA75A871DB30CB9F979C829BB094752259, ___destination_2)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_destination_2() const { return ___destination_2; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t566A9AEA75A871DB30CB9F979C829BB094752259, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t566A9AEA75A871DB30CB9F979C829BB094752259, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_tB7D25C965648AB16DD10DC0F8F0C8126A404602B : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB7D25C965648AB16DD10DC0F8F0C8126A404602B, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB7D25C965648AB16DD10DC0F8F0C8126A404602B, ___source_1)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_source_1() const { return ___source_1; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB7D25C965648AB16DD10DC0F8F0C8126A404602B, ___destination_2)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_destination_2() const { return ___destination_2; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB7D25C965648AB16DD10DC0F8F0C8126A404602B, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB7D25C965648AB16DD10DC0F8F0C8126A404602B, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t0D38AE99169E547192CCFC2F91720886F73DE09D : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t0D38AE99169E547192CCFC2F91720886F73DE09D, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t0D38AE99169E547192CCFC2F91720886F73DE09D, ___source_1)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_source_1() const { return ___source_1; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t0D38AE99169E547192CCFC2F91720886F73DE09D, ___destination_2)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_destination_2() const { return ___destination_2; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t0D38AE99169E547192CCFC2F91720886F73DE09D, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t0D38AE99169E547192CCFC2F91720886F73DE09D, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t8FDE9CEAF26BF52456BACDB35E4EC3491304FF69 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t8FDE9CEAF26BF52456BACDB35E4EC3491304FF69, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t8FDE9CEAF26BF52456BACDB35E4EC3491304FF69, ___source_1)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_source_1() const { return ___source_1; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t8FDE9CEAF26BF52456BACDB35E4EC3491304FF69, ___destination_2)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_destination_2() const { return ___destination_2; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t8FDE9CEAF26BF52456BACDB35E4EC3491304FF69, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t8FDE9CEAF26BF52456BACDB35E4EC3491304FF69, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t24BF766200E3D8EB2A86ED7CC482EC3D88079353 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t24BF766200E3D8EB2A86ED7CC482EC3D88079353, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t24BF766200E3D8EB2A86ED7CC482EC3D88079353, ___source_1)); } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * get_source_1() const { return ___source_1; } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t24BF766200E3D8EB2A86ED7CC482EC3D88079353, ___destination_2)); } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * get_destination_2() const { return ___destination_2; } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t24BF766200E3D8EB2A86ED7CC482EC3D88079353, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t24BF766200E3D8EB2A86ED7CC482EC3D88079353, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t9A5C09DE20806A0C4C7457ECB7B0016E28F56201 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t9A5C09DE20806A0C4C7457ECB7B0016E28F56201, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t9A5C09DE20806A0C4C7457ECB7B0016E28F56201, ___source_1)); } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * get_source_1() const { return ___source_1; } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t9A5C09DE20806A0C4C7457ECB7B0016E28F56201, ___destination_2)); } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * get_destination_2() const { return ___destination_2; } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t9A5C09DE20806A0C4C7457ECB7B0016E28F56201, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t9A5C09DE20806A0C4C7457ECB7B0016E28F56201, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_tB7800397B30A0FE56CFD3C2BEB0D5B69556D3CDB : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB7800397B30A0FE56CFD3C2BEB0D5B69556D3CDB, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB7800397B30A0FE56CFD3C2BEB0D5B69556D3CDB, ___source_1)); } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * get_source_1() const { return ___source_1; } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB7800397B30A0FE56CFD3C2BEB0D5B69556D3CDB, ___destination_2)); } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * get_destination_2() const { return ___destination_2; } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB7800397B30A0FE56CFD3C2BEB0D5B69556D3CDB, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB7800397B30A0FE56CFD3C2BEB0D5B69556D3CDB, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t5D7B80E59979B496592B91D20D685EDAADD586FE : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t5D7B80E59979B496592B91D20D685EDAADD586FE, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t5D7B80E59979B496592B91D20D685EDAADD586FE, ___source_1)); } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * get_source_1() const { return ___source_1; } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t5D7B80E59979B496592B91D20D685EDAADD586FE, ___destination_2)); } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * get_destination_2() const { return ___destination_2; } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t5D7B80E59979B496592B91D20D685EDAADD586FE, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t5D7B80E59979B496592B91D20D685EDAADD586FE, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_tFBB1A055C0FE3027E3F4C57ADD100324A38F2BE2 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_tFBB1A055C0FE3027E3F4C57ADD100324A38F2BE2, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_tFBB1A055C0FE3027E3F4C57ADD100324A38F2BE2, ___source_1)); } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * get_source_1() const { return ___source_1; } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_tFBB1A055C0FE3027E3F4C57ADD100324A38F2BE2, ___destination_2)); } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * get_destination_2() const { return ___destination_2; } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_tFBB1A055C0FE3027E3F4C57ADD100324A38F2BE2, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_tFBB1A055C0FE3027E3F4C57ADD100324A38F2BE2, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t5E275875B075068520853B0C5A6FA108C61C8570 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t5E275875B075068520853B0C5A6FA108C61C8570, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t5E275875B075068520853B0C5A6FA108C61C8570, ___source_1)); } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * get_source_1() const { return ___source_1; } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t5E275875B075068520853B0C5A6FA108C61C8570, ___destination_2)); } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * get_destination_2() const { return ___destination_2; } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t5E275875B075068520853B0C5A6FA108C61C8570, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t5E275875B075068520853B0C5A6FA108C61C8570, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t5FAB2169A8559E1C273C2BD8A29BA9F6601B44BD : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t5FAB2169A8559E1C273C2BD8A29BA9F6601B44BD, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t5FAB2169A8559E1C273C2BD8A29BA9F6601B44BD, ___source_1)); } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * get_source_1() const { return ___source_1; } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t5FAB2169A8559E1C273C2BD8A29BA9F6601B44BD, ___destination_2)); } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * get_destination_2() const { return ___destination_2; } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t5FAB2169A8559E1C273C2BD8A29BA9F6601B44BD, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t5FAB2169A8559E1C273C2BD8A29BA9F6601B44BD, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_tBA9A5257A4071B8C59DA4365F5CD8390C7C9418A : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_tBA9A5257A4071B8C59DA4365F5CD8390C7C9418A, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_tBA9A5257A4071B8C59DA4365F5CD8390C7C9418A, ___source_1)); } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * get_source_1() const { return ___source_1; } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_tBA9A5257A4071B8C59DA4365F5CD8390C7C9418A, ___destination_2)); } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * get_destination_2() const { return ___destination_2; } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_tBA9A5257A4071B8C59DA4365F5CD8390C7C9418A, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_tBA9A5257A4071B8C59DA4365F5CD8390C7C9418A, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t9016877A07DCA9CF477CE99586530113414396A1 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t9016877A07DCA9CF477CE99586530113414396A1, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t9016877A07DCA9CF477CE99586530113414396A1, ___source_1)); } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * get_source_1() const { return ___source_1; } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t9016877A07DCA9CF477CE99586530113414396A1, ___destination_2)); } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * get_destination_2() const { return ___destination_2; } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t9016877A07DCA9CF477CE99586530113414396A1, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t9016877A07DCA9CF477CE99586530113414396A1, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_tEB4E6591E66030D68E1D6C5CC09D561435D1945A : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_tEB4E6591E66030D68E1D6C5CC09D561435D1945A, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_tEB4E6591E66030D68E1D6C5CC09D561435D1945A, ___source_1)); } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * get_source_1() const { return ___source_1; } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_tEB4E6591E66030D68E1D6C5CC09D561435D1945A, ___destination_2)); } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * get_destination_2() const { return ___destination_2; } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_tEB4E6591E66030D68E1D6C5CC09D561435D1945A, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_tEB4E6591E66030D68E1D6C5CC09D561435D1945A, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t45BE25173D0448A0B72198B995AD196018CC52D7 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t45BE25173D0448A0B72198B995AD196018CC52D7, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t45BE25173D0448A0B72198B995AD196018CC52D7, ___source_1)); } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * get_source_1() const { return ___source_1; } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t45BE25173D0448A0B72198B995AD196018CC52D7, ___destination_2)); } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * get_destination_2() const { return ___destination_2; } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t45BE25173D0448A0B72198B995AD196018CC52D7, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t45BE25173D0448A0B72198B995AD196018CC52D7, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_tDCEBE1B33627F241B9314347E30A9347122A5B37 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_tDCEBE1B33627F241B9314347E30A9347122A5B37, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_tDCEBE1B33627F241B9314347E30A9347122A5B37, ___source_1)); } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * get_source_1() const { return ___source_1; } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_tDCEBE1B33627F241B9314347E30A9347122A5B37, ___destination_2)); } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * get_destination_2() const { return ___destination_2; } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_tDCEBE1B33627F241B9314347E30A9347122A5B37, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_tDCEBE1B33627F241B9314347E30A9347122A5B37, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t47DEA566CD618EB0BAD5106E297D49A2D7BCB1A3 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t47DEA566CD618EB0BAD5106E297D49A2D7BCB1A3, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t47DEA566CD618EB0BAD5106E297D49A2D7BCB1A3, ___source_1)); } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * get_source_1() const { return ___source_1; } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t47DEA566CD618EB0BAD5106E297D49A2D7BCB1A3, ___destination_2)); } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * get_destination_2() const { return ___destination_2; } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t47DEA566CD618EB0BAD5106E297D49A2D7BCB1A3, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t47DEA566CD618EB0BAD5106E297D49A2D7BCB1A3, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t29FD2C3800C31D539F729D3262114D4EA4F66D5A : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t29FD2C3800C31D539F729D3262114D4EA4F66D5A, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t29FD2C3800C31D539F729D3262114D4EA4F66D5A, ___source_1)); } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * get_source_1() const { return ___source_1; } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t29FD2C3800C31D539F729D3262114D4EA4F66D5A, ___destination_2)); } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * get_destination_2() const { return ___destination_2; } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t29FD2C3800C31D539F729D3262114D4EA4F66D5A, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t29FD2C3800C31D539F729D3262114D4EA4F66D5A, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_tF77B3D98137202537BCA3D768BD610045106CEC3 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_tF77B3D98137202537BCA3D768BD610045106CEC3, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_tF77B3D98137202537BCA3D768BD610045106CEC3, ___source_1)); } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * get_source_1() const { return ___source_1; } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_tF77B3D98137202537BCA3D768BD610045106CEC3, ___destination_2)); } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * get_destination_2() const { return ___destination_2; } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_tF77B3D98137202537BCA3D768BD610045106CEC3, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_tF77B3D98137202537BCA3D768BD610045106CEC3, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t72D2AF9B1A3617A19BBBB19CE450F31962FFC9F3 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t72D2AF9B1A3617A19BBBB19CE450F31962FFC9F3, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t72D2AF9B1A3617A19BBBB19CE450F31962FFC9F3, ___source_1)); } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * get_source_1() const { return ___source_1; } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t72D2AF9B1A3617A19BBBB19CE450F31962FFC9F3, ___destination_2)); } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * get_destination_2() const { return ___destination_2; } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t72D2AF9B1A3617A19BBBB19CE450F31962FFC9F3, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t72D2AF9B1A3617A19BBBB19CE450F31962FFC9F3, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t570CB79C196A7DF343F7512F37C2AF7A9225B6C5 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t570CB79C196A7DF343F7512F37C2AF7A9225B6C5, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t570CB79C196A7DF343F7512F37C2AF7A9225B6C5, ___source_1)); } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * get_source_1() const { return ___source_1; } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t570CB79C196A7DF343F7512F37C2AF7A9225B6C5, ___destination_2)); } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * get_destination_2() const { return ___destination_2; } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t570CB79C196A7DF343F7512F37C2AF7A9225B6C5, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t570CB79C196A7DF343F7512F37C2AF7A9225B6C5, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t22841A755CA28481FC6FEF10374372CE717C9A17 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t22841A755CA28481FC6FEF10374372CE717C9A17, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t22841A755CA28481FC6FEF10374372CE717C9A17, ___source_1)); } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * get_source_1() const { return ___source_1; } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t22841A755CA28481FC6FEF10374372CE717C9A17, ___destination_2)); } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * get_destination_2() const { return ___destination_2; } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t22841A755CA28481FC6FEF10374372CE717C9A17, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t22841A755CA28481FC6FEF10374372CE717C9A17, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_tB04825EAFA6A99FD5117998F1EA5C93424B74CF3 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB04825EAFA6A99FD5117998F1EA5C93424B74CF3, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB04825EAFA6A99FD5117998F1EA5C93424B74CF3, ___source_1)); } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * get_source_1() const { return ___source_1; } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB04825EAFA6A99FD5117998F1EA5C93424B74CF3, ___destination_2)); } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * get_destination_2() const { return ___destination_2; } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB04825EAFA6A99FD5117998F1EA5C93424B74CF3, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB04825EAFA6A99FD5117998F1EA5C93424B74CF3, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t77E7809DB61FAF00099598AE7020ED08D46705CE : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t77E7809DB61FAF00099598AE7020ED08D46705CE, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t77E7809DB61FAF00099598AE7020ED08D46705CE, ___source_1)); } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * get_source_1() const { return ___source_1; } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t77E7809DB61FAF00099598AE7020ED08D46705CE, ___destination_2)); } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * get_destination_2() const { return ___destination_2; } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t77E7809DB61FAF00099598AE7020ED08D46705CE, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t77E7809DB61FAF00099598AE7020ED08D46705CE, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t7FDCFD09C6AD8E4162B57A68C79405964D03BE7C : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t7FDCFD09C6AD8E4162B57A68C79405964D03BE7C, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t7FDCFD09C6AD8E4162B57A68C79405964D03BE7C, ___source_1)); } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * get_source_1() const { return ___source_1; } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t7FDCFD09C6AD8E4162B57A68C79405964D03BE7C, ___destination_2)); } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * get_destination_2() const { return ___destination_2; } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t7FDCFD09C6AD8E4162B57A68C79405964D03BE7C, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t7FDCFD09C6AD8E4162B57A68C79405964D03BE7C, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t8E111FC9B830187FD68FF86650ACA38144DA5823 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t8E111FC9B830187FD68FF86650ACA38144DA5823, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t8E111FC9B830187FD68FF86650ACA38144DA5823, ___source_1)); } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * get_source_1() const { return ___source_1; } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t8E111FC9B830187FD68FF86650ACA38144DA5823, ___destination_2)); } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * get_destination_2() const { return ___destination_2; } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t8E111FC9B830187FD68FF86650ACA38144DA5823, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t8E111FC9B830187FD68FF86650ACA38144DA5823, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_tB02BFE8617BDB2525E379C70D0973B8BA96B557A : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB02BFE8617BDB2525E379C70D0973B8BA96B557A, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB02BFE8617BDB2525E379C70D0973B8BA96B557A, ___source_1)); } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * get_source_1() const { return ___source_1; } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB02BFE8617BDB2525E379C70D0973B8BA96B557A, ___destination_2)); } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * get_destination_2() const { return ___destination_2; } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB02BFE8617BDB2525E379C70D0973B8BA96B557A, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_tB02BFE8617BDB2525E379C70D0973B8BA96B557A, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1 struct DefaultImageProcessorContext_1_t3972AF0BFF20222446E70D2884BBF49472D07143 : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::mutate bool ___mutate_0; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::source Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___source_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::destination Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___destination_2; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_3; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Processing.DefaultImageProcessorContext`1::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_4; public: inline static int32_t get_offset_of_mutate_0() { return static_cast(offsetof(DefaultImageProcessorContext_1_t3972AF0BFF20222446E70D2884BBF49472D07143, ___mutate_0)); } inline bool get_mutate_0() const { return ___mutate_0; } inline bool* get_address_of_mutate_0() { return &___mutate_0; } inline void set_mutate_0(bool value) { ___mutate_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(DefaultImageProcessorContext_1_t3972AF0BFF20222446E70D2884BBF49472D07143, ___source_1)); } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * get_source_1() const { return ___source_1; } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_1), (void*)value); } inline static int32_t get_offset_of_destination_2() { return static_cast(offsetof(DefaultImageProcessorContext_1_t3972AF0BFF20222446E70D2884BBF49472D07143, ___destination_2)); } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * get_destination_2() const { return ___destination_2; } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 ** get_address_of_destination_2() { return &___destination_2; } inline void set_destination_2(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * value) { ___destination_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___destination_2), (void*)value); } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_3() { return static_cast(offsetof(DefaultImageProcessorContext_1_t3972AF0BFF20222446E70D2884BBF49472D07143, ___U3CConfigurationU3Ek__BackingField_3)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_3() const { return ___U3CConfigurationU3Ek__BackingField_3; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_3() { return &___U3CConfigurationU3Ek__BackingField_3; } inline void set_U3CConfigurationU3Ek__BackingField_3(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_4() { return static_cast(offsetof(DefaultImageProcessorContext_1_t3972AF0BFF20222446E70D2884BBF49472D07143, ___U3CPropertiesU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_4() const { return ___U3CPropertiesU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_4() { return &___U3CPropertiesU3Ek__BackingField_4; } inline void set_U3CPropertiesU3Ek__BackingField_4(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_4), (void*)value); } }; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 : 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_t549EA3883341171293C741C847D7E2BB8D196B26* ___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_t2CE9BED52DE717242B7127BBEA2F2443BB12D4DE * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tD35D813BBD842D37394D94E84E6FF488473956B2 * ___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_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52, ___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_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52, ___entries_1)); } inline EntryU5BU5D_t549EA3883341171293C741C847D7E2BB8D196B26* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t549EA3883341171293C741C847D7E2BB8D196B26** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t549EA3883341171293C741C847D7E2BB8D196B26* 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_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52, ___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_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52, ___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_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52, ___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_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52, ___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_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52, ___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_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52, ___keys_7)); } inline KeyCollection_t2CE9BED52DE717242B7127BBEA2F2443BB12D4DE * get_keys_7() const { return ___keys_7; } inline KeyCollection_t2CE9BED52DE717242B7127BBEA2F2443BB12D4DE ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t2CE9BED52DE717242B7127BBEA2F2443BB12D4DE * 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_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52, ___values_8)); } inline ValueCollection_tD35D813BBD842D37394D94E84E6FF488473956B2 * get_values_8() const { return ___values_8; } inline ValueCollection_tD35D813BBD842D37394D94E84E6FF488473956B2 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tD35D813BBD842D37394D94E84E6FF488473956B2 * 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_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52, ____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.Collections.Generic.Dictionary`2> struct Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A : 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_t1D9C080589FF5442F9D813CBA2A12123442FDD10* ___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_tD1928931E11347951E077B569E48FA62BA73E392 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tBD0AA1DA4590827BE07CF75D028078698CB1F089 * ___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_tFE267E5371315175D5563AEA60664F9180CE912A, ___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_tFE267E5371315175D5563AEA60664F9180CE912A, ___entries_1)); } inline EntryU5BU5D_t1D9C080589FF5442F9D813CBA2A12123442FDD10* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t1D9C080589FF5442F9D813CBA2A12123442FDD10** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t1D9C080589FF5442F9D813CBA2A12123442FDD10* 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_tFE267E5371315175D5563AEA60664F9180CE912A, ___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_tFE267E5371315175D5563AEA60664F9180CE912A, ___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_tFE267E5371315175D5563AEA60664F9180CE912A, ___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_tFE267E5371315175D5563AEA60664F9180CE912A, ___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_tFE267E5371315175D5563AEA60664F9180CE912A, ___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_tFE267E5371315175D5563AEA60664F9180CE912A, ___keys_7)); } inline KeyCollection_tD1928931E11347951E077B569E48FA62BA73E392 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tD1928931E11347951E077B569E48FA62BA73E392 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tD1928931E11347951E077B569E48FA62BA73E392 * 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_tFE267E5371315175D5563AEA60664F9180CE912A, ___values_8)); } inline ValueCollection_tBD0AA1DA4590827BE07CF75D028078698CB1F089 * get_values_8() const { return ___values_8; } inline ValueCollection_tBD0AA1DA4590827BE07CF75D028078698CB1F089 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tBD0AA1DA4590827BE07CF75D028078698CB1F089 * 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_tFE267E5371315175D5563AEA60664F9180CE912A, ____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_tB6A330001520792410A46A172F103A91B1608883 : public RuntimeObject { public: public: }; 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.Dynamic.Utils.EmptyReadOnlyCollection`1 struct EmptyReadOnlyCollection_1_t1A4BBE0B1FB7B0E4EE193FC33A6800608677C426 : public RuntimeObject { public: public: }; struct EmptyReadOnlyCollection_1_t1A4BBE0B1FB7B0E4EE193FC33A6800608677C426_StaticFields { public: // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Dynamic.Utils.EmptyReadOnlyCollection`1::Instance ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(EmptyReadOnlyCollection_1_t1A4BBE0B1FB7B0E4EE193FC33A6800608677C426_StaticFields, ___Instance_0)); } inline ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * get_Instance_0() const { return ___Instance_0; } inline ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 : public RuntimeObject { public: public: }; 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.Linq.GroupedEnumerable`3 struct GroupedEnumerable_3_tE3B4CD30299C8079967DF47935AA29A4BBBD38A3 : public RuntimeObject { public: // System.Collections.Generic.IEnumerable`1 System.Linq.GroupedEnumerable`3::source RuntimeObject* ___source_0; // System.Func`2 System.Linq.GroupedEnumerable`3::keySelector Func_2_t1BCA906C2230DF98911C4C17F7CFEFC22BC5A63C * ___keySelector_1; // System.Func`2 System.Linq.GroupedEnumerable`3::elementSelector Func_2_t818E6D4A8129167C884A1838069229E4787FEF80 * ___elementSelector_2; // System.Collections.Generic.IEqualityComparer`1 System.Linq.GroupedEnumerable`3::comparer RuntimeObject* ___comparer_3; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(GroupedEnumerable_3_tE3B4CD30299C8079967DF47935AA29A4BBBD38A3, ___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); } inline static int32_t get_offset_of_keySelector_1() { return static_cast(offsetof(GroupedEnumerable_3_tE3B4CD30299C8079967DF47935AA29A4BBBD38A3, ___keySelector_1)); } inline Func_2_t1BCA906C2230DF98911C4C17F7CFEFC22BC5A63C * get_keySelector_1() const { return ___keySelector_1; } inline Func_2_t1BCA906C2230DF98911C4C17F7CFEFC22BC5A63C ** get_address_of_keySelector_1() { return &___keySelector_1; } inline void set_keySelector_1(Func_2_t1BCA906C2230DF98911C4C17F7CFEFC22BC5A63C * value) { ___keySelector_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___keySelector_1), (void*)value); } inline static int32_t get_offset_of_elementSelector_2() { return static_cast(offsetof(GroupedEnumerable_3_tE3B4CD30299C8079967DF47935AA29A4BBBD38A3, ___elementSelector_2)); } inline Func_2_t818E6D4A8129167C884A1838069229E4787FEF80 * get_elementSelector_2() const { return ___elementSelector_2; } inline Func_2_t818E6D4A8129167C884A1838069229E4787FEF80 ** get_address_of_elementSelector_2() { return &___elementSelector_2; } inline void set_elementSelector_2(Func_2_t818E6D4A8129167C884A1838069229E4787FEF80 * value) { ___elementSelector_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementSelector_2), (void*)value); } inline static int32_t get_offset_of_comparer_3() { return static_cast(offsetof(GroupedEnumerable_3_tE3B4CD30299C8079967DF47935AA29A4BBBD38A3, ___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); } }; // System.Linq.GroupedEnumerable`3 struct GroupedEnumerable_3_t2F417AA3DCEF91504F41C449A0707859549DE6A1 : public RuntimeObject { public: // System.Collections.Generic.IEnumerable`1 System.Linq.GroupedEnumerable`3::source RuntimeObject* ___source_0; // System.Func`2 System.Linq.GroupedEnumerable`3::keySelector Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___keySelector_1; // System.Func`2 System.Linq.GroupedEnumerable`3::elementSelector Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___elementSelector_2; // System.Collections.Generic.IEqualityComparer`1 System.Linq.GroupedEnumerable`3::comparer RuntimeObject* ___comparer_3; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(GroupedEnumerable_3_t2F417AA3DCEF91504F41C449A0707859549DE6A1, ___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); } inline static int32_t get_offset_of_keySelector_1() { return static_cast(offsetof(GroupedEnumerable_3_t2F417AA3DCEF91504F41C449A0707859549DE6A1, ___keySelector_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_keySelector_1() const { return ___keySelector_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_keySelector_1() { return &___keySelector_1; } inline void set_keySelector_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___keySelector_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___keySelector_1), (void*)value); } inline static int32_t get_offset_of_elementSelector_2() { return static_cast(offsetof(GroupedEnumerable_3_t2F417AA3DCEF91504F41C449A0707859549DE6A1, ___elementSelector_2)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_elementSelector_2() const { return ___elementSelector_2; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_elementSelector_2() { return &___elementSelector_2; } inline void set_elementSelector_2(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___elementSelector_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementSelector_2), (void*)value); } inline static int32_t get_offset_of_comparer_3() { return static_cast(offsetof(GroupedEnumerable_3_t2F417AA3DCEF91504F41C449A0707859549DE6A1, ___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); } }; // 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_tA6A92A296F1ED793BA6074DB7BDA4B3E47F1ACE7 : 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 uint16_t ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_tA6A92A296F1ED793BA6074DB7BDA4B3E47F1ACE7, ___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_tA6A92A296F1ED793BA6074DB7BDA4B3E47F1ACE7, ___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_tA6A92A296F1ED793BA6074DB7BDA4B3E47F1ACE7, ___current_2)); } inline uint16_t get_current_2() const { return ___current_2; } inline uint16_t* get_address_of_current_2() { return &___current_2; } inline void set_current_2(uint16_t value) { ___current_2 = value; } }; // System.Collections.Generic.List`1 struct List_1_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1* ____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_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599, ____items_1)); } inline DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1* get__items_1() const { return ____items_1; } inline DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1** get_address_of__items_1() { return &____items_1; } inline void set__items_1(DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1* 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_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599, ____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_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599, ____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_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599, ____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); } }; struct List_1_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599_StaticFields, ____emptyArray_5)); } inline DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1* get__emptyArray_5() const { return ____emptyArray_5; } inline DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (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); } }; 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 struct List_1_tE7DC2F192C483F9E5722779E3C2C1910490AAE59 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StyleSelectorPartU5BU5D_tD8762DADE4104C7D73D7B821DF7E5BBC87417BB7* ____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_tE7DC2F192C483F9E5722779E3C2C1910490AAE59, ____items_1)); } inline StyleSelectorPartU5BU5D_tD8762DADE4104C7D73D7B821DF7E5BBC87417BB7* get__items_1() const { return ____items_1; } inline StyleSelectorPartU5BU5D_tD8762DADE4104C7D73D7B821DF7E5BBC87417BB7** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StyleSelectorPartU5BU5D_tD8762DADE4104C7D73D7B821DF7E5BBC87417BB7* 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_tE7DC2F192C483F9E5722779E3C2C1910490AAE59, ____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_tE7DC2F192C483F9E5722779E3C2C1910490AAE59, ____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_tE7DC2F192C483F9E5722779E3C2C1910490AAE59, ____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); } }; struct List_1_tE7DC2F192C483F9E5722779E3C2C1910490AAE59_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StyleSelectorPartU5BU5D_tD8762DADE4104C7D73D7B821DF7E5BBC87417BB7* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tE7DC2F192C483F9E5722779E3C2C1910490AAE59_StaticFields, ____emptyArray_5)); } inline StyleSelectorPartU5BU5D_tD8762DADE4104C7D73D7B821DF7E5BBC87417BB7* get__emptyArray_5() const { return ____emptyArray_5; } inline StyleSelectorPartU5BU5D_tD8762DADE4104C7D73D7B821DF7E5BBC87417BB7** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StyleSelectorPartU5BU5D_tD8762DADE4104C7D73D7B821DF7E5BBC87417BB7* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ____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_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5, ____items_1)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get__items_1() const { return ____items_1; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of__items_1() { return &____items_1; } inline void set__items_1(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* 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_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5, ____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_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5, ____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_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5, ____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); } }; struct List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5_StaticFields, ____emptyArray_5)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get__emptyArray_5() const { return ____emptyArray_5; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 struct MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 : public RuntimeObject { public: public: }; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * ___U3CStorageU3Ek__BackingField_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField int32_t ___U3CColumnCountU3Ek__BackingField_4; // System.Int32 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField int32_t ___U3CRowCountU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CStorageU3Ek__BackingField_3() { return static_cast(offsetof(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4, ___U3CStorageU3Ek__BackingField_3)); } inline MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * get_U3CStorageU3Ek__BackingField_3() const { return ___U3CStorageU3Ek__BackingField_3; } inline MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 ** get_address_of_U3CStorageU3Ek__BackingField_3() { return &___U3CStorageU3Ek__BackingField_3; } inline void set_U3CStorageU3Ek__BackingField_3(MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * value) { ___U3CStorageU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStorageU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CColumnCountU3Ek__BackingField_4() { return static_cast(offsetof(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4, ___U3CColumnCountU3Ek__BackingField_4)); } inline int32_t get_U3CColumnCountU3Ek__BackingField_4() const { return ___U3CColumnCountU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CColumnCountU3Ek__BackingField_4() { return &___U3CColumnCountU3Ek__BackingField_4; } inline void set_U3CColumnCountU3Ek__BackingField_4(int32_t value) { ___U3CColumnCountU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CRowCountU3Ek__BackingField_5() { return static_cast(offsetof(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4, ___U3CRowCountU3Ek__BackingField_5)); } inline int32_t get_U3CRowCountU3Ek__BackingField_5() const { return ___U3CRowCountU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CRowCountU3Ek__BackingField_5() { return &___U3CRowCountU3Ek__BackingField_5; } inline void set_U3CRowCountU3Ek__BackingField_5(int32_t value) { ___U3CRowCountU3Ek__BackingField_5 = value; } }; struct Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Matrix`1::One double ___One_0; // T MathNet.Numerics.LinearAlgebra.Matrix`1::Zero double ___Zero_1; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 MathNet.Numerics.LinearAlgebra.Matrix`1::Build MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 * ___Build_2; public: inline static int32_t get_offset_of_One_0() { return static_cast(offsetof(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_StaticFields, ___One_0)); } inline double get_One_0() const { return ___One_0; } inline double* get_address_of_One_0() { return &___One_0; } inline void set_One_0(double value) { ___One_0 = value; } inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_StaticFields, ___Zero_1)); } inline double get_Zero_1() const { return ___Zero_1; } inline double* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(double value) { ___Zero_1 = value; } inline static int32_t get_offset_of_Build_2() { return static_cast(offsetof(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_StaticFields, ___Build_2)); } inline MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 * get_Build_2() const { return ___Build_2; } inline MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 ** get_address_of_Build_2() { return &___Build_2; } inline void set_Build_2(MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 * value) { ___Build_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Build_2), (void*)value); } }; // System.Linq.OrderedEnumerable`1 struct OrderedEnumerable_1_t938A35591ED5CA8A006A7C2AFBAAB1F42B2E2DFE : 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_t938A35591ED5CA8A006A7C2AFBAAB1F42B2E2DFE, ___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); } }; // 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); } }; // System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1 struct ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F : public RuntimeObject { public: // T[] System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_0; // System.Int32 System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::_size int32_t ____size_1; // System.Int32 System.Runtime.CompilerServices.ReadOnlyCollectionBuilder`1::_version int32_t ____version_2; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F, ____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; } }; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3, ____syncRoot_1)); } inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; } inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; } inline void set__syncRoot_1(RuntimeObject * value) { ____syncRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.VectorBuilder`1 struct VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D : public RuntimeObject { public: public: }; // MathNet.Numerics.LinearAlgebra.Vector`1 struct Vector_1_t04BD986700481778192B0CF621635E64D169D13C : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 MathNet.Numerics.LinearAlgebra.Vector`1::k__BackingField VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * ___U3CStorageU3Ek__BackingField_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::k__BackingField int32_t ___U3CCountU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CStorageU3Ek__BackingField_3() { return static_cast(offsetof(Vector_1_t04BD986700481778192B0CF621635E64D169D13C, ___U3CStorageU3Ek__BackingField_3)); } inline VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * get_U3CStorageU3Ek__BackingField_3() const { return ___U3CStorageU3Ek__BackingField_3; } inline VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 ** get_address_of_U3CStorageU3Ek__BackingField_3() { return &___U3CStorageU3Ek__BackingField_3; } inline void set_U3CStorageU3Ek__BackingField_3(VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * value) { ___U3CStorageU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStorageU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CCountU3Ek__BackingField_4() { return static_cast(offsetof(Vector_1_t04BD986700481778192B0CF621635E64D169D13C, ___U3CCountU3Ek__BackingField_4)); } inline int32_t get_U3CCountU3Ek__BackingField_4() const { return ___U3CCountU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CCountU3Ek__BackingField_4() { return &___U3CCountU3Ek__BackingField_4; } inline void set_U3CCountU3Ek__BackingField_4(int32_t value) { ___U3CCountU3Ek__BackingField_4 = value; } }; struct Vector_1_t04BD986700481778192B0CF621635E64D169D13C_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Vector`1::Zero double ___Zero_0; // T MathNet.Numerics.LinearAlgebra.Vector`1::One double ___One_1; // MathNet.Numerics.LinearAlgebra.VectorBuilder`1 MathNet.Numerics.LinearAlgebra.Vector`1::Build VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * ___Build_2; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(Vector_1_t04BD986700481778192B0CF621635E64D169D13C_StaticFields, ___Zero_0)); } inline double get_Zero_0() const { return ___Zero_0; } inline double* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(double value) { ___Zero_0 = value; } inline static int32_t get_offset_of_One_1() { return static_cast(offsetof(Vector_1_t04BD986700481778192B0CF621635E64D169D13C_StaticFields, ___One_1)); } inline double get_One_1() const { return ___One_1; } inline double* get_address_of_One_1() { return &___One_1; } inline void set_One_1(double value) { ___One_1 = value; } inline static int32_t get_offset_of_Build_2() { return static_cast(offsetof(Vector_1_t04BD986700481778192B0CF621635E64D169D13C_StaticFields, ___Build_2)); } inline VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * get_Build_2() const { return ___Build_2; } inline VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D ** get_address_of_Build_2() { return &___Build_2; } inline void set_Build_2(VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * value) { ___Build_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Build_2), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor struct CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A : public RuntimeObject { public: public: }; // System.Collections.Generic.CollectionExtensions struct CollectionExtensions_t47FA6529A1BC12FBAFB36A7B40AD7CACCC7F37F2 : public RuntimeObject { public: public: }; // System.Dynamic.Utils.CollectionExtensions struct CollectionExtensions_tB79C597B8EFDBE35078FA1E532389C9BB3A5903E : public RuntimeObject { public: public: }; // Newtonsoft.Json.Utilities.CollectionUtils struct CollectionUtils_t7D7748AF782599751C7C905C34871A8893F63D07 : public RuntimeObject { public: public: }; // System.Diagnostics.Contracts.Contract struct Contract_tF27C83DC3B0BD78708EC82FB49ACD0C7D97E2466 : public RuntimeObject { public: public: }; // System.Dynamic.Utils.ContractUtils struct ContractUtils_tFCAD1BFB06E05F1E13A43B506D397A70090980D1 : public RuntimeObject { public: public: }; // MathNet.Numerics.LinearAlgebra.CreateMatrix struct CreateMatrix_tF6C733D4AD988B481AE4513F92B848B15F24254E : public RuntimeObject { public: public: }; // MathNet.Numerics.LinearAlgebra.CreateVector struct CreateVector_tE8E72E16CD7CE38B98CB9DDA441610F1FBF6EAD2 : 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: }; // JCUnityLib.CustomJson struct CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2> JCUnityLib.CustomJson::importerDict Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A * ___importerDict_0; // System.Collections.Generic.Dictionary`2> JCUnityLib.CustomJson::exporterDict Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 * ___exporterDict_1; public: inline static int32_t get_offset_of_importerDict_0() { return static_cast(offsetof(CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8, ___importerDict_0)); } inline Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A * get_importerDict_0() const { return ___importerDict_0; } inline Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A ** get_address_of_importerDict_0() { return &___importerDict_0; } inline void set_importerDict_0(Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A * value) { ___importerDict_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___importerDict_0), (void*)value); } inline static int32_t get_offset_of_exporterDict_1() { return static_cast(offsetof(CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8, ___exporterDict_1)); } inline Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 * get_exporterDict_1() const { return ___exporterDict_1; } inline Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 ** get_address_of_exporterDict_1() { return &___exporterDict_1; } inline void set_exporterDict_1(Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 * value) { ___exporterDict_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___exporterDict_1), (void*)value); } }; // SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory struct DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy struct DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D : public RuntimeObject { public: // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::k__BackingField int64_t ___U3CMaximumPixelsU3Ek__BackingField_0; // System.Double SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::k__BackingField double ___U3CMinimumScanRatioU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CMaximumPixelsU3Ek__BackingField_0() { return static_cast(offsetof(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D, ___U3CMaximumPixelsU3Ek__BackingField_0)); } inline int64_t get_U3CMaximumPixelsU3Ek__BackingField_0() const { return ___U3CMaximumPixelsU3Ek__BackingField_0; } inline int64_t* get_address_of_U3CMaximumPixelsU3Ek__BackingField_0() { return &___U3CMaximumPixelsU3Ek__BackingField_0; } inline void set_U3CMaximumPixelsU3Ek__BackingField_0(int64_t value) { ___U3CMaximumPixelsU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CMinimumScanRatioU3Ek__BackingField_1() { return static_cast(offsetof(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D, ___U3CMinimumScanRatioU3Ek__BackingField_1)); } inline double get_U3CMinimumScanRatioU3Ek__BackingField_1() const { return ___U3CMinimumScanRatioU3Ek__BackingField_1; } inline double* get_address_of_U3CMinimumScanRatioU3Ek__BackingField_1() { return &___U3CMinimumScanRatioU3Ek__BackingField_1; } inline void set_U3CMinimumScanRatioU3Ek__BackingField_1(double value) { ___U3CMinimumScanRatioU3Ek__BackingField_1 = value; } }; // DeviceConfig struct DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD : public RuntimeObject { public: // System.Int32 DeviceConfig::id int32_t ___id_0; // System.Int32 DeviceConfig::name int32_t ___name_1; // System.Int32 DeviceConfig::detail int32_t ___detail_2; // System.Int32 DeviceConfig::difficulty int32_t ___difficulty_3; // System.Int32 DeviceConfig::model int32_t ___model_4; // System.Int32 DeviceConfig::type int32_t ___type_5; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD, ___name_1)); } inline int32_t get_name_1() const { return ___name_1; } inline int32_t* get_address_of_name_1() { return &___name_1; } inline void set_name_1(int32_t value) { ___name_1 = value; } inline static int32_t get_offset_of_detail_2() { return static_cast(offsetof(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD, ___detail_2)); } inline int32_t get_detail_2() const { return ___detail_2; } inline int32_t* get_address_of_detail_2() { return &___detail_2; } inline void set_detail_2(int32_t value) { ___detail_2 = value; } inline static int32_t get_offset_of_difficulty_3() { return static_cast(offsetof(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD, ___difficulty_3)); } inline int32_t get_difficulty_3() const { return ___difficulty_3; } inline int32_t* get_address_of_difficulty_3() { return &___difficulty_3; } inline void set_difficulty_3(int32_t value) { ___difficulty_3 = value; } inline static int32_t get_offset_of_model_4() { return static_cast(offsetof(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD, ___model_4)); } inline int32_t get_model_4() const { return ___model_4; } inline int32_t* get_address_of_model_4() { return &___model_4; } inline void set_model_4(int32_t value) { ___model_4 = value; } inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD, ___type_5)); } inline int32_t get_type_5() const { return ___type_5; } inline int32_t* get_address_of_type_5() { return &___type_5; } inline void set_type_5(int32_t value) { ___type_5 = value; } }; // DeviceMgr struct DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD : public RuntimeObject { public: // System.Collections.Hashtable DeviceMgr::deviceConfigs Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___deviceConfigs_1; public: inline static int32_t get_offset_of_deviceConfigs_1() { return static_cast(offsetof(DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD, ___deviceConfigs_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_deviceConfigs_1() const { return ___deviceConfigs_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_deviceConfigs_1() { return &___deviceConfigs_1; } inline void set_deviceConfigs_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___deviceConfigs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceConfigs_1), (void*)value); } }; struct DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD_StaticFields { public: // DeviceMgr DeviceMgr::_ins DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD * ____ins_0; public: inline static int32_t get_offset_of__ins_0() { return static_cast(offsetof(DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD_StaticFields, ____ins_0)); } inline DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD * get__ins_0() const { return ____ins_0; } inline DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD ** get_address_of__ins_0() { return &____ins_0; } inline void set__ins_0(DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD * value) { ____ins_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor struct EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF : public RuntimeObject { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::k__BackingField float ___U3CThresholdU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CThresholdU3Ek__BackingField_0() { return static_cast(offsetof(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF, ___U3CThresholdU3Ek__BackingField_0)); } inline float get_U3CThresholdU3Ek__BackingField_0() const { return ___U3CThresholdU3Ek__BackingField_0; } inline float* get_address_of_U3CThresholdU3Ek__BackingField_0() { return &___U3CThresholdU3Ek__BackingField_0; } inline void set_U3CThresholdU3Ek__BackingField_0(float value) { ___U3CThresholdU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.EnumUtils struct EnumUtils_t312FBF8ED5FEC664CCFE58E2B58452FDC4EB71D7 : public RuntimeObject { public: public: }; // System.Linq.Enumerable struct Enumerable_t928C505614FDD67F6D61FB58BED73235DF569B0E : public RuntimeObject { public: public: }; // SixLabors.ImageSharp.ImageFrame struct ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.ImageFrame::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // System.Int32 SixLabors.ImageSharp.ImageFrame::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.ImageFrame::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_2; // SixLabors.ImageSharp.Metadata.ImageFrameMetadata SixLabors.ImageSharp.ImageFrame::k__BackingField ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * ___U3CMetadataU3Ek__BackingField_3; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_1() { return static_cast(offsetof(ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899, ___U3CWidthU3Ek__BackingField_1)); } inline int32_t get_U3CWidthU3Ek__BackingField_1() const { return ___U3CWidthU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_1() { return &___U3CWidthU3Ek__BackingField_1; } inline void set_U3CWidthU3Ek__BackingField_1(int32_t value) { ___U3CWidthU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_2() { return static_cast(offsetof(ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899, ___U3CHeightU3Ek__BackingField_2)); } inline int32_t get_U3CHeightU3Ek__BackingField_2() const { return ___U3CHeightU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_2() { return &___U3CHeightU3Ek__BackingField_2; } inline void set_U3CHeightU3Ek__BackingField_2(int32_t value) { ___U3CHeightU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CMetadataU3Ek__BackingField_3() { return static_cast(offsetof(ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899, ___U3CMetadataU3Ek__BackingField_3)); } inline ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * get_U3CMetadataU3Ek__BackingField_3() const { return ___U3CMetadataU3Ek__BackingField_3; } inline ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E ** get_address_of_U3CMetadataU3Ek__BackingField_3() { return &___U3CMetadataU3Ek__BackingField_3; } inline void set_U3CMetadataU3Ek__BackingField_3(ImageFrameMetadata_t2C054C98264601EC337207C3823E912FFFAA650E * value) { ___U3CMetadataU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMetadataU3Ek__BackingField_3), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection struct ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.ImageFrameCollection::isDisposed bool ___isDisposed_0; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A, ___isDisposed_0)); } inline bool get_isDisposed_0() const { return ___isDisposed_0; } inline bool* get_address_of_isDisposed_0() { return &___isDisposed_0; } inline void set_isDisposed_0(bool value) { ___isDisposed_0 = value; } }; // Newtonsoft.Json.Linq.JToken struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 : public RuntimeObject { public: // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JToken::_parent JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ____parent_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_previous JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____previous_1; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_next JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____next_2; // System.Object Newtonsoft.Json.Linq.JToken::_annotations RuntimeObject * ____annotations_3; public: inline static int32_t get_offset_of__parent_0() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____parent_0)); } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * get__parent_0() const { return ____parent_0; } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 ** get_address_of__parent_0() { return &____parent_0; } inline void set__parent_0(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * value) { ____parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_0), (void*)value); } inline static int32_t get_offset_of__previous_1() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____previous_1)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__previous_1() const { return ____previous_1; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__previous_1() { return &____previous_1; } inline void set__previous_1(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____previous_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____previous_1), (void*)value); } inline static int32_t get_offset_of__next_2() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____next_2)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__next_2() const { return ____next_2; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__next_2() { return &____next_2; } inline void set__next_2(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____next_2), (void*)value); } inline static int32_t get_offset_of__annotations_3() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____annotations_3)); } inline RuntimeObject * get__annotations_3() const { return ____annotations_3; } inline RuntimeObject ** get_address_of__annotations_3() { return &____annotations_3; } inline void set__annotations_3(RuntimeObject * value) { ____annotations_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____annotations_3), (void*)value); } }; struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields { public: // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BooleanTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___BooleanTypes_4; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::NumberTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___NumberTypes_5; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::StringTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___StringTypes_6; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::GuidTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___GuidTypes_7; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::TimeSpanTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___TimeSpanTypes_8; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::UriTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___UriTypes_9; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::CharTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___CharTypes_10; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::DateTimeTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___DateTimeTypes_11; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BytesTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___BytesTypes_12; public: inline static int32_t get_offset_of_BooleanTypes_4() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___BooleanTypes_4)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_BooleanTypes_4() const { return ___BooleanTypes_4; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_BooleanTypes_4() { return &___BooleanTypes_4; } inline void set_BooleanTypes_4(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___BooleanTypes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___BooleanTypes_4), (void*)value); } inline static int32_t get_offset_of_NumberTypes_5() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___NumberTypes_5)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_NumberTypes_5() const { return ___NumberTypes_5; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_NumberTypes_5() { return &___NumberTypes_5; } inline void set_NumberTypes_5(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___NumberTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___NumberTypes_5), (void*)value); } inline static int32_t get_offset_of_StringTypes_6() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___StringTypes_6)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_StringTypes_6() const { return ___StringTypes_6; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_StringTypes_6() { return &___StringTypes_6; } inline void set_StringTypes_6(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___StringTypes_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringTypes_6), (void*)value); } inline static int32_t get_offset_of_GuidTypes_7() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___GuidTypes_7)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_GuidTypes_7() const { return ___GuidTypes_7; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_GuidTypes_7() { return &___GuidTypes_7; } inline void set_GuidTypes_7(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___GuidTypes_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GuidTypes_7), (void*)value); } inline static int32_t get_offset_of_TimeSpanTypes_8() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___TimeSpanTypes_8)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_TimeSpanTypes_8() const { return ___TimeSpanTypes_8; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_TimeSpanTypes_8() { return &___TimeSpanTypes_8; } inline void set_TimeSpanTypes_8(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___TimeSpanTypes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___TimeSpanTypes_8), (void*)value); } inline static int32_t get_offset_of_UriTypes_9() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___UriTypes_9)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_UriTypes_9() const { return ___UriTypes_9; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_UriTypes_9() { return &___UriTypes_9; } inline void set_UriTypes_9(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___UriTypes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriTypes_9), (void*)value); } inline static int32_t get_offset_of_CharTypes_10() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___CharTypes_10)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_CharTypes_10() const { return ___CharTypes_10; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_CharTypes_10() { return &___CharTypes_10; } inline void set_CharTypes_10(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___CharTypes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___CharTypes_10), (void*)value); } inline static int32_t get_offset_of_DateTimeTypes_11() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___DateTimeTypes_11)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_DateTimeTypes_11() const { return ___DateTimeTypes_11; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_DateTimeTypes_11() { return &___DateTimeTypes_11; } inline void set_DateTimeTypes_11(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___DateTimeTypes_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateTimeTypes_11), (void*)value); } inline static int32_t get_offset_of_BytesTypes_12() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___BytesTypes_12)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_BytesTypes_12() const { return ___BytesTypes_12; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_BytesTypes_12() { return &___BytesTypes_12; } inline void set_BytesTypes_12(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___BytesTypes_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BytesTypes_12), (void*)value); } }; // 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; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_tC6D5DC3E687D6B2F9F0E19E1A39ACDC0CAC9B1C3 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_tC6D5DC3E687D6B2F9F0E19E1A39ACDC0CAC9B1C3, ___image_0)); } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * get_image_0() const { return ___image_0; } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t9DFD5AA1CD8E5DC2F25F18DF679526532432959A { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t9DFD5AA1CD8E5DC2F25F18DF679526532432959A, ___image_0)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_image_0() const { return ___image_0; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t79C3B4FF5959D17AEF09C8659B3A47666A9BE43D { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t79C3B4FF5959D17AEF09C8659B3A47666A9BE43D, ___image_0)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_image_0() const { return ___image_0; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_tF917F20A802DA048864FFB708ECB2DA81A7DC319 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_tF917F20A802DA048864FFB708ECB2DA81A7DC319, ___image_0)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_image_0() const { return ___image_0; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t235A82BB3CE9745FC5EB55BECF2A9714F5AD0726 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t235A82BB3CE9745FC5EB55BECF2A9714F5AD0726, ___image_0)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_image_0() const { return ___image_0; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t35BD80E1216C45A34C69522E07756EBA7B9535A5 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t35BD80E1216C45A34C69522E07756EBA7B9535A5, ___image_0)); } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * get_image_0() const { return ___image_0; } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t55EDC756CEC33D612A821B0AA288D6B2CCBD79FD { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t55EDC756CEC33D612A821B0AA288D6B2CCBD79FD, ___image_0)); } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * get_image_0() const { return ___image_0; } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_tEA6B668D04A80D5818780BF33A9D6E690ED0C856 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_tEA6B668D04A80D5818780BF33A9D6E690ED0C856, ___image_0)); } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * get_image_0() const { return ___image_0; } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t7978F755F1661AB021E367DE0C241FDFFE01C294 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t7978F755F1661AB021E367DE0C241FDFFE01C294, ___image_0)); } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * get_image_0() const { return ___image_0; } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_tAA8E5B3D92D7FE92AE5113B215145B5041E2FB49 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_tAA8E5B3D92D7FE92AE5113B215145B5041E2FB49, ___image_0)); } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * get_image_0() const { return ___image_0; } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t29E45A315E42B007007F7A5887000FFAE89A43CC { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t29E45A315E42B007007F7A5887000FFAE89A43CC, ___image_0)); } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * get_image_0() const { return ___image_0; } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t48A97E807585ED3DF68C7787B3A5C3DB8501EA76 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t48A97E807585ED3DF68C7787B3A5C3DB8501EA76, ___image_0)); } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * get_image_0() const { return ___image_0; } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t5256D310D40A416E41DF148F279790AF60604050 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t5256D310D40A416E41DF148F279790AF60604050, ___image_0)); } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * get_image_0() const { return ___image_0; } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t1903C6806B27CC4B6020C19C4A6BA0F01DD1EF29 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t1903C6806B27CC4B6020C19C4A6BA0F01DD1EF29, ___image_0)); } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * get_image_0() const { return ___image_0; } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t1B3FE559D5FF299C4CFE440A895419F0E9780666 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t1B3FE559D5FF299C4CFE440A895419F0E9780666, ___image_0)); } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * get_image_0() const { return ___image_0; } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t65ED02EC839CF7BE5D6AE9452E208B887724066A { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t65ED02EC839CF7BE5D6AE9452E208B887724066A, ___image_0)); } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * get_image_0() const { return ___image_0; } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t3FA969B564468D92B2F5D5FB43A70FC94CBC70DC { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t3FA969B564468D92B2F5D5FB43A70FC94CBC70DC, ___image_0)); } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * get_image_0() const { return ___image_0; } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t11734C0B34E81B141305C6ECB48BF212A7112D1E { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t11734C0B34E81B141305C6ECB48BF212A7112D1E, ___image_0)); } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * get_image_0() const { return ___image_0; } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_tD1708754E40C8BAF200A0165E88CFDDF3BCB6CD2 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_tD1708754E40C8BAF200A0165E88CFDDF3BCB6CD2, ___image_0)); } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * get_image_0() const { return ___image_0; } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t52DAE929FB50E71DC65FB25C715EBD33E538BD2C { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t52DAE929FB50E71DC65FB25C715EBD33E538BD2C, ___image_0)); } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * get_image_0() const { return ___image_0; } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_tF4E2861B8D2472D0096A77EF31A0B34F7BCF4DC9 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_tF4E2861B8D2472D0096A77EF31A0B34F7BCF4DC9, ___image_0)); } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * get_image_0() const { return ___image_0; } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t79826919804B21ACF1A7DCB2CC5860315D8C4797 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t79826919804B21ACF1A7DCB2CC5860315D8C4797, ___image_0)); } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * get_image_0() const { return ___image_0; } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t267AD8DA7522912440FA1A2AA44DAF808414A944 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t267AD8DA7522912440FA1A2AA44DAF808414A944, ___image_0)); } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * get_image_0() const { return ___image_0; } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t100312EF5D32AF95EBA6FA1CA27AF9EA16DB1CAC { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t100312EF5D32AF95EBA6FA1CA27AF9EA16DB1CAC, ___image_0)); } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * get_image_0() const { return ___image_0; } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t974EF03BBD16D32874915ED00082D245E06E111E { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t974EF03BBD16D32874915ED00082D245E06E111E, ___image_0)); } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * get_image_0() const { return ___image_0; } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t839F48AF5166D0847CDA0BE538AAB6A0E7C1D539 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t839F48AF5166D0847CDA0BE538AAB6A0E7C1D539, ___image_0)); } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * get_image_0() const { return ___image_0; } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t51721789DC3593BD22D09742A1526FD90FDD4CE2 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t51721789DC3593BD22D09742A1526FD90FDD4CE2, ___image_0)); } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * get_image_0() const { return ___image_0; } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_tE097B1511A69D8D7A8A282100CF34382326E6B32 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_tE097B1511A69D8D7A8A282100CF34382326E6B32, ___image_0)); } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * get_image_0() const { return ___image_0; } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 struct U3CU3Ec__DisplayClass9_0_1_t0027C45FC5E1C1FB28A221E629D1101383272E32 { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1::image Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___image_0; public: inline static int32_t get_offset_of_image_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_1_t0027C45FC5E1C1FB28A221E629D1101383272E32, ___image_0)); } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * get_image_0() const { return ___image_0; } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 ** get_address_of_image_0() { return &___image_0; } inline void set_image_0(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * value) { ___image_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_0), (void*)value); } }; // System.Linq.Buffer`1 struct Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7 { public: // TElement[] System.Linq.Buffer`1::items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___items_0; // System.Int32 System.Linq.Buffer`1::count int32_t ___count_1; public: inline static int32_t get_offset_of_items_0() { return static_cast(offsetof(Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7, ___items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_items_0() const { return ___items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_items_0() { return &___items_0; } inline void set_items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = 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_tCFA408563ADC89DB9430B1EB2B16060F70E39AC5 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5 * ___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 uint16_t ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tCFA408563ADC89DB9430B1EB2B16060F70E39AC5, ___list_0)); } inline List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5 * get_list_0() const { return ___list_0; } inline List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tCFA408563ADC89DB9430B1EB2B16060F70E39AC5, ___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_tCFA408563ADC89DB9430B1EB2B16060F70E39AC5, ___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_tCFA408563ADC89DB9430B1EB2B16060F70E39AC5, ___current_3)); } inline uint16_t get_current_3() const { return ___current_3; } inline uint16_t* get_address_of_current_3() { return &___current_3; } inline void set_current_3(uint16_t value) { ___current_3 = value; } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877, ___parent_2)); } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * get_parent_2() const { return ___parent_2; } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2, ___parent_2)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_parent_2() const { return ___parent_2; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A, ___parent_2)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_parent_2() const { return ___parent_2; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12, ___parent_2)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_parent_2() const { return ___parent_2; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0, ___parent_2)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_parent_2() const { return ___parent_2; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A, ___parent_2)); } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * get_parent_2() const { return ___parent_2; } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650, ___parent_2)); } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * get_parent_2() const { return ___parent_2; } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783, ___parent_2)); } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * get_parent_2() const { return ___parent_2; } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850, ___parent_2)); } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * get_parent_2() const { return ___parent_2; } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA, ___parent_2)); } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * get_parent_2() const { return ___parent_2; } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5, ___parent_2)); } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * get_parent_2() const { return ___parent_2; } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA, ___parent_2)); } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * get_parent_2() const { return ___parent_2; } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411, ___parent_2)); } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * get_parent_2() const { return ___parent_2; } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228, ___parent_2)); } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * get_parent_2() const { return ___parent_2; } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C, ___parent_2)); } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * get_parent_2() const { return ___parent_2; } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6, ___parent_2)); } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * get_parent_2() const { return ___parent_2; } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4, ___parent_2)); } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * get_parent_2() const { return ___parent_2; } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85, ___parent_2)); } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * get_parent_2() const { return ___parent_2; } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00, ___parent_2)); } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * get_parent_2() const { return ___parent_2; } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F, ___parent_2)); } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * get_parent_2() const { return ___parent_2; } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED, ___parent_2)); } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * get_parent_2() const { return ___parent_2; } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058, ___parent_2)); } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * get_parent_2() const { return ___parent_2; } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87, ___parent_2)); } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * get_parent_2() const { return ___parent_2; } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890, ___parent_2)); } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * get_parent_2() const { return ___parent_2; } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091, ___parent_2)); } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * get_parent_2() const { return ___parent_2; } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB, ___parent_2)); } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * get_parent_2() const { return ___parent_2; } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0, ___parent_2)); } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * get_parent_2() const { return ___parent_2; } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728, ___parent_2)); } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * get_parent_2() const { return ___parent_2; } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrameCollection`1 struct ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 : public ImageFrameCollection_tFD7611D7DD21A74D757E0274C77E411E1A98C39A { public: // System.Collections.Generic.IList`1> SixLabors.ImageSharp.ImageFrameCollection`1::frames RuntimeObject* ___frames_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.ImageFrameCollection`1::parent Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___parent_2; public: inline static int32_t get_offset_of_frames_1() { return static_cast(offsetof(ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4, ___frames_1)); } inline RuntimeObject* get_frames_1() const { return ___frames_1; } inline RuntimeObject** get_address_of_frames_1() { return &___frames_1; } inline void set_frames_1(RuntimeObject* value) { ___frames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value); } inline static int32_t get_offset_of_parent_2() { return static_cast(offsetof(ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4, ___parent_2)); } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * get_parent_2() const { return ___parent_2; } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 ** get_address_of_parent_2() { return &___parent_2; } inline void set_parent_2(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * value) { ___parent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_2), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)value); } }; // SixLabors.ImageSharp.ImageFrame`1 struct ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB : public ImageFrame_t226F78A98C19E7C060696C9D546C58F6B5441899 { public: // System.Boolean SixLabors.ImageSharp.ImageFrame`1::isDisposed bool ___isDisposed_4; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.ImageFrame`1::k__BackingField Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___U3CPixelBufferU3Ek__BackingField_5; public: inline static int32_t get_offset_of_isDisposed_4() { return static_cast(offsetof(ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB, ___isDisposed_4)); } inline bool get_isDisposed_4() const { return ___isDisposed_4; } inline bool* get_address_of_isDisposed_4() { return &___isDisposed_4; } inline void set_isDisposed_4(bool value) { ___isDisposed_4 = value; } inline static int32_t get_offset_of_U3CPixelBufferU3Ek__BackingField_5() { return static_cast(offsetof(ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB, ___U3CPixelBufferU3Ek__BackingField_5)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_U3CPixelBufferU3Ek__BackingField_5() const { return ___U3CPixelBufferU3Ek__BackingField_5; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_U3CPixelBufferU3Ek__BackingField_5() { return &___U3CPixelBufferU3Ek__BackingField_5; } inline void set_U3CPixelBufferU3Ek__BackingField_5(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___U3CPixelBufferU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelBufferU3Ek__BackingField_5), (void*)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.Memory`1 struct Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0, ____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__length_2() { return static_cast(offsetof(Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB, ____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__length_2() { return static_cast(offsetof(Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D, ____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__length_2() { return static_cast(offsetof(Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE, ____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__length_2() { return static_cast(offsetof(Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931, ____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__length_2() { return static_cast(offsetof(Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0, ____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__length_2() { return static_cast(offsetof(Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE, ____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__length_2() { return static_cast(offsetof(Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t989A25F213E59B429D409844716D883464EB981E { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t989A25F213E59B429D409844716D883464EB981E, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t989A25F213E59B429D409844716D883464EB981E, ____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__length_2() { return static_cast(offsetof(Memory_1_t989A25F213E59B429D409844716D883464EB981E, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE, ____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__length_2() { return static_cast(offsetof(Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9, ____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__length_2() { return static_cast(offsetof(Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4, ____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__length_2() { return static_cast(offsetof(Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0, ____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__length_2() { return static_cast(offsetof(Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49, ____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__length_2() { return static_cast(offsetof(Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89, ____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__length_2() { return static_cast(offsetof(Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7, ____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__length_2() { return static_cast(offsetof(Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7, ____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__length_2() { return static_cast(offsetof(Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA, ____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__length_2() { return static_cast(offsetof(Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8, ____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__length_2() { return static_cast(offsetof(Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C, ____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__length_2() { return static_cast(offsetof(Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031, ____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__length_2() { return static_cast(offsetof(Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4, ____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__length_2() { return static_cast(offsetof(Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3, ____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__length_2() { return static_cast(offsetof(Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043, ____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__length_2() { return static_cast(offsetof(Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D, ____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__length_2() { return static_cast(offsetof(Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215, ____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__length_2() { return static_cast(offsetof(Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1, ____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__length_2() { return static_cast(offsetof(Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B, ____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__length_2() { return static_cast(offsetof(Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF, ____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__length_2() { return static_cast(offsetof(Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658, ____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__length_2() { return static_cast(offsetof(Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E, ____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__length_2() { return static_cast(offsetof(Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA, ____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__length_2() { return static_cast(offsetof(Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B, ____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__length_2() { return static_cast(offsetof(Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE, ____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__length_2() { return static_cast(offsetof(Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054, ____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__length_2() { return static_cast(offsetof(Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA, ____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__length_2() { return static_cast(offsetof(Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Memory`1 struct Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 { public: // System.Object System.Memory`1::_object RuntimeObject * ____object_0; // System.Int32 System.Memory`1::_index int32_t ____index_1; // System.Int32 System.Memory`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__object_0() { return static_cast(offsetof(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556, ____object_0)); } inline RuntimeObject * get__object_0() const { return ____object_0; } inline RuntimeObject ** get_address_of__object_0() { return &____object_0; } inline void set__object_0(RuntimeObject * value) { ____object_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____object_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556, ____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__length_2() { return static_cast(offsetof(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_pinvoke { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // Native definition for COM marshalling of System.Memory`1 #ifndef Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define #define Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com_define struct Memory_1_t9C3725E34DF7985E9AF7E72EB2926CD75E709E7A_marshaled_com { Il2CppIUnknown* ____object_0; int32_t ____index_1; int32_t ____length_2; }; #endif // System.Linq.OrderedEnumerable`2 struct OrderedEnumerable_2_t9C8693E36F69588575127CA8DC174DFE9013668C : public OrderedEnumerable_1_t938A35591ED5CA8A006A7C2AFBAAB1F42B2E2DFE { public: // System.Linq.OrderedEnumerable`1 System.Linq.OrderedEnumerable`2::parent OrderedEnumerable_1_t938A35591ED5CA8A006A7C2AFBAAB1F42B2E2DFE * ___parent_1; // System.Func`2 System.Linq.OrderedEnumerable`2::keySelector Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * ___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_t9C8693E36F69588575127CA8DC174DFE9013668C, ___parent_1)); } inline OrderedEnumerable_1_t938A35591ED5CA8A006A7C2AFBAAB1F42B2E2DFE * get_parent_1() const { return ___parent_1; } inline OrderedEnumerable_1_t938A35591ED5CA8A006A7C2AFBAAB1F42B2E2DFE ** get_address_of_parent_1() { return &___parent_1; } inline void set_parent_1(OrderedEnumerable_1_t938A35591ED5CA8A006A7C2AFBAAB1F42B2E2DFE * 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_t9C8693E36F69588575127CA8DC174DFE9013668C, ___keySelector_2)); } inline Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * get_keySelector_2() const { return ___keySelector_2; } inline Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA ** get_address_of_keySelector_2() { return &___keySelector_2; } inline void set_keySelector_2(Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * 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_t9C8693E36F69588575127CA8DC174DFE9013668C, ___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_t9C8693E36F69588575127CA8DC174DFE9013668C, ___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_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_t8CF56BCC85D75AC0001F38B4B1F1EEEE9D2F8CB5 : 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_tC3246CBAFBB962E2C6075141A9B6BFC365266428 * ___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_t8CF56BCC85D75AC0001F38B4B1F1EEEE9D2F8CB5, ___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_t8CF56BCC85D75AC0001F38B4B1F1EEEE9D2F8CB5, ___keySelector_2)); } inline Func_2_tC3246CBAFBB962E2C6075141A9B6BFC365266428 * get_keySelector_2() const { return ___keySelector_2; } inline Func_2_tC3246CBAFBB962E2C6075141A9B6BFC365266428 ** get_address_of_keySelector_2() { return &___keySelector_2; } inline void set_keySelector_2(Func_2_tC3246CBAFBB962E2C6075141A9B6BFC365266428 * 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_t8CF56BCC85D75AC0001F38B4B1F1EEEE9D2F8CB5, ___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_t8CF56BCC85D75AC0001F38B4B1F1EEEE9D2F8CB5, ___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.Runtime.CompilerServices.TrueReadOnlyCollection`1 struct TrueReadOnlyCollection_1_t7B0C79057B5BCC33C785557CBB2BEC37F5C2207A : public ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 { public: public: }; // o0.Geometry.Vector`1 struct Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 { public: // T o0.Geometry.Vector`1::x double ___x_0; // T o0.Geometry.Vector`1::y double ___y_1; // T o0.Geometry.Vector`1::z double ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___x_0)); } inline double get_x_0() const { return ___x_0; } inline double* get_address_of_x_0() { return &___x_0; } inline void set_x_0(double value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___y_1)); } inline double get_y_1() const { return ___y_1; } inline double* get_address_of_y_1() { return &___y_1; } inline void set_y_1(double value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38, ___z_2)); } inline double get_z_2() const { return ___z_2; } inline double* get_address_of_z_2() { return &___z_2; } inline void set_z_2(double value) { ___z_2 = value; } }; struct Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields { public: // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CZeroU3Ek__BackingField_3; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3COneU3Ek__BackingField_4; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CLeftU3Ek__BackingField_5; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CRightU3Ek__BackingField_6; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CDownU3Ek__BackingField_7; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CUpU3Ek__BackingField_8; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CBackU3Ek__BackingField_9; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 ___U3CForwardU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CZeroU3Ek__BackingField_3() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CZeroU3Ek__BackingField_3)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CZeroU3Ek__BackingField_3() const { return ___U3CZeroU3Ek__BackingField_3; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CZeroU3Ek__BackingField_3() { return &___U3CZeroU3Ek__BackingField_3; } inline void set_U3CZeroU3Ek__BackingField_3(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CZeroU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3COneU3Ek__BackingField_4() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3COneU3Ek__BackingField_4)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3COneU3Ek__BackingField_4() const { return ___U3COneU3Ek__BackingField_4; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3COneU3Ek__BackingField_4() { return &___U3COneU3Ek__BackingField_4; } inline void set_U3COneU3Ek__BackingField_4(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3COneU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CLeftU3Ek__BackingField_5() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CLeftU3Ek__BackingField_5)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CLeftU3Ek__BackingField_5() const { return ___U3CLeftU3Ek__BackingField_5; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CLeftU3Ek__BackingField_5() { return &___U3CLeftU3Ek__BackingField_5; } inline void set_U3CLeftU3Ek__BackingField_5(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CLeftU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CRightU3Ek__BackingField_6() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CRightU3Ek__BackingField_6)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CRightU3Ek__BackingField_6() const { return ___U3CRightU3Ek__BackingField_6; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CRightU3Ek__BackingField_6() { return &___U3CRightU3Ek__BackingField_6; } inline void set_U3CRightU3Ek__BackingField_6(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CRightU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CDownU3Ek__BackingField_7() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CDownU3Ek__BackingField_7)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CDownU3Ek__BackingField_7() const { return ___U3CDownU3Ek__BackingField_7; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CDownU3Ek__BackingField_7() { return &___U3CDownU3Ek__BackingField_7; } inline void set_U3CDownU3Ek__BackingField_7(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CDownU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUpU3Ek__BackingField_8() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CUpU3Ek__BackingField_8)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CUpU3Ek__BackingField_8() const { return ___U3CUpU3Ek__BackingField_8; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CUpU3Ek__BackingField_8() { return &___U3CUpU3Ek__BackingField_8; } inline void set_U3CUpU3Ek__BackingField_8(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CUpU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CBackU3Ek__BackingField_9() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CBackU3Ek__BackingField_9)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CBackU3Ek__BackingField_9() const { return ___U3CBackU3Ek__BackingField_9; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CBackU3Ek__BackingField_9() { return &___U3CBackU3Ek__BackingField_9; } inline void set_U3CBackU3Ek__BackingField_9(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CBackU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CForwardU3Ek__BackingField_10() { return static_cast(offsetof(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_StaticFields, ___U3CForwardU3Ek__BackingField_10)); } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 get_U3CForwardU3Ek__BackingField_10() const { return ___U3CForwardU3Ek__BackingField_10; } inline Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 * get_address_of_U3CForwardU3Ek__BackingField_10() { return &___U3CForwardU3Ek__BackingField_10; } inline void set_U3CForwardU3Ek__BackingField_10(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 value) { ___U3CForwardU3Ek__BackingField_10 = value; } }; // o0.Geometry.Vector`1 struct Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC { public: // T o0.Geometry.Vector`1::x int32_t ___x_0; // T o0.Geometry.Vector`1::y int32_t ___y_1; // T o0.Geometry.Vector`1::z int32_t ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC, ___x_0)); } inline int32_t get_x_0() const { return ___x_0; } inline int32_t* get_address_of_x_0() { return &___x_0; } inline void set_x_0(int32_t value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC, ___z_2)); } inline int32_t get_z_2() const { return ___z_2; } inline int32_t* get_address_of_z_2() { return &___z_2; } inline void set_z_2(int32_t value) { ___z_2 = value; } }; struct Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields { public: // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CZeroU3Ek__BackingField_3; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3COneU3Ek__BackingField_4; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CLeftU3Ek__BackingField_5; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CRightU3Ek__BackingField_6; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CDownU3Ek__BackingField_7; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CUpU3Ek__BackingField_8; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CBackU3Ek__BackingField_9; // o0.Geometry.Vector`1 o0.Geometry.Vector`1::k__BackingField Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC ___U3CForwardU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CZeroU3Ek__BackingField_3() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CZeroU3Ek__BackingField_3)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CZeroU3Ek__BackingField_3() const { return ___U3CZeroU3Ek__BackingField_3; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CZeroU3Ek__BackingField_3() { return &___U3CZeroU3Ek__BackingField_3; } inline void set_U3CZeroU3Ek__BackingField_3(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CZeroU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3COneU3Ek__BackingField_4() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3COneU3Ek__BackingField_4)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3COneU3Ek__BackingField_4() const { return ___U3COneU3Ek__BackingField_4; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3COneU3Ek__BackingField_4() { return &___U3COneU3Ek__BackingField_4; } inline void set_U3COneU3Ek__BackingField_4(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3COneU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CLeftU3Ek__BackingField_5() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CLeftU3Ek__BackingField_5)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CLeftU3Ek__BackingField_5() const { return ___U3CLeftU3Ek__BackingField_5; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CLeftU3Ek__BackingField_5() { return &___U3CLeftU3Ek__BackingField_5; } inline void set_U3CLeftU3Ek__BackingField_5(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CLeftU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CRightU3Ek__BackingField_6() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CRightU3Ek__BackingField_6)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CRightU3Ek__BackingField_6() const { return ___U3CRightU3Ek__BackingField_6; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CRightU3Ek__BackingField_6() { return &___U3CRightU3Ek__BackingField_6; } inline void set_U3CRightU3Ek__BackingField_6(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CRightU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CDownU3Ek__BackingField_7() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CDownU3Ek__BackingField_7)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CDownU3Ek__BackingField_7() const { return ___U3CDownU3Ek__BackingField_7; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CDownU3Ek__BackingField_7() { return &___U3CDownU3Ek__BackingField_7; } inline void set_U3CDownU3Ek__BackingField_7(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CDownU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUpU3Ek__BackingField_8() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CUpU3Ek__BackingField_8)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CUpU3Ek__BackingField_8() const { return ___U3CUpU3Ek__BackingField_8; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CUpU3Ek__BackingField_8() { return &___U3CUpU3Ek__BackingField_8; } inline void set_U3CUpU3Ek__BackingField_8(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CUpU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CBackU3Ek__BackingField_9() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CBackU3Ek__BackingField_9)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CBackU3Ek__BackingField_9() const { return ___U3CBackU3Ek__BackingField_9; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CBackU3Ek__BackingField_9() { return &___U3CBackU3Ek__BackingField_9; } inline void set_U3CBackU3Ek__BackingField_9(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CBackU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CForwardU3Ek__BackingField_10() { return static_cast(offsetof(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_StaticFields, ___U3CForwardU3Ek__BackingField_10)); } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC get_U3CForwardU3Ek__BackingField_10() const { return ___U3CForwardU3Ek__BackingField_10; } inline Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC * get_address_of_U3CForwardU3Ek__BackingField_10() { return &___U3CForwardU3Ek__BackingField_10; } inline void set_U3CForwardU3Ek__BackingField_10(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC value) { ___U3CForwardU3Ek__BackingField_10 = value; } }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_tFCBDA92EB06915053F579B5C24EBAD5DAD1B84B7 : public Iterator_1_tCFFC952B03DBE4E956DE317DB9704D936AEA2379 { 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_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ___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_tFCBDA92EB06915053F579B5C24EBAD5DAD1B84B7, ___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_tFCBDA92EB06915053F579B5C24EBAD5DAD1B84B7, ___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_tFCBDA92EB06915053F579B5C24EBAD5DAD1B84B7, ___selector_5)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get_selector_5() const { return ___selector_5; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * 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_tFCBDA92EB06915053F579B5C24EBAD5DAD1B84B7, ___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_t49E50A395D6004220E3A7ACD1AFFD129393B098E : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source StyleSelectorPartU5BU5D_tD8762DADE4104C7D73D7B821DF7E5BBC87417BB7* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___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_t49E50A395D6004220E3A7ACD1AFFD129393B098E, ___source_3)); } inline StyleSelectorPartU5BU5D_tD8762DADE4104C7D73D7B821DF7E5BBC87417BB7* get_source_3() const { return ___source_3; } inline StyleSelectorPartU5BU5D_tD8762DADE4104C7D73D7B821DF7E5BBC87417BB7** get_address_of_source_3() { return &___source_3; } inline void set_source_3(StyleSelectorPartU5BU5D_tD8762DADE4104C7D73D7B821DF7E5BBC87417BB7* 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_t49E50A395D6004220E3A7ACD1AFFD129393B098E, ___predicate_4)); } inline Func_2_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC * get_predicate_4() const { return ___predicate_4; } inline Func_2_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC * 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_t49E50A395D6004220E3A7ACD1AFFD129393B098E, ___selector_5)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector_5() const { return ___selector_5; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * 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_t49E50A395D6004220E3A7ACD1AFFD129393B098E, ___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_t25EA10EC3147E08EEA83832A057482C587703B9D : 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_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ___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_t25EA10EC3147E08EEA83832A057482C587703B9D, ___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_t25EA10EC3147E08EEA83832A057482C587703B9D, ___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_t25EA10EC3147E08EEA83832A057482C587703B9D, ___selector_5)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get_selector_5() const { return ___selector_5; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * 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_t25EA10EC3147E08EEA83832A057482C587703B9D, ___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_tF480AE5ADD931EEE44A713040BA622E7577211AE : 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_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___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_tF480AE5ADD931EEE44A713040BA622E7577211AE, ___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_tF480AE5ADD931EEE44A713040BA622E7577211AE, ___predicate_4)); } inline Func_2_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC * get_predicate_4() const { return ___predicate_4; } inline Func_2_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC * 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_tF480AE5ADD931EEE44A713040BA622E7577211AE, ___selector_5)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector_5() const { return ___selector_5; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * 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_tF480AE5ADD931EEE44A713040BA622E7577211AE, ___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); } }; // SixLabors.ImageSharp.PixelFormats.A8 struct A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.A8::k__BackingField uint8_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint8_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint8_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint8_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgr24 struct Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 { public: union { #pragma pack(push, tp, 1) struct { // System.Byte SixLabors.ImageSharp.PixelFormats.Bgr24::B uint8_t ___B_0; }; #pragma pack(pop, tp) struct { uint8_t ___B_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___G_1_OffsetPadding[1]; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgr24::G uint8_t ___G_1; }; #pragma pack(pop, tp) struct { char ___G_1_OffsetPadding_forAlignmentOnly[1]; uint8_t ___G_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___R_2_OffsetPadding[2]; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgr24::R uint8_t ___R_2; }; #pragma pack(pop, tp) struct { char ___R_2_OffsetPadding_forAlignmentOnly[2]; uint8_t ___R_2_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_B_0() { return static_cast(offsetof(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9, ___B_0)); } inline uint8_t get_B_0() const { return ___B_0; } inline uint8_t* get_address_of_B_0() { return &___B_0; } inline void set_B_0(uint8_t value) { ___B_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9, ___G_1)); } inline uint8_t get_G_1() const { return ___G_1; } inline uint8_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint8_t value) { ___G_1 = value; } inline static int32_t get_offset_of_R_2() { return static_cast(offsetof(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9, ___R_2)); } inline uint8_t get_R_2() const { return ___R_2; } inline uint8_t* get_address_of_R_2() { return &___R_2; } inline void set_R_2(uint8_t value) { ___R_2 = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgr565 struct Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgr565::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgra4444 struct Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgra4444::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.Bgra5551 struct Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgra5551::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // System.Numerics.BigInteger struct BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 { public: // System.Int32 System.Numerics.BigInteger::_sign int32_t ____sign_0; // System.UInt32[] System.Numerics.BigInteger::_bits UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____bits_1; public: inline static int32_t get_offset_of__sign_0() { return static_cast(offsetof(BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2, ____sign_0)); } inline int32_t get__sign_0() const { return ____sign_0; } inline int32_t* get_address_of__sign_0() { return &____sign_0; } inline void set__sign_0(int32_t value) { ____sign_0 = value; } inline static int32_t get_offset_of__bits_1() { return static_cast(offsetof(BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2, ____bits_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__bits_1() const { return ____bits_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__bits_1() { return &____bits_1; } inline void set__bits_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____bits_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____bits_1), (void*)value); } }; struct BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2_StaticFields { public: // System.Numerics.BigInteger System.Numerics.BigInteger::s_bnMinInt BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 ___s_bnMinInt_2; // System.Numerics.BigInteger System.Numerics.BigInteger::s_bnOneInt BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 ___s_bnOneInt_3; // System.Numerics.BigInteger System.Numerics.BigInteger::s_bnZeroInt BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 ___s_bnZeroInt_4; // System.Numerics.BigInteger System.Numerics.BigInteger::s_bnMinusOneInt BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 ___s_bnMinusOneInt_5; // System.Byte[] System.Numerics.BigInteger::s_success ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s_success_6; public: inline static int32_t get_offset_of_s_bnMinInt_2() { return static_cast(offsetof(BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2_StaticFields, ___s_bnMinInt_2)); } inline BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 get_s_bnMinInt_2() const { return ___s_bnMinInt_2; } inline BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 * get_address_of_s_bnMinInt_2() { return &___s_bnMinInt_2; } inline void set_s_bnMinInt_2(BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 value) { ___s_bnMinInt_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_bnMinInt_2))->____bits_1), (void*)NULL); } inline static int32_t get_offset_of_s_bnOneInt_3() { return static_cast(offsetof(BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2_StaticFields, ___s_bnOneInt_3)); } inline BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 get_s_bnOneInt_3() const { return ___s_bnOneInt_3; } inline BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 * get_address_of_s_bnOneInt_3() { return &___s_bnOneInt_3; } inline void set_s_bnOneInt_3(BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 value) { ___s_bnOneInt_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_bnOneInt_3))->____bits_1), (void*)NULL); } inline static int32_t get_offset_of_s_bnZeroInt_4() { return static_cast(offsetof(BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2_StaticFields, ___s_bnZeroInt_4)); } inline BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 get_s_bnZeroInt_4() const { return ___s_bnZeroInt_4; } inline BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 * get_address_of_s_bnZeroInt_4() { return &___s_bnZeroInt_4; } inline void set_s_bnZeroInt_4(BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 value) { ___s_bnZeroInt_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_bnZeroInt_4))->____bits_1), (void*)NULL); } inline static int32_t get_offset_of_s_bnMinusOneInt_5() { return static_cast(offsetof(BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2_StaticFields, ___s_bnMinusOneInt_5)); } inline BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 get_s_bnMinusOneInt_5() const { return ___s_bnMinusOneInt_5; } inline BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 * get_address_of_s_bnMinusOneInt_5() { return &___s_bnMinusOneInt_5; } inline void set_s_bnMinusOneInt_5(BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 value) { ___s_bnMinusOneInt_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_bnMinusOneInt_5))->____bits_1), (void*)NULL); } inline static int32_t get_offset_of_s_success_6() { return static_cast(offsetof(BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2_StaticFields, ___s_success_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_s_success_6() const { return ___s_success_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_s_success_6() { return &___s_success_6; } inline void set_s_success_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___s_success_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_success_6), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Numerics.BigInteger struct BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2_marshaled_pinvoke { int32_t ____sign_0; Il2CppSafeArray/*NONE*/* ____bits_1; }; // Native definition for COM marshalling of System.Numerics.BigInteger struct BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2_marshaled_com { int32_t ____sign_0; Il2CppSafeArray/*NONE*/* ____bits_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; } }; 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.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; } }; // SixLabors.ImageSharp.PixelFormats.Byte4 struct Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.Byte4::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_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; } }; // DG.Tweening.Plugins.Options.ColorOptions struct ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A { public: // System.Boolean DG.Tweening.Plugins.Options.ColorOptions::alphaOnly bool ___alphaOnly_0; public: inline static int32_t get_offset_of_alphaOnly_0() { return static_cast(offsetof(ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A, ___alphaOnly_0)); } inline bool get_alphaOnly_0() const { return ___alphaOnly_0; } inline bool* get_address_of_alphaOnly_0() { return &___alphaOnly_0; } inline void set_alphaOnly_0(bool value) { ___alphaOnly_0 = value; } }; // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.ColorOptions struct ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A_marshaled_pinvoke { int32_t ___alphaOnly_0; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.ColorOptions struct ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A_marshaled_com { int32_t ___alphaOnly_0; }; // System.Numerics.Complex struct Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C { public: // System.Double System.Numerics.Complex::m_real double ___m_real_6; // System.Double System.Numerics.Complex::m_imaginary double ___m_imaginary_7; public: inline static int32_t get_offset_of_m_real_6() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C, ___m_real_6)); } inline double get_m_real_6() const { return ___m_real_6; } inline double* get_address_of_m_real_6() { return &___m_real_6; } inline void set_m_real_6(double value) { ___m_real_6 = value; } inline static int32_t get_offset_of_m_imaginary_7() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C, ___m_imaginary_7)); } inline double get_m_imaginary_7() const { return ___m_imaginary_7; } inline double* get_address_of_m_imaginary_7() { return &___m_imaginary_7; } inline void set_m_imaginary_7(double value) { ___m_imaginary_7 = value; } }; struct Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields { public: // System.Numerics.Complex System.Numerics.Complex::Zero Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___Zero_0; // System.Numerics.Complex System.Numerics.Complex::One Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___One_1; // System.Numerics.Complex System.Numerics.Complex::ImaginaryOne Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___ImaginaryOne_2; // System.Double System.Numerics.Complex::s_sqrtRescaleThreshold double ___s_sqrtRescaleThreshold_3; // System.Double System.Numerics.Complex::s_asinOverflowThreshold double ___s_asinOverflowThreshold_4; // System.Double System.Numerics.Complex::s_log2 double ___s_log2_5; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___Zero_0)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_Zero_0() const { return ___Zero_0; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___Zero_0 = value; } inline static int32_t get_offset_of_One_1() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___One_1)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_One_1() const { return ___One_1; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_One_1() { return &___One_1; } inline void set_One_1(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___One_1 = value; } inline static int32_t get_offset_of_ImaginaryOne_2() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___ImaginaryOne_2)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_ImaginaryOne_2() const { return ___ImaginaryOne_2; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_ImaginaryOne_2() { return &___ImaginaryOne_2; } inline void set_ImaginaryOne_2(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___ImaginaryOne_2 = value; } inline static int32_t get_offset_of_s_sqrtRescaleThreshold_3() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___s_sqrtRescaleThreshold_3)); } inline double get_s_sqrtRescaleThreshold_3() const { return ___s_sqrtRescaleThreshold_3; } inline double* get_address_of_s_sqrtRescaleThreshold_3() { return &___s_sqrtRescaleThreshold_3; } inline void set_s_sqrtRescaleThreshold_3(double value) { ___s_sqrtRescaleThreshold_3 = value; } inline static int32_t get_offset_of_s_asinOverflowThreshold_4() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___s_asinOverflowThreshold_4)); } inline double get_s_asinOverflowThreshold_4() const { return ___s_asinOverflowThreshold_4; } inline double* get_address_of_s_asinOverflowThreshold_4() { return &___s_asinOverflowThreshold_4; } inline void set_s_asinOverflowThreshold_4(double value) { ___s_asinOverflowThreshold_4 = value; } inline static int32_t get_offset_of_s_log2_5() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___s_log2_5)); } inline double get_s_log2_5() const { return ___s_log2_5; } inline double* get_address_of_s_log2_5() { return &___s_log2_5; } inline void set_s_log2_5(double value) { ___s_log2_5 = value; } }; // MathNet.Numerics.Complex32 struct Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 { public: // System.Single MathNet.Numerics.Complex32::_real float ____real_0; // System.Single MathNet.Numerics.Complex32::_imag float ____imag_1; public: inline static int32_t get_offset_of__real_0() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894, ____real_0)); } inline float get__real_0() const { return ____real_0; } inline float* get_address_of__real_0() { return &____real_0; } inline void set__real_0(float value) { ____real_0 = value; } inline static int32_t get_offset_of__imag_1() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894, ____imag_1)); } inline float get__imag_1() const { return ____imag_1; } inline float* get_address_of__imag_1() { return &____imag_1; } inline void set__imag_1(float value) { ____imag_1 = value; } }; struct Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields { public: // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::Zero Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___Zero_2; // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::One Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___One_3; // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::ImaginaryOne Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___ImaginaryOne_4; // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::PositiveInfinity Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___PositiveInfinity_5; // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::NaN Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___NaN_6; public: inline static int32_t get_offset_of_Zero_2() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___Zero_2)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_Zero_2() const { return ___Zero_2; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_Zero_2() { return &___Zero_2; } inline void set_Zero_2(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___Zero_2 = value; } inline static int32_t get_offset_of_One_3() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___One_3)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_One_3() const { return ___One_3; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_One_3() { return &___One_3; } inline void set_One_3(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___One_3 = value; } inline static int32_t get_offset_of_ImaginaryOne_4() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___ImaginaryOne_4)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_ImaginaryOne_4() const { return ___ImaginaryOne_4; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_ImaginaryOne_4() { return &___ImaginaryOne_4; } inline void set_ImaginaryOne_4(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___ImaginaryOne_4 = value; } inline static int32_t get_offset_of_PositiveInfinity_5() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___PositiveInfinity_5)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_PositiveInfinity_5() const { return ___PositiveInfinity_5; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_PositiveInfinity_5() { return &___PositiveInfinity_5; } inline void set_PositiveInfinity_5(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___PositiveInfinity_5 = value; } inline static int32_t get_offset_of_NaN_6() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___NaN_6)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_NaN_6() const { return ___NaN_6; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_NaN_6() { return &___NaN_6; } inline void set_NaN_6(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___NaN_6 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler struct CubicResampler_t05545076595DA43AF0D1749540089848660DF577 { public: // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::bspline float ___bspline_0; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::cardinal float ___cardinal_1; // System.Single SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::k__BackingField float ___U3CRadiusU3Ek__BackingField_8; public: inline static int32_t get_offset_of_bspline_0() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577, ___bspline_0)); } inline float get_bspline_0() const { return ___bspline_0; } inline float* get_address_of_bspline_0() { return &___bspline_0; } inline void set_bspline_0(float value) { ___bspline_0 = value; } inline static int32_t get_offset_of_cardinal_1() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577, ___cardinal_1)); } inline float get_cardinal_1() const { return ___cardinal_1; } inline float* get_address_of_cardinal_1() { return &___cardinal_1; } inline void set_cardinal_1(float value) { ___cardinal_1 = value; } inline static int32_t get_offset_of_U3CRadiusU3Ek__BackingField_8() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577, ___U3CRadiusU3Ek__BackingField_8)); } inline float get_U3CRadiusU3Ek__BackingField_8() const { return ___U3CRadiusU3Ek__BackingField_8; } inline float* get_address_of_U3CRadiusU3Ek__BackingField_8() { return &___U3CRadiusU3Ek__BackingField_8; } inline void set_U3CRadiusU3Ek__BackingField_8(float value) { ___U3CRadiusU3Ek__BackingField_8 = value; } }; struct CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::CatmullRom CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___CatmullRom_2; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::Hermite CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___Hermite_3; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::MitchellNetravali CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___MitchellNetravali_4; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::Robidoux CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___Robidoux_5; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::RobidouxSharp CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___RobidouxSharp_6; // SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::Spline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 ___Spline_7; public: inline static int32_t get_offset_of_CatmullRom_2() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___CatmullRom_2)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_CatmullRom_2() const { return ___CatmullRom_2; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_CatmullRom_2() { return &___CatmullRom_2; } inline void set_CatmullRom_2(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___CatmullRom_2 = value; } inline static int32_t get_offset_of_Hermite_3() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___Hermite_3)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_Hermite_3() const { return ___Hermite_3; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_Hermite_3() { return &___Hermite_3; } inline void set_Hermite_3(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___Hermite_3 = value; } inline static int32_t get_offset_of_MitchellNetravali_4() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___MitchellNetravali_4)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_MitchellNetravali_4() const { return ___MitchellNetravali_4; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_MitchellNetravali_4() { return &___MitchellNetravali_4; } inline void set_MitchellNetravali_4(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___MitchellNetravali_4 = value; } inline static int32_t get_offset_of_Robidoux_5() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___Robidoux_5)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_Robidoux_5() const { return ___Robidoux_5; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_Robidoux_5() { return &___Robidoux_5; } inline void set_Robidoux_5(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___Robidoux_5 = value; } inline static int32_t get_offset_of_RobidouxSharp_6() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___RobidouxSharp_6)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_RobidouxSharp_6() const { return ___RobidouxSharp_6; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_RobidouxSharp_6() { return &___RobidouxSharp_6; } inline void set_RobidouxSharp_6(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___RobidouxSharp_6 = value; } inline static int32_t get_offset_of_Spline_7() { return static_cast(offsetof(CubicResampler_t05545076595DA43AF0D1749540089848660DF577_StaticFields, ___Spline_7)); } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 get_Spline_7() const { return ___Spline_7; } inline CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * get_address_of_Spline_7() { return &___Spline_7; } inline void set_Spline_7(CubicResampler_t05545076595DA43AF0D1749540089848660DF577 value) { ___Spline_7 = 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.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; 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.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // DG.Tweening.Plugins.Options.FloatOptions struct FloatOptions_t83EDE0C4170937A97158EC0DE5DBBABB89818603 { public: // System.Boolean DG.Tweening.Plugins.Options.FloatOptions::snapping bool ___snapping_0; public: inline static int32_t get_offset_of_snapping_0() { return static_cast(offsetof(FloatOptions_t83EDE0C4170937A97158EC0DE5DBBABB89818603, ___snapping_0)); } inline bool get_snapping_0() const { return ___snapping_0; } inline bool* get_address_of_snapping_0() { return &___snapping_0; } inline void set_snapping_0(bool value) { ___snapping_0 = value; } }; // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.FloatOptions struct FloatOptions_t83EDE0C4170937A97158EC0DE5DBBABB89818603_marshaled_pinvoke { int32_t ___snapping_0; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.FloatOptions struct FloatOptions_t83EDE0C4170937A97158EC0DE5DBBABB89818603_marshaled_com { int32_t ___snapping_0; }; // SixLabors.ImageSharp.PixelFormats.HalfSingle struct HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.HalfSingle::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.HalfVector2 struct HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.HalfVector2::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.HalfVector4 struct HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 { public: // System.UInt64 SixLabors.ImageSharp.PixelFormats.HalfVector4::k__BackingField uint64_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint64_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint64_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint64_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.Metadata.Profiles.Icc.IccLocalizedString struct IccLocalizedString_t709A955D5AA96E1327C149F1399CFBB47588581A { public: // System.String SixLabors.ImageSharp.Metadata.Profiles.Icc.IccLocalizedString::k__BackingField String_t* ___U3CTextU3Ek__BackingField_0; // System.Globalization.CultureInfo SixLabors.ImageSharp.Metadata.Profiles.Icc.IccLocalizedString::k__BackingField CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___U3CCultureU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CTextU3Ek__BackingField_0() { return static_cast(offsetof(IccLocalizedString_t709A955D5AA96E1327C149F1399CFBB47588581A, ___U3CTextU3Ek__BackingField_0)); } inline String_t* get_U3CTextU3Ek__BackingField_0() const { return ___U3CTextU3Ek__BackingField_0; } inline String_t** get_address_of_U3CTextU3Ek__BackingField_0() { return &___U3CTextU3Ek__BackingField_0; } inline void set_U3CTextU3Ek__BackingField_0(String_t* value) { ___U3CTextU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTextU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CCultureU3Ek__BackingField_1() { return static_cast(offsetof(IccLocalizedString_t709A955D5AA96E1327C149F1399CFBB47588581A, ___U3CCultureU3Ek__BackingField_1)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_U3CCultureU3Ek__BackingField_1() const { return ___U3CCultureU3Ek__BackingField_1; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_U3CCultureU3Ek__BackingField_1() { return &___U3CCultureU3Ek__BackingField_1; } inline void set_U3CCultureU3Ek__BackingField_1(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___U3CCultureU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCultureU3Ek__BackingField_1), (void*)value); } }; // Native definition for P/Invoke marshalling of SixLabors.ImageSharp.Metadata.Profiles.Icc.IccLocalizedString struct IccLocalizedString_t709A955D5AA96E1327C149F1399CFBB47588581A_marshaled_pinvoke { char* ___U3CTextU3Ek__BackingField_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___U3CCultureU3Ek__BackingField_1; }; // Native definition for COM marshalling of SixLabors.ImageSharp.Metadata.Profiles.Icc.IccLocalizedString struct IccLocalizedString_t709A955D5AA96E1327C149F1399CFBB47588581A_marshaled_com { Il2CppChar* ___U3CTextU3Ek__BackingField_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___U3CCultureU3Ek__BackingField_1; }; // SixLabors.ImageSharp.Metadata.Profiles.Icc.IccLut struct IccLut_tFB99AB82ABB1A482C310EE322C51C9EFC62A778C { public: // System.Single[] SixLabors.ImageSharp.Metadata.Profiles.Icc.IccLut::k__BackingField SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___U3CValuesU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CValuesU3Ek__BackingField_0() { return static_cast(offsetof(IccLut_tFB99AB82ABB1A482C310EE322C51C9EFC62A778C, ___U3CValuesU3Ek__BackingField_0)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_U3CValuesU3Ek__BackingField_0() const { return ___U3CValuesU3Ek__BackingField_0; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_U3CValuesU3Ek__BackingField_0() { return &___U3CValuesU3Ek__BackingField_0; } inline void set_U3CValuesU3Ek__BackingField_0(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___U3CValuesU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CValuesU3Ek__BackingField_0), (void*)value); } }; // Native definition for P/Invoke marshalling of SixLabors.ImageSharp.Metadata.Profiles.Icc.IccLut struct IccLut_tFB99AB82ABB1A482C310EE322C51C9EFC62A778C_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___U3CValuesU3Ek__BackingField_0; }; // Native definition for COM marshalling of SixLabors.ImageSharp.Metadata.Profiles.Icc.IccLut struct IccLut_tFB99AB82ABB1A482C310EE322C51C9EFC62A778C_marshaled_com { Il2CppSafeArray/*NONE*/* ___U3CValuesU3Ek__BackingField_0; }; // SixLabors.ImageSharp.Metadata.Profiles.Icc.IccNamedColor struct IccNamedColor_t1FBC033809515457EC209B625E1FE6B1B5C83A5A { public: // System.String SixLabors.ImageSharp.Metadata.Profiles.Icc.IccNamedColor::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; // System.UInt16[] SixLabors.ImageSharp.Metadata.Profiles.Icc.IccNamedColor::k__BackingField UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___U3CPcsCoordinatesU3Ek__BackingField_1; // System.UInt16[] SixLabors.ImageSharp.Metadata.Profiles.Icc.IccNamedColor::k__BackingField UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___U3CDeviceCoordinatesU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(IccNamedColor_t1FBC033809515457EC209B625E1FE6B1B5C83A5A, ___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_U3CPcsCoordinatesU3Ek__BackingField_1() { return static_cast(offsetof(IccNamedColor_t1FBC033809515457EC209B625E1FE6B1B5C83A5A, ___U3CPcsCoordinatesU3Ek__BackingField_1)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get_U3CPcsCoordinatesU3Ek__BackingField_1() const { return ___U3CPcsCoordinatesU3Ek__BackingField_1; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of_U3CPcsCoordinatesU3Ek__BackingField_1() { return &___U3CPcsCoordinatesU3Ek__BackingField_1; } inline void set_U3CPcsCoordinatesU3Ek__BackingField_1(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ___U3CPcsCoordinatesU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPcsCoordinatesU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CDeviceCoordinatesU3Ek__BackingField_2() { return static_cast(offsetof(IccNamedColor_t1FBC033809515457EC209B625E1FE6B1B5C83A5A, ___U3CDeviceCoordinatesU3Ek__BackingField_2)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get_U3CDeviceCoordinatesU3Ek__BackingField_2() const { return ___U3CDeviceCoordinatesU3Ek__BackingField_2; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of_U3CDeviceCoordinatesU3Ek__BackingField_2() { return &___U3CDeviceCoordinatesU3Ek__BackingField_2; } inline void set_U3CDeviceCoordinatesU3Ek__BackingField_2(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ___U3CDeviceCoordinatesU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDeviceCoordinatesU3Ek__BackingField_2), (void*)value); } }; // Native definition for P/Invoke marshalling of SixLabors.ImageSharp.Metadata.Profiles.Icc.IccNamedColor struct IccNamedColor_t1FBC033809515457EC209B625E1FE6B1B5C83A5A_marshaled_pinvoke { char* ___U3CNameU3Ek__BackingField_0; Il2CppSafeArray/*NONE*/* ___U3CPcsCoordinatesU3Ek__BackingField_1; Il2CppSafeArray/*NONE*/* ___U3CDeviceCoordinatesU3Ek__BackingField_2; }; // Native definition for COM marshalling of SixLabors.ImageSharp.Metadata.Profiles.Icc.IccNamedColor struct IccNamedColor_t1FBC033809515457EC209B625E1FE6B1B5C83A5A_marshaled_com { Il2CppChar* ___U3CNameU3Ek__BackingField_0; Il2CppSafeArray/*NONE*/* ___U3CPcsCoordinatesU3Ek__BackingField_1; Il2CppSafeArray/*NONE*/* ___U3CDeviceCoordinatesU3Ek__BackingField_2; }; // 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; } }; 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; } }; // SixLabors.ImageSharp.PixelFormats.L16 struct L16_t82A3FD4325827CB571596BA0DA68B251F985D94F { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.L16::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_0() { return static_cast(offsetof(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F, ___U3CPackedValueU3Ek__BackingField_0)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_0() const { return ___U3CPackedValueU3Ek__BackingField_0; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_0() { return &___U3CPackedValueU3Ek__BackingField_0; } inline void set_U3CPackedValueU3Ek__BackingField_0(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.La32 struct La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 { public: union { #pragma pack(push, tp, 1) struct { // System.UInt16 SixLabors.ImageSharp.PixelFormats.La32::L uint16_t ___L_0; }; #pragma pack(pop, tp) struct { uint16_t ___L_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___A_1_OffsetPadding[2]; // System.UInt16 SixLabors.ImageSharp.PixelFormats.La32::A uint16_t ___A_1; }; #pragma pack(pop, tp) struct { char ___A_1_OffsetPadding_forAlignmentOnly[2]; uint16_t ___A_1_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_L_0() { return static_cast(offsetof(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5, ___L_0)); } inline uint16_t get_L_0() const { return ___L_0; } inline uint16_t* get_address_of_L_0() { return &___L_0; } inline void set_L_0(uint16_t value) { ___L_0 = value; } inline static int32_t get_offset_of_A_1() { return static_cast(offsetof(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5, ___A_1)); } inline uint16_t get_A_1() const { return ___A_1; } inline uint16_t* get_address_of_A_1() { return &___A_1; } inline void set_A_1(uint16_t value) { ___A_1 = value; } }; // DG.Tweening.Plugins.Options.NoOptions struct NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 { public: union { struct { }; uint8_t NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903__padding[1]; }; public: }; // SixLabors.ImageSharp.Point struct Point_tD6F71EDF0EDF62D0E7364327171C83592C97B10B { public: // System.Int32 SixLabors.ImageSharp.Point::k__BackingField int32_t ___U3CXU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Point::k__BackingField int32_t ___U3CYU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CXU3Ek__BackingField_1() { return static_cast(offsetof(Point_tD6F71EDF0EDF62D0E7364327171C83592C97B10B, ___U3CXU3Ek__BackingField_1)); } inline int32_t get_U3CXU3Ek__BackingField_1() const { return ___U3CXU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CXU3Ek__BackingField_1() { return &___U3CXU3Ek__BackingField_1; } inline void set_U3CXU3Ek__BackingField_1(int32_t value) { ___U3CXU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CYU3Ek__BackingField_2() { return static_cast(offsetof(Point_tD6F71EDF0EDF62D0E7364327171C83592C97B10B, ___U3CYU3Ek__BackingField_2)); } inline int32_t get_U3CYU3Ek__BackingField_2() const { return ___U3CYU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CYU3Ek__BackingField_2() { return &___U3CYU3Ek__BackingField_2; } inline void set_U3CYU3Ek__BackingField_2(int32_t value) { ___U3CYU3Ek__BackingField_2 = value; } }; struct Point_tD6F71EDF0EDF62D0E7364327171C83592C97B10B_StaticFields { public: // SixLabors.ImageSharp.Point SixLabors.ImageSharp.Point::Empty Point_tD6F71EDF0EDF62D0E7364327171C83592C97B10B ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Point_tD6F71EDF0EDF62D0E7364327171C83592C97B10B_StaticFields, ___Empty_0)); } inline Point_tD6F71EDF0EDF62D0E7364327171C83592C97B10B get_Empty_0() const { return ___Empty_0; } inline Point_tD6F71EDF0EDF62D0E7364327171C83592C97B10B * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Point_tD6F71EDF0EDF62D0E7364327171C83592C97B10B value) { ___Empty_0 = 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; } }; 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.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; } }; // DG.Tweening.Plugins.Options.RectOptions struct RectOptions_tB87748888062BF0B1F51E91FF703A81671355E1C { public: // System.Boolean DG.Tweening.Plugins.Options.RectOptions::snapping bool ___snapping_0; public: inline static int32_t get_offset_of_snapping_0() { return static_cast(offsetof(RectOptions_tB87748888062BF0B1F51E91FF703A81671355E1C, ___snapping_0)); } inline bool get_snapping_0() const { return ___snapping_0; } inline bool* get_address_of_snapping_0() { return &___snapping_0; } inline void set_snapping_0(bool value) { ___snapping_0 = value; } }; // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.RectOptions struct RectOptions_tB87748888062BF0B1F51E91FF703A81671355E1C_marshaled_pinvoke { int32_t ___snapping_0; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.RectOptions struct RectOptions_tB87748888062BF0B1F51E91FF703A81671355E1C_marshaled_com { int32_t ___snapping_0; }; // SixLabors.ImageSharp.Rectangle struct Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 { public: // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CXU3Ek__BackingField_1; // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CYU3Ek__BackingField_2; // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_3; // System.Int32 SixLabors.ImageSharp.Rectangle::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CXU3Ek__BackingField_1() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CXU3Ek__BackingField_1)); } inline int32_t get_U3CXU3Ek__BackingField_1() const { return ___U3CXU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CXU3Ek__BackingField_1() { return &___U3CXU3Ek__BackingField_1; } inline void set_U3CXU3Ek__BackingField_1(int32_t value) { ___U3CXU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CYU3Ek__BackingField_2() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CYU3Ek__BackingField_2)); } inline int32_t get_U3CYU3Ek__BackingField_2() const { return ___U3CYU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CYU3Ek__BackingField_2() { return &___U3CYU3Ek__BackingField_2; } inline void set_U3CYU3Ek__BackingField_2(int32_t value) { ___U3CYU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_3() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CWidthU3Ek__BackingField_3)); } inline int32_t get_U3CWidthU3Ek__BackingField_3() const { return ___U3CWidthU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_3() { return &___U3CWidthU3Ek__BackingField_3; } inline void set_U3CWidthU3Ek__BackingField_3(int32_t value) { ___U3CWidthU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_4() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7, ___U3CHeightU3Ek__BackingField_4)); } inline int32_t get_U3CHeightU3Ek__BackingField_4() const { return ___U3CHeightU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_4() { return &___U3CHeightU3Ek__BackingField_4; } inline void set_U3CHeightU3Ek__BackingField_4(int32_t value) { ___U3CHeightU3Ek__BackingField_4 = value; } }; struct Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_StaticFields { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Rectangle::Empty Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7_StaticFields, ___Empty_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_Empty_0() const { return ___Empty_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___Empty_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgb48 struct Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgb48::R uint16_t ___R_0; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgb48::G uint16_t ___G_1; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgb48::B uint16_t ___B_2; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F, ___R_0)); } inline uint16_t get_R_0() const { return ___R_0; } inline uint16_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(uint16_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F, ___G_1)); } inline uint16_t get_G_1() const { return ___G_1; } inline uint16_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint16_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F, ___B_2)); } inline uint16_t get_B_2() const { return ___B_2; } inline uint16_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(uint16_t value) { ___B_2 = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgba64 struct Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgba64::R uint16_t ___R_0; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgba64::G uint16_t ___G_1; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgba64::B uint16_t ___B_2; // System.UInt16 SixLabors.ImageSharp.PixelFormats.Rgba64::A uint16_t ___A_3; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F, ___R_0)); } inline uint16_t get_R_0() const { return ___R_0; } inline uint16_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(uint16_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F, ___G_1)); } inline uint16_t get_G_1() const { return ___G_1; } inline uint16_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint16_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F, ___B_2)); } inline uint16_t get_B_2() const { return ___B_2; } inline uint16_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(uint16_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F, ___A_3)); } inline uint16_t get_A_3() const { return ___A_3; } inline uint16_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(uint16_t value) { ___A_3 = value; } }; // DG.Tweening.Core.SafeModeReport struct SafeModeReport_t91D92DAA68FAE0EAF61A108B88947E3541ED26BC { public: // System.Int32 DG.Tweening.Core.SafeModeReport::k__BackingField int32_t ___U3CtotMissingTargetOrFieldErrorsU3Ek__BackingField_0; // System.Int32 DG.Tweening.Core.SafeModeReport::k__BackingField int32_t ___U3CtotCallbackErrorsU3Ek__BackingField_1; // System.Int32 DG.Tweening.Core.SafeModeReport::k__BackingField int32_t ___U3CtotStartupErrorsU3Ek__BackingField_2; // System.Int32 DG.Tweening.Core.SafeModeReport::k__BackingField int32_t ___U3CtotUnsetErrorsU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CtotMissingTargetOrFieldErrorsU3Ek__BackingField_0() { return static_cast(offsetof(SafeModeReport_t91D92DAA68FAE0EAF61A108B88947E3541ED26BC, ___U3CtotMissingTargetOrFieldErrorsU3Ek__BackingField_0)); } inline int32_t get_U3CtotMissingTargetOrFieldErrorsU3Ek__BackingField_0() const { return ___U3CtotMissingTargetOrFieldErrorsU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CtotMissingTargetOrFieldErrorsU3Ek__BackingField_0() { return &___U3CtotMissingTargetOrFieldErrorsU3Ek__BackingField_0; } inline void set_U3CtotMissingTargetOrFieldErrorsU3Ek__BackingField_0(int32_t value) { ___U3CtotMissingTargetOrFieldErrorsU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CtotCallbackErrorsU3Ek__BackingField_1() { return static_cast(offsetof(SafeModeReport_t91D92DAA68FAE0EAF61A108B88947E3541ED26BC, ___U3CtotCallbackErrorsU3Ek__BackingField_1)); } inline int32_t get_U3CtotCallbackErrorsU3Ek__BackingField_1() const { return ___U3CtotCallbackErrorsU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CtotCallbackErrorsU3Ek__BackingField_1() { return &___U3CtotCallbackErrorsU3Ek__BackingField_1; } inline void set_U3CtotCallbackErrorsU3Ek__BackingField_1(int32_t value) { ___U3CtotCallbackErrorsU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CtotStartupErrorsU3Ek__BackingField_2() { return static_cast(offsetof(SafeModeReport_t91D92DAA68FAE0EAF61A108B88947E3541ED26BC, ___U3CtotStartupErrorsU3Ek__BackingField_2)); } inline int32_t get_U3CtotStartupErrorsU3Ek__BackingField_2() const { return ___U3CtotStartupErrorsU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CtotStartupErrorsU3Ek__BackingField_2() { return &___U3CtotStartupErrorsU3Ek__BackingField_2; } inline void set_U3CtotStartupErrorsU3Ek__BackingField_2(int32_t value) { ___U3CtotStartupErrorsU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CtotUnsetErrorsU3Ek__BackingField_3() { return static_cast(offsetof(SafeModeReport_t91D92DAA68FAE0EAF61A108B88947E3541ED26BC, ___U3CtotUnsetErrorsU3Ek__BackingField_3)); } inline int32_t get_U3CtotUnsetErrorsU3Ek__BackingField_3() const { return ___U3CtotUnsetErrorsU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CtotUnsetErrorsU3Ek__BackingField_3() { return &___U3CtotUnsetErrorsU3Ek__BackingField_3; } inline void set_U3CtotUnsetErrorsU3Ek__BackingField_3(int32_t value) { ___U3CtotUnsetErrorsU3Ek__BackingField_3 = 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; } }; // SixLabors.ImageSharp.Size struct Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E { public: // System.Int32 SixLabors.ImageSharp.Size::k__BackingField int32_t ___U3CWidthU3Ek__BackingField_0; // System.Int32 SixLabors.ImageSharp.Size::k__BackingField int32_t ___U3CHeightU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CWidthU3Ek__BackingField_0() { return static_cast(offsetof(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E, ___U3CWidthU3Ek__BackingField_0)); } inline int32_t get_U3CWidthU3Ek__BackingField_0() const { return ___U3CWidthU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CWidthU3Ek__BackingField_0() { return &___U3CWidthU3Ek__BackingField_0; } inline void set_U3CWidthU3Ek__BackingField_0(int32_t value) { ___U3CWidthU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CHeightU3Ek__BackingField_1() { return static_cast(offsetof(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E, ___U3CHeightU3Ek__BackingField_1)); } inline int32_t get_U3CHeightU3Ek__BackingField_1() const { return ___U3CHeightU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CHeightU3Ek__BackingField_1() { return &___U3CHeightU3Ek__BackingField_1; } inline void set_U3CHeightU3Ek__BackingField_1(int32_t value) { ___U3CHeightU3Ek__BackingField_1 = value; } }; // UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_HighlightedSprite_0)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HighlightedSprite_0), (void*)value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_PressedSprite_1)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PressedSprite_1), (void*)value); } inline static int32_t get_offset_of_m_SelectedSprite_2() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_SelectedSprite_2)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_SelectedSprite_2() const { return ___m_SelectedSprite_2; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_SelectedSprite_2() { return &___m_SelectedSprite_2; } inline void set_m_SelectedSprite_2(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_SelectedSprite_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectedSprite_2), (void*)value); } inline static int32_t get_offset_of_m_DisabledSprite_3() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_DisabledSprite_3)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_DisabledSprite_3() const { return ___m_DisabledSprite_3; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_DisabledSprite_3() { return &___m_DisabledSprite_3; } inline void set_m_DisabledSprite_3(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_DisabledSprite_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisabledSprite_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_pinvoke { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_com { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // 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; } }; // DG.Tweening.Plugins.Options.UintOptions struct UintOptions_tF32D64824C4708B083DB716F323262B7BE4195F9 { public: // System.Boolean DG.Tweening.Plugins.Options.UintOptions::isNegativeChangeValue bool ___isNegativeChangeValue_0; public: inline static int32_t get_offset_of_isNegativeChangeValue_0() { return static_cast(offsetof(UintOptions_tF32D64824C4708B083DB716F323262B7BE4195F9, ___isNegativeChangeValue_0)); } inline bool get_isNegativeChangeValue_0() const { return ___isNegativeChangeValue_0; } inline bool* get_address_of_isNegativeChangeValue_0() { return &___isNegativeChangeValue_0; } inline void set_isNegativeChangeValue_0(bool value) { ___isNegativeChangeValue_0 = value; } }; // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.UintOptions struct UintOptions_tF32D64824C4708B083DB716F323262B7BE4195F9_marshaled_pinvoke { int32_t ___isNegativeChangeValue_0; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.UintOptions struct UintOptions_tF32D64824C4708B083DB716F323262B7BE4195F9_marshaled_com { int32_t ___isNegativeChangeValue_0; }; // System.Numerics.Vector2 struct Vector2_t1455881409307224D6099F54FA7E478733EEF61D { public: // System.Single System.Numerics.Vector2::X float ___X_0; // System.Single System.Numerics.Vector2::Y float ___Y_1; public: inline static int32_t get_offset_of_X_0() { return static_cast(offsetof(Vector2_t1455881409307224D6099F54FA7E478733EEF61D, ___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_t1455881409307224D6099F54FA7E478733EEF61D, ___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.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; } }; 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; } }; // System.Numerics.Vector3 struct Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 { public: // System.Single System.Numerics.Vector3::X float ___X_0; // System.Single System.Numerics.Vector3::Y float ___Y_1; // System.Single System.Numerics.Vector3::Z float ___Z_2; public: inline static int32_t get_offset_of_X_0() { return static_cast(offsetof(Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65, ___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(Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65, ___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(Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65, ___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.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; } }; 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; } }; // System.Numerics.Vector4 struct Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 { public: // System.Single System.Numerics.Vector4::X float ___X_0; // System.Single System.Numerics.Vector4::Y float ___Y_1; // System.Single System.Numerics.Vector4::Z float ___Z_2; // System.Single System.Numerics.Vector4::W float ___W_3; public: inline static int32_t get_offset_of_X_0() { return static_cast(offsetof(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___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(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___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(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___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(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59, ___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.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; } }; 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; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // SixLabors.ImageSharp.PixelFormats.HalfTypeHelper/Uif struct Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC { public: union { #pragma pack(push, tp, 1) struct { // System.Single SixLabors.ImageSharp.PixelFormats.HalfTypeHelper/Uif::F float ___F_0; }; #pragma pack(pop, tp) struct { float ___F_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int32 SixLabors.ImageSharp.PixelFormats.HalfTypeHelper/Uif::I int32_t ___I_1; }; #pragma pack(pop, tp) struct { int32_t ___I_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.UInt32 SixLabors.ImageSharp.PixelFormats.HalfTypeHelper/Uif::U uint32_t ___U_2; }; #pragma pack(pop, tp) struct { uint32_t ___U_2_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_F_0() { return static_cast(offsetof(Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC, ___F_0)); } inline float get_F_0() const { return ___F_0; } inline float* get_address_of_F_0() { return &___F_0; } inline void set_F_0(float value) { ___F_0 = value; } inline static int32_t get_offset_of_I_1() { return static_cast(offsetof(Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC, ___I_1)); } inline int32_t get_I_1() const { return ___I_1; } inline int32_t* get_address_of_I_1() { return &___I_1; } inline void set_I_1(int32_t value) { ___I_1 = value; } inline static int32_t get_offset_of_U_2() { return static_cast(offsetof(Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC, ___U_2)); } inline uint32_t get_U_2() const { return ___U_2; } inline uint32_t* get_address_of_U_2() { return &___U_2; } inline void set_U_2(uint32_t value) { ___U_2 = value; } }; // System.Linq.Enumerable/d__99`1 struct U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 : 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 DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 ___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_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46, ___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_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46, ___U3CU3E2__current_1)); } inline DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->____value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46, ___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_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46, ___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_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46, ___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_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46, ___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__79`1 struct U3CReverseIteratorU3Ed__79_1_t0603018E4A0C07093490945C8C6C89F8D7F6957F : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/d__79`1::<>1__state int32_t ___U3CU3E1__state_0; // TSource System.Linq.Enumerable/d__79`1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__79`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__79`1::source RuntimeObject* ___source_3; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__79`1::<>3__source RuntimeObject* ___U3CU3E3__source_4; // System.Linq.Buffer`1 System.Linq.Enumerable/d__79`1::5__1 Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7 ___U3CbufferU3E5__1_5; // System.Int32 System.Linq.Enumerable/d__79`1::5__2 int32_t ___U3CiU3E5__2_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CReverseIteratorU3Ed__79_1_t0603018E4A0C07093490945C8C6C89F8D7F6957F, ___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(U3CReverseIteratorU3Ed__79_1_t0603018E4A0C07093490945C8C6C89F8D7F6957F, ___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(U3CReverseIteratorU3Ed__79_1_t0603018E4A0C07093490945C8C6C89F8D7F6957F, ___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(U3CReverseIteratorU3Ed__79_1_t0603018E4A0C07093490945C8C6C89F8D7F6957F, ___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(U3CReverseIteratorU3Ed__79_1_t0603018E4A0C07093490945C8C6C89F8D7F6957F, ___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_U3CbufferU3E5__1_5() { return static_cast(offsetof(U3CReverseIteratorU3Ed__79_1_t0603018E4A0C07093490945C8C6C89F8D7F6957F, ___U3CbufferU3E5__1_5)); } inline Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7 get_U3CbufferU3E5__1_5() const { return ___U3CbufferU3E5__1_5; } inline Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7 * get_address_of_U3CbufferU3E5__1_5() { return &___U3CbufferU3E5__1_5; } inline void set_U3CbufferU3E5__1_5(Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7 value) { ___U3CbufferU3E5__1_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CbufferU3E5__1_5))->___items_0), (void*)NULL); } inline static int32_t get_offset_of_U3CiU3E5__2_6() { return static_cast(offsetof(U3CReverseIteratorU3Ed__79_1_t0603018E4A0C07093490945C8C6C89F8D7F6957F, ___U3CiU3E5__2_6)); } inline int32_t get_U3CiU3E5__2_6() const { return ___U3CiU3E5__2_6; } inline int32_t* get_address_of_U3CiU3E5__2_6() { return &___U3CiU3E5__2_6; } inline void set_U3CiU3E5__2_6(int32_t value) { ___U3CiU3E5__2_6 = value; } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_t65327A4F1FDD6F7D4D203B9A521E3CC308E2923B { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_t65327A4F1FDD6F7D4D203B9A521E3CC308E2923B, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_t65327A4F1FDD6F7D4D203B9A521E3CC308E2923B, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_t6F7C204F61CED94420A88AD557344C4EA49B1EC8 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_t6F7C204F61CED94420A88AD557344C4EA49B1EC8, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_t6F7C204F61CED94420A88AD557344C4EA49B1EC8, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_tECF85E8FF114BB48808571969213800FEB8FF6C3 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_tECF85E8FF114BB48808571969213800FEB8FF6C3, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_tECF85E8FF114BB48808571969213800FEB8FF6C3, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_t6B2B1F0A461C1BDAA27FC87DB0FE684164D97906 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_t6B2B1F0A461C1BDAA27FC87DB0FE684164D97906, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_t6B2B1F0A461C1BDAA27FC87DB0FE684164D97906, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_t744AAAF31196ABA17B14ABD33D889F3D5B4D2197 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_t744AAAF31196ABA17B14ABD33D889F3D5B4D2197, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_t744AAAF31196ABA17B14ABD33D889F3D5B4D2197, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_tFE58981B0DBAF732CB1B06E411850CBEEAC348F7 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_tFE58981B0DBAF732CB1B06E411850CBEEAC348F7, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_tFE58981B0DBAF732CB1B06E411850CBEEAC348F7, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_t69FD250F590AB46D224F0C87F4B77E528D633438 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_t69FD250F590AB46D224F0C87F4B77E528D633438, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_t69FD250F590AB46D224F0C87F4B77E528D633438, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_t95B2B1454FD0136263BEB57C7402C3F70C31D765 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_t95B2B1454FD0136263BEB57C7402C3F70C31D765, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_t95B2B1454FD0136263BEB57C7402C3F70C31D765, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_t3086B76E41061EE40EA7ED52F21ACB17CFEB54ED { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_t3086B76E41061EE40EA7ED52F21ACB17CFEB54ED, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_t3086B76E41061EE40EA7ED52F21ACB17CFEB54ED, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_tF958B17E046DD2D4C8142FDB130350A4D7A5EFE8 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_tF958B17E046DD2D4C8142FDB130350A4D7A5EFE8, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_tF958B17E046DD2D4C8142FDB130350A4D7A5EFE8, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_tFDC58D3653815FA6FCD8225E53F1F0ECFDACB3CE { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_tFDC58D3653815FA6FCD8225E53F1F0ECFDACB3CE, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_tFDC58D3653815FA6FCD8225E53F1F0ECFDACB3CE, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_tF76D2333D4436142F6EDB58650C4473738D83550 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_tF76D2333D4436142F6EDB58650C4473738D83550, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_tF76D2333D4436142F6EDB58650C4473738D83550, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_tFA921C36D0DD2F3A467DD1D2A9660382951C8BC5 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_tFA921C36D0DD2F3A467DD1D2A9660382951C8BC5, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_tFA921C36D0DD2F3A467DD1D2A9660382951C8BC5, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_t4E974B58A23A9D3C35796DC747FB7F75C9AF6F07 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_t4E974B58A23A9D3C35796DC747FB7F75C9AF6F07, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_t4E974B58A23A9D3C35796DC747FB7F75C9AF6F07, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_t88D2D74C63D2103E969C8C46AFAB7189E838E1A6 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_t88D2D74C63D2103E969C8C46AFAB7189E838E1A6, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_t88D2D74C63D2103E969C8C46AFAB7189E838E1A6, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_tBA9E762AB0BD2F6D5898239F9D4D1498CD955441 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_tBA9E762AB0BD2F6D5898239F9D4D1498CD955441, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_tBA9E762AB0BD2F6D5898239F9D4D1498CD955441, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_t1A29078A65C87E7488142539B3FCBB723245622D { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_t1A29078A65C87E7488142539B3FCBB723245622D, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_t1A29078A65C87E7488142539B3FCBB723245622D, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_t754ACA9E724A4F77AAC6CB6E35438AFE98A44773 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_t754ACA9E724A4F77AAC6CB6E35438AFE98A44773, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_t754ACA9E724A4F77AAC6CB6E35438AFE98A44773, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_t7CF1FF055878AE9355E509F87523043423C71B72 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_t7CF1FF055878AE9355E509F87523043423C71B72, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_t7CF1FF055878AE9355E509F87523043423C71B72, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_tEAADE5F6E5472FBF2EDD8A7EAD5F7B4FA10D74D8 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_tEAADE5F6E5472FBF2EDD8A7EAD5F7B4FA10D74D8, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_tEAADE5F6E5472FBF2EDD8A7EAD5F7B4FA10D74D8, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_tCBF422C99F1E033E60BB4E2FED60D2DC3B8128B3 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_tCBF422C99F1E033E60BB4E2FED60D2DC3B8128B3, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_tCBF422C99F1E033E60BB4E2FED60D2DC3B8128B3, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_t286AA3C7C10A20149648F3DF5F0C7562C060BEFC { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_t286AA3C7C10A20149648F3DF5F0C7562C060BEFC, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_t286AA3C7C10A20149648F3DF5F0C7562C060BEFC, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_tBC077D8FF79725BBD946828D60F41B183575E545 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_tBC077D8FF79725BBD946828D60F41B183575E545, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_tBC077D8FF79725BBD946828D60F41B183575E545, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_t30A781A0542C4B1F5F47BA677B918778298A582A { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_t30A781A0542C4B1F5F47BA677B918778298A582A, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_t30A781A0542C4B1F5F47BA677B918778298A582A, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_tB27F4D746042766002430A353359E26C29120D47 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_tB27F4D746042766002430A353359E26C29120D47, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_tB27F4D746042766002430A353359E26C29120D47, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_t66D170E51FC3DFDDEDBB1E021DD5FD35308CE346 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_t66D170E51FC3DFDDEDBB1E021DD5FD35308CE346, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_t66D170E51FC3DFDDEDBB1E021DD5FD35308CE346, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_t15F04655E6BC0244D89922C24FAEAFB2F6CF5D0D { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_t15F04655E6BC0244D89922C24FAEAFB2F6CF5D0D, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_t15F04655E6BC0244D89922C24FAEAFB2F6CF5D0D, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_tA442AF11B924DBF23B7A1CB457F370DBDB5607D0 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_tA442AF11B924DBF23B7A1CB457F370DBDB5607D0, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_tA442AF11B924DBF23B7A1CB457F370DBDB5607D0, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 struct Buffer2DRegion_1_t829DF5279EDF709121F3FAC64C8ABAC8123DA368 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CRectangleU3Ek__BackingField_0; // SixLabors.ImageSharp.Memory.Buffer2D`1 SixLabors.ImageSharp.Memory.Buffer2DRegion`1::k__BackingField Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * ___U3CBufferU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CRectangleU3Ek__BackingField_0() { return static_cast(offsetof(Buffer2DRegion_1_t829DF5279EDF709121F3FAC64C8ABAC8123DA368, ___U3CRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CRectangleU3Ek__BackingField_0() const { return ___U3CRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CRectangleU3Ek__BackingField_0() { return &___U3CRectangleU3Ek__BackingField_0; } inline void set_U3CRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CRectangleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_1() { return static_cast(offsetof(Buffer2DRegion_1_t829DF5279EDF709121F3FAC64C8ABAC8123DA368, ___U3CBufferU3Ek__BackingField_1)); } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * get_U3CBufferU3Ek__BackingField_1() const { return ___U3CBufferU3Ek__BackingField_1; } inline Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C ** get_address_of_U3CBufferU3Ek__BackingField_1() { return &___U3CBufferU3Ek__BackingField_1; } inline void set_U3CBufferU3Ek__BackingField_1(Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * value) { ___U3CBufferU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_1), (void*)value); } }; // 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; } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t3810F1D95DFE08E6443F93ADCB6A6FB085A52F4C : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t3810F1D95DFE08E6443F93ADCB6A6FB085A52F4C, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t3810F1D95DFE08E6443F93ADCB6A6FB085A52F4C, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t3810F1D95DFE08E6443F93ADCB6A6FB085A52F4C, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1 struct CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.DenseMatrix`1 struct DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 { public: // T[] SixLabors.ImageSharp.DenseMatrix`1::Data SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___Data_0; // System.Int32 SixLabors.ImageSharp.DenseMatrix`1::Columns int32_t ___Columns_1; // System.Int32 SixLabors.ImageSharp.DenseMatrix`1::Rows int32_t ___Rows_2; // SixLabors.ImageSharp.Size SixLabors.ImageSharp.DenseMatrix`1::Size Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___Size_3; // System.Int32 SixLabors.ImageSharp.DenseMatrix`1::Count int32_t ___Count_4; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2, ___Data_0)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_Data_0() const { return ___Data_0; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___Data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_0), (void*)value); } inline static int32_t get_offset_of_Columns_1() { return static_cast(offsetof(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2, ___Columns_1)); } inline int32_t get_Columns_1() const { return ___Columns_1; } inline int32_t* get_address_of_Columns_1() { return &___Columns_1; } inline void set_Columns_1(int32_t value) { ___Columns_1 = value; } inline static int32_t get_offset_of_Rows_2() { return static_cast(offsetof(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2, ___Rows_2)); } inline int32_t get_Rows_2() const { return ___Rows_2; } inline int32_t* get_address_of_Rows_2() { return &___Rows_2; } inline void set_Rows_2(int32_t value) { ___Rows_2 = value; } inline static int32_t get_offset_of_Size_3() { return static_cast(offsetof(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2, ___Size_3)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_Size_3() const { return ___Size_3; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_Size_3() { return &___Size_3; } inline void set_Size_3(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___Size_3 = value; } inline static int32_t get_offset_of_Count_4() { return static_cast(offsetof(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2, ___Count_4)); } inline int32_t get_Count_4() const { return ___Count_4; } inline int32_t* get_address_of_Count_4() { return &___Count_4; } inline void set_Count_4(int32_t value) { ___Count_4 = value; } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t7070FF2981BAFF6F339DD156BBB3F78D6448BE97 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599 * ___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 DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t7070FF2981BAFF6F339DD156BBB3F78D6448BE97, ___list_0)); } inline List_1_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599 * get_list_0() const { return ___list_0; } inline List_1_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t7070FF2981BAFF6F339DD156BBB3F78D6448BE97, ___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_t7070FF2981BAFF6F339DD156BBB3F78D6448BE97, ___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_t7070FF2981BAFF6F339DD156BBB3F78D6448BE97, ___current_3)); } inline DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 get_current_3() const { return ___current_3; } inline DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 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 } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_2), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1 struct ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 : public RuntimeObject { public: // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___U3CSourceU3Ek__BackingField_0; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CSourceRectangleU3Ek__BackingField_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.ImageProcessor`1::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CConfigurationU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CSourceU3Ek__BackingField_0() { return static_cast(offsetof(ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35, ___U3CSourceU3Ek__BackingField_0)); } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * get_U3CSourceU3Ek__BackingField_0() const { return ___U3CSourceU3Ek__BackingField_0; } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 ** get_address_of_U3CSourceU3Ek__BackingField_0() { return &___U3CSourceU3Ek__BackingField_0; } inline void set_U3CSourceU3Ek__BackingField_0(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * value) { ___U3CSourceU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSourceU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CSourceRectangleU3Ek__BackingField_1() { return static_cast(offsetof(ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35, ___U3CSourceRectangleU3Ek__BackingField_1)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CSourceRectangleU3Ek__BackingField_1() const { return ___U3CSourceRectangleU3Ek__BackingField_1; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CSourceRectangleU3Ek__BackingField_1() { return &___U3CSourceRectangleU3Ek__BackingField_1; } inline void set_U3CSourceRectangleU3Ek__BackingField_1(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CSourceRectangleU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CConfigurationU3Ek__BackingField_2() { return static_cast(offsetof(ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35, ___U3CConfigurationU3Ek__BackingField_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CConfigurationU3Ek__BackingField_2() const { return ___U3CConfigurationU3Ek__BackingField_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CConfigurationU3Ek__BackingField_2() { return &___U3CConfigurationU3Ek__BackingField_2; } inline void set_U3CConfigurationU3Ek__BackingField_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CConfigurationU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConfigurationU3Ek__BackingField_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_t57AF3413E9578734FAB7E9F864EF7DBC7963BA3F : 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 Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t57AF3413E9578734FAB7E9F864EF7DBC7963BA3F, ___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_t57AF3413E9578734FAB7E9F864EF7DBC7963BA3F, ___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_t57AF3413E9578734FAB7E9F864EF7DBC7963BA3F, ___current_2)); } inline Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 get_current_2() const { return ___current_2; } inline Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t14653681CF2CD05E1D864AFF74BC43825A0B585F : 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 Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t14653681CF2CD05E1D864AFF74BC43825A0B585F, ___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_t14653681CF2CD05E1D864AFF74BC43825A0B585F, ___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_t14653681CF2CD05E1D864AFF74BC43825A0B585F, ___current_2)); } inline Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB get_current_2() const { return ___current_2; } inline Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t6FACC399B2741DB75C8BCC52F7216504207AF193 : 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 Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t6FACC399B2741DB75C8BCC52F7216504207AF193, ___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_t6FACC399B2741DB75C8BCC52F7216504207AF193, ___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_t6FACC399B2741DB75C8BCC52F7216504207AF193, ___current_2)); } inline Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D get_current_2() const { return ___current_2; } inline Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_tF3C793C403E9332113B383A01067B430DEC8CB0C : 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 Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_tF3C793C403E9332113B383A01067B430DEC8CB0C, ___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_tF3C793C403E9332113B383A01067B430DEC8CB0C, ___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_tF3C793C403E9332113B383A01067B430DEC8CB0C, ___current_2)); } inline Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE get_current_2() const { return ___current_2; } inline Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t2196CE6F2F99B8FC637CB2770D3AEE6D4FBA0CE4 : 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 Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t2196CE6F2F99B8FC637CB2770D3AEE6D4FBA0CE4, ___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_t2196CE6F2F99B8FC637CB2770D3AEE6D4FBA0CE4, ___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_t2196CE6F2F99B8FC637CB2770D3AEE6D4FBA0CE4, ___current_2)); } inline Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 get_current_2() const { return ___current_2; } inline Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t2E79CB2A2FE4A3B2FF70306959B540C68210D4D4 : 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 Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t2E79CB2A2FE4A3B2FF70306959B540C68210D4D4, ___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_t2E79CB2A2FE4A3B2FF70306959B540C68210D4D4, ___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_t2E79CB2A2FE4A3B2FF70306959B540C68210D4D4, ___current_2)); } inline Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 get_current_2() const { return ___current_2; } inline Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t25E2EEECDB8EFDEA62ABB0550DAC74469411FEFA : 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 Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t25E2EEECDB8EFDEA62ABB0550DAC74469411FEFA, ___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_t25E2EEECDB8EFDEA62ABB0550DAC74469411FEFA, ___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_t25E2EEECDB8EFDEA62ABB0550DAC74469411FEFA, ___current_2)); } inline Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE get_current_2() const { return ___current_2; } inline Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t3C25A877078C2DC68772501097CC6E1EA66F3601 : 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 Memory_1_t989A25F213E59B429D409844716D883464EB981E ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t3C25A877078C2DC68772501097CC6E1EA66F3601, ___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_t3C25A877078C2DC68772501097CC6E1EA66F3601, ___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_t3C25A877078C2DC68772501097CC6E1EA66F3601, ___current_2)); } inline Memory_1_t989A25F213E59B429D409844716D883464EB981E get_current_2() const { return ___current_2; } inline Memory_1_t989A25F213E59B429D409844716D883464EB981E * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t989A25F213E59B429D409844716D883464EB981E value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t8D9E0ABE6BE49EC75247C9CD2B52A0CE59F31BC0 : 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 Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t8D9E0ABE6BE49EC75247C9CD2B52A0CE59F31BC0, ___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_t8D9E0ABE6BE49EC75247C9CD2B52A0CE59F31BC0, ___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_t8D9E0ABE6BE49EC75247C9CD2B52A0CE59F31BC0, ___current_2)); } inline Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE get_current_2() const { return ___current_2; } inline Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t79716037D5B2361ADE9793EA7260F93147E59AC9 : 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 Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t79716037D5B2361ADE9793EA7260F93147E59AC9, ___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_t79716037D5B2361ADE9793EA7260F93147E59AC9, ___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_t79716037D5B2361ADE9793EA7260F93147E59AC9, ___current_2)); } inline Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 get_current_2() const { return ___current_2; } inline Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t7BE219CF7EB910DD47FF25A1779F6087CAC2ACAF : 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 Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t7BE219CF7EB910DD47FF25A1779F6087CAC2ACAF, ___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_t7BE219CF7EB910DD47FF25A1779F6087CAC2ACAF, ___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_t7BE219CF7EB910DD47FF25A1779F6087CAC2ACAF, ___current_2)); } inline Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 get_current_2() const { return ___current_2; } inline Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t6A602D808B441F360D12D7947BCCE88C19133A72 : 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 Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t6A602D808B441F360D12D7947BCCE88C19133A72, ___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_t6A602D808B441F360D12D7947BCCE88C19133A72, ___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_t6A602D808B441F360D12D7947BCCE88C19133A72, ___current_2)); } inline Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 get_current_2() const { return ___current_2; } inline Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t64EBE02BB6107BE0FE9A5AA7E7400E0D7782132C : 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 Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t64EBE02BB6107BE0FE9A5AA7E7400E0D7782132C, ___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_t64EBE02BB6107BE0FE9A5AA7E7400E0D7782132C, ___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_t64EBE02BB6107BE0FE9A5AA7E7400E0D7782132C, ___current_2)); } inline Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 get_current_2() const { return ___current_2; } inline Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t24ED5A845B150760A178EBEB1461874D9BB51E1D : 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 Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t24ED5A845B150760A178EBEB1461874D9BB51E1D, ___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_t24ED5A845B150760A178EBEB1461874D9BB51E1D, ___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_t24ED5A845B150760A178EBEB1461874D9BB51E1D, ___current_2)); } inline Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 get_current_2() const { return ___current_2; } inline Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t2D6D4FA48C728A70CA5FBF95D68862D8FC63B06A : 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 Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t2D6D4FA48C728A70CA5FBF95D68862D8FC63B06A, ___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_t2D6D4FA48C728A70CA5FBF95D68862D8FC63B06A, ___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_t2D6D4FA48C728A70CA5FBF95D68862D8FC63B06A, ___current_2)); } inline Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 get_current_2() const { return ___current_2; } inline Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_tBAC8F4AA8F0D0135D10CB339BEAE6DF2F083371A : 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 Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_tBAC8F4AA8F0D0135D10CB339BEAE6DF2F083371A, ___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_tBAC8F4AA8F0D0135D10CB339BEAE6DF2F083371A, ___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_tBAC8F4AA8F0D0135D10CB339BEAE6DF2F083371A, ___current_2)); } inline Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 get_current_2() const { return ___current_2; } inline Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t5FFFFAF1BCA40B08C79332863D0DEF4024C158DB : 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 Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t5FFFFAF1BCA40B08C79332863D0DEF4024C158DB, ___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_t5FFFFAF1BCA40B08C79332863D0DEF4024C158DB, ___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_t5FFFFAF1BCA40B08C79332863D0DEF4024C158DB, ___current_2)); } inline Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA get_current_2() const { return ___current_2; } inline Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_tCDF59E80D0A78273CD452C4635F1FFFB15F365D6 : 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 Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_tCDF59E80D0A78273CD452C4635F1FFFB15F365D6, ___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_tCDF59E80D0A78273CD452C4635F1FFFB15F365D6, ___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_tCDF59E80D0A78273CD452C4635F1FFFB15F365D6, ___current_2)); } inline Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 get_current_2() const { return ___current_2; } inline Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_tA7A508702FE7E293003570A324EEEB9484F060C8 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t18F940F2FBBAD80D74BA85054A66FFFF6F7672FC : 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 Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t18F940F2FBBAD80D74BA85054A66FFFF6F7672FC, ___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_t18F940F2FBBAD80D74BA85054A66FFFF6F7672FC, ___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_t18F940F2FBBAD80D74BA85054A66FFFF6F7672FC, ___current_2)); } inline Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C get_current_2() const { return ___current_2; } inline Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t78ADE5F3C8F482A86C32A348C1E50EEB228D1581 : 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 Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t78ADE5F3C8F482A86C32A348C1E50EEB228D1581, ___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_t78ADE5F3C8F482A86C32A348C1E50EEB228D1581, ___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_t78ADE5F3C8F482A86C32A348C1E50EEB228D1581, ___current_2)); } inline Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 get_current_2() const { return ___current_2; } inline Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t98B983A555DCBF21D0B8AA08C002DD754D6226C3 : 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 Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t98B983A555DCBF21D0B8AA08C002DD754D6226C3, ___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_t98B983A555DCBF21D0B8AA08C002DD754D6226C3, ___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_t98B983A555DCBF21D0B8AA08C002DD754D6226C3, ___current_2)); } inline Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 get_current_2() const { return ___current_2; } inline Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_tA0558DB73BDEA66BA7990C2BF282997146353D93 : 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 Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_tA0558DB73BDEA66BA7990C2BF282997146353D93, ___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_tA0558DB73BDEA66BA7990C2BF282997146353D93, ___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_tA0558DB73BDEA66BA7990C2BF282997146353D93, ___current_2)); } inline Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 get_current_2() const { return ___current_2; } inline Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_tCD93C318DA3A8D92103FEF3F0DF5BB21ACFDC29F : 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 Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_tCD93C318DA3A8D92103FEF3F0DF5BB21ACFDC29F, ___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_tCD93C318DA3A8D92103FEF3F0DF5BB21ACFDC29F, ___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_tCD93C318DA3A8D92103FEF3F0DF5BB21ACFDC29F, ___current_2)); } inline Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 get_current_2() const { return ___current_2; } inline Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_tDAEF42623827EEEAD170675D0A17112F544790F9 : 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 Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_tDAEF42623827EEEAD170675D0A17112F544790F9, ___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_tDAEF42623827EEEAD170675D0A17112F544790F9, ___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_tDAEF42623827EEEAD170675D0A17112F544790F9, ___current_2)); } inline Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D get_current_2() const { return ___current_2; } inline Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_tBF860348245D7CD0072341C581713E9643E062C8 : 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 Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_tBF860348245D7CD0072341C581713E9643E062C8, ___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_tBF860348245D7CD0072341C581713E9643E062C8, ___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_tBF860348245D7CD0072341C581713E9643E062C8, ___current_2)); } inline Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 get_current_2() const { return ___current_2; } inline Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t84971453BD1047FDB5A62539044F35679FAF8395 : 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 Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t84971453BD1047FDB5A62539044F35679FAF8395, ___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_t84971453BD1047FDB5A62539044F35679FAF8395, ___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_t84971453BD1047FDB5A62539044F35679FAF8395, ___current_2)); } inline Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 get_current_2() const { return ___current_2; } inline Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_tAB6FC466F254602FA0347DBC7D33AF143C8874A2 : 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 Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_tAB6FC466F254602FA0347DBC7D33AF143C8874A2, ___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_tAB6FC466F254602FA0347DBC7D33AF143C8874A2, ___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_tAB6FC466F254602FA0347DBC7D33AF143C8874A2, ___current_2)); } inline Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B get_current_2() const { return ___current_2; } inline Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t814A542F09F5105E92E19024DD750603F06FFA6B value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_tFC9830464B143E8958A7F135BFFC26885C45298D : 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 Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_tFC9830464B143E8958A7F135BFFC26885C45298D, ___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_tFC9830464B143E8958A7F135BFFC26885C45298D, ___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_tFC9830464B143E8958A7F135BFFC26885C45298D, ___current_2)); } inline Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF get_current_2() const { return ___current_2; } inline Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t5A332A98569106E1617A51C37CA1C1DC4584BF93 : 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 Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t5A332A98569106E1617A51C37CA1C1DC4584BF93, ___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_t5A332A98569106E1617A51C37CA1C1DC4584BF93, ___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_t5A332A98569106E1617A51C37CA1C1DC4584BF93, ___current_2)); } inline Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 get_current_2() const { return ___current_2; } inline Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t6F9A930C753970C1EB6D926D96A29E6C6A63C93C : 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 Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t6F9A930C753970C1EB6D926D96A29E6C6A63C93C, ___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_t6F9A930C753970C1EB6D926D96A29E6C6A63C93C, ___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_t6F9A930C753970C1EB6D926D96A29E6C6A63C93C, ___current_2)); } inline Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E get_current_2() const { return ___current_2; } inline Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_tB2DA5430ABCFC7E03FDA301F3B52E71456864408 : 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 Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_tB2DA5430ABCFC7E03FDA301F3B52E71456864408, ___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_tB2DA5430ABCFC7E03FDA301F3B52E71456864408, ___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_tB2DA5430ABCFC7E03FDA301F3B52E71456864408, ___current_2)); } inline Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA get_current_2() const { return ___current_2; } inline Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t7B674DB4D3838AEB12B51B24470A212920A1F0A6 : 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 Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t7B674DB4D3838AEB12B51B24470A212920A1F0A6, ___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_t7B674DB4D3838AEB12B51B24470A212920A1F0A6, ___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_t7B674DB4D3838AEB12B51B24470A212920A1F0A6, ___current_2)); } inline Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B get_current_2() const { return ___current_2; } inline Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t8DFA02B2E454177571EF97FAAE92F2DC3A48AB5B : 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 Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t8DFA02B2E454177571EF97FAAE92F2DC3A48AB5B, ___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_t8DFA02B2E454177571EF97FAAE92F2DC3A48AB5B, ___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_t8DFA02B2E454177571EF97FAAE92F2DC3A48AB5B, ___current_2)); } inline Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE get_current_2() const { return ___current_2; } inline Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t9014FF56562F0E9ADEC26966A304B5F8A6EE03C1 : 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 Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t9014FF56562F0E9ADEC26966A304B5F8A6EE03C1, ___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_t9014FF56562F0E9ADEC26966A304B5F8A6EE03C1, ___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_t9014FF56562F0E9ADEC26966A304B5F8A6EE03C1, ___current_2)); } inline Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 get_current_2() const { return ___current_2; } inline Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t29498D8AD203524A9C691C3E6A33A1B24A0CDC57 : 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 Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t29498D8AD203524A9C691C3E6A33A1B24A0CDC57, ___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_t29498D8AD203524A9C691C3E6A33A1B24A0CDC57, ___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_t29498D8AD203524A9C691C3E6A33A1B24A0CDC57, ___current_2)); } inline Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA get_current_2() const { return ___current_2; } inline Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_tF952CC1A7BF2FD88FD05E5613DD93EF8DD1F0474 : 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 Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_tF952CC1A7BF2FD88FD05E5613DD93EF8DD1F0474, ___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_tF952CC1A7BF2FD88FD05E5613DD93EF8DD1F0474, ___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_tF952CC1A7BF2FD88FD05E5613DD93EF8DD1F0474, ___current_2)); } inline Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 get_current_2() const { return ___current_2; } inline Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(Memory_1_t3232108BC547E6E6D76B052248C41BE34889A556 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->____object_0), (void*)NULL); } }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_t55BB654766384A6772127C44074D90C5256518A1 : 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 DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t55BB654766384A6772127C44074D90C5256518A1, ___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_t55BB654766384A6772127C44074D90C5256518A1, ___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_t55BB654766384A6772127C44074D90C5256518A1, ___current_2)); } inline DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 get_current_2() const { return ___current_2; } inline DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 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.Pinnable`1 struct Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED : public RuntimeObject { public: // T System.Pinnable`1::Data A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED, ___Data_0)); } inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 get_Data_0() const { return ___Data_0; } inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF : public RuntimeObject { public: // T System.Pinnable`1::Data Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF, ___Data_0)); } inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 get_Data_0() const { return ___Data_0; } inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 : public RuntimeObject { public: // T System.Pinnable`1::Data Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637, ___Data_0)); } inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C get_Data_0() const { return ___Data_0; } inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 : public RuntimeObject { public: // T System.Pinnable`1::Data Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03, ___Data_0)); } inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 get_Data_0() const { return ___Data_0; } inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A : public RuntimeObject { public: // T System.Pinnable`1::Data Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A, ___Data_0)); } inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 get_Data_0() const { return ___Data_0; } inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF : public RuntimeObject { public: // T System.Pinnable`1::Data Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF, ___Data_0)); } inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 get_Data_0() const { return ___Data_0; } inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 : public RuntimeObject { public: // T System.Pinnable`1::Data HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5, ___Data_0)); } inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E get_Data_0() const { return ___Data_0; } inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D : public RuntimeObject { public: // T System.Pinnable`1::Data HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D, ___Data_0)); } inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC get_Data_0() const { return ___Data_0; } inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B : public RuntimeObject { public: // T System.Pinnable`1::Data HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B, ___Data_0)); } inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 get_Data_0() const { return ___Data_0; } inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 : public RuntimeObject { public: // T System.Pinnable`1::Data L16_t82A3FD4325827CB571596BA0DA68B251F985D94F ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773, ___Data_0)); } inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F get_Data_0() const { return ___Data_0; } inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 : public RuntimeObject { public: // T System.Pinnable`1::Data La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0, ___Data_0)); } inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 get_Data_0() const { return ___Data_0; } inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF : public RuntimeObject { public: // T System.Pinnable`1::Data Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF, ___Data_0)); } inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F get_Data_0() const { return ___Data_0; } inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 : public RuntimeObject { public: // T System.Pinnable`1::Data Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716, ___Data_0)); } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F get_Data_0() const { return ___Data_0; } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F value) { ___Data_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_tF09FE0E7C3EB0D526F109BD87FB29B601D07C3E1 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tF09FE0E7C3EB0D526F109BD87FB29B601D07C3E1, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tF09FE0E7C3EB0D526F109BD87FB29B601D07C3E1, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tF09FE0E7C3EB0D526F109BD87FB29B601D07C3E1, ___source_2)); } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * get_source_2() const { return ___source_2; } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tF09FE0E7C3EB0D526F109BD87FB29B601D07C3E1, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tF09FE0E7C3EB0D526F109BD87FB29B601D07C3E1, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_tC51B3A547C0C96F97640EBC6B66B463C725255AF : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tC51B3A547C0C96F97640EBC6B66B463C725255AF, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tC51B3A547C0C96F97640EBC6B66B463C725255AF, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tC51B3A547C0C96F97640EBC6B66B463C725255AF, ___source_2)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_source_2() const { return ___source_2; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tC51B3A547C0C96F97640EBC6B66B463C725255AF, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tC51B3A547C0C96F97640EBC6B66B463C725255AF, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_t7DE4C475F6E10B217AF8BCFB3BF73F58B9A06BD6 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t7DE4C475F6E10B217AF8BCFB3BF73F58B9A06BD6, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t7DE4C475F6E10B217AF8BCFB3BF73F58B9A06BD6, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t7DE4C475F6E10B217AF8BCFB3BF73F58B9A06BD6, ___source_2)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_source_2() const { return ___source_2; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t7DE4C475F6E10B217AF8BCFB3BF73F58B9A06BD6, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t7DE4C475F6E10B217AF8BCFB3BF73F58B9A06BD6, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_t4BAC2F03B4B068EF35CFA697AA52BA7F7CB500A1 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t4BAC2F03B4B068EF35CFA697AA52BA7F7CB500A1, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t4BAC2F03B4B068EF35CFA697AA52BA7F7CB500A1, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t4BAC2F03B4B068EF35CFA697AA52BA7F7CB500A1, ___source_2)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_source_2() const { return ___source_2; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t4BAC2F03B4B068EF35CFA697AA52BA7F7CB500A1, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t4BAC2F03B4B068EF35CFA697AA52BA7F7CB500A1, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_t97B3CA5E88FF666960542B7A0A1D293DB17A7A27 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t97B3CA5E88FF666960542B7A0A1D293DB17A7A27, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t97B3CA5E88FF666960542B7A0A1D293DB17A7A27, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t97B3CA5E88FF666960542B7A0A1D293DB17A7A27, ___source_2)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_source_2() const { return ___source_2; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t97B3CA5E88FF666960542B7A0A1D293DB17A7A27, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t97B3CA5E88FF666960542B7A0A1D293DB17A7A27, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_tE975752C2DEF860CC16BDC9D2EF01328393B5B43 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tE975752C2DEF860CC16BDC9D2EF01328393B5B43, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tE975752C2DEF860CC16BDC9D2EF01328393B5B43, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tE975752C2DEF860CC16BDC9D2EF01328393B5B43, ___source_2)); } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * get_source_2() const { return ___source_2; } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tE975752C2DEF860CC16BDC9D2EF01328393B5B43, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tE975752C2DEF860CC16BDC9D2EF01328393B5B43, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_t8F4085AFBAA553E900043219E1090A9E37185DF3 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t8F4085AFBAA553E900043219E1090A9E37185DF3, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t8F4085AFBAA553E900043219E1090A9E37185DF3, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t8F4085AFBAA553E900043219E1090A9E37185DF3, ___source_2)); } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * get_source_2() const { return ___source_2; } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t8F4085AFBAA553E900043219E1090A9E37185DF3, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t8F4085AFBAA553E900043219E1090A9E37185DF3, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_tA0F5CB07C9B2FF97567527AE4FB0332A294D3CEF : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tA0F5CB07C9B2FF97567527AE4FB0332A294D3CEF, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tA0F5CB07C9B2FF97567527AE4FB0332A294D3CEF, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tA0F5CB07C9B2FF97567527AE4FB0332A294D3CEF, ___source_2)); } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * get_source_2() const { return ___source_2; } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tA0F5CB07C9B2FF97567527AE4FB0332A294D3CEF, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tA0F5CB07C9B2FF97567527AE4FB0332A294D3CEF, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_t1AA1FA37E09C29C7334D64B44415EC83E1A37F5A : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t1AA1FA37E09C29C7334D64B44415EC83E1A37F5A, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t1AA1FA37E09C29C7334D64B44415EC83E1A37F5A, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t1AA1FA37E09C29C7334D64B44415EC83E1A37F5A, ___source_2)); } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * get_source_2() const { return ___source_2; } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t1AA1FA37E09C29C7334D64B44415EC83E1A37F5A, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t1AA1FA37E09C29C7334D64B44415EC83E1A37F5A, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_tE65B2CCD8E493BC558F5735D9490B349797001DD : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tE65B2CCD8E493BC558F5735D9490B349797001DD, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tE65B2CCD8E493BC558F5735D9490B349797001DD, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tE65B2CCD8E493BC558F5735D9490B349797001DD, ___source_2)); } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * get_source_2() const { return ___source_2; } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tE65B2CCD8E493BC558F5735D9490B349797001DD, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tE65B2CCD8E493BC558F5735D9490B349797001DD, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_t3BC6C559F54B768C81D46A056FDBEDC9115407B8 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t3BC6C559F54B768C81D46A056FDBEDC9115407B8, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t3BC6C559F54B768C81D46A056FDBEDC9115407B8, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t3BC6C559F54B768C81D46A056FDBEDC9115407B8, ___source_2)); } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * get_source_2() const { return ___source_2; } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t3BC6C559F54B768C81D46A056FDBEDC9115407B8, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t3BC6C559F54B768C81D46A056FDBEDC9115407B8, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_tA92E3D3E6C526A07000D0CBA2AED255F1B70A38D : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tA92E3D3E6C526A07000D0CBA2AED255F1B70A38D, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tA92E3D3E6C526A07000D0CBA2AED255F1B70A38D, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tA92E3D3E6C526A07000D0CBA2AED255F1B70A38D, ___source_2)); } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * get_source_2() const { return ___source_2; } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tA92E3D3E6C526A07000D0CBA2AED255F1B70A38D, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tA92E3D3E6C526A07000D0CBA2AED255F1B70A38D, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_t3A916BBEEA5FE7D677240B817A30834838DA0787 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t3A916BBEEA5FE7D677240B817A30834838DA0787, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t3A916BBEEA5FE7D677240B817A30834838DA0787, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t3A916BBEEA5FE7D677240B817A30834838DA0787, ___source_2)); } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * get_source_2() const { return ___source_2; } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t3A916BBEEA5FE7D677240B817A30834838DA0787, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t3A916BBEEA5FE7D677240B817A30834838DA0787, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_t7FC79BCA1D1CA12E71DB6123DB3ACCC2D3AE8C94 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t7FC79BCA1D1CA12E71DB6123DB3ACCC2D3AE8C94, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t7FC79BCA1D1CA12E71DB6123DB3ACCC2D3AE8C94, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t7FC79BCA1D1CA12E71DB6123DB3ACCC2D3AE8C94, ___source_2)); } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * get_source_2() const { return ___source_2; } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t7FC79BCA1D1CA12E71DB6123DB3ACCC2D3AE8C94, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t7FC79BCA1D1CA12E71DB6123DB3ACCC2D3AE8C94, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_t5ED266234B81839F44E2000E1572F5CA797DD2E1 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t5ED266234B81839F44E2000E1572F5CA797DD2E1, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t5ED266234B81839F44E2000E1572F5CA797DD2E1, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t5ED266234B81839F44E2000E1572F5CA797DD2E1, ___source_2)); } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * get_source_2() const { return ___source_2; } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t5ED266234B81839F44E2000E1572F5CA797DD2E1, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t5ED266234B81839F44E2000E1572F5CA797DD2E1, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_t630CC8EE3DE97F2F901CBC97C0920B3A7F59C61E : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t630CC8EE3DE97F2F901CBC97C0920B3A7F59C61E, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t630CC8EE3DE97F2F901CBC97C0920B3A7F59C61E, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t630CC8EE3DE97F2F901CBC97C0920B3A7F59C61E, ___source_2)); } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * get_source_2() const { return ___source_2; } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t630CC8EE3DE97F2F901CBC97C0920B3A7F59C61E, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t630CC8EE3DE97F2F901CBC97C0920B3A7F59C61E, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_tDF8308FDD519E8DC1CA6BD59F18424E9CA3FDB95 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tDF8308FDD519E8DC1CA6BD59F18424E9CA3FDB95, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tDF8308FDD519E8DC1CA6BD59F18424E9CA3FDB95, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tDF8308FDD519E8DC1CA6BD59F18424E9CA3FDB95, ___source_2)); } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * get_source_2() const { return ___source_2; } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tDF8308FDD519E8DC1CA6BD59F18424E9CA3FDB95, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tDF8308FDD519E8DC1CA6BD59F18424E9CA3FDB95, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_t9041563E880E541D50B95139BF3999CD5702D2D9 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t9041563E880E541D50B95139BF3999CD5702D2D9, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t9041563E880E541D50B95139BF3999CD5702D2D9, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t9041563E880E541D50B95139BF3999CD5702D2D9, ___source_2)); } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * get_source_2() const { return ___source_2; } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t9041563E880E541D50B95139BF3999CD5702D2D9, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t9041563E880E541D50B95139BF3999CD5702D2D9, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_t39DB0B9AE02E1A2AB80BEAA3D6532E1CECB867E4 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t39DB0B9AE02E1A2AB80BEAA3D6532E1CECB867E4, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t39DB0B9AE02E1A2AB80BEAA3D6532E1CECB867E4, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t39DB0B9AE02E1A2AB80BEAA3D6532E1CECB867E4, ___source_2)); } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * get_source_2() const { return ___source_2; } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t39DB0B9AE02E1A2AB80BEAA3D6532E1CECB867E4, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t39DB0B9AE02E1A2AB80BEAA3D6532E1CECB867E4, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_tED749167CC93D5B6096BAE8ABD55EE60FABA7F73 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tED749167CC93D5B6096BAE8ABD55EE60FABA7F73, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tED749167CC93D5B6096BAE8ABD55EE60FABA7F73, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tED749167CC93D5B6096BAE8ABD55EE60FABA7F73, ___source_2)); } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * get_source_2() const { return ___source_2; } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tED749167CC93D5B6096BAE8ABD55EE60FABA7F73, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tED749167CC93D5B6096BAE8ABD55EE60FABA7F73, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_t6A64484F65B9DB99E40098DAE5DDDF4438EEF9E6 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t6A64484F65B9DB99E40098DAE5DDDF4438EEF9E6, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t6A64484F65B9DB99E40098DAE5DDDF4438EEF9E6, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t6A64484F65B9DB99E40098DAE5DDDF4438EEF9E6, ___source_2)); } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * get_source_2() const { return ___source_2; } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t6A64484F65B9DB99E40098DAE5DDDF4438EEF9E6, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t6A64484F65B9DB99E40098DAE5DDDF4438EEF9E6, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_t8785BDDEC4B7CAAB670E8D2079AF25271FA5B3F2 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t8785BDDEC4B7CAAB670E8D2079AF25271FA5B3F2, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t8785BDDEC4B7CAAB670E8D2079AF25271FA5B3F2, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t8785BDDEC4B7CAAB670E8D2079AF25271FA5B3F2, ___source_2)); } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * get_source_2() const { return ___source_2; } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t8785BDDEC4B7CAAB670E8D2079AF25271FA5B3F2, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t8785BDDEC4B7CAAB670E8D2079AF25271FA5B3F2, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_t37A1940AD129F3D0CFD30324CDCBA0971F59381F : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t37A1940AD129F3D0CFD30324CDCBA0971F59381F, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t37A1940AD129F3D0CFD30324CDCBA0971F59381F, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t37A1940AD129F3D0CFD30324CDCBA0971F59381F, ___source_2)); } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * get_source_2() const { return ___source_2; } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t37A1940AD129F3D0CFD30324CDCBA0971F59381F, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t37A1940AD129F3D0CFD30324CDCBA0971F59381F, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_tC624415EBE195BE9E762157D4930A3CEB9672FBE : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tC624415EBE195BE9E762157D4930A3CEB9672FBE, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tC624415EBE195BE9E762157D4930A3CEB9672FBE, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tC624415EBE195BE9E762157D4930A3CEB9672FBE, ___source_2)); } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * get_source_2() const { return ___source_2; } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tC624415EBE195BE9E762157D4930A3CEB9672FBE, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tC624415EBE195BE9E762157D4930A3CEB9672FBE, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_t87A17EB9BD0DF6BFC019C3095427C3C30C9F37F9 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t87A17EB9BD0DF6BFC019C3095427C3C30C9F37F9, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t87A17EB9BD0DF6BFC019C3095427C3C30C9F37F9, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t87A17EB9BD0DF6BFC019C3095427C3C30C9F37F9, ___source_2)); } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * get_source_2() const { return ___source_2; } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t87A17EB9BD0DF6BFC019C3095427C3C30C9F37F9, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t87A17EB9BD0DF6BFC019C3095427C3C30C9F37F9, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_t0BA9CD3A337483E84A553ECA6D8907378C8D5F56 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t0BA9CD3A337483E84A553ECA6D8907378C8D5F56, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t0BA9CD3A337483E84A553ECA6D8907378C8D5F56, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t0BA9CD3A337483E84A553ECA6D8907378C8D5F56, ___source_2)); } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * get_source_2() const { return ___source_2; } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t0BA9CD3A337483E84A553ECA6D8907378C8D5F56, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t0BA9CD3A337483E84A553ECA6D8907378C8D5F56, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_tD0796170793ED67D30E6044F0A3A82AD7E33F5C5 : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tD0796170793ED67D30E6044F0A3A82AD7E33F5C5, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tD0796170793ED67D30E6044F0A3A82AD7E33F5C5, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tD0796170793ED67D30E6044F0A3A82AD7E33F5C5, ___source_2)); } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * get_source_2() const { return ___source_2; } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tD0796170793ED67D30E6044F0A3A82AD7E33F5C5, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tD0796170793ED67D30E6044F0A3A82AD7E33F5C5, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_tE0D50A18344116D0F37B36B4F795519CDD96F4BC : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tE0D50A18344116D0F37B36B4F795519CDD96F4BC, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tE0D50A18344116D0F37B36B4F795519CDD96F4BC, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tE0D50A18344116D0F37B36B4F795519CDD96F4BC, ___source_2)); } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * get_source_2() const { return ___source_2; } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tE0D50A18344116D0F37B36B4F795519CDD96F4BC, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_tE0D50A18344116D0F37B36B4F795519CDD96F4BC, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1 struct ProcessorFactoryVisitor_1_t5A53DBE684EF968E0540CBAE5C13874006C252AF : public RuntimeObject { public: // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_0; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::definition DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * ___definition_1; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::source Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___source_2; // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::sourceRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle_3; // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor/ProcessorFactoryVisitor`1::k__BackingField RuntimeObject* ___U3CResultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_configuration_0() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t5A53DBE684EF968E0540CBAE5C13874006C252AF, ___configuration_0)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_0() const { return ___configuration_0; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_0() { return &___configuration_0; } inline void set_configuration_0(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_0), (void*)value); } inline static int32_t get_offset_of_definition_1() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t5A53DBE684EF968E0540CBAE5C13874006C252AF, ___definition_1)); } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * get_definition_1() const { return ___definition_1; } inline DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB ** get_address_of_definition_1() { return &___definition_1; } inline void set_definition_1(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * value) { ___definition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_1), (void*)value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t5A53DBE684EF968E0540CBAE5C13874006C252AF, ___source_2)); } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * get_source_2() const { return ___source_2; } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_2), (void*)value); } inline static int32_t get_offset_of_sourceRectangle_3() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t5A53DBE684EF968E0540CBAE5C13874006C252AF, ___sourceRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_sourceRectangle_3() const { return ___sourceRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_sourceRectangle_3() { return &___sourceRectangle_3; } inline void set_sourceRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___sourceRectangle_3 = value; } inline static int32_t get_offset_of_U3CResultU3Ek__BackingField_4() { return static_cast(offsetof(ProcessorFactoryVisitor_1_t5A53DBE684EF968E0540CBAE5C13874006C252AF, ___U3CResultU3Ek__BackingField_4)); } inline RuntimeObject* get_U3CResultU3Ek__BackingField_4() const { return ___U3CResultU3Ek__BackingField_4; } inline RuntimeObject** get_address_of_U3CResultU3Ek__BackingField_4() { return &___U3CResultU3Ek__BackingField_4; } inline void set_U3CResultU3Ek__BackingField_4(RuntimeObject* value) { ___U3CResultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResultU3Ek__BackingField_4), (void*)value); } }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 { public: // System.Pinnable`1 System.ReadOnlySpan`1::_pinnable Pinnable_1_t604A0CC06EEE816A81F6B85ED6E75D3F69800250 * ____pinnable_0; // System.IntPtr System.ReadOnlySpan`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.ReadOnlySpan`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1, ____pinnable_0)); } inline Pinnable_1_t604A0CC06EEE816A81F6B85ED6E75D3F69800250 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t604A0CC06EEE816A81F6B85ED6E75D3F69800250 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t604A0CC06EEE816A81F6B85ED6E75D3F69800250 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C, ____pinnable_0)); } inline Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85, ____pinnable_0)); } inline Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF, ____pinnable_0)); } inline Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7, ____pinnable_0)); } inline Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA, ____pinnable_0)); } inline Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tC089F74404A3C46975952EE686EC533667BB207F { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tC089F74404A3C46975952EE686EC533667BB207F, ____pinnable_0)); } inline Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tC089F74404A3C46975952EE686EC533667BB207F, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tC089F74404A3C46975952EE686EC533667BB207F, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E, ____pinnable_0)); } inline Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1, ____pinnable_0)); } inline Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581, ____pinnable_0)); } inline Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68, ____pinnable_0)); } inline Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3, ____pinnable_0)); } inline Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022, ____pinnable_0)); } inline Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE, ____pinnable_0)); } inline Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929, ____pinnable_0)); } inline Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC, ____pinnable_0)); } inline Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4, ____pinnable_0)); } inline Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tCC1479199489BFE6D630E6A191582348BD541C39, ____pinnable_0)); } inline Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tCC1479199489BFE6D630E6A191582348BD541C39, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tCC1479199489BFE6D630E6A191582348BD541C39, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A, ____pinnable_0)); } inline Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9, ____pinnable_0)); } inline Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t8F2820222127FA3555803F54498E9275CE67C798 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t8F2820222127FA3555803F54498E9275CE67C798, ____pinnable_0)); } inline Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t8F2820222127FA3555803F54498E9275CE67C798, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t8F2820222127FA3555803F54498E9275CE67C798, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC, ____pinnable_0)); } inline Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD, ____pinnable_0)); } inline Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050, ____pinnable_0)); } inline Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4, ____pinnable_0)); } inline Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908, ____pinnable_0)); } inline Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A, ____pinnable_0)); } inline Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2, ____pinnable_0)); } inline Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007, ____pinnable_0)); } inline Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Span`1 struct Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 { public: // System.Pinnable`1 System.Span`1::_pinnable Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * ____pinnable_0; // System.IntPtr System.Span`1::_byteOffset intptr_t ____byteOffset_1; // System.Int32 System.Span`1::_length int32_t ____length_2; public: inline static int32_t get_offset_of__pinnable_0() { return static_cast(offsetof(Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09, ____pinnable_0)); } inline Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * get__pinnable_0() const { return ____pinnable_0; } inline Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 ** get_address_of__pinnable_0() { return &____pinnable_0; } inline void set__pinnable_0(Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * value) { ____pinnable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____pinnable_0), (void*)value); } inline static int32_t get_offset_of__byteOffset_1() { return static_cast(offsetof(Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09, ____byteOffset_1)); } inline intptr_t get__byteOffset_1() const { return ____byteOffset_1; } inline intptr_t* get_address_of__byteOffset_1() { return &____byteOffset_1; } inline void set__byteOffset_1(intptr_t value) { ____byteOffset_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_tA7C52B3E46CAC7800298BB868DD54565FDCB75B6 : public Iterator_1_tCFFC952B03DBE4E956DE317DB9704D936AEA2379 { 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_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ___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_tA7C52B3E46CAC7800298BB868DD54565FDCB75B6, ___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_tA7C52B3E46CAC7800298BB868DD54565FDCB75B6, ___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_tA7C52B3E46CAC7800298BB868DD54565FDCB75B6, ___selector_5)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get_selector_5() const { return ___selector_5; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * 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_tA7C52B3E46CAC7800298BB868DD54565FDCB75B6, ___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_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 } }; // SixLabors.ImageSharp.PixelFormats.Abgr32 struct Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.Abgr32::A uint8_t ___A_0; // System.Byte SixLabors.ImageSharp.PixelFormats.Abgr32::B uint8_t ___B_1; // System.Byte SixLabors.ImageSharp.PixelFormats.Abgr32::G uint8_t ___G_2; // System.Byte SixLabors.ImageSharp.PixelFormats.Abgr32::R uint8_t ___R_3; public: inline static int32_t get_offset_of_A_0() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890, ___A_0)); } inline uint8_t get_A_0() const { return ___A_0; } inline uint8_t* get_address_of_A_0() { return &___A_0; } inline void set_A_0(uint8_t value) { ___A_0 = value; } inline static int32_t get_offset_of_B_1() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890, ___B_1)); } inline uint8_t get_B_1() const { return ___B_1; } inline uint8_t* get_address_of_B_1() { return &___B_1; } inline void set_B_1(uint8_t value) { ___B_1 = value; } inline static int32_t get_offset_of_G_2() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890, ___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_R_3() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890, ___R_3)); } inline uint8_t get_R_3() const { return ___R_3; } inline uint8_t* get_address_of_R_3() { return &___R_3; } inline void set_R_3(uint8_t value) { ___R_3 = value; } }; struct Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Abgr32::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_4; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Abgr32::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_5; public: inline static int32_t get_offset_of_MaxBytes_4() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields, ___MaxBytes_4)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_4() const { return ___MaxBytes_4; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_4() { return &___MaxBytes_4; } inline void set_MaxBytes_4(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_4 = value; } inline static int32_t get_offset_of_Half_5() { return static_cast(offsetof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields, ___Half_5)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_5() const { return ___Half_5; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_5() { return &___Half_5; } inline void set_Half_5(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_5 = value; } }; // SixLabors.ImageSharp.PixelFormats.Argb32 struct Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD { public: // System.Byte SixLabors.ImageSharp.PixelFormats.Argb32::A uint8_t ___A_0; // System.Byte SixLabors.ImageSharp.PixelFormats.Argb32::R uint8_t ___R_1; // System.Byte SixLabors.ImageSharp.PixelFormats.Argb32::G uint8_t ___G_2; // System.Byte SixLabors.ImageSharp.PixelFormats.Argb32::B uint8_t ___B_3; public: inline static int32_t get_offset_of_A_0() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD, ___A_0)); } inline uint8_t get_A_0() const { return ___A_0; } inline uint8_t* get_address_of_A_0() { return &___A_0; } inline void set_A_0(uint8_t value) { ___A_0 = value; } inline static int32_t get_offset_of_R_1() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD, ___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(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD, ___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(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD, ___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; } }; struct Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Argb32::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_4; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Argb32::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_5; public: inline static int32_t get_offset_of_MaxBytes_4() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields, ___MaxBytes_4)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_4() const { return ___MaxBytes_4; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_4() { return &___MaxBytes_4; } inline void set_MaxBytes_4(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_4 = value; } inline static int32_t get_offset_of_Half_5() { return static_cast(offsetof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields, ___Half_5)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_5() const { return ___Half_5; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_5() { return &___Half_5; } inline void set_Half_5(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_5 = 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; }; // DG.Tweening.AutoPlay struct AutoPlay_t82EC6434A741EB9DED6F3BE07E59E70446ABC80C { public: // System.Int32 DG.Tweening.AutoPlay::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AutoPlay_t82EC6434A741EB9DED6F3BE07E59E70446ABC80C, ___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; } }; // DG.Tweening.AxisConstraint struct AxisConstraint_tA0D384964013674923F26C7DF2618FB76CD3D7F4 { public: // System.Int32 DG.Tweening.AxisConstraint::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AxisConstraint_tA0D384964013674923F26C7DF2618FB76CD3D7F4, ___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; } }; // SixLabors.ImageSharp.PixelFormats.Bgra32 struct Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.Bgra32::B uint8_t ___B_0; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgra32::G uint8_t ___G_1; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgra32::R uint8_t ___R_2; // System.Byte SixLabors.ImageSharp.PixelFormats.Bgra32::A uint8_t ___A_3; public: inline static int32_t get_offset_of_B_0() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02, ___B_0)); } inline uint8_t get_B_0() const { return ___B_0; } inline uint8_t* get_address_of_B_0() { return &___B_0; } inline void set_B_0(uint8_t value) { ___B_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02, ___G_1)); } inline uint8_t get_G_1() const { return ___G_1; } inline uint8_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint8_t value) { ___G_1 = value; } inline static int32_t get_offset_of_R_2() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02, ___R_2)); } inline uint8_t get_R_2() const { return ___R_2; } inline uint8_t* get_address_of_R_2() { return &___R_2; } inline void set_R_2(uint8_t value) { ___R_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02, ___A_3)); } inline uint8_t get_A_3() const { return ___A_3; } inline uint8_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(uint8_t value) { ___A_3 = value; } }; struct Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Bgra32::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_4; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Bgra32::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_5; public: inline static int32_t get_offset_of_MaxBytes_4() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields, ___MaxBytes_4)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_4() const { return ___MaxBytes_4; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_4() { return &___MaxBytes_4; } inline void set_MaxBytes_4(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_4 = value; } inline static int32_t get_offset_of_Half_5() { return static_cast(offsetof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields, ___Half_5)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_5() const { return ___Half_5; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_5() { return &___Half_5; } inline void set_Half_5(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_5 = 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; } }; // System.ByteEnum struct ByteEnum_t39285A9D8C7F88982FF718C04A9FA1AE64827307 { public: // System.Byte System.ByteEnum::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ByteEnum_t39285A9D8C7F88982FF718C04A9FA1AE64827307, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // UnityEngine.Networking.CertificateHandler struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.CertificateHandler::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E, ___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; } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.CertificateHandler struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Networking.CertificateHandler struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_com { intptr_t ___m_Ptr_0; }; // SixLabors.ImageSharp.Color struct Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 { public: // SixLabors.ImageSharp.PixelFormats.Rgba64 SixLabors.ImageSharp.Color::data Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___data_0; // SixLabors.ImageSharp.PixelFormats.IPixel SixLabors.ImageSharp.Color::boxedHighPrecisionPixel RuntimeObject* ___boxedHighPrecisionPixel_1; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8, ___data_0)); } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F get_data_0() const { return ___data_0; } inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * get_address_of_data_0() { return &___data_0; } inline void set_data_0(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F value) { ___data_0 = value; } inline static int32_t get_offset_of_boxedHighPrecisionPixel_1() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8, ___boxedHighPrecisionPixel_1)); } inline RuntimeObject* get_boxedHighPrecisionPixel_1() const { return ___boxedHighPrecisionPixel_1; } inline RuntimeObject** get_address_of_boxedHighPrecisionPixel_1() { return &___boxedHighPrecisionPixel_1; } inline void set_boxedHighPrecisionPixel_1(RuntimeObject* value) { ___boxedHighPrecisionPixel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___boxedHighPrecisionPixel_1), (void*)value); } }; struct Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields { public: // System.Lazy`1> SixLabors.ImageSharp.Color::NamedColorsLookupLazy Lazy_1_tA4264BA23FA6930D6C690B2CC5B8E384D87C5B84 * ___NamedColorsLookupLazy_2; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::AliceBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___AliceBlue_3; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::AntiqueWhite Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___AntiqueWhite_4; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Aqua Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Aqua_5; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Aquamarine Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Aquamarine_6; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Azure Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Azure_7; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Beige Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Beige_8; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Bisque Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Bisque_9; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Black Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Black_10; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::BlanchedAlmond Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___BlanchedAlmond_11; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Blue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Blue_12; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::BlueViolet Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___BlueViolet_13; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Brown Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Brown_14; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::BurlyWood Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___BurlyWood_15; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::CadetBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___CadetBlue_16; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Chartreuse Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Chartreuse_17; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Chocolate Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Chocolate_18; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Coral Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Coral_19; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::CornflowerBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___CornflowerBlue_20; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Cornsilk Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Cornsilk_21; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Crimson Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Crimson_22; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Cyan Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Cyan_23; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkBlue_24; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkCyan Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkCyan_25; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkGoldenrod Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkGoldenrod_26; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkGray Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkGray_27; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkGreen_28; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkGrey Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkGrey_29; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkKhaki Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkKhaki_30; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkMagenta Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkMagenta_31; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkOliveGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkOliveGreen_32; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkOrange Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkOrange_33; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkOrchid Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkOrchid_34; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkRed Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkRed_35; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkSalmon Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkSalmon_36; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkSeaGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkSeaGreen_37; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkSlateBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkSlateBlue_38; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkSlateGray Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkSlateGray_39; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkSlateGrey Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkSlateGrey_40; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkTurquoise Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkTurquoise_41; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DarkViolet Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DarkViolet_42; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DeepPink Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DeepPink_43; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DeepSkyBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DeepSkyBlue_44; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DimGray Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DimGray_45; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DimGrey Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DimGrey_46; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::DodgerBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___DodgerBlue_47; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Firebrick Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Firebrick_48; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::FloralWhite Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___FloralWhite_49; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::ForestGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___ForestGreen_50; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Fuchsia Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Fuchsia_51; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Gainsboro Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Gainsboro_52; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::GhostWhite Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___GhostWhite_53; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Gold Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Gold_54; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Goldenrod Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Goldenrod_55; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Gray Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Gray_56; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Green Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Green_57; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::GreenYellow Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___GreenYellow_58; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Grey Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Grey_59; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Honeydew Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Honeydew_60; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::HotPink Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___HotPink_61; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::IndianRed Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___IndianRed_62; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Indigo Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Indigo_63; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Ivory Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Ivory_64; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Khaki Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Khaki_65; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Lavender Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Lavender_66; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LavenderBlush Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LavenderBlush_67; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LawnGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LawnGreen_68; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LemonChiffon Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LemonChiffon_69; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightBlue_70; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightCoral Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightCoral_71; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightCyan Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightCyan_72; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightGoldenrodYellow Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightGoldenrodYellow_73; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightGray Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightGray_74; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightGreen_75; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightGrey Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightGrey_76; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightPink Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightPink_77; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightSalmon Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightSalmon_78; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightSeaGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightSeaGreen_79; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightSkyBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightSkyBlue_80; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightSlateGray Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightSlateGray_81; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightSlateGrey Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightSlateGrey_82; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightSteelBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightSteelBlue_83; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LightYellow Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LightYellow_84; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Lime Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Lime_85; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::LimeGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___LimeGreen_86; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Linen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Linen_87; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Magenta Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Magenta_88; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Maroon Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Maroon_89; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MediumAquamarine Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MediumAquamarine_90; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MediumBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MediumBlue_91; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MediumOrchid Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MediumOrchid_92; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MediumPurple Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MediumPurple_93; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MediumSeaGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MediumSeaGreen_94; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MediumSlateBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MediumSlateBlue_95; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MediumSpringGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MediumSpringGreen_96; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MediumTurquoise Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MediumTurquoise_97; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MediumVioletRed Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MediumVioletRed_98; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MidnightBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MidnightBlue_99; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MintCream Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MintCream_100; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::MistyRose Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___MistyRose_101; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Moccasin Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Moccasin_102; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::NavajoWhite Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___NavajoWhite_103; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Navy Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Navy_104; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::OldLace Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___OldLace_105; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Olive Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Olive_106; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::OliveDrab Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___OliveDrab_107; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Orange Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Orange_108; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::OrangeRed Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___OrangeRed_109; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Orchid Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Orchid_110; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::PaleGoldenrod Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___PaleGoldenrod_111; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::PaleGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___PaleGreen_112; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::PaleTurquoise Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___PaleTurquoise_113; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::PaleVioletRed Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___PaleVioletRed_114; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::PapayaWhip Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___PapayaWhip_115; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::PeachPuff Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___PeachPuff_116; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Peru Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Peru_117; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Pink Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Pink_118; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Plum Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Plum_119; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::PowderBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___PowderBlue_120; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Purple Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Purple_121; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::RebeccaPurple Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___RebeccaPurple_122; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Red Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Red_123; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::RosyBrown Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___RosyBrown_124; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::RoyalBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___RoyalBlue_125; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SaddleBrown Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SaddleBrown_126; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Salmon Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Salmon_127; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SandyBrown Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SandyBrown_128; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SeaGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SeaGreen_129; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SeaShell Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SeaShell_130; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Sienna Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Sienna_131; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Silver Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Silver_132; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SkyBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SkyBlue_133; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SlateBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SlateBlue_134; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SlateGray Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SlateGray_135; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SlateGrey Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SlateGrey_136; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Snow Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Snow_137; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SpringGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SpringGreen_138; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::SteelBlue Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___SteelBlue_139; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Tan Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Tan_140; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Teal Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Teal_141; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Thistle Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Thistle_142; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Tomato Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Tomato_143; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Transparent Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Transparent_144; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Turquoise Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Turquoise_145; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Violet Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Violet_146; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Wheat Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Wheat_147; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::White Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___White_148; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::WhiteSmoke Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___WhiteSmoke_149; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::Yellow Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Yellow_150; // SixLabors.ImageSharp.Color SixLabors.ImageSharp.Color::YellowGreen Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___YellowGreen_151; // System.Lazy`1 SixLabors.ImageSharp.Color::WebSafePaletteLazy Lazy_1_t80FFFE0ACFF8A8AA6833B50CDDF9C92D4C9A5134 * ___WebSafePaletteLazy_152; // System.Lazy`1 SixLabors.ImageSharp.Color::WernerPaletteLazy Lazy_1_t80FFFE0ACFF8A8AA6833B50CDDF9C92D4C9A5134 * ___WernerPaletteLazy_153; public: inline static int32_t get_offset_of_NamedColorsLookupLazy_2() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___NamedColorsLookupLazy_2)); } inline Lazy_1_tA4264BA23FA6930D6C690B2CC5B8E384D87C5B84 * get_NamedColorsLookupLazy_2() const { return ___NamedColorsLookupLazy_2; } inline Lazy_1_tA4264BA23FA6930D6C690B2CC5B8E384D87C5B84 ** get_address_of_NamedColorsLookupLazy_2() { return &___NamedColorsLookupLazy_2; } inline void set_NamedColorsLookupLazy_2(Lazy_1_tA4264BA23FA6930D6C690B2CC5B8E384D87C5B84 * value) { ___NamedColorsLookupLazy_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___NamedColorsLookupLazy_2), (void*)value); } inline static int32_t get_offset_of_AliceBlue_3() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___AliceBlue_3)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_AliceBlue_3() const { return ___AliceBlue_3; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_AliceBlue_3() { return &___AliceBlue_3; } inline void set_AliceBlue_3(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___AliceBlue_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___AliceBlue_3))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_AntiqueWhite_4() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___AntiqueWhite_4)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_AntiqueWhite_4() const { return ___AntiqueWhite_4; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_AntiqueWhite_4() { return &___AntiqueWhite_4; } inline void set_AntiqueWhite_4(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___AntiqueWhite_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___AntiqueWhite_4))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Aqua_5() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Aqua_5)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Aqua_5() const { return ___Aqua_5; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Aqua_5() { return &___Aqua_5; } inline void set_Aqua_5(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Aqua_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Aqua_5))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Aquamarine_6() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Aquamarine_6)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Aquamarine_6() const { return ___Aquamarine_6; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Aquamarine_6() { return &___Aquamarine_6; } inline void set_Aquamarine_6(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Aquamarine_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Aquamarine_6))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Azure_7() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Azure_7)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Azure_7() const { return ___Azure_7; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Azure_7() { return &___Azure_7; } inline void set_Azure_7(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Azure_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Azure_7))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Beige_8() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Beige_8)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Beige_8() const { return ___Beige_8; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Beige_8() { return &___Beige_8; } inline void set_Beige_8(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Beige_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Beige_8))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Bisque_9() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Bisque_9)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Bisque_9() const { return ___Bisque_9; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Bisque_9() { return &___Bisque_9; } inline void set_Bisque_9(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Bisque_9 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Bisque_9))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Black_10() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Black_10)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Black_10() const { return ___Black_10; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Black_10() { return &___Black_10; } inline void set_Black_10(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Black_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Black_10))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_BlanchedAlmond_11() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___BlanchedAlmond_11)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_BlanchedAlmond_11() const { return ___BlanchedAlmond_11; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_BlanchedAlmond_11() { return &___BlanchedAlmond_11; } inline void set_BlanchedAlmond_11(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___BlanchedAlmond_11 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___BlanchedAlmond_11))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Blue_12() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Blue_12)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Blue_12() const { return ___Blue_12; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Blue_12() { return &___Blue_12; } inline void set_Blue_12(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Blue_12 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Blue_12))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_BlueViolet_13() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___BlueViolet_13)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_BlueViolet_13() const { return ___BlueViolet_13; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_BlueViolet_13() { return &___BlueViolet_13; } inline void set_BlueViolet_13(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___BlueViolet_13 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___BlueViolet_13))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Brown_14() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Brown_14)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Brown_14() const { return ___Brown_14; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Brown_14() { return &___Brown_14; } inline void set_Brown_14(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Brown_14 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Brown_14))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_BurlyWood_15() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___BurlyWood_15)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_BurlyWood_15() const { return ___BurlyWood_15; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_BurlyWood_15() { return &___BurlyWood_15; } inline void set_BurlyWood_15(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___BurlyWood_15 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___BurlyWood_15))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_CadetBlue_16() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___CadetBlue_16)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_CadetBlue_16() const { return ___CadetBlue_16; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_CadetBlue_16() { return &___CadetBlue_16; } inline void set_CadetBlue_16(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___CadetBlue_16 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___CadetBlue_16))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Chartreuse_17() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Chartreuse_17)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Chartreuse_17() const { return ___Chartreuse_17; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Chartreuse_17() { return &___Chartreuse_17; } inline void set_Chartreuse_17(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Chartreuse_17 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Chartreuse_17))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Chocolate_18() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Chocolate_18)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Chocolate_18() const { return ___Chocolate_18; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Chocolate_18() { return &___Chocolate_18; } inline void set_Chocolate_18(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Chocolate_18 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Chocolate_18))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Coral_19() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Coral_19)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Coral_19() const { return ___Coral_19; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Coral_19() { return &___Coral_19; } inline void set_Coral_19(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Coral_19 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Coral_19))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_CornflowerBlue_20() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___CornflowerBlue_20)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_CornflowerBlue_20() const { return ___CornflowerBlue_20; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_CornflowerBlue_20() { return &___CornflowerBlue_20; } inline void set_CornflowerBlue_20(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___CornflowerBlue_20 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___CornflowerBlue_20))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Cornsilk_21() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Cornsilk_21)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Cornsilk_21() const { return ___Cornsilk_21; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Cornsilk_21() { return &___Cornsilk_21; } inline void set_Cornsilk_21(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Cornsilk_21 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Cornsilk_21))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Crimson_22() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Crimson_22)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Crimson_22() const { return ___Crimson_22; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Crimson_22() { return &___Crimson_22; } inline void set_Crimson_22(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Crimson_22 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Crimson_22))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Cyan_23() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Cyan_23)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Cyan_23() const { return ___Cyan_23; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Cyan_23() { return &___Cyan_23; } inline void set_Cyan_23(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Cyan_23 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Cyan_23))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkBlue_24() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkBlue_24)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkBlue_24() const { return ___DarkBlue_24; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkBlue_24() { return &___DarkBlue_24; } inline void set_DarkBlue_24(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkBlue_24 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkBlue_24))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkCyan_25() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkCyan_25)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkCyan_25() const { return ___DarkCyan_25; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkCyan_25() { return &___DarkCyan_25; } inline void set_DarkCyan_25(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkCyan_25 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkCyan_25))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkGoldenrod_26() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkGoldenrod_26)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkGoldenrod_26() const { return ___DarkGoldenrod_26; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkGoldenrod_26() { return &___DarkGoldenrod_26; } inline void set_DarkGoldenrod_26(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkGoldenrod_26 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkGoldenrod_26))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkGray_27() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkGray_27)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkGray_27() const { return ___DarkGray_27; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkGray_27() { return &___DarkGray_27; } inline void set_DarkGray_27(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkGray_27 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkGray_27))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkGreen_28() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkGreen_28)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkGreen_28() const { return ___DarkGreen_28; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkGreen_28() { return &___DarkGreen_28; } inline void set_DarkGreen_28(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkGreen_28 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkGreen_28))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkGrey_29() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkGrey_29)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkGrey_29() const { return ___DarkGrey_29; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkGrey_29() { return &___DarkGrey_29; } inline void set_DarkGrey_29(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkGrey_29 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkGrey_29))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkKhaki_30() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkKhaki_30)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkKhaki_30() const { return ___DarkKhaki_30; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkKhaki_30() { return &___DarkKhaki_30; } inline void set_DarkKhaki_30(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkKhaki_30 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkKhaki_30))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkMagenta_31() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkMagenta_31)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkMagenta_31() const { return ___DarkMagenta_31; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkMagenta_31() { return &___DarkMagenta_31; } inline void set_DarkMagenta_31(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkMagenta_31 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkMagenta_31))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkOliveGreen_32() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkOliveGreen_32)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkOliveGreen_32() const { return ___DarkOliveGreen_32; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkOliveGreen_32() { return &___DarkOliveGreen_32; } inline void set_DarkOliveGreen_32(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkOliveGreen_32 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkOliveGreen_32))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkOrange_33() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkOrange_33)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkOrange_33() const { return ___DarkOrange_33; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkOrange_33() { return &___DarkOrange_33; } inline void set_DarkOrange_33(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkOrange_33 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkOrange_33))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkOrchid_34() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkOrchid_34)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkOrchid_34() const { return ___DarkOrchid_34; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkOrchid_34() { return &___DarkOrchid_34; } inline void set_DarkOrchid_34(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkOrchid_34 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkOrchid_34))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkRed_35() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkRed_35)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkRed_35() const { return ___DarkRed_35; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkRed_35() { return &___DarkRed_35; } inline void set_DarkRed_35(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkRed_35 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkRed_35))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkSalmon_36() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkSalmon_36)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkSalmon_36() const { return ___DarkSalmon_36; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkSalmon_36() { return &___DarkSalmon_36; } inline void set_DarkSalmon_36(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkSalmon_36 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkSalmon_36))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkSeaGreen_37() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkSeaGreen_37)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkSeaGreen_37() const { return ___DarkSeaGreen_37; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkSeaGreen_37() { return &___DarkSeaGreen_37; } inline void set_DarkSeaGreen_37(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkSeaGreen_37 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkSeaGreen_37))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkSlateBlue_38() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkSlateBlue_38)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkSlateBlue_38() const { return ___DarkSlateBlue_38; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkSlateBlue_38() { return &___DarkSlateBlue_38; } inline void set_DarkSlateBlue_38(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkSlateBlue_38 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkSlateBlue_38))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkSlateGray_39() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkSlateGray_39)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkSlateGray_39() const { return ___DarkSlateGray_39; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkSlateGray_39() { return &___DarkSlateGray_39; } inline void set_DarkSlateGray_39(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkSlateGray_39 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkSlateGray_39))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkSlateGrey_40() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkSlateGrey_40)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkSlateGrey_40() const { return ___DarkSlateGrey_40; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkSlateGrey_40() { return &___DarkSlateGrey_40; } inline void set_DarkSlateGrey_40(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkSlateGrey_40 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkSlateGrey_40))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkTurquoise_41() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkTurquoise_41)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkTurquoise_41() const { return ___DarkTurquoise_41; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkTurquoise_41() { return &___DarkTurquoise_41; } inline void set_DarkTurquoise_41(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkTurquoise_41 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkTurquoise_41))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DarkViolet_42() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DarkViolet_42)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DarkViolet_42() const { return ___DarkViolet_42; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DarkViolet_42() { return &___DarkViolet_42; } inline void set_DarkViolet_42(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DarkViolet_42 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DarkViolet_42))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DeepPink_43() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DeepPink_43)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DeepPink_43() const { return ___DeepPink_43; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DeepPink_43() { return &___DeepPink_43; } inline void set_DeepPink_43(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DeepPink_43 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DeepPink_43))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DeepSkyBlue_44() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DeepSkyBlue_44)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DeepSkyBlue_44() const { return ___DeepSkyBlue_44; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DeepSkyBlue_44() { return &___DeepSkyBlue_44; } inline void set_DeepSkyBlue_44(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DeepSkyBlue_44 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DeepSkyBlue_44))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DimGray_45() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DimGray_45)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DimGray_45() const { return ___DimGray_45; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DimGray_45() { return &___DimGray_45; } inline void set_DimGray_45(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DimGray_45 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DimGray_45))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DimGrey_46() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DimGrey_46)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DimGrey_46() const { return ___DimGrey_46; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DimGrey_46() { return &___DimGrey_46; } inline void set_DimGrey_46(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DimGrey_46 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DimGrey_46))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_DodgerBlue_47() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___DodgerBlue_47)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_DodgerBlue_47() const { return ___DodgerBlue_47; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_DodgerBlue_47() { return &___DodgerBlue_47; } inline void set_DodgerBlue_47(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___DodgerBlue_47 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DodgerBlue_47))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Firebrick_48() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Firebrick_48)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Firebrick_48() const { return ___Firebrick_48; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Firebrick_48() { return &___Firebrick_48; } inline void set_Firebrick_48(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Firebrick_48 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Firebrick_48))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_FloralWhite_49() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___FloralWhite_49)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_FloralWhite_49() const { return ___FloralWhite_49; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_FloralWhite_49() { return &___FloralWhite_49; } inline void set_FloralWhite_49(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___FloralWhite_49 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FloralWhite_49))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_ForestGreen_50() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___ForestGreen_50)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_ForestGreen_50() const { return ___ForestGreen_50; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_ForestGreen_50() { return &___ForestGreen_50; } inline void set_ForestGreen_50(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___ForestGreen_50 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___ForestGreen_50))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Fuchsia_51() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Fuchsia_51)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Fuchsia_51() const { return ___Fuchsia_51; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Fuchsia_51() { return &___Fuchsia_51; } inline void set_Fuchsia_51(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Fuchsia_51 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Fuchsia_51))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Gainsboro_52() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Gainsboro_52)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Gainsboro_52() const { return ___Gainsboro_52; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Gainsboro_52() { return &___Gainsboro_52; } inline void set_Gainsboro_52(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Gainsboro_52 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Gainsboro_52))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_GhostWhite_53() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___GhostWhite_53)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_GhostWhite_53() const { return ___GhostWhite_53; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_GhostWhite_53() { return &___GhostWhite_53; } inline void set_GhostWhite_53(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___GhostWhite_53 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___GhostWhite_53))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Gold_54() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Gold_54)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Gold_54() const { return ___Gold_54; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Gold_54() { return &___Gold_54; } inline void set_Gold_54(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Gold_54 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Gold_54))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Goldenrod_55() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Goldenrod_55)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Goldenrod_55() const { return ___Goldenrod_55; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Goldenrod_55() { return &___Goldenrod_55; } inline void set_Goldenrod_55(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Goldenrod_55 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Goldenrod_55))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Gray_56() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Gray_56)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Gray_56() const { return ___Gray_56; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Gray_56() { return &___Gray_56; } inline void set_Gray_56(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Gray_56 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Gray_56))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Green_57() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Green_57)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Green_57() const { return ___Green_57; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Green_57() { return &___Green_57; } inline void set_Green_57(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Green_57 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Green_57))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_GreenYellow_58() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___GreenYellow_58)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_GreenYellow_58() const { return ___GreenYellow_58; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_GreenYellow_58() { return &___GreenYellow_58; } inline void set_GreenYellow_58(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___GreenYellow_58 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___GreenYellow_58))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Grey_59() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Grey_59)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Grey_59() const { return ___Grey_59; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Grey_59() { return &___Grey_59; } inline void set_Grey_59(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Grey_59 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Grey_59))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Honeydew_60() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Honeydew_60)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Honeydew_60() const { return ___Honeydew_60; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Honeydew_60() { return &___Honeydew_60; } inline void set_Honeydew_60(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Honeydew_60 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Honeydew_60))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_HotPink_61() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___HotPink_61)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_HotPink_61() const { return ___HotPink_61; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_HotPink_61() { return &___HotPink_61; } inline void set_HotPink_61(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___HotPink_61 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___HotPink_61))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_IndianRed_62() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___IndianRed_62)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_IndianRed_62() const { return ___IndianRed_62; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_IndianRed_62() { return &___IndianRed_62; } inline void set_IndianRed_62(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___IndianRed_62 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___IndianRed_62))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Indigo_63() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Indigo_63)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Indigo_63() const { return ___Indigo_63; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Indigo_63() { return &___Indigo_63; } inline void set_Indigo_63(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Indigo_63 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Indigo_63))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Ivory_64() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Ivory_64)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Ivory_64() const { return ___Ivory_64; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Ivory_64() { return &___Ivory_64; } inline void set_Ivory_64(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Ivory_64 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Ivory_64))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Khaki_65() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Khaki_65)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Khaki_65() const { return ___Khaki_65; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Khaki_65() { return &___Khaki_65; } inline void set_Khaki_65(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Khaki_65 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Khaki_65))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Lavender_66() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Lavender_66)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Lavender_66() const { return ___Lavender_66; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Lavender_66() { return &___Lavender_66; } inline void set_Lavender_66(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Lavender_66 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Lavender_66))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LavenderBlush_67() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LavenderBlush_67)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LavenderBlush_67() const { return ___LavenderBlush_67; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LavenderBlush_67() { return &___LavenderBlush_67; } inline void set_LavenderBlush_67(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LavenderBlush_67 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LavenderBlush_67))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LawnGreen_68() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LawnGreen_68)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LawnGreen_68() const { return ___LawnGreen_68; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LawnGreen_68() { return &___LawnGreen_68; } inline void set_LawnGreen_68(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LawnGreen_68 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LawnGreen_68))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LemonChiffon_69() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LemonChiffon_69)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LemonChiffon_69() const { return ___LemonChiffon_69; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LemonChiffon_69() { return &___LemonChiffon_69; } inline void set_LemonChiffon_69(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LemonChiffon_69 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LemonChiffon_69))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightBlue_70() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightBlue_70)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightBlue_70() const { return ___LightBlue_70; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightBlue_70() { return &___LightBlue_70; } inline void set_LightBlue_70(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightBlue_70 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightBlue_70))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightCoral_71() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightCoral_71)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightCoral_71() const { return ___LightCoral_71; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightCoral_71() { return &___LightCoral_71; } inline void set_LightCoral_71(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightCoral_71 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightCoral_71))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightCyan_72() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightCyan_72)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightCyan_72() const { return ___LightCyan_72; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightCyan_72() { return &___LightCyan_72; } inline void set_LightCyan_72(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightCyan_72 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightCyan_72))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightGoldenrodYellow_73() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightGoldenrodYellow_73)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightGoldenrodYellow_73() const { return ___LightGoldenrodYellow_73; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightGoldenrodYellow_73() { return &___LightGoldenrodYellow_73; } inline void set_LightGoldenrodYellow_73(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightGoldenrodYellow_73 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightGoldenrodYellow_73))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightGray_74() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightGray_74)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightGray_74() const { return ___LightGray_74; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightGray_74() { return &___LightGray_74; } inline void set_LightGray_74(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightGray_74 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightGray_74))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightGreen_75() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightGreen_75)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightGreen_75() const { return ___LightGreen_75; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightGreen_75() { return &___LightGreen_75; } inline void set_LightGreen_75(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightGreen_75 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightGreen_75))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightGrey_76() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightGrey_76)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightGrey_76() const { return ___LightGrey_76; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightGrey_76() { return &___LightGrey_76; } inline void set_LightGrey_76(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightGrey_76 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightGrey_76))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightPink_77() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightPink_77)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightPink_77() const { return ___LightPink_77; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightPink_77() { return &___LightPink_77; } inline void set_LightPink_77(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightPink_77 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightPink_77))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightSalmon_78() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightSalmon_78)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightSalmon_78() const { return ___LightSalmon_78; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightSalmon_78() { return &___LightSalmon_78; } inline void set_LightSalmon_78(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightSalmon_78 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightSalmon_78))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightSeaGreen_79() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightSeaGreen_79)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightSeaGreen_79() const { return ___LightSeaGreen_79; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightSeaGreen_79() { return &___LightSeaGreen_79; } inline void set_LightSeaGreen_79(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightSeaGreen_79 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightSeaGreen_79))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightSkyBlue_80() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightSkyBlue_80)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightSkyBlue_80() const { return ___LightSkyBlue_80; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightSkyBlue_80() { return &___LightSkyBlue_80; } inline void set_LightSkyBlue_80(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightSkyBlue_80 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightSkyBlue_80))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightSlateGray_81() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightSlateGray_81)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightSlateGray_81() const { return ___LightSlateGray_81; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightSlateGray_81() { return &___LightSlateGray_81; } inline void set_LightSlateGray_81(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightSlateGray_81 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightSlateGray_81))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightSlateGrey_82() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightSlateGrey_82)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightSlateGrey_82() const { return ___LightSlateGrey_82; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightSlateGrey_82() { return &___LightSlateGrey_82; } inline void set_LightSlateGrey_82(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightSlateGrey_82 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightSlateGrey_82))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightSteelBlue_83() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightSteelBlue_83)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightSteelBlue_83() const { return ___LightSteelBlue_83; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightSteelBlue_83() { return &___LightSteelBlue_83; } inline void set_LightSteelBlue_83(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightSteelBlue_83 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightSteelBlue_83))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LightYellow_84() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LightYellow_84)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LightYellow_84() const { return ___LightYellow_84; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LightYellow_84() { return &___LightYellow_84; } inline void set_LightYellow_84(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LightYellow_84 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LightYellow_84))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Lime_85() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Lime_85)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Lime_85() const { return ___Lime_85; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Lime_85() { return &___Lime_85; } inline void set_Lime_85(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Lime_85 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Lime_85))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_LimeGreen_86() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___LimeGreen_86)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_LimeGreen_86() const { return ___LimeGreen_86; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_LimeGreen_86() { return &___LimeGreen_86; } inline void set_LimeGreen_86(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___LimeGreen_86 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___LimeGreen_86))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Linen_87() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Linen_87)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Linen_87() const { return ___Linen_87; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Linen_87() { return &___Linen_87; } inline void set_Linen_87(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Linen_87 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Linen_87))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Magenta_88() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Magenta_88)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Magenta_88() const { return ___Magenta_88; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Magenta_88() { return &___Magenta_88; } inline void set_Magenta_88(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Magenta_88 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Magenta_88))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Maroon_89() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Maroon_89)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Maroon_89() const { return ___Maroon_89; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Maroon_89() { return &___Maroon_89; } inline void set_Maroon_89(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Maroon_89 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Maroon_89))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MediumAquamarine_90() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MediumAquamarine_90)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MediumAquamarine_90() const { return ___MediumAquamarine_90; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MediumAquamarine_90() { return &___MediumAquamarine_90; } inline void set_MediumAquamarine_90(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MediumAquamarine_90 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MediumAquamarine_90))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MediumBlue_91() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MediumBlue_91)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MediumBlue_91() const { return ___MediumBlue_91; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MediumBlue_91() { return &___MediumBlue_91; } inline void set_MediumBlue_91(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MediumBlue_91 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MediumBlue_91))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MediumOrchid_92() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MediumOrchid_92)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MediumOrchid_92() const { return ___MediumOrchid_92; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MediumOrchid_92() { return &___MediumOrchid_92; } inline void set_MediumOrchid_92(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MediumOrchid_92 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MediumOrchid_92))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MediumPurple_93() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MediumPurple_93)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MediumPurple_93() const { return ___MediumPurple_93; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MediumPurple_93() { return &___MediumPurple_93; } inline void set_MediumPurple_93(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MediumPurple_93 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MediumPurple_93))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MediumSeaGreen_94() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MediumSeaGreen_94)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MediumSeaGreen_94() const { return ___MediumSeaGreen_94; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MediumSeaGreen_94() { return &___MediumSeaGreen_94; } inline void set_MediumSeaGreen_94(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MediumSeaGreen_94 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MediumSeaGreen_94))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MediumSlateBlue_95() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MediumSlateBlue_95)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MediumSlateBlue_95() const { return ___MediumSlateBlue_95; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MediumSlateBlue_95() { return &___MediumSlateBlue_95; } inline void set_MediumSlateBlue_95(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MediumSlateBlue_95 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MediumSlateBlue_95))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MediumSpringGreen_96() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MediumSpringGreen_96)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MediumSpringGreen_96() const { return ___MediumSpringGreen_96; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MediumSpringGreen_96() { return &___MediumSpringGreen_96; } inline void set_MediumSpringGreen_96(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MediumSpringGreen_96 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MediumSpringGreen_96))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MediumTurquoise_97() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MediumTurquoise_97)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MediumTurquoise_97() const { return ___MediumTurquoise_97; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MediumTurquoise_97() { return &___MediumTurquoise_97; } inline void set_MediumTurquoise_97(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MediumTurquoise_97 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MediumTurquoise_97))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MediumVioletRed_98() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MediumVioletRed_98)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MediumVioletRed_98() const { return ___MediumVioletRed_98; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MediumVioletRed_98() { return &___MediumVioletRed_98; } inline void set_MediumVioletRed_98(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MediumVioletRed_98 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MediumVioletRed_98))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MidnightBlue_99() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MidnightBlue_99)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MidnightBlue_99() const { return ___MidnightBlue_99; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MidnightBlue_99() { return &___MidnightBlue_99; } inline void set_MidnightBlue_99(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MidnightBlue_99 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MidnightBlue_99))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MintCream_100() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MintCream_100)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MintCream_100() const { return ___MintCream_100; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MintCream_100() { return &___MintCream_100; } inline void set_MintCream_100(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MintCream_100 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MintCream_100))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_MistyRose_101() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___MistyRose_101)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_MistyRose_101() const { return ___MistyRose_101; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_MistyRose_101() { return &___MistyRose_101; } inline void set_MistyRose_101(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___MistyRose_101 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MistyRose_101))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Moccasin_102() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Moccasin_102)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Moccasin_102() const { return ___Moccasin_102; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Moccasin_102() { return &___Moccasin_102; } inline void set_Moccasin_102(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Moccasin_102 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Moccasin_102))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_NavajoWhite_103() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___NavajoWhite_103)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_NavajoWhite_103() const { return ___NavajoWhite_103; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_NavajoWhite_103() { return &___NavajoWhite_103; } inline void set_NavajoWhite_103(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___NavajoWhite_103 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___NavajoWhite_103))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Navy_104() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Navy_104)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Navy_104() const { return ___Navy_104; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Navy_104() { return &___Navy_104; } inline void set_Navy_104(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Navy_104 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Navy_104))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_OldLace_105() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___OldLace_105)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_OldLace_105() const { return ___OldLace_105; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_OldLace_105() { return &___OldLace_105; } inline void set_OldLace_105(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___OldLace_105 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___OldLace_105))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Olive_106() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Olive_106)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Olive_106() const { return ___Olive_106; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Olive_106() { return &___Olive_106; } inline void set_Olive_106(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Olive_106 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Olive_106))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_OliveDrab_107() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___OliveDrab_107)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_OliveDrab_107() const { return ___OliveDrab_107; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_OliveDrab_107() { return &___OliveDrab_107; } inline void set_OliveDrab_107(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___OliveDrab_107 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___OliveDrab_107))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Orange_108() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Orange_108)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Orange_108() const { return ___Orange_108; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Orange_108() { return &___Orange_108; } inline void set_Orange_108(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Orange_108 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Orange_108))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_OrangeRed_109() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___OrangeRed_109)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_OrangeRed_109() const { return ___OrangeRed_109; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_OrangeRed_109() { return &___OrangeRed_109; } inline void set_OrangeRed_109(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___OrangeRed_109 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___OrangeRed_109))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Orchid_110() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Orchid_110)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Orchid_110() const { return ___Orchid_110; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Orchid_110() { return &___Orchid_110; } inline void set_Orchid_110(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Orchid_110 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Orchid_110))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_PaleGoldenrod_111() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___PaleGoldenrod_111)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_PaleGoldenrod_111() const { return ___PaleGoldenrod_111; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_PaleGoldenrod_111() { return &___PaleGoldenrod_111; } inline void set_PaleGoldenrod_111(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___PaleGoldenrod_111 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___PaleGoldenrod_111))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_PaleGreen_112() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___PaleGreen_112)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_PaleGreen_112() const { return ___PaleGreen_112; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_PaleGreen_112() { return &___PaleGreen_112; } inline void set_PaleGreen_112(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___PaleGreen_112 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___PaleGreen_112))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_PaleTurquoise_113() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___PaleTurquoise_113)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_PaleTurquoise_113() const { return ___PaleTurquoise_113; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_PaleTurquoise_113() { return &___PaleTurquoise_113; } inline void set_PaleTurquoise_113(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___PaleTurquoise_113 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___PaleTurquoise_113))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_PaleVioletRed_114() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___PaleVioletRed_114)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_PaleVioletRed_114() const { return ___PaleVioletRed_114; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_PaleVioletRed_114() { return &___PaleVioletRed_114; } inline void set_PaleVioletRed_114(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___PaleVioletRed_114 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___PaleVioletRed_114))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_PapayaWhip_115() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___PapayaWhip_115)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_PapayaWhip_115() const { return ___PapayaWhip_115; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_PapayaWhip_115() { return &___PapayaWhip_115; } inline void set_PapayaWhip_115(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___PapayaWhip_115 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___PapayaWhip_115))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_PeachPuff_116() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___PeachPuff_116)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_PeachPuff_116() const { return ___PeachPuff_116; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_PeachPuff_116() { return &___PeachPuff_116; } inline void set_PeachPuff_116(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___PeachPuff_116 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___PeachPuff_116))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Peru_117() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Peru_117)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Peru_117() const { return ___Peru_117; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Peru_117() { return &___Peru_117; } inline void set_Peru_117(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Peru_117 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Peru_117))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Pink_118() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Pink_118)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Pink_118() const { return ___Pink_118; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Pink_118() { return &___Pink_118; } inline void set_Pink_118(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Pink_118 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Pink_118))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Plum_119() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Plum_119)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Plum_119() const { return ___Plum_119; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Plum_119() { return &___Plum_119; } inline void set_Plum_119(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Plum_119 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Plum_119))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_PowderBlue_120() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___PowderBlue_120)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_PowderBlue_120() const { return ___PowderBlue_120; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_PowderBlue_120() { return &___PowderBlue_120; } inline void set_PowderBlue_120(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___PowderBlue_120 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___PowderBlue_120))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Purple_121() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Purple_121)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Purple_121() const { return ___Purple_121; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Purple_121() { return &___Purple_121; } inline void set_Purple_121(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Purple_121 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Purple_121))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_RebeccaPurple_122() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___RebeccaPurple_122)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_RebeccaPurple_122() const { return ___RebeccaPurple_122; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_RebeccaPurple_122() { return &___RebeccaPurple_122; } inline void set_RebeccaPurple_122(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___RebeccaPurple_122 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___RebeccaPurple_122))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Red_123() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Red_123)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Red_123() const { return ___Red_123; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Red_123() { return &___Red_123; } inline void set_Red_123(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Red_123 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Red_123))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_RosyBrown_124() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___RosyBrown_124)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_RosyBrown_124() const { return ___RosyBrown_124; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_RosyBrown_124() { return &___RosyBrown_124; } inline void set_RosyBrown_124(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___RosyBrown_124 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___RosyBrown_124))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_RoyalBlue_125() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___RoyalBlue_125)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_RoyalBlue_125() const { return ___RoyalBlue_125; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_RoyalBlue_125() { return &___RoyalBlue_125; } inline void set_RoyalBlue_125(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___RoyalBlue_125 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___RoyalBlue_125))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SaddleBrown_126() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SaddleBrown_126)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SaddleBrown_126() const { return ___SaddleBrown_126; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SaddleBrown_126() { return &___SaddleBrown_126; } inline void set_SaddleBrown_126(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SaddleBrown_126 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SaddleBrown_126))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Salmon_127() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Salmon_127)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Salmon_127() const { return ___Salmon_127; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Salmon_127() { return &___Salmon_127; } inline void set_Salmon_127(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Salmon_127 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Salmon_127))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SandyBrown_128() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SandyBrown_128)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SandyBrown_128() const { return ___SandyBrown_128; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SandyBrown_128() { return &___SandyBrown_128; } inline void set_SandyBrown_128(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SandyBrown_128 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SandyBrown_128))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SeaGreen_129() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SeaGreen_129)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SeaGreen_129() const { return ___SeaGreen_129; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SeaGreen_129() { return &___SeaGreen_129; } inline void set_SeaGreen_129(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SeaGreen_129 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SeaGreen_129))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SeaShell_130() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SeaShell_130)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SeaShell_130() const { return ___SeaShell_130; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SeaShell_130() { return &___SeaShell_130; } inline void set_SeaShell_130(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SeaShell_130 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SeaShell_130))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Sienna_131() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Sienna_131)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Sienna_131() const { return ___Sienna_131; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Sienna_131() { return &___Sienna_131; } inline void set_Sienna_131(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Sienna_131 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Sienna_131))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Silver_132() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Silver_132)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Silver_132() const { return ___Silver_132; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Silver_132() { return &___Silver_132; } inline void set_Silver_132(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Silver_132 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Silver_132))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SkyBlue_133() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SkyBlue_133)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SkyBlue_133() const { return ___SkyBlue_133; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SkyBlue_133() { return &___SkyBlue_133; } inline void set_SkyBlue_133(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SkyBlue_133 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SkyBlue_133))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SlateBlue_134() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SlateBlue_134)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SlateBlue_134() const { return ___SlateBlue_134; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SlateBlue_134() { return &___SlateBlue_134; } inline void set_SlateBlue_134(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SlateBlue_134 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SlateBlue_134))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SlateGray_135() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SlateGray_135)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SlateGray_135() const { return ___SlateGray_135; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SlateGray_135() { return &___SlateGray_135; } inline void set_SlateGray_135(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SlateGray_135 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SlateGray_135))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SlateGrey_136() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SlateGrey_136)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SlateGrey_136() const { return ___SlateGrey_136; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SlateGrey_136() { return &___SlateGrey_136; } inline void set_SlateGrey_136(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SlateGrey_136 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SlateGrey_136))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Snow_137() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Snow_137)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Snow_137() const { return ___Snow_137; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Snow_137() { return &___Snow_137; } inline void set_Snow_137(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Snow_137 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Snow_137))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SpringGreen_138() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SpringGreen_138)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SpringGreen_138() const { return ___SpringGreen_138; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SpringGreen_138() { return &___SpringGreen_138; } inline void set_SpringGreen_138(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SpringGreen_138 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SpringGreen_138))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_SteelBlue_139() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___SteelBlue_139)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_SteelBlue_139() const { return ___SteelBlue_139; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_SteelBlue_139() { return &___SteelBlue_139; } inline void set_SteelBlue_139(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___SteelBlue_139 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___SteelBlue_139))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Tan_140() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Tan_140)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Tan_140() const { return ___Tan_140; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Tan_140() { return &___Tan_140; } inline void set_Tan_140(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Tan_140 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Tan_140))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Teal_141() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Teal_141)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Teal_141() const { return ___Teal_141; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Teal_141() { return &___Teal_141; } inline void set_Teal_141(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Teal_141 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Teal_141))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Thistle_142() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Thistle_142)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Thistle_142() const { return ___Thistle_142; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Thistle_142() { return &___Thistle_142; } inline void set_Thistle_142(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Thistle_142 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Thistle_142))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Tomato_143() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Tomato_143)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Tomato_143() const { return ___Tomato_143; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Tomato_143() { return &___Tomato_143; } inline void set_Tomato_143(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Tomato_143 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Tomato_143))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Transparent_144() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Transparent_144)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Transparent_144() const { return ___Transparent_144; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Transparent_144() { return &___Transparent_144; } inline void set_Transparent_144(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Transparent_144 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Transparent_144))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Turquoise_145() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Turquoise_145)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Turquoise_145() const { return ___Turquoise_145; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Turquoise_145() { return &___Turquoise_145; } inline void set_Turquoise_145(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Turquoise_145 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Turquoise_145))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Violet_146() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Violet_146)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Violet_146() const { return ___Violet_146; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Violet_146() { return &___Violet_146; } inline void set_Violet_146(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Violet_146 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Violet_146))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Wheat_147() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Wheat_147)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Wheat_147() const { return ___Wheat_147; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Wheat_147() { return &___Wheat_147; } inline void set_Wheat_147(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Wheat_147 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Wheat_147))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_White_148() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___White_148)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_White_148() const { return ___White_148; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_White_148() { return &___White_148; } inline void set_White_148(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___White_148 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___White_148))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_WhiteSmoke_149() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___WhiteSmoke_149)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_WhiteSmoke_149() const { return ___WhiteSmoke_149; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_WhiteSmoke_149() { return &___WhiteSmoke_149; } inline void set_WhiteSmoke_149(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___WhiteSmoke_149 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___WhiteSmoke_149))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_Yellow_150() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___Yellow_150)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Yellow_150() const { return ___Yellow_150; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Yellow_150() { return &___Yellow_150; } inline void set_Yellow_150(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Yellow_150 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Yellow_150))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_YellowGreen_151() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___YellowGreen_151)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_YellowGreen_151() const { return ___YellowGreen_151; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_YellowGreen_151() { return &___YellowGreen_151; } inline void set_YellowGreen_151(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___YellowGreen_151 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___YellowGreen_151))->___boxedHighPrecisionPixel_1), (void*)NULL); } inline static int32_t get_offset_of_WebSafePaletteLazy_152() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___WebSafePaletteLazy_152)); } inline Lazy_1_t80FFFE0ACFF8A8AA6833B50CDDF9C92D4C9A5134 * get_WebSafePaletteLazy_152() const { return ___WebSafePaletteLazy_152; } inline Lazy_1_t80FFFE0ACFF8A8AA6833B50CDDF9C92D4C9A5134 ** get_address_of_WebSafePaletteLazy_152() { return &___WebSafePaletteLazy_152; } inline void set_WebSafePaletteLazy_152(Lazy_1_t80FFFE0ACFF8A8AA6833B50CDDF9C92D4C9A5134 * value) { ___WebSafePaletteLazy_152 = value; Il2CppCodeGenWriteBarrier((void**)(&___WebSafePaletteLazy_152), (void*)value); } inline static int32_t get_offset_of_WernerPaletteLazy_153() { return static_cast(offsetof(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_StaticFields, ___WernerPaletteLazy_153)); } inline Lazy_1_t80FFFE0ACFF8A8AA6833B50CDDF9C92D4C9A5134 * get_WernerPaletteLazy_153() const { return ___WernerPaletteLazy_153; } inline Lazy_1_t80FFFE0ACFF8A8AA6833B50CDDF9C92D4C9A5134 ** get_address_of_WernerPaletteLazy_153() { return &___WernerPaletteLazy_153; } inline void set_WernerPaletteLazy_153(Lazy_1_t80FFFE0ACFF8A8AA6833B50CDDF9C92D4C9A5134 * value) { ___WernerPaletteLazy_153 = value; Il2CppCodeGenWriteBarrier((void**)(&___WernerPaletteLazy_153), (void*)value); } }; // Native definition for P/Invoke marshalling of SixLabors.ImageSharp.Color struct Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_marshaled_pinvoke { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___data_0; RuntimeObject* ___boxedHighPrecisionPixel_1; }; // Native definition for COM marshalling of SixLabors.ImageSharp.Color struct Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8_marshaled_com { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___data_0; RuntimeObject* ___boxedHighPrecisionPixel_1; }; // DG.Tweening.Color2 struct Color2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9 { public: // UnityEngine.Color DG.Tweening.Color2::ca Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___ca_0; // UnityEngine.Color DG.Tweening.Color2::cb Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___cb_1; public: inline static int32_t get_offset_of_ca_0() { return static_cast(offsetof(Color2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9, ___ca_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_ca_0() const { return ___ca_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_ca_0() { return &___ca_0; } inline void set_ca_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___ca_0 = value; } inline static int32_t get_offset_of_cb_1() { return static_cast(offsetof(Color2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9, ___cb_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_cb_1() const { return ___cb_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_cb_1() { return &___cb_1; } inline void set_cb_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___cb_1 = 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; } }; 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; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor struct CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 : public CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::k__BackingField Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___U3CCropRectangleU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CCropRectangleU3Ek__BackingField_0() { return static_cast(offsetof(CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009, ___U3CCropRectangleU3Ek__BackingField_0)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_U3CCropRectangleU3Ek__BackingField_0() const { return ___U3CCropRectangleU3Ek__BackingField_0; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_U3CCropRectangleU3Ek__BackingField_0() { return &___U3CCropRectangleU3Ek__BackingField_0; } inline void set_U3CCropRectangleU3Ek__BackingField_0(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___U3CCropRectangleU3Ek__BackingField_0 = 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.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.Networking.DownloadHandler struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.DownloadHandler::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB, ___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; } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.DownloadHandler struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Networking.DownloadHandler struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_com { intptr_t ___m_Ptr_0; }; // DG.Tweening.Ease struct Ease_tB04D625230DDC5B40D74E825C8A9DBBE37A146B4 { public: // System.Int32 DG.Tweening.Ease::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Ease_tB04D625230DDC5B40D74E825C8A9DBBE37A146B4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; 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); } }; // 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; }; // Fractions.FractionState struct FractionState_t17C2652C31A4E3A8832B660ADBA53BEB935FA87C { public: // System.Int32 Fractions.FractionState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FractionState_t17C2652C31A4E3A8832B660ADBA53BEB935FA87C, ___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.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC : public RuntimeObject { public: // System.Collections.Hashtable/bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* ___buckets_10; // System.Int32 System.Collections.Hashtable::count int32_t ___count_11; // System.Int32 System.Collections.Hashtable::occupancy int32_t ___occupancy_12; // System.Int32 System.Collections.Hashtable::loadsize int32_t ___loadsize_13; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_14; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version int32_t ___version_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress bool ___isWriterInProgress_16; // System.Collections.ICollection System.Collections.Hashtable::keys RuntimeObject* ___keys_17; // System.Collections.ICollection System.Collections.Hashtable::values RuntimeObject* ___values_18; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_19; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_20; public: inline static int32_t get_offset_of_buckets_10() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___buckets_10)); } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* get_buckets_10() const { return ___buckets_10; } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190** get_address_of_buckets_10() { return &___buckets_10; } inline void set_buckets_10(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* value) { ___buckets_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value); } inline static int32_t get_offset_of_count_11() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___count_11)); } inline int32_t get_count_11() const { return ___count_11; } inline int32_t* get_address_of_count_11() { return &___count_11; } inline void set_count_11(int32_t value) { ___count_11 = value; } inline static int32_t get_offset_of_occupancy_12() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___occupancy_12)); } inline int32_t get_occupancy_12() const { return ___occupancy_12; } inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; } inline void set_occupancy_12(int32_t value) { ___occupancy_12 = value; } inline static int32_t get_offset_of_loadsize_13() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadsize_13)); } inline int32_t get_loadsize_13() const { return ___loadsize_13; } inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; } inline void set_loadsize_13(int32_t value) { ___loadsize_13 = value; } inline static int32_t get_offset_of_loadFactor_14() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadFactor_14)); } inline float get_loadFactor_14() const { return ___loadFactor_14; } inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; } inline void set_loadFactor_14(float value) { ___loadFactor_14 = value; } inline static int32_t get_offset_of_version_15() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___version_15)); } inline int32_t get_version_15() const { return ___version_15; } inline int32_t* get_address_of_version_15() { return &___version_15; } inline void set_version_15(int32_t value) { ___version_15 = value; } inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___isWriterInProgress_16)); } inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; } inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; } inline void set_isWriterInProgress_16(bool value) { ___isWriterInProgress_16 = value; } inline static int32_t get_offset_of_keys_17() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___keys_17)); } inline RuntimeObject* get_keys_17() const { return ___keys_17; } inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; } inline void set_keys_17(RuntimeObject* value) { ___keys_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value); } inline static int32_t get_offset_of_values_18() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___values_18)); } inline RuntimeObject* get_values_18() const { return ___values_18; } inline RuntimeObject** get_address_of_values_18() { return &___values_18; } inline void set_values_18(RuntimeObject* value) { ___values_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value); } inline static int32_t get_offset_of__keycomparer_19() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____keycomparer_19)); } inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; } inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; } inline void set__keycomparer_19(RuntimeObject* value) { ____keycomparer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value); } inline static int32_t get_offset_of__syncRoot_20() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____syncRoot_20)); } inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; } inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; } inline void set__syncRoot_20(RuntimeObject * value) { ____syncRoot_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value); } }; // SixLabors.ImageSharp.Image struct Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE : public RuntimeObject { public: // System.Boolean SixLabors.ImageSharp.Image::isDisposed bool ___isDisposed_0; // SixLabors.ImageSharp.Size SixLabors.ImageSharp.Image::size Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E ___size_1; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Image::configuration Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration_2; // SixLabors.ImageSharp.Formats.PixelTypeInfo SixLabors.ImageSharp.Image::k__BackingField PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E * ___U3CPixelTypeU3Ek__BackingField_3; // SixLabors.ImageSharp.Metadata.ImageMetadata SixLabors.ImageSharp.Image::k__BackingField ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * ___U3CMetadataU3Ek__BackingField_4; public: inline static int32_t get_offset_of_isDisposed_0() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___isDisposed_0)); } inline bool get_isDisposed_0() const { return ___isDisposed_0; } inline bool* get_address_of_isDisposed_0() { return &___isDisposed_0; } inline void set_isDisposed_0(bool value) { ___isDisposed_0 = value; } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___size_1)); } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E get_size_1() const { return ___size_1; } inline Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E * get_address_of_size_1() { return &___size_1; } inline void set_size_1(Size_tC9A6D2473D2469F90FA9097B89CB8FBB3969088E value) { ___size_1 = value; } inline static int32_t get_offset_of_configuration_2() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___configuration_2)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_configuration_2() const { return ___configuration_2; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_configuration_2() { return &___configuration_2; } inline void set_configuration_2(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___configuration_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___configuration_2), (void*)value); } inline static int32_t get_offset_of_U3CPixelTypeU3Ek__BackingField_3() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___U3CPixelTypeU3Ek__BackingField_3)); } inline PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E * get_U3CPixelTypeU3Ek__BackingField_3() const { return ___U3CPixelTypeU3Ek__BackingField_3; } inline PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E ** get_address_of_U3CPixelTypeU3Ek__BackingField_3() { return &___U3CPixelTypeU3Ek__BackingField_3; } inline void set_U3CPixelTypeU3Ek__BackingField_3(PixelTypeInfo_tE2D6D83EC24DE1FCC65833BC404DE814A167B18E * value) { ___U3CPixelTypeU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPixelTypeU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CMetadataU3Ek__BackingField_4() { return static_cast(offsetof(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE, ___U3CMetadataU3Ek__BackingField_4)); } inline ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * get_U3CMetadataU3Ek__BackingField_4() const { return ___U3CMetadataU3Ek__BackingField_4; } inline ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA ** get_address_of_U3CMetadataU3Ek__BackingField_4() { return &___U3CMetadataU3Ek__BackingField_4; } inline void set_U3CMetadataU3Ek__BackingField_4(ImageMetadata_t37B6E149F2ECCEAE6F19DBA4A565FB2FCA6BCADA * value) { ___U3CMetadataU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMetadataU3Ek__BackingField_4), (void*)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; } }; // SixLabors.ImageSharp.PixelFormats.L8 struct L8_t0DC62ABA8124A587901AC9D023076EF568A23003 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.L8::k__BackingField uint8_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(L8_t0DC62ABA8124A587901AC9D023076EF568A23003, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint8_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint8_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint8_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.L8::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_0; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.L8::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_1; public: inline static int32_t get_offset_of_MaxBytes_0() { return static_cast(offsetof(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields, ___MaxBytes_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_0() const { return ___MaxBytes_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_0() { return &___MaxBytes_0; } inline void set_MaxBytes_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_0 = value; } inline static int32_t get_offset_of_Half_1() { return static_cast(offsetof(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields, ___Half_1)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_1() const { return ___Half_1; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_1() { return &___Half_1; } inline void set_Half_1(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_1 = value; } }; // SixLabors.ImageSharp.PixelFormats.La16 struct La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 { public: union { #pragma pack(push, tp, 1) struct { // System.Byte SixLabors.ImageSharp.PixelFormats.La16::L uint8_t ___L_2; }; #pragma pack(pop, tp) struct { uint8_t ___L_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___A_3_OffsetPadding[1]; // System.Byte SixLabors.ImageSharp.PixelFormats.La16::A uint8_t ___A_3; }; #pragma pack(pop, tp) struct { char ___A_3_OffsetPadding_forAlignmentOnly[1]; uint8_t ___A_3_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_L_2() { return static_cast(offsetof(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677, ___L_2)); } inline uint8_t get_L_2() const { return ___L_2; } inline uint8_t* get_address_of_L_2() { return &___L_2; } inline void set_L_2(uint8_t value) { ___L_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677, ___A_3)); } inline uint8_t get_A_3() const { return ___A_3; } inline uint8_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(uint8_t value) { ___A_3 = value; } }; struct La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.La16::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_0; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.La16::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_1; public: inline static int32_t get_offset_of_MaxBytes_0() { return static_cast(offsetof(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_StaticFields, ___MaxBytes_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_0() const { return ___MaxBytes_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_0() { return &___MaxBytes_0; } inline void set_MaxBytes_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_0 = value; } inline static int32_t get_offset_of_Half_1() { return static_cast(offsetof(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_StaticFields, ___Half_1)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_1() const { return ___Half_1; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_1() { return &___Half_1; } inline void set_Half_1(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_1 = value; } }; // DG.Tweening.LogBehaviour struct LogBehaviour_tE75FAAAFF4FA56D1EB213B38425928B7FF6B17C1 { public: // System.Int32 DG.Tweening.LogBehaviour::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LogBehaviour_tE75FAAAFF4FA56D1EB213B38425928B7FF6B17C1, ___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; } }; // DG.Tweening.LoopType struct LoopType_tF807A5805F6A83F5228BE7D4E633B2572B1B859A { public: // System.Int32 DG.Tweening.LoopType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoopType_tF807A5805F6A83F5228BE7D4E633B2572B1B859A, ___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; } }; // DG.Tweening.Core.Enums.NestedTweenFailureBehaviour struct NestedTweenFailureBehaviour_t226FD9A7294FEF476C4E6D8B943EC4702E369E4D { public: // System.Int32 DG.Tweening.Core.Enums.NestedTweenFailureBehaviour::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NestedTweenFailureBehaviour_t226FD9A7294FEF476C4E6D8B943EC4702E369E4D, ___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; } }; // SixLabors.ImageSharp.PixelFormats.NormalizedByte2 struct NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 { public: // System.UInt16 SixLabors.ImageSharp.PixelFormats.NormalizedByte2::k__BackingField uint16_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint16_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint16_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint16_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_StaticFields { public: // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.NormalizedByte2::Half Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___Half_0; // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.NormalizedByte2::MinusOne Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___MinusOne_1; public: inline static int32_t get_offset_of_Half_0() { return static_cast(offsetof(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_StaticFields, ___Half_0)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_Half_0() const { return ___Half_0; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_Half_0() { return &___Half_0; } inline void set_Half_0(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___Half_0 = value; } inline static int32_t get_offset_of_MinusOne_1() { return static_cast(offsetof(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_StaticFields, ___MinusOne_1)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_MinusOne_1() const { return ___MinusOne_1; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_MinusOne_1() { return &___MinusOne_1; } inline void set_MinusOne_1(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___MinusOne_1 = value; } }; // SixLabors.ImageSharp.PixelFormats.NormalizedByte4 struct NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.NormalizedByte4::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.NormalizedByte4::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_0; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.NormalizedByte4::MinusOne Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MinusOne_1; public: inline static int32_t get_offset_of_Half_0() { return static_cast(offsetof(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_StaticFields, ___Half_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_0() const { return ___Half_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_0() { return &___Half_0; } inline void set_Half_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_0 = value; } inline static int32_t get_offset_of_MinusOne_1() { return static_cast(offsetof(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_StaticFields, ___MinusOne_1)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MinusOne_1() const { return ___MinusOne_1; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MinusOne_1() { return &___MinusOne_1; } inline void set_MinusOne_1(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MinusOne_1 = value; } }; // SixLabors.ImageSharp.PixelFormats.NormalizedShort2 struct NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.NormalizedShort2::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_StaticFields { public: // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.NormalizedShort2::Max Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___Max_0; // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.NormalizedShort2::Min Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___Min_1; public: inline static int32_t get_offset_of_Max_0() { return static_cast(offsetof(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_StaticFields, ___Max_0)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_Max_0() const { return ___Max_0; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_Max_0() { return &___Max_0; } inline void set_Max_0(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___Max_0 = value; } inline static int32_t get_offset_of_Min_1() { return static_cast(offsetof(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_StaticFields, ___Min_1)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_Min_1() const { return ___Min_1; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_Min_1() { return &___Min_1; } inline void set_Min_1(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___Min_1 = value; } }; // SixLabors.ImageSharp.PixelFormats.NormalizedShort4 struct NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 { public: // System.UInt64 SixLabors.ImageSharp.PixelFormats.NormalizedShort4::k__BackingField uint64_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint64_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint64_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint64_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.NormalizedShort4::Max Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Max_0; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.NormalizedShort4::Min Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Min_1; public: inline static int32_t get_offset_of_Max_0() { return static_cast(offsetof(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_StaticFields, ___Max_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Max_0() const { return ___Max_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Max_0() { return &___Max_0; } inline void set_Max_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Max_0 = value; } inline static int32_t get_offset_of_Min_1() { return static_cast(offsetof(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_StaticFields, ___Min_1)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Min_1() const { return ___Min_1; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Min_1() { return &___Min_1; } inline void set_Min_1(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Min_1 = 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; } }; 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; } }; // 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; }; // DG.Tweening.Plugins.Options.OrientType struct OrientType_t98C6DBF0A80C2A938CA315BCE990CF0201D52886 { public: // System.Int32 DG.Tweening.Plugins.Options.OrientType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OrientType_t98C6DBF0A80C2A938CA315BCE990CF0201D52886, ___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; } }; // DG.Tweening.PathMode struct PathMode_tC3536FD34C73F94ADFB5C7DC9415985E353CE572 { public: // System.Int32 DG.Tweening.PathMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PathMode_tC3536FD34C73F94ADFB5C7DC9415985E353CE572, ___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; } }; // SixLabors.ImageSharp.PixelFormats.PixelAlphaCompositionMode struct PixelAlphaCompositionMode_t77C0D1E9D2BE8225312DD215050D2B955D985F87 { public: // System.Int32 SixLabors.ImageSharp.PixelFormats.PixelAlphaCompositionMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PixelAlphaCompositionMode_t77C0D1E9D2BE8225312DD215050D2B955D985F87, ___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; } }; // SixLabors.ImageSharp.PixelFormats.PixelColorBlendingMode struct PixelColorBlendingMode_tC43B26FC015F4634DB8DF6D2EDF10D3A431D3F69 { public: // System.Int32 SixLabors.ImageSharp.PixelFormats.PixelColorBlendingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PixelColorBlendingMode_tC43B26FC015F4634DB8DF6D2EDF10D3A431D3F69, ___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; } }; // SixLabors.ImageSharp.ReadOrigin struct ReadOrigin_tDECF1EE673A03AE8E2B1C0D48330212BE64443A8 { public: // System.Int32 SixLabors.ImageSharp.ReadOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReadOrigin_tDECF1EE673A03AE8E2B1C0D48330212BE64443A8, ___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; } }; // DG.Tweening.Core.Enums.RewindCallbackMode struct RewindCallbackMode_tE4C3B57E2525E673DB571768A7DA431F03CABC6A { public: // System.Int32 DG.Tweening.Core.Enums.RewindCallbackMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RewindCallbackMode_tE4C3B57E2525E673DB571768A7DA431F03CABC6A, ___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; } }; // SixLabors.ImageSharp.PixelFormats.Rg32 struct Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.Rg32::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_1() { return static_cast(offsetof(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB, ___U3CPackedValueU3Ek__BackingField_1)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_1() const { return ___U3CPackedValueU3Ek__BackingField_1; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_1() { return &___U3CPackedValueU3Ek__BackingField_1; } inline void set_U3CPackedValueU3Ek__BackingField_1(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_1 = value; } }; struct Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_StaticFields { public: // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.Rg32::Max Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___Max_0; public: inline static int32_t get_offset_of_Max_0() { return static_cast(offsetof(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_StaticFields, ___Max_0)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_Max_0() const { return ___Max_0; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_Max_0() { return &___Max_0; } inline void set_Max_0(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___Max_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgb24 struct Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 { public: union { #pragma pack(push, tp, 1) struct { // System.Byte SixLabors.ImageSharp.PixelFormats.Rgb24::R uint8_t ___R_0; }; #pragma pack(pop, tp) struct { uint8_t ___R_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___G_1_OffsetPadding[1]; // System.Byte SixLabors.ImageSharp.PixelFormats.Rgb24::G uint8_t ___G_1; }; #pragma pack(pop, tp) struct { char ___G_1_OffsetPadding_forAlignmentOnly[1]; uint8_t ___G_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___B_2_OffsetPadding[2]; // System.Byte SixLabors.ImageSharp.PixelFormats.Rgb24::B uint8_t ___B_2; }; #pragma pack(pop, tp) struct { char ___B_2_OffsetPadding_forAlignmentOnly[2]; uint8_t ___B_2_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3, ___R_0)); } inline uint8_t get_R_0() const { return ___R_0; } inline uint8_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(uint8_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3, ___G_1)); } inline uint8_t get_G_1() const { return ___G_1; } inline uint8_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint8_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3, ___B_2)); } inline uint8_t get_B_2() const { return ___B_2; } inline uint8_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(uint8_t value) { ___B_2 = value; } }; struct Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgb24::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_3; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgb24::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_4; public: inline static int32_t get_offset_of_MaxBytes_3() { return static_cast(offsetof(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_StaticFields, ___MaxBytes_3)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_3() const { return ___MaxBytes_3; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_3() { return &___MaxBytes_3; } inline void set_MaxBytes_3(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_3 = value; } inline static int32_t get_offset_of_Half_4() { return static_cast(offsetof(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_StaticFields, ___Half_4)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_4() const { return ___Half_4; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_4() { return &___Half_4; } inline void set_Half_4(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_4 = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgba1010102 struct Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.Rgba1010102::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_1() { return static_cast(offsetof(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC, ___U3CPackedValueU3Ek__BackingField_1)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_1() const { return ___U3CPackedValueU3Ek__BackingField_1; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_1() { return &___U3CPackedValueU3Ek__BackingField_1; } inline void set_U3CPackedValueU3Ek__BackingField_1(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_1 = value; } }; struct Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgba1010102::Multiplier Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Multiplier_0; public: inline static int32_t get_offset_of_Multiplier_0() { return static_cast(offsetof(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_StaticFields, ___Multiplier_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Multiplier_0() const { return ___Multiplier_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Multiplier_0() { return &___Multiplier_0; } inline void set_Multiplier_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Multiplier_0 = value; } }; // SixLabors.ImageSharp.PixelFormats.Rgba32 struct Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 { public: // System.Byte SixLabors.ImageSharp.PixelFormats.Rgba32::R uint8_t ___R_0; // System.Byte SixLabors.ImageSharp.PixelFormats.Rgba32::G uint8_t ___G_1; // System.Byte SixLabors.ImageSharp.PixelFormats.Rgba32::B uint8_t ___B_2; // System.Byte SixLabors.ImageSharp.PixelFormats.Rgba32::A uint8_t ___A_3; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3, ___R_0)); } inline uint8_t get_R_0() const { return ___R_0; } inline uint8_t* get_address_of_R_0() { return &___R_0; } inline void set_R_0(uint8_t value) { ___R_0 = value; } inline static int32_t get_offset_of_G_1() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3, ___G_1)); } inline uint8_t get_G_1() const { return ___G_1; } inline uint8_t* get_address_of_G_1() { return &___G_1; } inline void set_G_1(uint8_t value) { ___G_1 = value; } inline static int32_t get_offset_of_B_2() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3, ___B_2)); } inline uint8_t get_B_2() const { return ___B_2; } inline uint8_t* get_address_of_B_2() { return &___B_2; } inline void set_B_2(uint8_t value) { ___B_2 = value; } inline static int32_t get_offset_of_A_3() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3, ___A_3)); } inline uint8_t get_A_3() const { return ___A_3; } inline uint8_t* get_address_of_A_3() { return &___A_3; } inline void set_A_3(uint8_t value) { ___A_3 = value; } }; struct Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgba32::MaxBytes Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___MaxBytes_4; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgba32::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_5; public: inline static int32_t get_offset_of_MaxBytes_4() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields, ___MaxBytes_4)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_MaxBytes_4() const { return ___MaxBytes_4; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_MaxBytes_4() { return &___MaxBytes_4; } inline void set_MaxBytes_4(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___MaxBytes_4 = value; } inline static int32_t get_offset_of_Half_5() { return static_cast(offsetof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields, ___Half_5)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_5() const { return ___Half_5; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_5() { return &___Half_5; } inline void set_Half_5(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_5 = value; } }; // SixLabors.ImageSharp.PixelFormats.RgbaVector struct RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 { public: // System.Single SixLabors.ImageSharp.PixelFormats.RgbaVector::R float ___R_0; // System.Single SixLabors.ImageSharp.PixelFormats.RgbaVector::G float ___G_1; // System.Single SixLabors.ImageSharp.PixelFormats.RgbaVector::B float ___B_2; // System.Single SixLabors.ImageSharp.PixelFormats.RgbaVector::A float ___A_3; public: inline static int32_t get_offset_of_R_0() { return static_cast(offsetof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53, ___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(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53, ___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(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53, ___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(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53, ___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; } }; struct RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.RgbaVector::Max Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Max_4; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.RgbaVector::Half Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Half_5; public: inline static int32_t get_offset_of_Max_4() { return static_cast(offsetof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_StaticFields, ___Max_4)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Max_4() const { return ___Max_4; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Max_4() { return &___Max_4; } inline void set_Max_4(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Max_4 = value; } inline static int32_t get_offset_of_Half_5() { return static_cast(offsetof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_StaticFields, ___Half_5)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Half_5() const { return ___Half_5; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Half_5() { return &___Half_5; } inline void set_Half_5(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Half_5 = value; } }; // DG.Tweening.RotateMode struct RotateMode_t16C0F7B9855AE83E1CA407FF541E1060DCE32B1C { public: // System.Int32 DG.Tweening.RotateMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RotateMode_t16C0F7B9855AE83E1CA407FF541E1060DCE32B1C, ___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; } }; // DG.Tweening.ScrambleMode struct ScrambleMode_tEE3686B6B55694EA9621FDD3679FAE06FF42F866 { public: // System.Int32 DG.Tweening.ScrambleMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ScrambleMode_tEE3686B6B55694EA9621FDD3679FAE06FF42F866, ___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; } }; // SixLabors.ImageSharp.PixelFormats.Short2 struct Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 { public: // System.UInt32 SixLabors.ImageSharp.PixelFormats.Short2::k__BackingField uint32_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint32_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint32_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint32_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_StaticFields { public: // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.Short2::Max Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___Max_0; // System.Numerics.Vector2 SixLabors.ImageSharp.PixelFormats.Short2::Min Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___Min_1; public: inline static int32_t get_offset_of_Max_0() { return static_cast(offsetof(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_StaticFields, ___Max_0)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_Max_0() const { return ___Max_0; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_Max_0() { return &___Max_0; } inline void set_Max_0(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___Max_0 = value; } inline static int32_t get_offset_of_Min_1() { return static_cast(offsetof(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_StaticFields, ___Min_1)); } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D get_Min_1() const { return ___Min_1; } inline Vector2_t1455881409307224D6099F54FA7E478733EEF61D * get_address_of_Min_1() { return &___Min_1; } inline void set_Min_1(Vector2_t1455881409307224D6099F54FA7E478733EEF61D value) { ___Min_1 = value; } }; // SixLabors.ImageSharp.PixelFormats.Short4 struct Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C { public: // System.UInt64 SixLabors.ImageSharp.PixelFormats.Short4::k__BackingField uint64_t ___U3CPackedValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CPackedValueU3Ek__BackingField_2() { return static_cast(offsetof(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C, ___U3CPackedValueU3Ek__BackingField_2)); } inline uint64_t get_U3CPackedValueU3Ek__BackingField_2() const { return ___U3CPackedValueU3Ek__BackingField_2; } inline uint64_t* get_address_of_U3CPackedValueU3Ek__BackingField_2() { return &___U3CPackedValueU3Ek__BackingField_2; } inline void set_U3CPackedValueU3Ek__BackingField_2(uint64_t value) { ___U3CPackedValueU3Ek__BackingField_2 = value; } }; struct Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_StaticFields { public: // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Short4::Max Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Max_0; // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Short4::Min Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___Min_1; public: inline static int32_t get_offset_of_Max_0() { return static_cast(offsetof(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_StaticFields, ___Max_0)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Max_0() const { return ___Max_0; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Max_0() { return &___Max_0; } inline void set_Max_0(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Max_0 = value; } inline static int32_t get_offset_of_Min_1() { return static_cast(offsetof(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_StaticFields, ___Min_1)); } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 get_Min_1() const { return ___Min_1; } inline Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * get_address_of_Min_1() { return &___Min_1; } inline void set_Min_1(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 value) { ___Min_1 = value; } }; // DG.Tweening.Core.Enums.SpecialStartupMode struct SpecialStartupMode_t0086D2AE798C217210762DD17C8D3572414ACD92 { public: // System.Int32 DG.Tweening.Core.Enums.SpecialStartupMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpecialStartupMode_t0086D2AE798C217210762DD17C8D3572414ACD92, ___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.UIElements.StyleSelectorType struct StyleSelectorType_t076854E4D0D1DE5408564915375B2D4AF5F13BD7 { public: // System.Int32 UnityEngine.UIElements.StyleSelectorType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StyleSelectorType_t076854E4D0D1DE5408564915375B2D4AF5F13BD7, ___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; } }; // DG.Tweening.TweenType struct TweenType_tAB2DEC1268409EA172594368494218E51696EF5D { public: // System.Int32 DG.Tweening.TweenType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TweenType_tAB2DEC1268409EA172594368494218E51696EF5D, ___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.UInt16Enum struct UInt16Enum_tF2B459B3D0051061056FFACAB957767640B848ED { public: // System.UInt16 System.UInt16Enum::value__ uint16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UInt16Enum_tF2B459B3D0051061056FFACAB957767640B848ED, ___value___2)); } inline uint16_t get_value___2() const { return ___value___2; } inline uint16_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint16_t value) { ___value___2 = value; } }; // DG.Tweening.UpdateType struct UpdateType_t9D838506DD148F29E6183FB298E41921E51CC5ED { public: // System.Int32 DG.Tweening.UpdateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UpdateType_t9D838506DD148F29E6183FB298E41921E51CC5ED, ___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.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.UploadHandler::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA, ___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; } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_com { intptr_t ___m_Ptr_0; }; // 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; } }; // 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.Networking.UnityWebRequest/Result struct Result_t3233C0F690EC3844C8E0C4649568659679AFBE75 { public: // System.Int32 UnityEngine.Networking.UnityWebRequest/Result::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Result_t3233C0F690EC3844C8E0C4649568659679AFBE75, ___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.Linq.Enumerable/d__99`1 struct U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 : 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 uint8_t ___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_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7, ___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_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7, ___U3CU3E2__current_1)); } inline uint8_t get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline uint8_t* get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(uint8_t value) { ___U3CU3E2__current_1 = value; } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7, ___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_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7, ___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_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7, ___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_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7, ___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); } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_t65327A4F1FDD6F7D4D203B9A521E3CC308E2923B ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_tC6D5DC3E687D6B2F9F0E19E1A39ACDC0CAC9B1C3 ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_t65327A4F1FDD6F7D4D203B9A521E3CC308E2923B get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_t65327A4F1FDD6F7D4D203B9A521E3CC308E2923B * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_t65327A4F1FDD6F7D4D203B9A521E3CC308E2923B value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219, ___image_3)); } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * get_image_3() const { return ___image_3; } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219, ___U3CU3E3__image_4)); } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_tC6D5DC3E687D6B2F9F0E19E1A39ACDC0CAC9B1C3 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_tC6D5DC3E687D6B2F9F0E19E1A39ACDC0CAC9B1C3 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_tC6D5DC3E687D6B2F9F0E19E1A39ACDC0CAC9B1C3 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_t6F7C204F61CED94420A88AD557344C4EA49B1EC8 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t9DFD5AA1CD8E5DC2F25F18DF679526532432959A ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_t6F7C204F61CED94420A88AD557344C4EA49B1EC8 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_t6F7C204F61CED94420A88AD557344C4EA49B1EC8 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_t6F7C204F61CED94420A88AD557344C4EA49B1EC8 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586, ___image_3)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_image_3() const { return ___image_3; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586, ___U3CU3E3__image_4)); } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t9DFD5AA1CD8E5DC2F25F18DF679526532432959A get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t9DFD5AA1CD8E5DC2F25F18DF679526532432959A * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t9DFD5AA1CD8E5DC2F25F18DF679526532432959A value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_tECF85E8FF114BB48808571969213800FEB8FF6C3 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t79C3B4FF5959D17AEF09C8659B3A47666A9BE43D ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_tECF85E8FF114BB48808571969213800FEB8FF6C3 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_tECF85E8FF114BB48808571969213800FEB8FF6C3 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_tECF85E8FF114BB48808571969213800FEB8FF6C3 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA, ___image_3)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_image_3() const { return ___image_3; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA, ___U3CU3E3__image_4)); } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t79C3B4FF5959D17AEF09C8659B3A47666A9BE43D get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t79C3B4FF5959D17AEF09C8659B3A47666A9BE43D * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t79C3B4FF5959D17AEF09C8659B3A47666A9BE43D value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_t6B2B1F0A461C1BDAA27FC87DB0FE684164D97906 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_tF917F20A802DA048864FFB708ECB2DA81A7DC319 ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_t6B2B1F0A461C1BDAA27FC87DB0FE684164D97906 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_t6B2B1F0A461C1BDAA27FC87DB0FE684164D97906 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_t6B2B1F0A461C1BDAA27FC87DB0FE684164D97906 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3, ___image_3)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_image_3() const { return ___image_3; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3, ___U3CU3E3__image_4)); } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_tF917F20A802DA048864FFB708ECB2DA81A7DC319 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_tF917F20A802DA048864FFB708ECB2DA81A7DC319 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_tF917F20A802DA048864FFB708ECB2DA81A7DC319 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_t744AAAF31196ABA17B14ABD33D889F3D5B4D2197 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t235A82BB3CE9745FC5EB55BECF2A9714F5AD0726 ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_t744AAAF31196ABA17B14ABD33D889F3D5B4D2197 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_t744AAAF31196ABA17B14ABD33D889F3D5B4D2197 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_t744AAAF31196ABA17B14ABD33D889F3D5B4D2197 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE, ___image_3)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_image_3() const { return ___image_3; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE, ___U3CU3E3__image_4)); } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t235A82BB3CE9745FC5EB55BECF2A9714F5AD0726 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t235A82BB3CE9745FC5EB55BECF2A9714F5AD0726 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t235A82BB3CE9745FC5EB55BECF2A9714F5AD0726 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_tFE58981B0DBAF732CB1B06E411850CBEEAC348F7 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t35BD80E1216C45A34C69522E07756EBA7B9535A5 ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_tFE58981B0DBAF732CB1B06E411850CBEEAC348F7 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_tFE58981B0DBAF732CB1B06E411850CBEEAC348F7 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_tFE58981B0DBAF732CB1B06E411850CBEEAC348F7 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49, ___image_3)); } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * get_image_3() const { return ___image_3; } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49, ___U3CU3E3__image_4)); } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t35BD80E1216C45A34C69522E07756EBA7B9535A5 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t35BD80E1216C45A34C69522E07756EBA7B9535A5 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t35BD80E1216C45A34C69522E07756EBA7B9535A5 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_t69FD250F590AB46D224F0C87F4B77E528D633438 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t55EDC756CEC33D612A821B0AA288D6B2CCBD79FD ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_t69FD250F590AB46D224F0C87F4B77E528D633438 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_t69FD250F590AB46D224F0C87F4B77E528D633438 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_t69FD250F590AB46D224F0C87F4B77E528D633438 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A, ___image_3)); } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * get_image_3() const { return ___image_3; } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A, ___U3CU3E3__image_4)); } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t55EDC756CEC33D612A821B0AA288D6B2CCBD79FD get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t55EDC756CEC33D612A821B0AA288D6B2CCBD79FD * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t55EDC756CEC33D612A821B0AA288D6B2CCBD79FD value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_t95B2B1454FD0136263BEB57C7402C3F70C31D765 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_tEA6B668D04A80D5818780BF33A9D6E690ED0C856 ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_t95B2B1454FD0136263BEB57C7402C3F70C31D765 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_t95B2B1454FD0136263BEB57C7402C3F70C31D765 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_t95B2B1454FD0136263BEB57C7402C3F70C31D765 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000, ___image_3)); } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * get_image_3() const { return ___image_3; } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000, ___U3CU3E3__image_4)); } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_tEA6B668D04A80D5818780BF33A9D6E690ED0C856 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_tEA6B668D04A80D5818780BF33A9D6E690ED0C856 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_tEA6B668D04A80D5818780BF33A9D6E690ED0C856 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_t3086B76E41061EE40EA7ED52F21ACB17CFEB54ED ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t7978F755F1661AB021E367DE0C241FDFFE01C294 ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_t3086B76E41061EE40EA7ED52F21ACB17CFEB54ED get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_t3086B76E41061EE40EA7ED52F21ACB17CFEB54ED * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_t3086B76E41061EE40EA7ED52F21ACB17CFEB54ED value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B, ___image_3)); } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * get_image_3() const { return ___image_3; } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B, ___U3CU3E3__image_4)); } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t7978F755F1661AB021E367DE0C241FDFFE01C294 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t7978F755F1661AB021E367DE0C241FDFFE01C294 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t7978F755F1661AB021E367DE0C241FDFFE01C294 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_tF958B17E046DD2D4C8142FDB130350A4D7A5EFE8 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_tAA8E5B3D92D7FE92AE5113B215145B5041E2FB49 ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_tF958B17E046DD2D4C8142FDB130350A4D7A5EFE8 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_tF958B17E046DD2D4C8142FDB130350A4D7A5EFE8 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_tF958B17E046DD2D4C8142FDB130350A4D7A5EFE8 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6, ___image_3)); } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * get_image_3() const { return ___image_3; } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6, ___U3CU3E3__image_4)); } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_tAA8E5B3D92D7FE92AE5113B215145B5041E2FB49 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_tAA8E5B3D92D7FE92AE5113B215145B5041E2FB49 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_tAA8E5B3D92D7FE92AE5113B215145B5041E2FB49 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_tFDC58D3653815FA6FCD8225E53F1F0ECFDACB3CE ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t29E45A315E42B007007F7A5887000FFAE89A43CC ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_tFDC58D3653815FA6FCD8225E53F1F0ECFDACB3CE get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_tFDC58D3653815FA6FCD8225E53F1F0ECFDACB3CE * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_tFDC58D3653815FA6FCD8225E53F1F0ECFDACB3CE value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6, ___image_3)); } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * get_image_3() const { return ___image_3; } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6, ___U3CU3E3__image_4)); } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t29E45A315E42B007007F7A5887000FFAE89A43CC get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t29E45A315E42B007007F7A5887000FFAE89A43CC * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t29E45A315E42B007007F7A5887000FFAE89A43CC value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_tF76D2333D4436142F6EDB58650C4473738D83550 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t48A97E807585ED3DF68C7787B3A5C3DB8501EA76 ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_tF76D2333D4436142F6EDB58650C4473738D83550 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_tF76D2333D4436142F6EDB58650C4473738D83550 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_tF76D2333D4436142F6EDB58650C4473738D83550 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2, ___image_3)); } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * get_image_3() const { return ___image_3; } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2, ___U3CU3E3__image_4)); } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t48A97E807585ED3DF68C7787B3A5C3DB8501EA76 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t48A97E807585ED3DF68C7787B3A5C3DB8501EA76 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t48A97E807585ED3DF68C7787B3A5C3DB8501EA76 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_tFA921C36D0DD2F3A467DD1D2A9660382951C8BC5 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t5256D310D40A416E41DF148F279790AF60604050 ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_tFA921C36D0DD2F3A467DD1D2A9660382951C8BC5 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_tFA921C36D0DD2F3A467DD1D2A9660382951C8BC5 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_tFA921C36D0DD2F3A467DD1D2A9660382951C8BC5 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC, ___image_3)); } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * get_image_3() const { return ___image_3; } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC, ___U3CU3E3__image_4)); } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t5256D310D40A416E41DF148F279790AF60604050 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t5256D310D40A416E41DF148F279790AF60604050 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t5256D310D40A416E41DF148F279790AF60604050 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_t4E974B58A23A9D3C35796DC747FB7F75C9AF6F07 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t1903C6806B27CC4B6020C19C4A6BA0F01DD1EF29 ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_t4E974B58A23A9D3C35796DC747FB7F75C9AF6F07 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_t4E974B58A23A9D3C35796DC747FB7F75C9AF6F07 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_t4E974B58A23A9D3C35796DC747FB7F75C9AF6F07 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86, ___image_3)); } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * get_image_3() const { return ___image_3; } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86, ___U3CU3E3__image_4)); } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t1903C6806B27CC4B6020C19C4A6BA0F01DD1EF29 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t1903C6806B27CC4B6020C19C4A6BA0F01DD1EF29 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t1903C6806B27CC4B6020C19C4A6BA0F01DD1EF29 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_t88D2D74C63D2103E969C8C46AFAB7189E838E1A6 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t1B3FE559D5FF299C4CFE440A895419F0E9780666 ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_t88D2D74C63D2103E969C8C46AFAB7189E838E1A6 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_t88D2D74C63D2103E969C8C46AFAB7189E838E1A6 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_t88D2D74C63D2103E969C8C46AFAB7189E838E1A6 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2, ___image_3)); } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * get_image_3() const { return ___image_3; } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2, ___U3CU3E3__image_4)); } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t1B3FE559D5FF299C4CFE440A895419F0E9780666 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t1B3FE559D5FF299C4CFE440A895419F0E9780666 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t1B3FE559D5FF299C4CFE440A895419F0E9780666 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_tBA9E762AB0BD2F6D5898239F9D4D1498CD955441 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t65ED02EC839CF7BE5D6AE9452E208B887724066A ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_tBA9E762AB0BD2F6D5898239F9D4D1498CD955441 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_tBA9E762AB0BD2F6D5898239F9D4D1498CD955441 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_tBA9E762AB0BD2F6D5898239F9D4D1498CD955441 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA, ___image_3)); } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * get_image_3() const { return ___image_3; } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA, ___U3CU3E3__image_4)); } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t65ED02EC839CF7BE5D6AE9452E208B887724066A get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t65ED02EC839CF7BE5D6AE9452E208B887724066A * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t65ED02EC839CF7BE5D6AE9452E208B887724066A value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_t1A29078A65C87E7488142539B3FCBB723245622D ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t3FA969B564468D92B2F5D5FB43A70FC94CBC70DC ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_t1A29078A65C87E7488142539B3FCBB723245622D get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_t1A29078A65C87E7488142539B3FCBB723245622D * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_t1A29078A65C87E7488142539B3FCBB723245622D value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32, ___image_3)); } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * get_image_3() const { return ___image_3; } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32, ___U3CU3E3__image_4)); } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t3FA969B564468D92B2F5D5FB43A70FC94CBC70DC get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t3FA969B564468D92B2F5D5FB43A70FC94CBC70DC * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t3FA969B564468D92B2F5D5FB43A70FC94CBC70DC value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_t754ACA9E724A4F77AAC6CB6E35438AFE98A44773 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t11734C0B34E81B141305C6ECB48BF212A7112D1E ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_t754ACA9E724A4F77AAC6CB6E35438AFE98A44773 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_t754ACA9E724A4F77AAC6CB6E35438AFE98A44773 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_t754ACA9E724A4F77AAC6CB6E35438AFE98A44773 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE, ___image_3)); } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * get_image_3() const { return ___image_3; } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE, ___U3CU3E3__image_4)); } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t11734C0B34E81B141305C6ECB48BF212A7112D1E get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t11734C0B34E81B141305C6ECB48BF212A7112D1E * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t11734C0B34E81B141305C6ECB48BF212A7112D1E value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_t7CF1FF055878AE9355E509F87523043423C71B72 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_tD1708754E40C8BAF200A0165E88CFDDF3BCB6CD2 ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_t7CF1FF055878AE9355E509F87523043423C71B72 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_t7CF1FF055878AE9355E509F87523043423C71B72 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_t7CF1FF055878AE9355E509F87523043423C71B72 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2, ___image_3)); } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * get_image_3() const { return ___image_3; } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2, ___U3CU3E3__image_4)); } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_tD1708754E40C8BAF200A0165E88CFDDF3BCB6CD2 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_tD1708754E40C8BAF200A0165E88CFDDF3BCB6CD2 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_tD1708754E40C8BAF200A0165E88CFDDF3BCB6CD2 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_tEAADE5F6E5472FBF2EDD8A7EAD5F7B4FA10D74D8 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t52DAE929FB50E71DC65FB25C715EBD33E538BD2C ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_tEAADE5F6E5472FBF2EDD8A7EAD5F7B4FA10D74D8 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_tEAADE5F6E5472FBF2EDD8A7EAD5F7B4FA10D74D8 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_tEAADE5F6E5472FBF2EDD8A7EAD5F7B4FA10D74D8 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE, ___image_3)); } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * get_image_3() const { return ___image_3; } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE, ___U3CU3E3__image_4)); } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t52DAE929FB50E71DC65FB25C715EBD33E538BD2C get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t52DAE929FB50E71DC65FB25C715EBD33E538BD2C * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t52DAE929FB50E71DC65FB25C715EBD33E538BD2C value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_tCBF422C99F1E033E60BB4E2FED60D2DC3B8128B3 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_tF4E2861B8D2472D0096A77EF31A0B34F7BCF4DC9 ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_tCBF422C99F1E033E60BB4E2FED60D2DC3B8128B3 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_tCBF422C99F1E033E60BB4E2FED60D2DC3B8128B3 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_tCBF422C99F1E033E60BB4E2FED60D2DC3B8128B3 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE, ___image_3)); } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * get_image_3() const { return ___image_3; } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE, ___U3CU3E3__image_4)); } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_tF4E2861B8D2472D0096A77EF31A0B34F7BCF4DC9 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_tF4E2861B8D2472D0096A77EF31A0B34F7BCF4DC9 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_tF4E2861B8D2472D0096A77EF31A0B34F7BCF4DC9 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_t286AA3C7C10A20149648F3DF5F0C7562C060BEFC ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t79826919804B21ACF1A7DCB2CC5860315D8C4797 ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_t286AA3C7C10A20149648F3DF5F0C7562C060BEFC get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_t286AA3C7C10A20149648F3DF5F0C7562C060BEFC * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_t286AA3C7C10A20149648F3DF5F0C7562C060BEFC value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B, ___image_3)); } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * get_image_3() const { return ___image_3; } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B, ___U3CU3E3__image_4)); } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t79826919804B21ACF1A7DCB2CC5860315D8C4797 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t79826919804B21ACF1A7DCB2CC5860315D8C4797 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t79826919804B21ACF1A7DCB2CC5860315D8C4797 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_tBC077D8FF79725BBD946828D60F41B183575E545 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t267AD8DA7522912440FA1A2AA44DAF808414A944 ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_tBC077D8FF79725BBD946828D60F41B183575E545 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_tBC077D8FF79725BBD946828D60F41B183575E545 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_tBC077D8FF79725BBD946828D60F41B183575E545 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81, ___image_3)); } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * get_image_3() const { return ___image_3; } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81, ___U3CU3E3__image_4)); } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t267AD8DA7522912440FA1A2AA44DAF808414A944 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t267AD8DA7522912440FA1A2AA44DAF808414A944 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t267AD8DA7522912440FA1A2AA44DAF808414A944 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_t30A781A0542C4B1F5F47BA677B918778298A582A ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t100312EF5D32AF95EBA6FA1CA27AF9EA16DB1CAC ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_t30A781A0542C4B1F5F47BA677B918778298A582A get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_t30A781A0542C4B1F5F47BA677B918778298A582A * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_t30A781A0542C4B1F5F47BA677B918778298A582A value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62, ___image_3)); } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * get_image_3() const { return ___image_3; } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62, ___U3CU3E3__image_4)); } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t100312EF5D32AF95EBA6FA1CA27AF9EA16DB1CAC get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t100312EF5D32AF95EBA6FA1CA27AF9EA16DB1CAC * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t100312EF5D32AF95EBA6FA1CA27AF9EA16DB1CAC value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_tB27F4D746042766002430A353359E26C29120D47 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t974EF03BBD16D32874915ED00082D245E06E111E ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_tB27F4D746042766002430A353359E26C29120D47 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_tB27F4D746042766002430A353359E26C29120D47 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_tB27F4D746042766002430A353359E26C29120D47 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC, ___image_3)); } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * get_image_3() const { return ___image_3; } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC, ___U3CU3E3__image_4)); } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t974EF03BBD16D32874915ED00082D245E06E111E get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t974EF03BBD16D32874915ED00082D245E06E111E * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t974EF03BBD16D32874915ED00082D245E06E111E value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_t66D170E51FC3DFDDEDBB1E021DD5FD35308CE346 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t839F48AF5166D0847CDA0BE538AAB6A0E7C1D539 ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_t66D170E51FC3DFDDEDBB1E021DD5FD35308CE346 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_t66D170E51FC3DFDDEDBB1E021DD5FD35308CE346 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_t66D170E51FC3DFDDEDBB1E021DD5FD35308CE346 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B, ___image_3)); } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * get_image_3() const { return ___image_3; } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B, ___U3CU3E3__image_4)); } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t839F48AF5166D0847CDA0BE538AAB6A0E7C1D539 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t839F48AF5166D0847CDA0BE538AAB6A0E7C1D539 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t839F48AF5166D0847CDA0BE538AAB6A0E7C1D539 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_t15F04655E6BC0244D89922C24FAEAFB2F6CF5D0D ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t51721789DC3593BD22D09742A1526FD90FDD4CE2 ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_t15F04655E6BC0244D89922C24FAEAFB2F6CF5D0D get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_t15F04655E6BC0244D89922C24FAEAFB2F6CF5D0D * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_t15F04655E6BC0244D89922C24FAEAFB2F6CF5D0D value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F, ___image_3)); } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * get_image_3() const { return ___image_3; } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F, ___U3CU3E3__image_4)); } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t51721789DC3593BD22D09742A1526FD90FDD4CE2 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t51721789DC3593BD22D09742A1526FD90FDD4CE2 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t51721789DC3593BD22D09742A1526FD90FDD4CE2 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_tA442AF11B924DBF23B7A1CB457F370DBDB5607D0 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_tE097B1511A69D8D7A8A282100CF34382326E6B32 ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_tA442AF11B924DBF23B7A1CB457F370DBDB5607D0 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_tA442AF11B924DBF23B7A1CB457F370DBDB5607D0 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_tA442AF11B924DBF23B7A1CB457F370DBDB5607D0 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74, ___image_3)); } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * get_image_3() const { return ___image_3; } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74, ___U3CU3E3__image_4)); } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_tE097B1511A69D8D7A8A282100CF34382326E6B32 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_tE097B1511A69D8D7A8A282100CF34382326E6B32 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_tE097B1511A69D8D7A8A282100CF34382326E6B32 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1 struct U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>1__state int32_t ___U3CU3E1__state_0; // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>2__current Buffer2DRegion_1_t829DF5279EDF709121F3FAC64C8ABAC8123DA368 ___U3CU3E2__current_1; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::image Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___image_3; // SixLabors.ImageSharp.Image`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>3__image Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___U3CU3E3__image_4; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>4__this DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * ___U3CU3E4__this_5; // SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>8__1 U3CU3Ec__DisplayClass9_0_1_t0027C45FC5E1C1FB28A221E629D1101383272E32 ___U3CU3E8__1_6; // System.Int64 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__2 int64_t ___U3CtotalNumberOfRowsU3E5__2_7; // System.Collections.Generic.IEnumerator`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__4 int32_t ___U3CdenomU3E5__4_9; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__5 int32_t ___U3CnumU3E5__5_10; // System.Int32 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/d__9`1::5__6 int32_t ___U3CposU3E5__6_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7, ___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(U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7, ___U3CU3E2__current_1)); } inline Buffer2DRegion_1_t829DF5279EDF709121F3FAC64C8ABAC8123DA368 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Buffer2DRegion_1_t829DF5279EDF709121F3FAC64C8ABAC8123DA368 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Buffer2DRegion_1_t829DF5279EDF709121F3FAC64C8ABAC8123DA368 value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E2__current_1))->___U3CBufferU3Ek__BackingField_1), (void*)NULL); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7, ___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_image_3() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7, ___image_3)); } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * get_image_3() const { return ___image_3; } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 ** get_address_of_image_3() { return &___image_3; } inline void set_image_3(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * value) { ___image_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__image_4() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7, ___U3CU3E3__image_4)); } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * get_U3CU3E3__image_4() const { return ___U3CU3E3__image_4; } inline Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 ** get_address_of_U3CU3E3__image_4() { return &___U3CU3E3__image_4; } inline void set_U3CU3E3__image_4(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * value) { ___U3CU3E3__image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__image_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_5() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7, ___U3CU3E4__this_5)); } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * get_U3CU3E4__this_5() const { return ___U3CU3E4__this_5; } inline DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D ** get_address_of_U3CU3E4__this_5() { return &___U3CU3E4__this_5; } inline void set_U3CU3E4__this_5(DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * value) { ___U3CU3E4__this_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E8__1_6() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7, ___U3CU3E8__1_6)); } inline U3CU3Ec__DisplayClass9_0_1_t0027C45FC5E1C1FB28A221E629D1101383272E32 get_U3CU3E8__1_6() const { return ___U3CU3E8__1_6; } inline U3CU3Ec__DisplayClass9_0_1_t0027C45FC5E1C1FB28A221E629D1101383272E32 * get_address_of_U3CU3E8__1_6() { return &___U3CU3E8__1_6; } inline void set_U3CU3E8__1_6(U3CU3Ec__DisplayClass9_0_1_t0027C45FC5E1C1FB28A221E629D1101383272E32 value) { ___U3CU3E8__1_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E8__1_6))->___image_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtotalNumberOfRowsU3E5__2_7() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7, ___U3CtotalNumberOfRowsU3E5__2_7)); } inline int64_t get_U3CtotalNumberOfRowsU3E5__2_7() const { return ___U3CtotalNumberOfRowsU3E5__2_7; } inline int64_t* get_address_of_U3CtotalNumberOfRowsU3E5__2_7() { return &___U3CtotalNumberOfRowsU3E5__2_7; } inline void set_U3CtotalNumberOfRowsU3E5__2_7(int64_t value) { ___U3CtotalNumberOfRowsU3E5__2_7 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } inline static int32_t get_offset_of_U3CdenomU3E5__4_9() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7, ___U3CdenomU3E5__4_9)); } inline int32_t get_U3CdenomU3E5__4_9() const { return ___U3CdenomU3E5__4_9; } inline int32_t* get_address_of_U3CdenomU3E5__4_9() { return &___U3CdenomU3E5__4_9; } inline void set_U3CdenomU3E5__4_9(int32_t value) { ___U3CdenomU3E5__4_9 = value; } inline static int32_t get_offset_of_U3CnumU3E5__5_10() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7, ___U3CnumU3E5__5_10)); } inline int32_t get_U3CnumU3E5__5_10() const { return ___U3CnumU3E5__5_10; } inline int32_t* get_address_of_U3CnumU3E5__5_10() { return &___U3CnumU3E5__5_10; } inline void set_U3CnumU3E5__5_10(int32_t value) { ___U3CnumU3E5__5_10 = value; } inline static int32_t get_offset_of_U3CposU3E5__6_11() { return static_cast(offsetof(U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7, ___U3CposU3E5__6_11)); } inline int32_t get_U3CposU3E5__6_11() const { return ___U3CposU3E5__6_11; } inline int32_t* get_address_of_U3CposU3E5__6_11() { return &___U3CposU3E5__6_11; } inline void set_U3CposU3E5__6_11(int32_t value) { ___U3CposU3E5__6_11 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_tC0FC68C3BFAEF2F5F5CB08912A5C5F90214FE70B : public ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tC0FC68C3BFAEF2F5F5CB08912A5C5F90214FE70B, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tC0FC68C3BFAEF2F5F5CB08912A5C5F90214FE70B, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tC0FC68C3BFAEF2F5F5CB08912A5C5F90214FE70B, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_t2772DC7D4F831D0FF2529317A4226BE34F6526E9 : public ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t2772DC7D4F831D0FF2529317A4226BE34F6526E9, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t2772DC7D4F831D0FF2529317A4226BE34F6526E9, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t2772DC7D4F831D0FF2529317A4226BE34F6526E9, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_t6A3CBEAA6EB55901ABDDF9E00C21D6A68CC30112 : public ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t6A3CBEAA6EB55901ABDDF9E00C21D6A68CC30112, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t6A3CBEAA6EB55901ABDDF9E00C21D6A68CC30112, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t6A3CBEAA6EB55901ABDDF9E00C21D6A68CC30112, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_tE37E15289E671BB17A4D74252493F511073B51B3 : public ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tE37E15289E671BB17A4D74252493F511073B51B3, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tE37E15289E671BB17A4D74252493F511073B51B3, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tE37E15289E671BB17A4D74252493F511073B51B3, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_t92CA2CDB03994B363DA2C3986576CD102C29EC89 : public ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t92CA2CDB03994B363DA2C3986576CD102C29EC89, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t92CA2CDB03994B363DA2C3986576CD102C29EC89, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t92CA2CDB03994B363DA2C3986576CD102C29EC89, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_t1F501BE1D5BF0A7297A4F70E935C16E96CFC10F1 : public ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t1F501BE1D5BF0A7297A4F70E935C16E96CFC10F1, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t1F501BE1D5BF0A7297A4F70E935C16E96CFC10F1, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t1F501BE1D5BF0A7297A4F70E935C16E96CFC10F1, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_tD510F2EE7A90BCFAFA89BB589009AB6B76CB67EE : public ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tD510F2EE7A90BCFAFA89BB589009AB6B76CB67EE, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tD510F2EE7A90BCFAFA89BB589009AB6B76CB67EE, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tD510F2EE7A90BCFAFA89BB589009AB6B76CB67EE, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_tE7D4D987DF39726ACAA853C736DCAAA95D09007F : public ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tE7D4D987DF39726ACAA853C736DCAAA95D09007F, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tE7D4D987DF39726ACAA853C736DCAAA95D09007F, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tE7D4D987DF39726ACAA853C736DCAAA95D09007F, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_t7107CF6FBD1F23C219C2CFF4DF4F814FB5258758 : public ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t7107CF6FBD1F23C219C2CFF4DF4F814FB5258758, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t7107CF6FBD1F23C219C2CFF4DF4F814FB5258758, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t7107CF6FBD1F23C219C2CFF4DF4F814FB5258758, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_tCF0D4A64223E4E7645A8C495FF14F0DADB37A08E : public ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tCF0D4A64223E4E7645A8C495FF14F0DADB37A08E, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tCF0D4A64223E4E7645A8C495FF14F0DADB37A08E, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tCF0D4A64223E4E7645A8C495FF14F0DADB37A08E, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_t9EA199A57C6F0DC16F0B1B34C7A9B7ECFF31ABC7 : public ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t9EA199A57C6F0DC16F0B1B34C7A9B7ECFF31ABC7, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t9EA199A57C6F0DC16F0B1B34C7A9B7ECFF31ABC7, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t9EA199A57C6F0DC16F0B1B34C7A9B7ECFF31ABC7, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_tCDF63A307BE465F524D3EA6A69200558EA5B66D3 : public ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tCDF63A307BE465F524D3EA6A69200558EA5B66D3, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tCDF63A307BE465F524D3EA6A69200558EA5B66D3, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tCDF63A307BE465F524D3EA6A69200558EA5B66D3, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_t0813B463F32E59F7B24602F1AC2BB4BC397B6C0A : public ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t0813B463F32E59F7B24602F1AC2BB4BC397B6C0A, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t0813B463F32E59F7B24602F1AC2BB4BC397B6C0A, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t0813B463F32E59F7B24602F1AC2BB4BC397B6C0A, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_t34752C4BA0A7EC819FB002856297C0FB60FCA4FF : public ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t34752C4BA0A7EC819FB002856297C0FB60FCA4FF, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t34752C4BA0A7EC819FB002856297C0FB60FCA4FF, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t34752C4BA0A7EC819FB002856297C0FB60FCA4FF, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_t8E4C6F9C39EBE9B40479461CD9C0B4A186D35990 : public ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t8E4C6F9C39EBE9B40479461CD9C0B4A186D35990, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t8E4C6F9C39EBE9B40479461CD9C0B4A186D35990, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t8E4C6F9C39EBE9B40479461CD9C0B4A186D35990, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_t4237E4613F7CEBCF561C6BC3A2AF0CD6F82841B3 : public ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t4237E4613F7CEBCF561C6BC3A2AF0CD6F82841B3, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t4237E4613F7CEBCF561C6BC3A2AF0CD6F82841B3, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t4237E4613F7CEBCF561C6BC3A2AF0CD6F82841B3, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_tCAA504287264F5DCCC2B234E9134CAB0D0EA3657 : public ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tCAA504287264F5DCCC2B234E9134CAB0D0EA3657, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tCAA504287264F5DCCC2B234E9134CAB0D0EA3657, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tCAA504287264F5DCCC2B234E9134CAB0D0EA3657, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_tF2ED0DBBEAD3BE4BB4E3B0EA00973F2665F3C8A1 : public ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tF2ED0DBBEAD3BE4BB4E3B0EA00973F2665F3C8A1, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tF2ED0DBBEAD3BE4BB4E3B0EA00973F2665F3C8A1, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tF2ED0DBBEAD3BE4BB4E3B0EA00973F2665F3C8A1, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_t7E4EBD5CE5B90819E51ADB7C543F527DA93C497D : public ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t7E4EBD5CE5B90819E51ADB7C543F527DA93C497D, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t7E4EBD5CE5B90819E51ADB7C543F527DA93C497D, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t7E4EBD5CE5B90819E51ADB7C543F527DA93C497D, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_tF86B594B78333859F815BE6BF4B9F6C1070ED6DC : public ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tF86B594B78333859F815BE6BF4B9F6C1070ED6DC, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tF86B594B78333859F815BE6BF4B9F6C1070ED6DC, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tF86B594B78333859F815BE6BF4B9F6C1070ED6DC, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_t24B5E4711FB4B5F4E98E4C27C0E3198CC8626E42 : public ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t24B5E4711FB4B5F4E98E4C27C0E3198CC8626E42, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t24B5E4711FB4B5F4E98E4C27C0E3198CC8626E42, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t24B5E4711FB4B5F4E98E4C27C0E3198CC8626E42, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_tB6852AFE941993C32DCAC101EEDD3529F1BC3E4D : public ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tB6852AFE941993C32DCAC101EEDD3529F1BC3E4D, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tB6852AFE941993C32DCAC101EEDD3529F1BC3E4D, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tB6852AFE941993C32DCAC101EEDD3529F1BC3E4D, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_tC5E5780A618D259A4F7643896976C1ED5D52E2CF : public ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tC5E5780A618D259A4F7643896976C1ED5D52E2CF, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tC5E5780A618D259A4F7643896976C1ED5D52E2CF, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tC5E5780A618D259A4F7643896976C1ED5D52E2CF, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_t5C2532779592817CC70C22567796B3FE16322A07 : public ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t5C2532779592817CC70C22567796B3FE16322A07, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t5C2532779592817CC70C22567796B3FE16322A07, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t5C2532779592817CC70C22567796B3FE16322A07, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_t6289351641E3FEB7ECCE303E505C0D75F5A42ED1 : public ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t6289351641E3FEB7ECCE303E505C0D75F5A42ED1, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t6289351641E3FEB7ECCE303E505C0D75F5A42ED1, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t6289351641E3FEB7ECCE303E505C0D75F5A42ED1, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_t865776432283E6B05C6A72E874E9E140F9D2CB5E : public ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t865776432283E6B05C6A72E874E9E140F9D2CB5E, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t865776432283E6B05C6A72E874E9E140F9D2CB5E, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t865776432283E6B05C6A72E874E9E140F9D2CB5E, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_tD015DD0095D555C0B9844347A7E9D7650CD71284 : public ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tD015DD0095D555C0B9844347A7E9D7650CD71284, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tD015DD0095D555C0B9844347A7E9D7650CD71284, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tD015DD0095D555C0B9844347A7E9D7650CD71284, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_tCA17CA73A23F9CFE1D88C010DDC1BF167BC181F2 : public ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tCA17CA73A23F9CFE1D88C010DDC1BF167BC181F2, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tCA17CA73A23F9CFE1D88C010DDC1BF167BC181F2, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_tCA17CA73A23F9CFE1D88C010DDC1BF167BC181F2, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1 struct EdgeDetector2DProcessor_1_t6CEFC7910B9FC562245900B74668BF305AC93B8D : public ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelX DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelX_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::kernelY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelY_4; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor`1::grayscale bool ___grayscale_5; public: inline static int32_t get_offset_of_kernelX_3() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t6CEFC7910B9FC562245900B74668BF305AC93B8D, ___kernelX_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelX_3() const { return ___kernelX_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelX_3() { return &___kernelX_3; } inline void set_kernelX_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelX_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelX_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_kernelY_4() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t6CEFC7910B9FC562245900B74668BF305AC93B8D, ___kernelY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelY_4() const { return ___kernelY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelY_4() { return &___kernelY_4; } inline void set_kernelY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelY_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_grayscale_5() { return static_cast(offsetof(EdgeDetector2DProcessor_1_t6CEFC7910B9FC562245900B74668BF305AC93B8D, ___grayscale_5)); } inline bool get_grayscale_5() const { return ___grayscale_5; } inline bool* get_address_of_grayscale_5() { return &___grayscale_5; } inline void set_grayscale_5(bool value) { ___grayscale_5 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_t48F366BD494EAF9491896249B477533DECADAD77 : public ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t48F366BD494EAF9491896249B477533DECADAD77, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t48F366BD494EAF9491896249B477533DECADAD77, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_t2421B6BF09B77FEFE529BEED73945145EDC11517 : public ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t2421B6BF09B77FEFE529BEED73945145EDC11517, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t2421B6BF09B77FEFE529BEED73945145EDC11517, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_tDEFFB95FC6F0385ECF03F05E62EBF574471B0292 : public ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tDEFFB95FC6F0385ECF03F05E62EBF574471B0292, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tDEFFB95FC6F0385ECF03F05E62EBF574471B0292, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_t8EC3488C46A1269528643AE7B736CB06456C9F02 : public ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t8EC3488C46A1269528643AE7B736CB06456C9F02, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t8EC3488C46A1269528643AE7B736CB06456C9F02, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_tAC82CF1ED477EDC5E23D5A4F93F5451094020867 : public ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tAC82CF1ED477EDC5E23D5A4F93F5451094020867, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tAC82CF1ED477EDC5E23D5A4F93F5451094020867, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_tC60F1C41BF86313F858902CF4AFE8C1A7EA39F41 : public ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tC60F1C41BF86313F858902CF4AFE8C1A7EA39F41, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tC60F1C41BF86313F858902CF4AFE8C1A7EA39F41, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_t4E4F3E237368E4A2139230DC79E20C24930B9B3E : public ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t4E4F3E237368E4A2139230DC79E20C24930B9B3E, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t4E4F3E237368E4A2139230DC79E20C24930B9B3E, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_t8BC04446F2A663A77BA1CF7B1475B32A52D8FFFD : public ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t8BC04446F2A663A77BA1CF7B1475B32A52D8FFFD, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t8BC04446F2A663A77BA1CF7B1475B32A52D8FFFD, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_tE0BDC9B4379B73B723BDABA4BDBD72F26DB438E4 : public ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tE0BDC9B4379B73B723BDABA4BDBD72F26DB438E4, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tE0BDC9B4379B73B723BDABA4BDBD72F26DB438E4, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_tBD08EB9832F32AEAAC063CEE07AFB9C4E9D750F8 : public ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tBD08EB9832F32AEAAC063CEE07AFB9C4E9D750F8, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tBD08EB9832F32AEAAC063CEE07AFB9C4E9D750F8, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_t2C1D30EDCE4FB7CA7EB4052AB42361A1391E4D0F : public ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t2C1D30EDCE4FB7CA7EB4052AB42361A1391E4D0F, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t2C1D30EDCE4FB7CA7EB4052AB42361A1391E4D0F, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_t76B6A76061F7F84E49B87207540CBB51A56B0638 : public ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t76B6A76061F7F84E49B87207540CBB51A56B0638, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t76B6A76061F7F84E49B87207540CBB51A56B0638, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_t6CB53AB44EA7C873B2041FFEF1C89F211ACAA5F8 : public ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t6CB53AB44EA7C873B2041FFEF1C89F211ACAA5F8, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t6CB53AB44EA7C873B2041FFEF1C89F211ACAA5F8, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_t0CFA8F3448B77080C347DE86776B5DC1921240C5 : public ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t0CFA8F3448B77080C347DE86776B5DC1921240C5, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t0CFA8F3448B77080C347DE86776B5DC1921240C5, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_t231BD1A54A4709CFFAAA74579B2C5A489E6D2A38 : public ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t231BD1A54A4709CFFAAA74579B2C5A489E6D2A38, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t231BD1A54A4709CFFAAA74579B2C5A489E6D2A38, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_t10A1426C39516A415A0281AC31E9865879DE9C53 : public ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t10A1426C39516A415A0281AC31E9865879DE9C53, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t10A1426C39516A415A0281AC31E9865879DE9C53, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_t604EC92C50BA70ECC963D22293E768E28E4E9D86 : public ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t604EC92C50BA70ECC963D22293E768E28E4E9D86, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t604EC92C50BA70ECC963D22293E768E28E4E9D86, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_tACC676DD8442484122FEA7A82A12EC67FC89CC3F : public ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tACC676DD8442484122FEA7A82A12EC67FC89CC3F, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tACC676DD8442484122FEA7A82A12EC67FC89CC3F, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_t53C7F7E983E91C9C722E71E68F5B15CD1C093A79 : public ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t53C7F7E983E91C9C722E71E68F5B15CD1C093A79, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t53C7F7E983E91C9C722E71E68F5B15CD1C093A79, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_t7D72A276C109D20C6A1A7B2BCDF5F17EC17930B6 : public ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t7D72A276C109D20C6A1A7B2BCDF5F17EC17930B6, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t7D72A276C109D20C6A1A7B2BCDF5F17EC17930B6, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_tE194CC41FB6D4C42965572BA2DC6F7B5023E4A68 : public ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tE194CC41FB6D4C42965572BA2DC6F7B5023E4A68, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tE194CC41FB6D4C42965572BA2DC6F7B5023E4A68, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_tFE7B8D582C7026C45F0A51FB666494A4EABC625B : public ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tFE7B8D582C7026C45F0A51FB666494A4EABC625B, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tFE7B8D582C7026C45F0A51FB666494A4EABC625B, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_tB7982EFF0A74E6A8441E30D590ED28BE88ADF833 : public ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tB7982EFF0A74E6A8441E30D590ED28BE88ADF833, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tB7982EFF0A74E6A8441E30D590ED28BE88ADF833, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_t5D264B395A76565C7C4D69A77BD23FC19EEE31F6 : public ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t5D264B395A76565C7C4D69A77BD23FC19EEE31F6, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t5D264B395A76565C7C4D69A77BD23FC19EEE31F6, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_tD73EDEC4C499EA3768CDE68ADBEA1AF45D31E358 : public ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tD73EDEC4C499EA3768CDE68ADBEA1AF45D31E358, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tD73EDEC4C499EA3768CDE68ADBEA1AF45D31E358, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_tF5F515B1954B7673313658A80DF4C0D72E7227C7 : public ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tF5F515B1954B7673313658A80DF4C0D72E7227C7, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_tF5F515B1954B7673313658A80DF4C0D72E7227C7, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_t48358BF49DEF68133221F5FF23D7C3930E9BE448 : public ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t48358BF49DEF68133221F5FF23D7C3930E9BE448, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t48358BF49DEF68133221F5FF23D7C3930E9BE448, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_t326D86D39E0D4157370D6EF93D4928511FE9A46C : public ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t326D86D39E0D4157370D6EF93D4928511FE9A46C, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t326D86D39E0D4157370D6EF93D4928511FE9A46C, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1 struct EdgeDetectorCompassProcessor_1_t2280B7EBA217F134FE221D454CAE633388F8FAA4 : public ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 { public: // SixLabors.ImageSharp.DenseMatrix`1[] SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::kernels DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* ___kernels_3; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor`1::grayscale bool ___grayscale_4; public: inline static int32_t get_offset_of_kernels_3() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t2280B7EBA217F134FE221D454CAE633388F8FAA4, ___kernels_3)); } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* get_kernels_3() const { return ___kernels_3; } inline DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB** get_address_of_kernels_3() { return &___kernels_3; } inline void set_kernels_3(DenseMatrix_1U5BU5D_tE954658A57F636905A6EB38C160C2473E24798DB* value) { ___kernels_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___kernels_3), (void*)value); } inline static int32_t get_offset_of_grayscale_4() { return static_cast(offsetof(EdgeDetectorCompassProcessor_1_t2280B7EBA217F134FE221D454CAE633388F8FAA4, ___grayscale_4)); } inline bool get_grayscale_4() const { return ___grayscale_4; } inline bool* get_address_of_grayscale_4() { return &___grayscale_4; } inline void set_grayscale_4(bool value) { ___grayscale_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_t655A2412D6E8B549E2E3A1CE380282220E1113B4 : public ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_t655A2412D6E8B549E2E3A1CE380282220E1113B4, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_t655A2412D6E8B549E2E3A1CE380282220E1113B4, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_tB305A7D34B95FE5FEA3B5E1316389DAA77F48376 : public ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_tB305A7D34B95FE5FEA3B5E1316389DAA77F48376, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_tB305A7D34B95FE5FEA3B5E1316389DAA77F48376, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_t9D425DB2A67D816CBB96C26B6EA3B21BED924812 : public ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_t9D425DB2A67D816CBB96C26B6EA3B21BED924812, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_t9D425DB2A67D816CBB96C26B6EA3B21BED924812, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_t7F1675E9B70D2BBA074935A72B6673921DD10439 : public ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_t7F1675E9B70D2BBA074935A72B6673921DD10439, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_t7F1675E9B70D2BBA074935A72B6673921DD10439, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_t13A2858276DB782EE0E2830834C48D5A4D542DFE : public ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_t13A2858276DB782EE0E2830834C48D5A4D542DFE, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_t13A2858276DB782EE0E2830834C48D5A4D542DFE, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_t01030A19ACD2718DFCED27CF38DB5BFEEF088346 : public ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_t01030A19ACD2718DFCED27CF38DB5BFEEF088346, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_t01030A19ACD2718DFCED27CF38DB5BFEEF088346, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_tF0D82011703DD3AB22F85359D20A05B9C1DB2734 : public ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_tF0D82011703DD3AB22F85359D20A05B9C1DB2734, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_tF0D82011703DD3AB22F85359D20A05B9C1DB2734, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_tFD94D40336522B39CF9B5FD4031BE43F46CF24D1 : public ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_tFD94D40336522B39CF9B5FD4031BE43F46CF24D1, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_tFD94D40336522B39CF9B5FD4031BE43F46CF24D1, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_t815D7D750D8039C4F534A74388ECF84B620B2B52 : public ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_t815D7D750D8039C4F534A74388ECF84B620B2B52, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_t815D7D750D8039C4F534A74388ECF84B620B2B52, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_tD988EB99BAE6D519535EEA1209767E1757EF28EB : public ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_tD988EB99BAE6D519535EEA1209767E1757EF28EB, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_tD988EB99BAE6D519535EEA1209767E1757EF28EB, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_t425F5C6FA94F6AD9E2277AEB2163FFCADD45B403 : public ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_t425F5C6FA94F6AD9E2277AEB2163FFCADD45B403, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_t425F5C6FA94F6AD9E2277AEB2163FFCADD45B403, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_t18FB69ACF6B6F168418D524ECF1FA98E7AD6337B : public ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_t18FB69ACF6B6F168418D524ECF1FA98E7AD6337B, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_t18FB69ACF6B6F168418D524ECF1FA98E7AD6337B, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_t5EEE3A4538391C45499109289E58953C3EE99FC6 : public ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_t5EEE3A4538391C45499109289E58953C3EE99FC6, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_t5EEE3A4538391C45499109289E58953C3EE99FC6, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_t4CC3A6A1A3F2A0C0964229D47C3E4F092E094118 : public ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_t4CC3A6A1A3F2A0C0964229D47C3E4F092E094118, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_t4CC3A6A1A3F2A0C0964229D47C3E4F092E094118, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_tCF6D5B500781B7FE043A6EBC7CA34B1B19152670 : public ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_tCF6D5B500781B7FE043A6EBC7CA34B1B19152670, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_tCF6D5B500781B7FE043A6EBC7CA34B1B19152670, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_t930A1FFF68605955C1F6D05D4D0A4BCA99390735 : public ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_t930A1FFF68605955C1F6D05D4D0A4BCA99390735, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_t930A1FFF68605955C1F6D05D4D0A4BCA99390735, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_t05E7D121C788609B4114AB168210840A9B4761CA : public ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_t05E7D121C788609B4114AB168210840A9B4761CA, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_t05E7D121C788609B4114AB168210840A9B4761CA, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_tBEF1B3C8EB737689A3C9A59D674B0FA4FB876CB0 : public ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_tBEF1B3C8EB737689A3C9A59D674B0FA4FB876CB0, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_tBEF1B3C8EB737689A3C9A59D674B0FA4FB876CB0, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_tF45E34EC06FDBFB1B6AE4269B350BEDF86CC9631 : public ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_tF45E34EC06FDBFB1B6AE4269B350BEDF86CC9631, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_tF45E34EC06FDBFB1B6AE4269B350BEDF86CC9631, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_tA565F93D18180BA7BAFF6DE89F330EB1491773DB : public ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_tA565F93D18180BA7BAFF6DE89F330EB1491773DB, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_tA565F93D18180BA7BAFF6DE89F330EB1491773DB, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_t3BA660BDBF7C6D491F80D4FD6038C7A87C990338 : public ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_t3BA660BDBF7C6D491F80D4FD6038C7A87C990338, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_t3BA660BDBF7C6D491F80D4FD6038C7A87C990338, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_t526B6DEF5CFC84DC3DA6F8236B62598B231A516D : public ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_t526B6DEF5CFC84DC3DA6F8236B62598B231A516D, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_t526B6DEF5CFC84DC3DA6F8236B62598B231A516D, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_t37E9D481242A6D83516949A3AE9ED57A1EE6EF55 : public ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_t37E9D481242A6D83516949A3AE9ED57A1EE6EF55, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_t37E9D481242A6D83516949A3AE9ED57A1EE6EF55, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_tCC4A23434F6FF46F941CF7BB6262EEB063E6282B : public ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_tCC4A23434F6FF46F941CF7BB6262EEB063E6282B, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_tCC4A23434F6FF46F941CF7BB6262EEB063E6282B, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_t86CDAF61AB316A6617ACA346DD9561C8888BA455 : public ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_t86CDAF61AB316A6617ACA346DD9561C8888BA455, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_t86CDAF61AB316A6617ACA346DD9561C8888BA455, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_tFB6DBA5AD318D30633C7DE09AAD158882DF7FD0F : public ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_tFB6DBA5AD318D30633C7DE09AAD158882DF7FD0F, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_tFB6DBA5AD318D30633C7DE09AAD158882DF7FD0F, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_tE679F6A233FA19DD081A147F519A9A17E1151684 : public ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_tE679F6A233FA19DD081A147F519A9A17E1151684, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_tE679F6A233FA19DD081A147F519A9A17E1151684, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_tF937BBFD6EEABFBB842D7A8091307DEDE47741D1 : public ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_tF937BBFD6EEABFBB842D7A8091307DEDE47741D1, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_tF937BBFD6EEABFBB842D7A8091307DEDE47741D1, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1 struct EdgeDetectorProcessor_1_t7C333E1CECE21587116B516BBD577523AC5A72E8 : public ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 { public: // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::grayscale bool ___grayscale_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor`1::kernelXY DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___kernelXY_4; public: inline static int32_t get_offset_of_grayscale_3() { return static_cast(offsetof(EdgeDetectorProcessor_1_t7C333E1CECE21587116B516BBD577523AC5A72E8, ___grayscale_3)); } inline bool get_grayscale_3() const { return ___grayscale_3; } inline bool* get_address_of_grayscale_3() { return &___grayscale_3; } inline void set_grayscale_3(bool value) { ___grayscale_3 = value; } inline static int32_t get_offset_of_kernelXY_4() { return static_cast(offsetof(EdgeDetectorProcessor_1_t7C333E1CECE21587116B516BBD577523AC5A72E8, ___kernelXY_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_kernelXY_4() const { return ___kernelXY_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_kernelXY_4() { return &___kernelXY_4; } inline void set_kernelXY_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___kernelXY_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kernelXY_4))->___Data_0), (void*)NULL); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_tF322B589DB8F7B3AA0F23B236E409089D9A9B58C : public ImageProcessor_1_tF1326029F21996995335AB4FFFC97C1C9B75486A { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_tF322B589DB8F7B3AA0F23B236E409089D9A9B58C, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_tAC23DBDED2CB5E68C1EA511198C6B5094DD99DED : public ImageProcessor_1_t0D47196E31CD920748E228A4696015A7E56A898E { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_tAC23DBDED2CB5E68C1EA511198C6B5094DD99DED, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_t31430EA603482F21AA59BF8AB998F80A79EC64E1 : public ImageProcessor_1_t5D6326B1B58554119924A6B953AC304DA0D22806 { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_t31430EA603482F21AA59BF8AB998F80A79EC64E1, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_t5CC2C194F3C968D7BEED58673B233E90E0B2E07E : public ImageProcessor_1_tA4723C627EF24E8F3D14E675E08962FB727FF800 { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_t5CC2C194F3C968D7BEED58673B233E90E0B2E07E, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_t644537684D5C5A5FEA5A18450D61C8F1143BF84F : public ImageProcessor_1_tBEA427A32051E7A606AA9F2734E826ED27A12A2B { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_t644537684D5C5A5FEA5A18450D61C8F1143BF84F, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_t911CAFDE4A356A3E753345DB82378910D34F7E4E : public ImageProcessor_1_t02426FEB5521E6CC3A000AB335BE53979BE7457B { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_t911CAFDE4A356A3E753345DB82378910D34F7E4E, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_t370CCCE545DCA6F372BE99A86B7462ABAA100C00 : public ImageProcessor_1_t6DB7ABDE9CFF684E9F98A2A1752CCD398CC36D91 { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_t370CCCE545DCA6F372BE99A86B7462ABAA100C00, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_tB50CDD8B6D94319FCD639C1D97756A282AD6DD41 : public ImageProcessor_1_tC850A846E8CB721178B6AB9848D15AD752650039 { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_tB50CDD8B6D94319FCD639C1D97756A282AD6DD41, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_tA4DFBB7B2DC6412BF5382A54D756C0734602A56C : public ImageProcessor_1_t93ADBC9EF1FE117D94A26FB301D3DB1283C3B86E { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_tA4DFBB7B2DC6412BF5382A54D756C0734602A56C, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_tE29FBA6A41ED18D84C2BE0D7E2E66CF2DB0150DB : public ImageProcessor_1_t7B8305D8020F711C4188BEA7A2529E2CCAE21C87 { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_tE29FBA6A41ED18D84C2BE0D7E2E66CF2DB0150DB, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_tD6DCE2EBCA69D186C2943EBA39E217674E9699E9 : public ImageProcessor_1_t492ACE5942AEA5784BE1BB64F8EC229A9F1AEF3B { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_tD6DCE2EBCA69D186C2943EBA39E217674E9699E9, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_t35A79AB1695A7510CBF472B51F72D0E3DF0FA736 : public ImageProcessor_1_t5EAC93B4F704C1D9ED5C0DFB050D3E86D011922A { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_t35A79AB1695A7510CBF472B51F72D0E3DF0FA736, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_tBB81FB0622BB74DC55B331D97237BDA661F58350 : public ImageProcessor_1_tF4F29E6120B1D88B0280D34CA098C0A92ED66C2E { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_tBB81FB0622BB74DC55B331D97237BDA661F58350, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_tE2D3BE1441E77547732ECE7E31C449E4F48D666F : public ImageProcessor_1_t71DCE922507EF84B68F3BE01CAAEE24B7C48C1F1 { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_tE2D3BE1441E77547732ECE7E31C449E4F48D666F, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_tC4C0854E741C46EF0893A39F2C8FD382E0F10D43 : public ImageProcessor_1_t284658354A850E17124CD4B343E82934D4523CBC { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_tC4C0854E741C46EF0893A39F2C8FD382E0F10D43, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_t99002AF2A3019497FDB47DAF83417FC1715E915E : public ImageProcessor_1_tDA1856B31DD70978AFC8CB6D8E86E4EC02A4E909 { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_t99002AF2A3019497FDB47DAF83417FC1715E915E, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_t4F767FE70ABA9BEC12DAC292F70DE37C27A2DB25 : public ImageProcessor_1_t7D53ED2457D7F44457E4752A7B56698113B8B90C { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_t4F767FE70ABA9BEC12DAC292F70DE37C27A2DB25, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_tE3127132D4A3DD3EA276D8E511F9F6A1070D88B8 : public ImageProcessor_1_t98DC6E99169D49298990B1774910D792944DCB9D { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_tE3127132D4A3DD3EA276D8E511F9F6A1070D88B8, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_t0E47DA4E3C742239B0E2D915E6E88EBD5A8B60A7 : public ImageProcessor_1_tB7C866E3EDFDB44755A457D614317C4141AB81E2 { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_t0E47DA4E3C742239B0E2D915E6E88EBD5A8B60A7, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_t99849D41433A5C4AFE67F31E4C6C14AA69C3C30F : public ImageProcessor_1_t9F82B629C5EC0E42EE32E555F87B7D5C590FEEB1 { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_t99849D41433A5C4AFE67F31E4C6C14AA69C3C30F, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_t84448C05EFDFAE1D83126C82A80C60CC8663A0C0 : public ImageProcessor_1_tA6295539D046FA24317D637E4DCD4CB476E727D3 { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_t84448C05EFDFAE1D83126C82A80C60CC8663A0C0, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_tBC7DBB57A2AB79C3714F86B470B5DD86E1291AFF : public ImageProcessor_1_t34EDDA2A994C98506AE971B7A03E9B9E83ACAAC3 { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_tBC7DBB57A2AB79C3714F86B470B5DD86E1291AFF, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_t6242A74D249934DADAAF9F66E3CEE7C0776BAFFC : public ImageProcessor_1_tEAAF2FF6CA91869141F1A82883C51D09077B64DE { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_t6242A74D249934DADAAF9F66E3CEE7C0776BAFFC, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_t67A021F8592151A04C3EA16EF4CAC7B2B33EEEEB : public ImageProcessor_1_t8ED48122825A9AA951322D8831E00BA28A408FFE { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_t67A021F8592151A04C3EA16EF4CAC7B2B33EEEEB, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_t5B52EB7BDE45B645C490086714EFBFF0D26BBFDB : public ImageProcessor_1_t525DB3401F33415720DDE12D1A1728BBCDEB77D1 { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_t5B52EB7BDE45B645C490086714EFBFF0D26BBFDB, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_tC17E12B0AF55C3FFA315DF6BFDE00A41B92D231F : public ImageProcessor_1_tDDF40C903F71704C3F137C4A27AC3B58851F2117 { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_tC17E12B0AF55C3FFA315DF6BFDE00A41B92D231F, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_t1ED10B2CA64856D4EFDCAC4FA45869C62CD44A12 : public ImageProcessor_1_t674E58623F6992E7E1A83299D86DF139382A099B { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_t1ED10B2CA64856D4EFDCAC4FA45869C62CD44A12, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_t4228A3EC8DA358F5329B902A01B9206C4BA3AFAB : public ImageProcessor_1_t4F0EBD8FAB3BD13D511C4D13BAAF0D40EC55C361 { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_t4228A3EC8DA358F5329B902A01B9206C4BA3AFAB, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1 struct EntropyCropProcessor_1_t692988356E5EF58B768E3C710D33571B42B765E5 : public ImageProcessor_1_t17921E9D9A5B6B94893423F46E78D80EC8E12D35 { public: // SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor`1::definition EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * ___definition_3; public: inline static int32_t get_offset_of_definition_3() { return static_cast(offsetof(EntropyCropProcessor_1_t692988356E5EF58B768E3C710D33571B42B765E5, ___definition_3)); } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * get_definition_3() const { return ___definition_3; } inline EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF ** get_address_of_definition_3() { return &___definition_3; } inline void set_definition_3(EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * value) { ___definition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___definition_3), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1, ___frames_5)); } inline ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1, ___frames_5)); } inline ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D, ___frames_5)); } inline ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438, ___frames_5)); } inline ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5, ___frames_5)); } inline ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1, ___frames_5)); } inline ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C, ___frames_5)); } inline ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1, ___frames_5)); } inline ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA, ___frames_5)); } inline ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364, ___frames_5)); } inline ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0, ___frames_5)); } inline ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E, ___frames_5)); } inline ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296, ___frames_5)); } inline ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376, ___frames_5)); } inline ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64, ___frames_5)); } inline ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854, ___frames_5)); } inline ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E, ___frames_5)); } inline ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD, ___frames_5)); } inline ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902, ___frames_5)); } inline ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35, ___frames_5)); } inline ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E, ___frames_5)); } inline ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B, ___frames_5)); } inline ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F, ___frames_5)); } inline ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227, ___frames_5)); } inline ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E, ___frames_5)); } inline ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0, ___frames_5)); } inline ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t977CD663539969F5C0792D29034190DA7EFD9535, ___frames_5)); } inline ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7, ___frames_5)); } inline ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // SixLabors.ImageSharp.Image`1 struct Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 : public Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE { public: // SixLabors.ImageSharp.ImageFrameCollection`1 SixLabors.ImageSharp.Image`1::frames ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * ___frames_5; public: inline static int32_t get_offset_of_frames_5() { return static_cast(offsetof(Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3, ___frames_5)); } inline ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * get_frames_5() const { return ___frames_5; } inline ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 ** get_address_of_frames_5() { return &___frames_5; } inline void set_frames_5(ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * value) { ___frames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___frames_5), (void*)value); } }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_t85DDAE0971D0B7BAF88B18C0670D07CD0594CD2C : 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 uint16_t ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t85DDAE0971D0B7BAF88B18C0670D07CD0594CD2C, ___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_t85DDAE0971D0B7BAF88B18C0670D07CD0594CD2C, ___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_t85DDAE0971D0B7BAF88B18C0670D07CD0594CD2C, ___current_2)); } inline uint16_t get_current_2() const { return ___current_2; } inline uint16_t* get_address_of_current_2() { return &___current_2; } inline void set_current_2(uint16_t value) { ___current_2 = value; } }; // System.Pinnable`1 struct Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD : public RuntimeObject { public: // T System.Pinnable`1::Data Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD, ___Data_0)); } inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 get_Data_0() const { return ___Data_0; } inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A : public RuntimeObject { public: // T System.Pinnable`1::Data Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A, ___Data_0)); } inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD get_Data_0() const { return ___Data_0; } inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF : public RuntimeObject { public: // T System.Pinnable`1::Data Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF, ___Data_0)); } inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 get_Data_0() const { return ___Data_0; } inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t604A0CC06EEE816A81F6B85ED6E75D3F69800250 : public RuntimeObject { public: // T System.Pinnable`1::Data Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t604A0CC06EEE816A81F6B85ED6E75D3F69800250, ___Data_0)); } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 get_Data_0() const { return ___Data_0; } inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 value) { ___Data_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Data_0))->___boxedHighPrecisionPixel_1), (void*)NULL); } }; // System.Pinnable`1 struct Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC : public RuntimeObject { public: // T System.Pinnable`1::Data L8_t0DC62ABA8124A587901AC9D023076EF568A23003 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC, ___Data_0)); } inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 get_Data_0() const { return ___Data_0; } inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E : public RuntimeObject { public: // T System.Pinnable`1::Data La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E, ___Data_0)); } inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 get_Data_0() const { return ___Data_0; } inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 : public RuntimeObject { public: // T System.Pinnable`1::Data NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3, ___Data_0)); } inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 get_Data_0() const { return ___Data_0; } inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 : public RuntimeObject { public: // T System.Pinnable`1::Data NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56, ___Data_0)); } inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 get_Data_0() const { return ___Data_0; } inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 : public RuntimeObject { public: // T System.Pinnable`1::Data NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804, ___Data_0)); } inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 get_Data_0() const { return ___Data_0; } inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 : public RuntimeObject { public: // T System.Pinnable`1::Data NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8, ___Data_0)); } inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 get_Data_0() const { return ___Data_0; } inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 : public RuntimeObject { public: // T System.Pinnable`1::Data Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4, ___Data_0)); } inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB get_Data_0() const { return ___Data_0; } inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D : public RuntimeObject { public: // T System.Pinnable`1::Data Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D, ___Data_0)); } inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 get_Data_0() const { return ___Data_0; } inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF : public RuntimeObject { public: // T System.Pinnable`1::Data Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF, ___Data_0)); } inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC get_Data_0() const { return ___Data_0; } inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 : public RuntimeObject { public: // T System.Pinnable`1::Data Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63, ___Data_0)); } inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 get_Data_0() const { return ___Data_0; } inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF : public RuntimeObject { public: // T System.Pinnable`1::Data RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF, ___Data_0)); } inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 get_Data_0() const { return ___Data_0; } inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C : public RuntimeObject { public: // T System.Pinnable`1::Data Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C, ___Data_0)); } inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 get_Data_0() const { return ___Data_0; } inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 value) { ___Data_0 = value; } }; // System.Pinnable`1 struct Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 : public RuntimeObject { public: // T System.Pinnable`1::Data Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C ___Data_0; public: inline static int32_t get_offset_of_Data_0() { return static_cast(offsetof(Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1, ___Data_0)); } inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C get_Data_0() const { return ___Data_0; } inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * get_address_of_Data_0() { return &___Data_0; } inline void set_Data_0(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C value) { ___Data_0 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_tE6C6FCAD04C817AF08EAD352FC679DF8AB8EBF1B : public CloningImageProcessor_1_t3810F1D95DFE08E6443F93ADCB6A6FB085A52F4C { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t5D5CFFBE141EF7654E1CA7B5704F109677E06BE4 : public CloningImageProcessor_1_t7050F257F8A144732B4FA21CD747362D5BC808BD { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t1B7A0D215DAEB942B8783E06F0AD5278C32B3291 : public CloningImageProcessor_1_tAA2C6BBC40006895EA68913D34F202B053AF5DF4 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t5E3AED8709CB8D76EA6F3B163A35466C8B7B421B : public CloningImageProcessor_1_tFE01CBB5B7D50FE76610D9E375FE69FA2C143439 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_tC9A28353A834ECB479019E9E3BEF499A66C2142C : public CloningImageProcessor_1_tC7C3F4ED6AF16FA3B2DAE4368226CC763F8D9227 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t47C94E870DC5433DB561416A07A1EFEFCC9CF270 : public CloningImageProcessor_1_t1C2977E2EF531783888CD070D37E34A2736D6B72 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_tBA176686F79CD9D281140DC85B945DAF6DEC37CF : public CloningImageProcessor_1_t5A2C324B4F879957AD4EDCA6E87AC3A0016B6C1C { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t29A3C64A4C177064DA2F06B0B5F73ED7242C8789 : public CloningImageProcessor_1_t17CAADA25C1363B312523D8727599FEE76E99129 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t08D4E1F1A2F52857E432446F52980FFE90F95DE9 : public CloningImageProcessor_1_tF6070A4128D927677833351638A4B36FC53D7E54 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t1E99DE957D51B0621C38856A2A7881019049BADD : public CloningImageProcessor_1_t5DA5C6DFC70850EFBED9F2FC56D83B8E075F5E6D { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t4CB9A229A4BDAA0B9E8B9F3B72DD39A0454BF414 : public CloningImageProcessor_1_tE20DE3D92B166EAC764716FFEA1B5532827A181A { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t14D8BA577DE0840771BD92D77DB74F33C83540D9 : public CloningImageProcessor_1_t420696AEE071D0D8DB525C36687C5886B5FFC91C { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t60D97CF35FC5E63EA80B3B0AABD7D8E1EB5F84C3 : public CloningImageProcessor_1_tC596F4AC91D480BFD318F2D6CBA92A5C6BD7E8A1 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t2C4BA4D6CF111A93AB40CCFB0A1FD693882CD993 : public CloningImageProcessor_1_t9E68A6CA9E17695E2F554963F60752BC7A36BBF7 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t25CEBFCCF59479D0C7CD50BACFE3CE288498DC26 : public CloningImageProcessor_1_tF45334E855DF0FAE4711E1439CA5EE0E76106FC7 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t11DAF8F3577DF5AE1D74C9B50779E55BE2FB6F2E : public CloningImageProcessor_1_t37A5C076C1FB75B69244435B41975EB1539A7740 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t0B8103D263249BF05338F0EC99632C0FE9625B4F : public CloningImageProcessor_1_t0D2503D3F58D4F94C5EFC36E5C1C52A57F0B23C9 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t0C2886241377604F2D24AAC961C03E424137D2D3 : public CloningImageProcessor_1_tB543796FA073BB2DD87F3E679546B525AD00B743 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t144BE68FB4ACB1EA1D23FCF9A5468A90A9D8C834 : public CloningImageProcessor_1_t3576AA420F64D85A8BE2B03B27770238E6E45478 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t4DEB95785B85AD382FD5C59A5A1FD19AE3D88759 : public CloningImageProcessor_1_tBD0508AB56DA658DD8039B56AC0E5218D50A46F9 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_tC0A77D4701521F803693BF1E36E9BC47278B617C : public CloningImageProcessor_1_tDFAD27C108A327AFDC13121141DA5DF2CCB894EA { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_tAF0576D8C65C35FBFD53AECAACF1649768E64239 : public CloningImageProcessor_1_t711F6ACE9E734720888A5AE8332299C88BB9E4C0 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_tBF5E00953EEA48B2F67A305D7C5DD280CBE7CF4E : public CloningImageProcessor_1_t992BE1EA052987CCE275BDBEBCB9422DAE78C877 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t8D97476395D15C8D5BB5091C25B1624C316B093B : public CloningImageProcessor_1_t702743D2A0AF3115DA44503E6CE6D18B25CE208A { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_tDD6658A0AB71792BC00C0AD0C5F472216B5D0B3D : public CloningImageProcessor_1_tF46AF217F5E8A48EF8C5BC4DE1A683F1AFAD83E9 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t8167EC9BC0752A046D136D5D470D8744E5B733C3 : public CloningImageProcessor_1_t8BFB1EA5CE2D1A4C63CCC7BF435BA8FCBD62A09B { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t8B2F3FBBD722EA5DCD31CF1386216CD74C0DD5D9 : public CloningImageProcessor_1_tE24A5BB27B258D864F702E987F0D3A32B3ACC6E4 { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_tA5B77B987DC3B807B2C482CB044FF8401F36251D : public CloningImageProcessor_1_t9B3EFD86A327070E381E67369B4F83C82C6067BC { public: public: }; // SixLabors.ImageSharp.Processing.Processors.Transforms.TransformProcessor`1 struct TransformProcessor_1_t6B5882DBA20F606E19FB450F6109226B66F85347 : public CloningImageProcessor_1_t07DFC26AD6297FE18E92651081F78D8F0371E5BF { public: public: }; // System.Linq.Enumerable/WhereSelectArrayIterator`2> struct WhereSelectArrayIterator_2_tFC928449C9A55E7C4399B6C59F05DCA7508E7141 : public Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366 { public: // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_tFDE366CF3ED667CA489D6D5A017B4D50934D4536 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 * ___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_tFC928449C9A55E7C4399B6C59F05DCA7508E7141, ___source_3)); } inline DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1* get_source_3() const { return ___source_3; } inline DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1** get_address_of_source_3() { return &___source_3; } inline void set_source_3(DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1* 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_tFC928449C9A55E7C4399B6C59F05DCA7508E7141, ___predicate_4)); } inline Func_2_tFDE366CF3ED667CA489D6D5A017B4D50934D4536 * get_predicate_4() const { return ___predicate_4; } inline Func_2_tFDE366CF3ED667CA489D6D5A017B4D50934D4536 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tFDE366CF3ED667CA489D6D5A017B4D50934D4536 * 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_tFC928449C9A55E7C4399B6C59F05DCA7508E7141, ___selector_5)); } inline Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 * get_selector_5() const { return ___selector_5; } inline Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 * 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_tFC928449C9A55E7C4399B6C59F05DCA7508E7141, ___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_tA7C45CBFA72C35B990296C88655CD238FA9A2A3F : public Iterator_1_t57AF3413E9578734FAB7E9F864EF7DBC7963BA3F { 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_t874107612DA0AF3B8755FC97B773420D1AB3F66F * ___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_tA7C45CBFA72C35B990296C88655CD238FA9A2A3F, ___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_tA7C45CBFA72C35B990296C88655CD238FA9A2A3F, ___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_tA7C45CBFA72C35B990296C88655CD238FA9A2A3F, ___selector_5)); } inline Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * get_selector_5() const { return ___selector_5; } inline Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * 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_tA7C45CBFA72C35B990296C88655CD238FA9A2A3F, ___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_t8473AE64F889B2833EFB7AC8761AF0EF0C755BEC : public Iterator_1_t14653681CF2CD05E1D864AFF74BC43825A0B585F { 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_tE20358793EA2E519514C8E748F2A14FD07B706F9 * ___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_t8473AE64F889B2833EFB7AC8761AF0EF0C755BEC, ___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_t8473AE64F889B2833EFB7AC8761AF0EF0C755BEC, ___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_t8473AE64F889B2833EFB7AC8761AF0EF0C755BEC, ___selector_5)); } inline Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * get_selector_5() const { return ___selector_5; } inline Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * 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_t8473AE64F889B2833EFB7AC8761AF0EF0C755BEC, ___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_tDBE51BC8D9CA59E1E30E52119677F7597654F90C : public Iterator_1_t6FACC399B2741DB75C8BCC52F7216504207AF193 { 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_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * ___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_tDBE51BC8D9CA59E1E30E52119677F7597654F90C, ___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_tDBE51BC8D9CA59E1E30E52119677F7597654F90C, ___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_tDBE51BC8D9CA59E1E30E52119677F7597654F90C, ___selector_5)); } inline Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * get_selector_5() const { return ___selector_5; } inline Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * 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_tDBE51BC8D9CA59E1E30E52119677F7597654F90C, ___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_t9548083000A8686644DA93C4619116155FDA5CB7 : public Iterator_1_tF3C793C403E9332113B383A01067B430DEC8CB0C { 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_tE65A765659AB3DD016D05F57A53CDD9CA586008B * ___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_t9548083000A8686644DA93C4619116155FDA5CB7, ___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_t9548083000A8686644DA93C4619116155FDA5CB7, ___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_t9548083000A8686644DA93C4619116155FDA5CB7, ___selector_5)); } inline Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * get_selector_5() const { return ___selector_5; } inline Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * 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_t9548083000A8686644DA93C4619116155FDA5CB7, ___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_t0D2161295964F54481A5AAF395ECD1828262A958 : public Iterator_1_t2196CE6F2F99B8FC637CB2770D3AEE6D4FBA0CE4 { 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_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * ___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_t0D2161295964F54481A5AAF395ECD1828262A958, ___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_t0D2161295964F54481A5AAF395ECD1828262A958, ___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_t0D2161295964F54481A5AAF395ECD1828262A958, ___selector_5)); } inline Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * get_selector_5() const { return ___selector_5; } inline Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * 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_t0D2161295964F54481A5AAF395ECD1828262A958, ___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_t9B24903B8BC7F16FBC5D5EEDB1CE98AA16DD8DE4 : public Iterator_1_t2E79CB2A2FE4A3B2FF70306959B540C68210D4D4 { 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_tE2EE992F4ED129F81B65351036EBBDA96654B987 * ___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_t9B24903B8BC7F16FBC5D5EEDB1CE98AA16DD8DE4, ___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_t9B24903B8BC7F16FBC5D5EEDB1CE98AA16DD8DE4, ___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_t9B24903B8BC7F16FBC5D5EEDB1CE98AA16DD8DE4, ___selector_5)); } inline Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * get_selector_5() const { return ___selector_5; } inline Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * 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_t9B24903B8BC7F16FBC5D5EEDB1CE98AA16DD8DE4, ___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_t4E171F3F98500AD238D76B0586018C6AD3204120 : public Iterator_1_t25E2EEECDB8EFDEA62ABB0550DAC74469411FEFA { 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_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * ___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_t4E171F3F98500AD238D76B0586018C6AD3204120, ___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_t4E171F3F98500AD238D76B0586018C6AD3204120, ___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_t4E171F3F98500AD238D76B0586018C6AD3204120, ___selector_5)); } inline Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * get_selector_5() const { return ___selector_5; } inline Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * 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_t4E171F3F98500AD238D76B0586018C6AD3204120, ___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_tA0FC764C929F017C76565E210EE4C8458D3864A8 : public Iterator_1_t3C25A877078C2DC68772501097CC6E1EA66F3601 { 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_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * ___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_tA0FC764C929F017C76565E210EE4C8458D3864A8, ___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_tA0FC764C929F017C76565E210EE4C8458D3864A8, ___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_tA0FC764C929F017C76565E210EE4C8458D3864A8, ___selector_5)); } inline Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * get_selector_5() const { return ___selector_5; } inline Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * 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_tA0FC764C929F017C76565E210EE4C8458D3864A8, ___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_t6AB46974D9E5CF68E816C841D9C3366C82D9EF59 : public Iterator_1_t8D9E0ABE6BE49EC75247C9CD2B52A0CE59F31BC0 { 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_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * ___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_t6AB46974D9E5CF68E816C841D9C3366C82D9EF59, ___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_t6AB46974D9E5CF68E816C841D9C3366C82D9EF59, ___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_t6AB46974D9E5CF68E816C841D9C3366C82D9EF59, ___selector_5)); } inline Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * get_selector_5() const { return ___selector_5; } inline Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * 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_t6AB46974D9E5CF68E816C841D9C3366C82D9EF59, ___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_tBA116330F485C952EA56C2DAF26F822778307240 : public Iterator_1_t79716037D5B2361ADE9793EA7260F93147E59AC9 { 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_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * ___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_tBA116330F485C952EA56C2DAF26F822778307240, ___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_tBA116330F485C952EA56C2DAF26F822778307240, ___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_tBA116330F485C952EA56C2DAF26F822778307240, ___selector_5)); } inline Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * get_selector_5() const { return ___selector_5; } inline Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * 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_tBA116330F485C952EA56C2DAF26F822778307240, ___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_t76707F6D3CD4AA206D48D1A8DA79385632AEFDB2 : public Iterator_1_t7BE219CF7EB910DD47FF25A1779F6087CAC2ACAF { 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_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * ___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_t76707F6D3CD4AA206D48D1A8DA79385632AEFDB2, ___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_t76707F6D3CD4AA206D48D1A8DA79385632AEFDB2, ___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_t76707F6D3CD4AA206D48D1A8DA79385632AEFDB2, ___selector_5)); } inline Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * get_selector_5() const { return ___selector_5; } inline Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * 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_t76707F6D3CD4AA206D48D1A8DA79385632AEFDB2, ___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_t5AEE7704173A9190C57C4EE17AAF37DC6EDB69B7 : public Iterator_1_t6A602D808B441F360D12D7947BCCE88C19133A72 { 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_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * ___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_t5AEE7704173A9190C57C4EE17AAF37DC6EDB69B7, ___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_t5AEE7704173A9190C57C4EE17AAF37DC6EDB69B7, ___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_t5AEE7704173A9190C57C4EE17AAF37DC6EDB69B7, ___selector_5)); } inline Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * get_selector_5() const { return ___selector_5; } inline Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * 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_t5AEE7704173A9190C57C4EE17AAF37DC6EDB69B7, ___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_t506531D62C1B32EA52249AD3841B4FC71E22BF12 : public Iterator_1_t64EBE02BB6107BE0FE9A5AA7E7400E0D7782132C { 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_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * ___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_t506531D62C1B32EA52249AD3841B4FC71E22BF12, ___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_t506531D62C1B32EA52249AD3841B4FC71E22BF12, ___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_t506531D62C1B32EA52249AD3841B4FC71E22BF12, ___selector_5)); } inline Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * get_selector_5() const { return ___selector_5; } inline Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * 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_t506531D62C1B32EA52249AD3841B4FC71E22BF12, ___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_tB3A100D2154E81CFFECE0DEEAFA753C1AEABA133 : public Iterator_1_t24ED5A845B150760A178EBEB1461874D9BB51E1D { 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_tFD81B74596B148B39BB05469981F25AED577A157 * ___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_tB3A100D2154E81CFFECE0DEEAFA753C1AEABA133, ___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_tB3A100D2154E81CFFECE0DEEAFA753C1AEABA133, ___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_tB3A100D2154E81CFFECE0DEEAFA753C1AEABA133, ___selector_5)); } inline Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * get_selector_5() const { return ___selector_5; } inline Func_2_tFD81B74596B148B39BB05469981F25AED577A157 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * 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_tB3A100D2154E81CFFECE0DEEAFA753C1AEABA133, ___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_tEAB11B7C5A14522872654D5892E62C2634A2FF41 : public Iterator_1_t2D6D4FA48C728A70CA5FBF95D68862D8FC63B06A { 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_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * ___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_tEAB11B7C5A14522872654D5892E62C2634A2FF41, ___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_tEAB11B7C5A14522872654D5892E62C2634A2FF41, ___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_tEAB11B7C5A14522872654D5892E62C2634A2FF41, ___selector_5)); } inline Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * get_selector_5() const { return ___selector_5; } inline Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * 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_tEAB11B7C5A14522872654D5892E62C2634A2FF41, ___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_tD5153ECD05D1C23008DCF710D8538C9591E93C39 : public Iterator_1_tBAC8F4AA8F0D0135D10CB339BEAE6DF2F083371A { 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_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * ___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_tD5153ECD05D1C23008DCF710D8538C9591E93C39, ___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_tD5153ECD05D1C23008DCF710D8538C9591E93C39, ___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_tD5153ECD05D1C23008DCF710D8538C9591E93C39, ___selector_5)); } inline Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * get_selector_5() const { return ___selector_5; } inline Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * 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_tD5153ECD05D1C23008DCF710D8538C9591E93C39, ___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_t51CA0467034BD29DE73DA5BF5656DCF77596B58B : public Iterator_1_t5FFFFAF1BCA40B08C79332863D0DEF4024C158DB { 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_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * ___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_t51CA0467034BD29DE73DA5BF5656DCF77596B58B, ___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_t51CA0467034BD29DE73DA5BF5656DCF77596B58B, ___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_t51CA0467034BD29DE73DA5BF5656DCF77596B58B, ___selector_5)); } inline Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * get_selector_5() const { return ___selector_5; } inline Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * 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_t51CA0467034BD29DE73DA5BF5656DCF77596B58B, ___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_t0EF055CBE349413F9065CFB86E274003A316ACFC : public Iterator_1_tCDF59E80D0A78273CD452C4635F1FFFB15F365D6 { 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_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * ___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_t0EF055CBE349413F9065CFB86E274003A316ACFC, ___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_t0EF055CBE349413F9065CFB86E274003A316ACFC, ___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_t0EF055CBE349413F9065CFB86E274003A316ACFC, ___selector_5)); } inline Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * get_selector_5() const { return ___selector_5; } inline Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * 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_t0EF055CBE349413F9065CFB86E274003A316ACFC, ___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_t11E15CBE6911B0648691604404C52E7037922505 : public Iterator_1_t18F940F2FBBAD80D74BA85054A66FFFF6F7672FC { 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_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * ___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_t11E15CBE6911B0648691604404C52E7037922505, ___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_t11E15CBE6911B0648691604404C52E7037922505, ___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_t11E15CBE6911B0648691604404C52E7037922505, ___selector_5)); } inline Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * get_selector_5() const { return ___selector_5; } inline Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * 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_t11E15CBE6911B0648691604404C52E7037922505, ___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_t099230CCDC6AE6A678DAE695CDD681CDEF16D7AD : public Iterator_1_t78ADE5F3C8F482A86C32A348C1E50EEB228D1581 { 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_t5182A96930054BE024323674CBD1CD426A177ACA * ___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_t099230CCDC6AE6A678DAE695CDD681CDEF16D7AD, ___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_t099230CCDC6AE6A678DAE695CDD681CDEF16D7AD, ___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_t099230CCDC6AE6A678DAE695CDD681CDEF16D7AD, ___selector_5)); } inline Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * get_selector_5() const { return ___selector_5; } inline Func_2_t5182A96930054BE024323674CBD1CD426A177ACA ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * 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_t099230CCDC6AE6A678DAE695CDD681CDEF16D7AD, ___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_t3DCFFBEA2B7E5A250AA92D7778D44D03719DEBAE : public Iterator_1_t98B983A555DCBF21D0B8AA08C002DD754D6226C3 { 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_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * ___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_t3DCFFBEA2B7E5A250AA92D7778D44D03719DEBAE, ___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_t3DCFFBEA2B7E5A250AA92D7778D44D03719DEBAE, ___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_t3DCFFBEA2B7E5A250AA92D7778D44D03719DEBAE, ___selector_5)); } inline Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * get_selector_5() const { return ___selector_5; } inline Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * 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_t3DCFFBEA2B7E5A250AA92D7778D44D03719DEBAE, ___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_t56AC40569BBB4BD604A6204862A11A2DBE062178 : public Iterator_1_tA0558DB73BDEA66BA7990C2BF282997146353D93 { 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_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * ___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_t56AC40569BBB4BD604A6204862A11A2DBE062178, ___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_t56AC40569BBB4BD604A6204862A11A2DBE062178, ___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_t56AC40569BBB4BD604A6204862A11A2DBE062178, ___selector_5)); } inline Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * get_selector_5() const { return ___selector_5; } inline Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * 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_t56AC40569BBB4BD604A6204862A11A2DBE062178, ___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_tCA6AE70E0F7CAD0EF5E770DCADAC45F7FD6F5762 : public Iterator_1_tCD93C318DA3A8D92103FEF3F0DF5BB21ACFDC29F { 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_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * ___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_tCA6AE70E0F7CAD0EF5E770DCADAC45F7FD6F5762, ___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_tCA6AE70E0F7CAD0EF5E770DCADAC45F7FD6F5762, ___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_tCA6AE70E0F7CAD0EF5E770DCADAC45F7FD6F5762, ___selector_5)); } inline Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * get_selector_5() const { return ___selector_5; } inline Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * 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_tCA6AE70E0F7CAD0EF5E770DCADAC45F7FD6F5762, ___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_tE6580F247E1F7EC256D82B863B9CB2B18D02FB5B : public Iterator_1_tDAEF42623827EEEAD170675D0A17112F544790F9 { 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_t148D62B7563D65748C6086C0249D98AC437E7D79 * ___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_tE6580F247E1F7EC256D82B863B9CB2B18D02FB5B, ___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_tE6580F247E1F7EC256D82B863B9CB2B18D02FB5B, ___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_tE6580F247E1F7EC256D82B863B9CB2B18D02FB5B, ___selector_5)); } inline Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * get_selector_5() const { return ___selector_5; } inline Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * 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_tE6580F247E1F7EC256D82B863B9CB2B18D02FB5B, ___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_t32289157527E6146F7D8D96F424AF26395F5BFEB : public Iterator_1_tBF860348245D7CD0072341C581713E9643E062C8 { 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_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * ___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_t32289157527E6146F7D8D96F424AF26395F5BFEB, ___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_t32289157527E6146F7D8D96F424AF26395F5BFEB, ___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_t32289157527E6146F7D8D96F424AF26395F5BFEB, ___selector_5)); } inline Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * get_selector_5() const { return ___selector_5; } inline Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * 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_t32289157527E6146F7D8D96F424AF26395F5BFEB, ___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_tF5F1DA041ABA1737FF98672651F4BAE77A9BA283 : public Iterator_1_t84971453BD1047FDB5A62539044F35679FAF8395 { 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_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * ___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_tF5F1DA041ABA1737FF98672651F4BAE77A9BA283, ___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_tF5F1DA041ABA1737FF98672651F4BAE77A9BA283, ___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_tF5F1DA041ABA1737FF98672651F4BAE77A9BA283, ___selector_5)); } inline Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * get_selector_5() const { return ___selector_5; } inline Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * 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_tF5F1DA041ABA1737FF98672651F4BAE77A9BA283, ___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_tC10906A910E2F44313989F8E362A05BA6EDE72D2 : public Iterator_1_tAB6FC466F254602FA0347DBC7D33AF143C8874A2 { 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_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * ___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_tC10906A910E2F44313989F8E362A05BA6EDE72D2, ___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_tC10906A910E2F44313989F8E362A05BA6EDE72D2, ___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_tC10906A910E2F44313989F8E362A05BA6EDE72D2, ___selector_5)); } inline Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * get_selector_5() const { return ___selector_5; } inline Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * 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_tC10906A910E2F44313989F8E362A05BA6EDE72D2, ___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_t3DCFA147E1F9D0C65B16CDE8EA5A650AF07C204B : public Iterator_1_tFC9830464B143E8958A7F135BFFC26885C45298D { 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_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * ___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_t3DCFA147E1F9D0C65B16CDE8EA5A650AF07C204B, ___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_t3DCFA147E1F9D0C65B16CDE8EA5A650AF07C204B, ___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_t3DCFA147E1F9D0C65B16CDE8EA5A650AF07C204B, ___selector_5)); } inline Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * get_selector_5() const { return ___selector_5; } inline Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * 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_t3DCFA147E1F9D0C65B16CDE8EA5A650AF07C204B, ___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_t5806107A9FF8453061C9779CFA416D2DF2D014F2 : public Iterator_1_t5A332A98569106E1617A51C37CA1C1DC4584BF93 { 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_tF6F51BA45704858319C9B9985D27D2293161E875 * ___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_t5806107A9FF8453061C9779CFA416D2DF2D014F2, ___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_t5806107A9FF8453061C9779CFA416D2DF2D014F2, ___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_t5806107A9FF8453061C9779CFA416D2DF2D014F2, ___selector_5)); } inline Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * get_selector_5() const { return ___selector_5; } inline Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * 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_t5806107A9FF8453061C9779CFA416D2DF2D014F2, ___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_t5B4D98E0DFA2C8A521EF75573EC2E1A80C5E8F6C : public Iterator_1_t6F9A930C753970C1EB6D926D96A29E6C6A63C93C { 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_t4450FC86C7084E06E62FA5B9905EA67489833E5D * ___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_t5B4D98E0DFA2C8A521EF75573EC2E1A80C5E8F6C, ___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_t5B4D98E0DFA2C8A521EF75573EC2E1A80C5E8F6C, ___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_t5B4D98E0DFA2C8A521EF75573EC2E1A80C5E8F6C, ___selector_5)); } inline Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * get_selector_5() const { return ___selector_5; } inline Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * 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_t5B4D98E0DFA2C8A521EF75573EC2E1A80C5E8F6C, ___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_t19620B43424A7C04C04B0CA2AFCC349E11570813 : public Iterator_1_tB2DA5430ABCFC7E03FDA301F3B52E71456864408 { 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_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * ___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_t19620B43424A7C04C04B0CA2AFCC349E11570813, ___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_t19620B43424A7C04C04B0CA2AFCC349E11570813, ___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_t19620B43424A7C04C04B0CA2AFCC349E11570813, ___selector_5)); } inline Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * get_selector_5() const { return ___selector_5; } inline Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * 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_t19620B43424A7C04C04B0CA2AFCC349E11570813, ___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_tB1242473DD88189D9574C980568D2C02CA0BA44F : public Iterator_1_t7B674DB4D3838AEB12B51B24470A212920A1F0A6 { 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_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * ___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_tB1242473DD88189D9574C980568D2C02CA0BA44F, ___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_tB1242473DD88189D9574C980568D2C02CA0BA44F, ___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_tB1242473DD88189D9574C980568D2C02CA0BA44F, ___selector_5)); } inline Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * get_selector_5() const { return ___selector_5; } inline Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * 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_tB1242473DD88189D9574C980568D2C02CA0BA44F, ___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_t0ECE10D9E2F55694D8BC23D0128A920DA5F1E889 : public Iterator_1_t8DFA02B2E454177571EF97FAAE92F2DC3A48AB5B { 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_t5AC469087DA545C8C0CEC726168EFC66032DF712 * ___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_t0ECE10D9E2F55694D8BC23D0128A920DA5F1E889, ___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_t0ECE10D9E2F55694D8BC23D0128A920DA5F1E889, ___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_t0ECE10D9E2F55694D8BC23D0128A920DA5F1E889, ___selector_5)); } inline Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * get_selector_5() const { return ___selector_5; } inline Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * 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_t0ECE10D9E2F55694D8BC23D0128A920DA5F1E889, ___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_t020FAE4C7191BD19EB3735239FF5306DD0917A01 : public Iterator_1_t9014FF56562F0E9ADEC26966A304B5F8A6EE03C1 { 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_t46A60BA2D4F17E047EB88BDB0597738ED799468A * ___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_t020FAE4C7191BD19EB3735239FF5306DD0917A01, ___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_t020FAE4C7191BD19EB3735239FF5306DD0917A01, ___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_t020FAE4C7191BD19EB3735239FF5306DD0917A01, ___selector_5)); } inline Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * get_selector_5() const { return ___selector_5; } inline Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * 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_t020FAE4C7191BD19EB3735239FF5306DD0917A01, ___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_t42B563C03A0E02FA9D8E8B92FF75CE1862CCCFC4 : public Iterator_1_t29498D8AD203524A9C691C3E6A33A1B24A0CDC57 { 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_t282E15818BB68D2C2878030597E99A81F769E4AB * ___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_t42B563C03A0E02FA9D8E8B92FF75CE1862CCCFC4, ___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_t42B563C03A0E02FA9D8E8B92FF75CE1862CCCFC4, ___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_t42B563C03A0E02FA9D8E8B92FF75CE1862CCCFC4, ___selector_5)); } inline Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * get_selector_5() const { return ___selector_5; } inline Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * 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_t42B563C03A0E02FA9D8E8B92FF75CE1862CCCFC4, ___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_t05211EF1C880921530E76D287F5904B81830E9B2 : public Iterator_1_tF952CC1A7BF2FD88FD05E5613DD93EF8DD1F0474 { 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_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * ___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_t05211EF1C880921530E76D287F5904B81830E9B2, ___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_t05211EF1C880921530E76D287F5904B81830E9B2, ___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_t05211EF1C880921530E76D287F5904B81830E9B2, ___selector_5)); } inline Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * get_selector_5() const { return ___selector_5; } inline Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * 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_t05211EF1C880921530E76D287F5904B81830E9B2, ___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_tF9AB82F1F3C4DAF85210C29B56B81A8A5B107A88 : public Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366 { 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_tFDE366CF3ED667CA489D6D5A017B4D50934D4536 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 * ___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_tF9AB82F1F3C4DAF85210C29B56B81A8A5B107A88, ___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_tF9AB82F1F3C4DAF85210C29B56B81A8A5B107A88, ___predicate_4)); } inline Func_2_tFDE366CF3ED667CA489D6D5A017B4D50934D4536 * get_predicate_4() const { return ___predicate_4; } inline Func_2_tFDE366CF3ED667CA489D6D5A017B4D50934D4536 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tFDE366CF3ED667CA489D6D5A017B4D50934D4536 * 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_tF9AB82F1F3C4DAF85210C29B56B81A8A5B107A88, ___selector_5)); } inline Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 * get_selector_5() const { return ___selector_5; } inline Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 * 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_tF9AB82F1F3C4DAF85210C29B56B81A8A5B107A88, ___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_t0A4154063EE9104465C7427126EDDF59775DA40D : public Iterator_1_t57AF3413E9578734FAB7E9F864EF7DBC7963BA3F { 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_t874107612DA0AF3B8755FC97B773420D1AB3F66F * ___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_t0A4154063EE9104465C7427126EDDF59775DA40D, ___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_t0A4154063EE9104465C7427126EDDF59775DA40D, ___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_t0A4154063EE9104465C7427126EDDF59775DA40D, ___selector_5)); } inline Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * get_selector_5() const { return ___selector_5; } inline Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * 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_t0A4154063EE9104465C7427126EDDF59775DA40D, ___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_t9AF5F20559F6331050BEE5B43FBA6E1DDFB6ABFA : public Iterator_1_t14653681CF2CD05E1D864AFF74BC43825A0B585F { 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_tE20358793EA2E519514C8E748F2A14FD07B706F9 * ___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_t9AF5F20559F6331050BEE5B43FBA6E1DDFB6ABFA, ___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_t9AF5F20559F6331050BEE5B43FBA6E1DDFB6ABFA, ___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_t9AF5F20559F6331050BEE5B43FBA6E1DDFB6ABFA, ___selector_5)); } inline Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * get_selector_5() const { return ___selector_5; } inline Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * 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_t9AF5F20559F6331050BEE5B43FBA6E1DDFB6ABFA, ___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_t259C34602322E05141CC48A9BFD04AD9BFBB7F9D : public Iterator_1_t6FACC399B2741DB75C8BCC52F7216504207AF193 { 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_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * ___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_t259C34602322E05141CC48A9BFD04AD9BFBB7F9D, ___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_t259C34602322E05141CC48A9BFD04AD9BFBB7F9D, ___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_t259C34602322E05141CC48A9BFD04AD9BFBB7F9D, ___selector_5)); } inline Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * get_selector_5() const { return ___selector_5; } inline Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * 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_t259C34602322E05141CC48A9BFD04AD9BFBB7F9D, ___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_t978C3F5C7D04FB1F36F295ED2C0846567A459078 : public Iterator_1_tF3C793C403E9332113B383A01067B430DEC8CB0C { 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_tE65A765659AB3DD016D05F57A53CDD9CA586008B * ___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_t978C3F5C7D04FB1F36F295ED2C0846567A459078, ___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_t978C3F5C7D04FB1F36F295ED2C0846567A459078, ___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_t978C3F5C7D04FB1F36F295ED2C0846567A459078, ___selector_5)); } inline Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * get_selector_5() const { return ___selector_5; } inline Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * 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_t978C3F5C7D04FB1F36F295ED2C0846567A459078, ___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_tABBF92F54EAEF46DD7AB7314ADBFFFC6C8615F14 : public Iterator_1_t2196CE6F2F99B8FC637CB2770D3AEE6D4FBA0CE4 { 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_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * ___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_tABBF92F54EAEF46DD7AB7314ADBFFFC6C8615F14, ___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_tABBF92F54EAEF46DD7AB7314ADBFFFC6C8615F14, ___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_tABBF92F54EAEF46DD7AB7314ADBFFFC6C8615F14, ___selector_5)); } inline Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * get_selector_5() const { return ___selector_5; } inline Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * 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_tABBF92F54EAEF46DD7AB7314ADBFFFC6C8615F14, ___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_t345B847C1FC74E1A32E4EF2483D33E276E3897B6 : public Iterator_1_t2E79CB2A2FE4A3B2FF70306959B540C68210D4D4 { 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_tE2EE992F4ED129F81B65351036EBBDA96654B987 * ___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_t345B847C1FC74E1A32E4EF2483D33E276E3897B6, ___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_t345B847C1FC74E1A32E4EF2483D33E276E3897B6, ___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_t345B847C1FC74E1A32E4EF2483D33E276E3897B6, ___selector_5)); } inline Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * get_selector_5() const { return ___selector_5; } inline Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * 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_t345B847C1FC74E1A32E4EF2483D33E276E3897B6, ___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_tFB50D6544679741A5D8D572E449C262A9A18C852 : public Iterator_1_t25E2EEECDB8EFDEA62ABB0550DAC74469411FEFA { 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_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * ___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_tFB50D6544679741A5D8D572E449C262A9A18C852, ___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_tFB50D6544679741A5D8D572E449C262A9A18C852, ___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_tFB50D6544679741A5D8D572E449C262A9A18C852, ___selector_5)); } inline Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * get_selector_5() const { return ___selector_5; } inline Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * 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_tFB50D6544679741A5D8D572E449C262A9A18C852, ___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_t4664D68521C14937068C93566AE6723ECCE947D9 : public Iterator_1_t3C25A877078C2DC68772501097CC6E1EA66F3601 { 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_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * ___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_t4664D68521C14937068C93566AE6723ECCE947D9, ___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_t4664D68521C14937068C93566AE6723ECCE947D9, ___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_t4664D68521C14937068C93566AE6723ECCE947D9, ___selector_5)); } inline Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * get_selector_5() const { return ___selector_5; } inline Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * 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_t4664D68521C14937068C93566AE6723ECCE947D9, ___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_t47418AFD01B8E7E301031FC7796E7DD8BC7D7BC2 : public Iterator_1_t8D9E0ABE6BE49EC75247C9CD2B52A0CE59F31BC0 { 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_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * ___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_t47418AFD01B8E7E301031FC7796E7DD8BC7D7BC2, ___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_t47418AFD01B8E7E301031FC7796E7DD8BC7D7BC2, ___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_t47418AFD01B8E7E301031FC7796E7DD8BC7D7BC2, ___selector_5)); } inline Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * get_selector_5() const { return ___selector_5; } inline Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * 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_t47418AFD01B8E7E301031FC7796E7DD8BC7D7BC2, ___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_t22C2860EA8D5D901F68FBEDA6B217BA3B38636E9 : public Iterator_1_t79716037D5B2361ADE9793EA7260F93147E59AC9 { 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_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * ___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_t22C2860EA8D5D901F68FBEDA6B217BA3B38636E9, ___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_t22C2860EA8D5D901F68FBEDA6B217BA3B38636E9, ___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_t22C2860EA8D5D901F68FBEDA6B217BA3B38636E9, ___selector_5)); } inline Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * get_selector_5() const { return ___selector_5; } inline Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * 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_t22C2860EA8D5D901F68FBEDA6B217BA3B38636E9, ___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_t221D7783AE19E2DF3342815730270EED9CB43BAB : public Iterator_1_t7BE219CF7EB910DD47FF25A1779F6087CAC2ACAF { 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_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * ___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_t221D7783AE19E2DF3342815730270EED9CB43BAB, ___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_t221D7783AE19E2DF3342815730270EED9CB43BAB, ___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_t221D7783AE19E2DF3342815730270EED9CB43BAB, ___selector_5)); } inline Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * get_selector_5() const { return ___selector_5; } inline Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * 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_t221D7783AE19E2DF3342815730270EED9CB43BAB, ___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_tB8E7EE73B875DA076FB190A2C4AA18189DEC24AE : public Iterator_1_t6A602D808B441F360D12D7947BCCE88C19133A72 { 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_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * ___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_tB8E7EE73B875DA076FB190A2C4AA18189DEC24AE, ___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_tB8E7EE73B875DA076FB190A2C4AA18189DEC24AE, ___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_tB8E7EE73B875DA076FB190A2C4AA18189DEC24AE, ___selector_5)); } inline Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * get_selector_5() const { return ___selector_5; } inline Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * 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_tB8E7EE73B875DA076FB190A2C4AA18189DEC24AE, ___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_t015A8791980F17E70165BC17FC9E67B13C5B4EF5 : public Iterator_1_t64EBE02BB6107BE0FE9A5AA7E7400E0D7782132C { 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_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * ___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_t015A8791980F17E70165BC17FC9E67B13C5B4EF5, ___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_t015A8791980F17E70165BC17FC9E67B13C5B4EF5, ___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_t015A8791980F17E70165BC17FC9E67B13C5B4EF5, ___selector_5)); } inline Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * get_selector_5() const { return ___selector_5; } inline Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * 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_t015A8791980F17E70165BC17FC9E67B13C5B4EF5, ___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_t66A5969FF3CCF47D84ED02190AD4EC3BCD1FA33A : public Iterator_1_t24ED5A845B150760A178EBEB1461874D9BB51E1D { 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_tFD81B74596B148B39BB05469981F25AED577A157 * ___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_t66A5969FF3CCF47D84ED02190AD4EC3BCD1FA33A, ___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_t66A5969FF3CCF47D84ED02190AD4EC3BCD1FA33A, ___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_t66A5969FF3CCF47D84ED02190AD4EC3BCD1FA33A, ___selector_5)); } inline Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * get_selector_5() const { return ___selector_5; } inline Func_2_tFD81B74596B148B39BB05469981F25AED577A157 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * 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_t66A5969FF3CCF47D84ED02190AD4EC3BCD1FA33A, ___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_tE1A3DD06E87E650C92BFD495FC83F7DA1898EFC3 : public Iterator_1_t2D6D4FA48C728A70CA5FBF95D68862D8FC63B06A { 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_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * ___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_tE1A3DD06E87E650C92BFD495FC83F7DA1898EFC3, ___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_tE1A3DD06E87E650C92BFD495FC83F7DA1898EFC3, ___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_tE1A3DD06E87E650C92BFD495FC83F7DA1898EFC3, ___selector_5)); } inline Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * get_selector_5() const { return ___selector_5; } inline Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * 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_tE1A3DD06E87E650C92BFD495FC83F7DA1898EFC3, ___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_t90E726D1B9A7BA72D80CD03E333CB9B1B24F894C : public Iterator_1_tBAC8F4AA8F0D0135D10CB339BEAE6DF2F083371A { 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_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * ___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_t90E726D1B9A7BA72D80CD03E333CB9B1B24F894C, ___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_t90E726D1B9A7BA72D80CD03E333CB9B1B24F894C, ___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_t90E726D1B9A7BA72D80CD03E333CB9B1B24F894C, ___selector_5)); } inline Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * get_selector_5() const { return ___selector_5; } inline Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * 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_t90E726D1B9A7BA72D80CD03E333CB9B1B24F894C, ___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_t27FEFB02A8275DDF0826B899974CE8E06780E49A : public Iterator_1_t5FFFFAF1BCA40B08C79332863D0DEF4024C158DB { 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_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * ___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_t27FEFB02A8275DDF0826B899974CE8E06780E49A, ___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_t27FEFB02A8275DDF0826B899974CE8E06780E49A, ___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_t27FEFB02A8275DDF0826B899974CE8E06780E49A, ___selector_5)); } inline Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * get_selector_5() const { return ___selector_5; } inline Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * 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_t27FEFB02A8275DDF0826B899974CE8E06780E49A, ___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_tFB260DE6B31637D861B02B002A39AA91C4C5338F : public Iterator_1_tCDF59E80D0A78273CD452C4635F1FFFB15F365D6 { 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_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * ___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_tFB260DE6B31637D861B02B002A39AA91C4C5338F, ___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_tFB260DE6B31637D861B02B002A39AA91C4C5338F, ___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_tFB260DE6B31637D861B02B002A39AA91C4C5338F, ___selector_5)); } inline Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * get_selector_5() const { return ___selector_5; } inline Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * 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_tFB260DE6B31637D861B02B002A39AA91C4C5338F, ___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_tB8EEB4467EC453C2E43340E420D34176296B83B6 : public Iterator_1_t18F940F2FBBAD80D74BA85054A66FFFF6F7672FC { 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_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * ___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_tB8EEB4467EC453C2E43340E420D34176296B83B6, ___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_tB8EEB4467EC453C2E43340E420D34176296B83B6, ___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_tB8EEB4467EC453C2E43340E420D34176296B83B6, ___selector_5)); } inline Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * get_selector_5() const { return ___selector_5; } inline Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * 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_tB8EEB4467EC453C2E43340E420D34176296B83B6, ___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_t46BC5162DB5BD291102372639E7B3AC14EA3085D : public Iterator_1_t78ADE5F3C8F482A86C32A348C1E50EEB228D1581 { 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_t5182A96930054BE024323674CBD1CD426A177ACA * ___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_t46BC5162DB5BD291102372639E7B3AC14EA3085D, ___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_t46BC5162DB5BD291102372639E7B3AC14EA3085D, ___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_t46BC5162DB5BD291102372639E7B3AC14EA3085D, ___selector_5)); } inline Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * get_selector_5() const { return ___selector_5; } inline Func_2_t5182A96930054BE024323674CBD1CD426A177ACA ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * 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_t46BC5162DB5BD291102372639E7B3AC14EA3085D, ___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_t4C8B9C0A0AA84C71E4B33518D9E1592C05B09148 : public Iterator_1_t98B983A555DCBF21D0B8AA08C002DD754D6226C3 { 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_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * ___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_t4C8B9C0A0AA84C71E4B33518D9E1592C05B09148, ___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_t4C8B9C0A0AA84C71E4B33518D9E1592C05B09148, ___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_t4C8B9C0A0AA84C71E4B33518D9E1592C05B09148, ___selector_5)); } inline Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * get_selector_5() const { return ___selector_5; } inline Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * 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_t4C8B9C0A0AA84C71E4B33518D9E1592C05B09148, ___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_t9C71C8C2E0876A59A5645424F75A969E73D0DF8A : public Iterator_1_tA0558DB73BDEA66BA7990C2BF282997146353D93 { 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_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * ___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_t9C71C8C2E0876A59A5645424F75A969E73D0DF8A, ___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_t9C71C8C2E0876A59A5645424F75A969E73D0DF8A, ___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_t9C71C8C2E0876A59A5645424F75A969E73D0DF8A, ___selector_5)); } inline Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * get_selector_5() const { return ___selector_5; } inline Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * 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_t9C71C8C2E0876A59A5645424F75A969E73D0DF8A, ___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_t738B8F454EFF8E8A978FEEE994602FECD0650C34 : public Iterator_1_tCD93C318DA3A8D92103FEF3F0DF5BB21ACFDC29F { 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_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * ___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_t738B8F454EFF8E8A978FEEE994602FECD0650C34, ___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_t738B8F454EFF8E8A978FEEE994602FECD0650C34, ___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_t738B8F454EFF8E8A978FEEE994602FECD0650C34, ___selector_5)); } inline Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * get_selector_5() const { return ___selector_5; } inline Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * 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_t738B8F454EFF8E8A978FEEE994602FECD0650C34, ___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_t12BEA74FB79217A086C8C84BA08166CAB7547E51 : public Iterator_1_tDAEF42623827EEEAD170675D0A17112F544790F9 { 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_t148D62B7563D65748C6086C0249D98AC437E7D79 * ___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_t12BEA74FB79217A086C8C84BA08166CAB7547E51, ___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_t12BEA74FB79217A086C8C84BA08166CAB7547E51, ___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_t12BEA74FB79217A086C8C84BA08166CAB7547E51, ___selector_5)); } inline Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * get_selector_5() const { return ___selector_5; } inline Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * 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_t12BEA74FB79217A086C8C84BA08166CAB7547E51, ___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_tBF9060925152D06DE02B38F0BBE86C0C8BC035B2 : public Iterator_1_tBF860348245D7CD0072341C581713E9643E062C8 { 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_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * ___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_tBF9060925152D06DE02B38F0BBE86C0C8BC035B2, ___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_tBF9060925152D06DE02B38F0BBE86C0C8BC035B2, ___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_tBF9060925152D06DE02B38F0BBE86C0C8BC035B2, ___selector_5)); } inline Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * get_selector_5() const { return ___selector_5; } inline Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * 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_tBF9060925152D06DE02B38F0BBE86C0C8BC035B2, ___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_t0D47FC9C81372A3EC6471A716ADF5E35CB96B27B : public Iterator_1_t84971453BD1047FDB5A62539044F35679FAF8395 { 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_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * ___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_t0D47FC9C81372A3EC6471A716ADF5E35CB96B27B, ___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_t0D47FC9C81372A3EC6471A716ADF5E35CB96B27B, ___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_t0D47FC9C81372A3EC6471A716ADF5E35CB96B27B, ___selector_5)); } inline Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * get_selector_5() const { return ___selector_5; } inline Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * 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_t0D47FC9C81372A3EC6471A716ADF5E35CB96B27B, ___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_t46282FDBF4C324D74386DA78CC59F47F3A5E62C5 : public Iterator_1_tAB6FC466F254602FA0347DBC7D33AF143C8874A2 { 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_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * ___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_t46282FDBF4C324D74386DA78CC59F47F3A5E62C5, ___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_t46282FDBF4C324D74386DA78CC59F47F3A5E62C5, ___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_t46282FDBF4C324D74386DA78CC59F47F3A5E62C5, ___selector_5)); } inline Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * get_selector_5() const { return ___selector_5; } inline Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * 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_t46282FDBF4C324D74386DA78CC59F47F3A5E62C5, ___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_t51E8E110B194CDF9840A491AB63028AAC6A5A57A : public Iterator_1_tFC9830464B143E8958A7F135BFFC26885C45298D { 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_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * ___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_t51E8E110B194CDF9840A491AB63028AAC6A5A57A, ___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_t51E8E110B194CDF9840A491AB63028AAC6A5A57A, ___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_t51E8E110B194CDF9840A491AB63028AAC6A5A57A, ___selector_5)); } inline Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * get_selector_5() const { return ___selector_5; } inline Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * 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_t51E8E110B194CDF9840A491AB63028AAC6A5A57A, ___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_t0221928974465FBC7AEE39B4818D3A80E04B6D76 : public Iterator_1_t5A332A98569106E1617A51C37CA1C1DC4584BF93 { 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_tF6F51BA45704858319C9B9985D27D2293161E875 * ___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_t0221928974465FBC7AEE39B4818D3A80E04B6D76, ___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_t0221928974465FBC7AEE39B4818D3A80E04B6D76, ___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_t0221928974465FBC7AEE39B4818D3A80E04B6D76, ___selector_5)); } inline Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * get_selector_5() const { return ___selector_5; } inline Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * 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_t0221928974465FBC7AEE39B4818D3A80E04B6D76, ___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_t853613F5270FED9AED823B5BC7254A824F1BFFF3 : public Iterator_1_t6F9A930C753970C1EB6D926D96A29E6C6A63C93C { 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_t4450FC86C7084E06E62FA5B9905EA67489833E5D * ___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_t853613F5270FED9AED823B5BC7254A824F1BFFF3, ___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_t853613F5270FED9AED823B5BC7254A824F1BFFF3, ___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_t853613F5270FED9AED823B5BC7254A824F1BFFF3, ___selector_5)); } inline Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * get_selector_5() const { return ___selector_5; } inline Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * 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_t853613F5270FED9AED823B5BC7254A824F1BFFF3, ___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_t074E8B5A87043494968E9FE59217DFD2AFD7536D : public Iterator_1_tB2DA5430ABCFC7E03FDA301F3B52E71456864408 { 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_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * ___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_t074E8B5A87043494968E9FE59217DFD2AFD7536D, ___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_t074E8B5A87043494968E9FE59217DFD2AFD7536D, ___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_t074E8B5A87043494968E9FE59217DFD2AFD7536D, ___selector_5)); } inline Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * get_selector_5() const { return ___selector_5; } inline Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * 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_t074E8B5A87043494968E9FE59217DFD2AFD7536D, ___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_t95E8CABEBD0103F6EAA93B96D7D68C3CF4E83BA3 : public Iterator_1_t7B674DB4D3838AEB12B51B24470A212920A1F0A6 { 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_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * ___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_t95E8CABEBD0103F6EAA93B96D7D68C3CF4E83BA3, ___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_t95E8CABEBD0103F6EAA93B96D7D68C3CF4E83BA3, ___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_t95E8CABEBD0103F6EAA93B96D7D68C3CF4E83BA3, ___selector_5)); } inline Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * get_selector_5() const { return ___selector_5; } inline Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * 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_t95E8CABEBD0103F6EAA93B96D7D68C3CF4E83BA3, ___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_t7C910534C435CF6E2A174BD15A7A9A6FA2F685FE : public Iterator_1_t8DFA02B2E454177571EF97FAAE92F2DC3A48AB5B { 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_t5AC469087DA545C8C0CEC726168EFC66032DF712 * ___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_t7C910534C435CF6E2A174BD15A7A9A6FA2F685FE, ___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_t7C910534C435CF6E2A174BD15A7A9A6FA2F685FE, ___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_t7C910534C435CF6E2A174BD15A7A9A6FA2F685FE, ___selector_5)); } inline Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * get_selector_5() const { return ___selector_5; } inline Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * 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_t7C910534C435CF6E2A174BD15A7A9A6FA2F685FE, ___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_t0A21CE885D9CF4DB45F7BC580242127D046673B1 : public Iterator_1_t9014FF56562F0E9ADEC26966A304B5F8A6EE03C1 { 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_t46A60BA2D4F17E047EB88BDB0597738ED799468A * ___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_t0A21CE885D9CF4DB45F7BC580242127D046673B1, ___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_t0A21CE885D9CF4DB45F7BC580242127D046673B1, ___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_t0A21CE885D9CF4DB45F7BC580242127D046673B1, ___selector_5)); } inline Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * get_selector_5() const { return ___selector_5; } inline Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * 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_t0A21CE885D9CF4DB45F7BC580242127D046673B1, ___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_t5BAFCC9F96859C3461FE303B426F9605784A1B19 : public Iterator_1_t29498D8AD203524A9C691C3E6A33A1B24A0CDC57 { 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_t282E15818BB68D2C2878030597E99A81F769E4AB * ___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_t5BAFCC9F96859C3461FE303B426F9605784A1B19, ___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_t5BAFCC9F96859C3461FE303B426F9605784A1B19, ___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_t5BAFCC9F96859C3461FE303B426F9605784A1B19, ___selector_5)); } inline Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * get_selector_5() const { return ___selector_5; } inline Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * 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_t5BAFCC9F96859C3461FE303B426F9605784A1B19, ___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_tD461B633E48512391CB168121AF612E469F06BFB : public Iterator_1_tF952CC1A7BF2FD88FD05E5613DD93EF8DD1F0474 { 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_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * ___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_tD461B633E48512391CB168121AF612E469F06BFB, ___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_tD461B633E48512391CB168121AF612E469F06BFB, ___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_tD461B633E48512391CB168121AF612E469F06BFB, ___selector_5)); } inline Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * get_selector_5() const { return ___selector_5; } inline Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * 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_tD461B633E48512391CB168121AF612E469F06BFB, ___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> struct WhereSelectListIterator_2_t5FD91D7EB04B74E1359F40B4B728987285988F69 : public Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366 { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599 * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_tFDE366CF3ED667CA489D6D5A017B4D50934D4536 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 * ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_t7070FF2981BAFF6F339DD156BBB3F78D6448BE97 ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectListIterator_2_t5FD91D7EB04B74E1359F40B4B728987285988F69, ___source_3)); } inline List_1_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599 * get_source_3() const { return ___source_3; } inline List_1_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599 ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599 * 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_t5FD91D7EB04B74E1359F40B4B728987285988F69, ___predicate_4)); } inline Func_2_tFDE366CF3ED667CA489D6D5A017B4D50934D4536 * get_predicate_4() const { return ___predicate_4; } inline Func_2_tFDE366CF3ED667CA489D6D5A017B4D50934D4536 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tFDE366CF3ED667CA489D6D5A017B4D50934D4536 * 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_t5FD91D7EB04B74E1359F40B4B728987285988F69, ___selector_5)); } inline Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 * get_selector_5() const { return ___selector_5; } inline Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 * 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_t5FD91D7EB04B74E1359F40B4B728987285988F69, ___enumerator_6)); } inline Enumerator_t7070FF2981BAFF6F339DD156BBB3F78D6448BE97 get_enumerator_6() const { return ___enumerator_6; } inline Enumerator_t7070FF2981BAFF6F339DD156BBB3F78D6448BE97 * get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(Enumerator_t7070FF2981BAFF6F339DD156BBB3F78D6448BE97 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_t3873280F90800ECF2F435D0D3248E206FAB20BD0 : public Iterator_1_t57AF3413E9578734FAB7E9F864EF7DBC7963BA3F { 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_t874107612DA0AF3B8755FC97B773420D1AB3F66F * ___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_t3873280F90800ECF2F435D0D3248E206FAB20BD0, ___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_t3873280F90800ECF2F435D0D3248E206FAB20BD0, ___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_t3873280F90800ECF2F435D0D3248E206FAB20BD0, ___selector_5)); } inline Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * get_selector_5() const { return ___selector_5; } inline Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * 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_t3873280F90800ECF2F435D0D3248E206FAB20BD0, ___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_tA6D44D13313F233A8751652C47CE60A814137716 : public Iterator_1_t14653681CF2CD05E1D864AFF74BC43825A0B585F { 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_tE20358793EA2E519514C8E748F2A14FD07B706F9 * ___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_tA6D44D13313F233A8751652C47CE60A814137716, ___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_tA6D44D13313F233A8751652C47CE60A814137716, ___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_tA6D44D13313F233A8751652C47CE60A814137716, ___selector_5)); } inline Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * get_selector_5() const { return ___selector_5; } inline Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * 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_tA6D44D13313F233A8751652C47CE60A814137716, ___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_t4F1F3414DFE4FF602058FF2558CDE15259839D5F : public Iterator_1_t6FACC399B2741DB75C8BCC52F7216504207AF193 { 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_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * ___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_t4F1F3414DFE4FF602058FF2558CDE15259839D5F, ___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_t4F1F3414DFE4FF602058FF2558CDE15259839D5F, ___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_t4F1F3414DFE4FF602058FF2558CDE15259839D5F, ___selector_5)); } inline Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * get_selector_5() const { return ___selector_5; } inline Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * 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_t4F1F3414DFE4FF602058FF2558CDE15259839D5F, ___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_t02181A2AFD28395CCCB0FEAEC4A54D20557BE74F : public Iterator_1_tF3C793C403E9332113B383A01067B430DEC8CB0C { 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_tE65A765659AB3DD016D05F57A53CDD9CA586008B * ___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_t02181A2AFD28395CCCB0FEAEC4A54D20557BE74F, ___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_t02181A2AFD28395CCCB0FEAEC4A54D20557BE74F, ___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_t02181A2AFD28395CCCB0FEAEC4A54D20557BE74F, ___selector_5)); } inline Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * get_selector_5() const { return ___selector_5; } inline Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * 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_t02181A2AFD28395CCCB0FEAEC4A54D20557BE74F, ___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_t08921466015FB15570B6CD34EBE59F02F18F4F68 : public Iterator_1_t2196CE6F2F99B8FC637CB2770D3AEE6D4FBA0CE4 { 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_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * ___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_t08921466015FB15570B6CD34EBE59F02F18F4F68, ___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_t08921466015FB15570B6CD34EBE59F02F18F4F68, ___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_t08921466015FB15570B6CD34EBE59F02F18F4F68, ___selector_5)); } inline Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * get_selector_5() const { return ___selector_5; } inline Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * 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_t08921466015FB15570B6CD34EBE59F02F18F4F68, ___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_t39BC0D2E0BEE158028C90283FD7BEA25938D1679 : public Iterator_1_t2E79CB2A2FE4A3B2FF70306959B540C68210D4D4 { 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_tE2EE992F4ED129F81B65351036EBBDA96654B987 * ___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_t39BC0D2E0BEE158028C90283FD7BEA25938D1679, ___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_t39BC0D2E0BEE158028C90283FD7BEA25938D1679, ___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_t39BC0D2E0BEE158028C90283FD7BEA25938D1679, ___selector_5)); } inline Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * get_selector_5() const { return ___selector_5; } inline Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * 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_t39BC0D2E0BEE158028C90283FD7BEA25938D1679, ___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_tBEFBDFAFBF02CA3BF4EC57D42C4866E84D65D5CA : public Iterator_1_t25E2EEECDB8EFDEA62ABB0550DAC74469411FEFA { 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_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * ___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_tBEFBDFAFBF02CA3BF4EC57D42C4866E84D65D5CA, ___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_tBEFBDFAFBF02CA3BF4EC57D42C4866E84D65D5CA, ___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_tBEFBDFAFBF02CA3BF4EC57D42C4866E84D65D5CA, ___selector_5)); } inline Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * get_selector_5() const { return ___selector_5; } inline Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * 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_tBEFBDFAFBF02CA3BF4EC57D42C4866E84D65D5CA, ___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_t7E953D36470180040D879152F6DA4FA3810E049B : public Iterator_1_t3C25A877078C2DC68772501097CC6E1EA66F3601 { 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_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * ___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_t7E953D36470180040D879152F6DA4FA3810E049B, ___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_t7E953D36470180040D879152F6DA4FA3810E049B, ___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_t7E953D36470180040D879152F6DA4FA3810E049B, ___selector_5)); } inline Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * get_selector_5() const { return ___selector_5; } inline Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * 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_t7E953D36470180040D879152F6DA4FA3810E049B, ___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_t21D8D2FD1CC77791C9D24D313425BF0E6153E770 : public Iterator_1_t8D9E0ABE6BE49EC75247C9CD2B52A0CE59F31BC0 { 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_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * ___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_t21D8D2FD1CC77791C9D24D313425BF0E6153E770, ___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_t21D8D2FD1CC77791C9D24D313425BF0E6153E770, ___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_t21D8D2FD1CC77791C9D24D313425BF0E6153E770, ___selector_5)); } inline Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * get_selector_5() const { return ___selector_5; } inline Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * 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_t21D8D2FD1CC77791C9D24D313425BF0E6153E770, ___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_t6E5C2AAD531C031F7FBF7ADE9E78B2290A7710A8 : public Iterator_1_t79716037D5B2361ADE9793EA7260F93147E59AC9 { 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_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * ___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_t6E5C2AAD531C031F7FBF7ADE9E78B2290A7710A8, ___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_t6E5C2AAD531C031F7FBF7ADE9E78B2290A7710A8, ___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_t6E5C2AAD531C031F7FBF7ADE9E78B2290A7710A8, ___selector_5)); } inline Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * get_selector_5() const { return ___selector_5; } inline Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * 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_t6E5C2AAD531C031F7FBF7ADE9E78B2290A7710A8, ___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_tF39C59170B3F1FA7B2B17C6D53E22A02E4FE8273 : public Iterator_1_t7BE219CF7EB910DD47FF25A1779F6087CAC2ACAF { 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_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * ___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_tF39C59170B3F1FA7B2B17C6D53E22A02E4FE8273, ___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_tF39C59170B3F1FA7B2B17C6D53E22A02E4FE8273, ___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_tF39C59170B3F1FA7B2B17C6D53E22A02E4FE8273, ___selector_5)); } inline Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * get_selector_5() const { return ___selector_5; } inline Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * 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_tF39C59170B3F1FA7B2B17C6D53E22A02E4FE8273, ___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_t9B36568CDC4BE50919D9857472A7520202263A4C : public Iterator_1_t6A602D808B441F360D12D7947BCCE88C19133A72 { 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_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * ___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_t9B36568CDC4BE50919D9857472A7520202263A4C, ___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_t9B36568CDC4BE50919D9857472A7520202263A4C, ___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_t9B36568CDC4BE50919D9857472A7520202263A4C, ___selector_5)); } inline Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * get_selector_5() const { return ___selector_5; } inline Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * 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_t9B36568CDC4BE50919D9857472A7520202263A4C, ___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_t5A25548176E490C5D029E5DD58737E5D9AEB17E0 : public Iterator_1_t64EBE02BB6107BE0FE9A5AA7E7400E0D7782132C { 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_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * ___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_t5A25548176E490C5D029E5DD58737E5D9AEB17E0, ___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_t5A25548176E490C5D029E5DD58737E5D9AEB17E0, ___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_t5A25548176E490C5D029E5DD58737E5D9AEB17E0, ___selector_5)); } inline Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * get_selector_5() const { return ___selector_5; } inline Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * 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_t5A25548176E490C5D029E5DD58737E5D9AEB17E0, ___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_tBCE52B48AE3AC872BA0A805D74B604CB44F3E668 : public Iterator_1_t24ED5A845B150760A178EBEB1461874D9BB51E1D { 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_tFD81B74596B148B39BB05469981F25AED577A157 * ___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_tBCE52B48AE3AC872BA0A805D74B604CB44F3E668, ___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_tBCE52B48AE3AC872BA0A805D74B604CB44F3E668, ___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_tBCE52B48AE3AC872BA0A805D74B604CB44F3E668, ___selector_5)); } inline Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * get_selector_5() const { return ___selector_5; } inline Func_2_tFD81B74596B148B39BB05469981F25AED577A157 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * 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_tBCE52B48AE3AC872BA0A805D74B604CB44F3E668, ___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_t4659702D634CAF8E528D1706CD17231CAF5E3FC8 : public Iterator_1_t2D6D4FA48C728A70CA5FBF95D68862D8FC63B06A { 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_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * ___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_t4659702D634CAF8E528D1706CD17231CAF5E3FC8, ___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_t4659702D634CAF8E528D1706CD17231CAF5E3FC8, ___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_t4659702D634CAF8E528D1706CD17231CAF5E3FC8, ___selector_5)); } inline Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * get_selector_5() const { return ___selector_5; } inline Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * 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_t4659702D634CAF8E528D1706CD17231CAF5E3FC8, ___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_t3245456978E4922F36A46BDCB3C30D7426F50A85 : public Iterator_1_tBAC8F4AA8F0D0135D10CB339BEAE6DF2F083371A { 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_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * ___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_t3245456978E4922F36A46BDCB3C30D7426F50A85, ___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_t3245456978E4922F36A46BDCB3C30D7426F50A85, ___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_t3245456978E4922F36A46BDCB3C30D7426F50A85, ___selector_5)); } inline Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * get_selector_5() const { return ___selector_5; } inline Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * 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_t3245456978E4922F36A46BDCB3C30D7426F50A85, ___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_tF4FE2BCDC8C1C4E4A6796B7AC1732634878F79B6 : public Iterator_1_t5FFFFAF1BCA40B08C79332863D0DEF4024C158DB { 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_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * ___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_tF4FE2BCDC8C1C4E4A6796B7AC1732634878F79B6, ___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_tF4FE2BCDC8C1C4E4A6796B7AC1732634878F79B6, ___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_tF4FE2BCDC8C1C4E4A6796B7AC1732634878F79B6, ___selector_5)); } inline Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * get_selector_5() const { return ___selector_5; } inline Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * 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_tF4FE2BCDC8C1C4E4A6796B7AC1732634878F79B6, ___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_t4D50C22C0A3A2D3F93020F548E67598397CC3ADD : public Iterator_1_tCDF59E80D0A78273CD452C4635F1FFFB15F365D6 { 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_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * ___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_t4D50C22C0A3A2D3F93020F548E67598397CC3ADD, ___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_t4D50C22C0A3A2D3F93020F548E67598397CC3ADD, ___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_t4D50C22C0A3A2D3F93020F548E67598397CC3ADD, ___selector_5)); } inline Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * get_selector_5() const { return ___selector_5; } inline Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * 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_t4D50C22C0A3A2D3F93020F548E67598397CC3ADD, ___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_t527B472201E5384C9084291F21282B055B8B718B : public Iterator_1_t18F940F2FBBAD80D74BA85054A66FFFF6F7672FC { 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_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * ___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_t527B472201E5384C9084291F21282B055B8B718B, ___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_t527B472201E5384C9084291F21282B055B8B718B, ___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_t527B472201E5384C9084291F21282B055B8B718B, ___selector_5)); } inline Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * get_selector_5() const { return ___selector_5; } inline Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * 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_t527B472201E5384C9084291F21282B055B8B718B, ___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_t1BF83F8F5D0005E5CCCCBE1398CBCB6854785CA6 : public Iterator_1_t78ADE5F3C8F482A86C32A348C1E50EEB228D1581 { 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_t5182A96930054BE024323674CBD1CD426A177ACA * ___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_t1BF83F8F5D0005E5CCCCBE1398CBCB6854785CA6, ___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_t1BF83F8F5D0005E5CCCCBE1398CBCB6854785CA6, ___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_t1BF83F8F5D0005E5CCCCBE1398CBCB6854785CA6, ___selector_5)); } inline Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * get_selector_5() const { return ___selector_5; } inline Func_2_t5182A96930054BE024323674CBD1CD426A177ACA ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * 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_t1BF83F8F5D0005E5CCCCBE1398CBCB6854785CA6, ___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_t15B4846D9621943CB344B05F8A18378F6FB6A8C9 : public Iterator_1_t98B983A555DCBF21D0B8AA08C002DD754D6226C3 { 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_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * ___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_t15B4846D9621943CB344B05F8A18378F6FB6A8C9, ___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_t15B4846D9621943CB344B05F8A18378F6FB6A8C9, ___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_t15B4846D9621943CB344B05F8A18378F6FB6A8C9, ___selector_5)); } inline Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * get_selector_5() const { return ___selector_5; } inline Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * 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_t15B4846D9621943CB344B05F8A18378F6FB6A8C9, ___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_t416CB7811AF551F0B0733AA4F8C1EED2AAA0A5AA : public Iterator_1_tA0558DB73BDEA66BA7990C2BF282997146353D93 { 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_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * ___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_t416CB7811AF551F0B0733AA4F8C1EED2AAA0A5AA, ___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_t416CB7811AF551F0B0733AA4F8C1EED2AAA0A5AA, ___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_t416CB7811AF551F0B0733AA4F8C1EED2AAA0A5AA, ___selector_5)); } inline Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * get_selector_5() const { return ___selector_5; } inline Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * 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_t416CB7811AF551F0B0733AA4F8C1EED2AAA0A5AA, ___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_t75A9D4DFB67D04FAD4CD3FE4EFDF89D919DB2BD4 : public Iterator_1_tCD93C318DA3A8D92103FEF3F0DF5BB21ACFDC29F { 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_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * ___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_t75A9D4DFB67D04FAD4CD3FE4EFDF89D919DB2BD4, ___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_t75A9D4DFB67D04FAD4CD3FE4EFDF89D919DB2BD4, ___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_t75A9D4DFB67D04FAD4CD3FE4EFDF89D919DB2BD4, ___selector_5)); } inline Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * get_selector_5() const { return ___selector_5; } inline Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * 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_t75A9D4DFB67D04FAD4CD3FE4EFDF89D919DB2BD4, ___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_t6152FF5D1EE411E3187B0B8871C256D87BD644C7 : public Iterator_1_tDAEF42623827EEEAD170675D0A17112F544790F9 { 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_t148D62B7563D65748C6086C0249D98AC437E7D79 * ___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_t6152FF5D1EE411E3187B0B8871C256D87BD644C7, ___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_t6152FF5D1EE411E3187B0B8871C256D87BD644C7, ___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_t6152FF5D1EE411E3187B0B8871C256D87BD644C7, ___selector_5)); } inline Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * get_selector_5() const { return ___selector_5; } inline Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * 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_t6152FF5D1EE411E3187B0B8871C256D87BD644C7, ___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_tDE800D1B9CF15CC96EE1D1AB12B7E5F4AC6C9C58 : public Iterator_1_tBF860348245D7CD0072341C581713E9643E062C8 { 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_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * ___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_tDE800D1B9CF15CC96EE1D1AB12B7E5F4AC6C9C58, ___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_tDE800D1B9CF15CC96EE1D1AB12B7E5F4AC6C9C58, ___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_tDE800D1B9CF15CC96EE1D1AB12B7E5F4AC6C9C58, ___selector_5)); } inline Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * get_selector_5() const { return ___selector_5; } inline Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * 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_tDE800D1B9CF15CC96EE1D1AB12B7E5F4AC6C9C58, ___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_tCDF3FCD9993018F2E6E20BD25E27F49152FC1085 : public Iterator_1_t84971453BD1047FDB5A62539044F35679FAF8395 { 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_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * ___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_tCDF3FCD9993018F2E6E20BD25E27F49152FC1085, ___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_tCDF3FCD9993018F2E6E20BD25E27F49152FC1085, ___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_tCDF3FCD9993018F2E6E20BD25E27F49152FC1085, ___selector_5)); } inline Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * get_selector_5() const { return ___selector_5; } inline Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * 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_tCDF3FCD9993018F2E6E20BD25E27F49152FC1085, ___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_tBBB4B1136117E046828100E024E705E199790561 : public Iterator_1_tAB6FC466F254602FA0347DBC7D33AF143C8874A2 { 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_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * ___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_tBBB4B1136117E046828100E024E705E199790561, ___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_tBBB4B1136117E046828100E024E705E199790561, ___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_tBBB4B1136117E046828100E024E705E199790561, ___selector_5)); } inline Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * get_selector_5() const { return ___selector_5; } inline Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * 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_tBBB4B1136117E046828100E024E705E199790561, ___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_t5EF1462626BD313DB874A091B4C319076A0342F3 : public Iterator_1_tFC9830464B143E8958A7F135BFFC26885C45298D { 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_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * ___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_t5EF1462626BD313DB874A091B4C319076A0342F3, ___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_t5EF1462626BD313DB874A091B4C319076A0342F3, ___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_t5EF1462626BD313DB874A091B4C319076A0342F3, ___selector_5)); } inline Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * get_selector_5() const { return ___selector_5; } inline Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * 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_t5EF1462626BD313DB874A091B4C319076A0342F3, ___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_tA4C01D1F6592A2E9AEABB28A2EE1174CDB61266E : public Iterator_1_t5A332A98569106E1617A51C37CA1C1DC4584BF93 { 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_tF6F51BA45704858319C9B9985D27D2293161E875 * ___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_tA4C01D1F6592A2E9AEABB28A2EE1174CDB61266E, ___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_tA4C01D1F6592A2E9AEABB28A2EE1174CDB61266E, ___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_tA4C01D1F6592A2E9AEABB28A2EE1174CDB61266E, ___selector_5)); } inline Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * get_selector_5() const { return ___selector_5; } inline Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * 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_tA4C01D1F6592A2E9AEABB28A2EE1174CDB61266E, ___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_t7FFFB7DC983F69A88BBA4442C33CFBD8B17C5ED5 : public Iterator_1_t6F9A930C753970C1EB6D926D96A29E6C6A63C93C { 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_t4450FC86C7084E06E62FA5B9905EA67489833E5D * ___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_t7FFFB7DC983F69A88BBA4442C33CFBD8B17C5ED5, ___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_t7FFFB7DC983F69A88BBA4442C33CFBD8B17C5ED5, ___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_t7FFFB7DC983F69A88BBA4442C33CFBD8B17C5ED5, ___selector_5)); } inline Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * get_selector_5() const { return ___selector_5; } inline Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * 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_t7FFFB7DC983F69A88BBA4442C33CFBD8B17C5ED5, ___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_tAC45AE0E4A1F4DE923CBE18B9A680921568A69AE : public Iterator_1_tB2DA5430ABCFC7E03FDA301F3B52E71456864408 { 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_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * ___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_tAC45AE0E4A1F4DE923CBE18B9A680921568A69AE, ___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_tAC45AE0E4A1F4DE923CBE18B9A680921568A69AE, ___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_tAC45AE0E4A1F4DE923CBE18B9A680921568A69AE, ___selector_5)); } inline Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * get_selector_5() const { return ___selector_5; } inline Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * 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_tAC45AE0E4A1F4DE923CBE18B9A680921568A69AE, ___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_t18ECDB9AE541BC2983087AB0159A35E07C21B29C : public Iterator_1_t7B674DB4D3838AEB12B51B24470A212920A1F0A6 { 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_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * ___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_t18ECDB9AE541BC2983087AB0159A35E07C21B29C, ___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_t18ECDB9AE541BC2983087AB0159A35E07C21B29C, ___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_t18ECDB9AE541BC2983087AB0159A35E07C21B29C, ___selector_5)); } inline Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * get_selector_5() const { return ___selector_5; } inline Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * 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_t18ECDB9AE541BC2983087AB0159A35E07C21B29C, ___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_tFF2331CFE6E64F881B340AD0CA55F9BFA09D5FAF : public Iterator_1_t8DFA02B2E454177571EF97FAAE92F2DC3A48AB5B { 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_t5AC469087DA545C8C0CEC726168EFC66032DF712 * ___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_tFF2331CFE6E64F881B340AD0CA55F9BFA09D5FAF, ___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_tFF2331CFE6E64F881B340AD0CA55F9BFA09D5FAF, ___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_tFF2331CFE6E64F881B340AD0CA55F9BFA09D5FAF, ___selector_5)); } inline Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * get_selector_5() const { return ___selector_5; } inline Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * 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_tFF2331CFE6E64F881B340AD0CA55F9BFA09D5FAF, ___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_t37A90069D4873CD49EEB9DC1143143700D8796FB : public Iterator_1_t9014FF56562F0E9ADEC26966A304B5F8A6EE03C1 { 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_t46A60BA2D4F17E047EB88BDB0597738ED799468A * ___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_t37A90069D4873CD49EEB9DC1143143700D8796FB, ___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_t37A90069D4873CD49EEB9DC1143143700D8796FB, ___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_t37A90069D4873CD49EEB9DC1143143700D8796FB, ___selector_5)); } inline Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * get_selector_5() const { return ___selector_5; } inline Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * 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_t37A90069D4873CD49EEB9DC1143143700D8796FB, ___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_tD725FDC2AEBACA2A6BD9F7AC40E31A844EFCE2DB : public Iterator_1_t29498D8AD203524A9C691C3E6A33A1B24A0CDC57 { 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_t282E15818BB68D2C2878030597E99A81F769E4AB * ___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_tD725FDC2AEBACA2A6BD9F7AC40E31A844EFCE2DB, ___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_tD725FDC2AEBACA2A6BD9F7AC40E31A844EFCE2DB, ___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_tD725FDC2AEBACA2A6BD9F7AC40E31A844EFCE2DB, ___selector_5)); } inline Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * get_selector_5() const { return ___selector_5; } inline Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * 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_tD725FDC2AEBACA2A6BD9F7AC40E31A844EFCE2DB, ___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_tDBE4E1C2BD6614006F899A4705B584D27F2B0737 : public Iterator_1_tF952CC1A7BF2FD88FD05E5613DD93EF8DD1F0474 { 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_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * ___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_tDBE4E1C2BD6614006F899A4705B584D27F2B0737, ___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_tDBE4E1C2BD6614006F899A4705B584D27F2B0737, ___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_tDBE4E1C2BD6614006F899A4705B584D27F2B0737, ___selector_5)); } inline Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * get_selector_5() const { return ___selector_5; } inline Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * 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_tDBE4E1C2BD6614006F899A4705B584D27F2B0737, ___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 } }; // DG.Tweening.Core.ABSSequentiable struct ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76 : public RuntimeObject { public: // DG.Tweening.TweenType DG.Tweening.Core.ABSSequentiable::tweenType int32_t ___tweenType_0; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedPosition float ___sequencedPosition_1; // System.Single DG.Tweening.Core.ABSSequentiable::sequencedEndPosition float ___sequencedEndPosition_2; // DG.Tweening.TweenCallback DG.Tweening.Core.ABSSequentiable::onStart TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onStart_3; public: inline static int32_t get_offset_of_tweenType_0() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___tweenType_0)); } inline int32_t get_tweenType_0() const { return ___tweenType_0; } inline int32_t* get_address_of_tweenType_0() { return &___tweenType_0; } inline void set_tweenType_0(int32_t value) { ___tweenType_0 = value; } inline static int32_t get_offset_of_sequencedPosition_1() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___sequencedPosition_1)); } inline float get_sequencedPosition_1() const { return ___sequencedPosition_1; } inline float* get_address_of_sequencedPosition_1() { return &___sequencedPosition_1; } inline void set_sequencedPosition_1(float value) { ___sequencedPosition_1 = value; } inline static int32_t get_offset_of_sequencedEndPosition_2() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___sequencedEndPosition_2)); } inline float get_sequencedEndPosition_2() const { return ___sequencedEndPosition_2; } inline float* get_address_of_sequencedEndPosition_2() { return &___sequencedEndPosition_2; } inline void set_sequencedEndPosition_2(float value) { ___sequencedEndPosition_2 = value; } inline static int32_t get_offset_of_onStart_3() { return static_cast(offsetof(ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76, ___onStart_3)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onStart_3() const { return ___onStart_3; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onStart_3() { return &___onStart_3; } inline void set_onStart_3(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onStart_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___onStart_3), (void*)value); } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // SixLabors.ImageSharp.Configuration struct Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 : public RuntimeObject { public: // System.Int32 SixLabors.ImageSharp.Configuration::streamProcessingBufferSize int32_t ___streamProcessingBufferSize_1; // System.Int32 SixLabors.ImageSharp.Configuration::maxDegreeOfParallelism int32_t ___maxDegreeOfParallelism_2; // SixLabors.ImageSharp.Memory.MemoryAllocator SixLabors.ImageSharp.Configuration::memoryAllocator MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * ___memoryAllocator_3; // System.Boolean SixLabors.ImageSharp.Configuration::k__BackingField bool ___U3CPreferContiguousImageBuffersU3Ek__BackingField_5; // System.Collections.Generic.IDictionary`2 SixLabors.ImageSharp.Configuration::k__BackingField RuntimeObject* ___U3CPropertiesU3Ek__BackingField_6; // SixLabors.ImageSharp.ReadOrigin SixLabors.ImageSharp.Configuration::k__BackingField int32_t ___U3CReadOriginU3Ek__BackingField_7; // SixLabors.ImageSharp.Formats.ImageFormatManager SixLabors.ImageSharp.Configuration::k__BackingField ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515 * ___U3CImageFormatsManagerU3Ek__BackingField_8; // SixLabors.ImageSharp.IO.IFileSystem SixLabors.ImageSharp.Configuration::k__BackingField RuntimeObject* ___U3CFileSystemU3Ek__BackingField_9; // System.Int32 SixLabors.ImageSharp.Configuration::k__BackingField int32_t ___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10; // SixLabors.ImageSharp.Processing.IImageProcessingContextFactory SixLabors.ImageSharp.Configuration::k__BackingField RuntimeObject* ___U3CImageOperationsProviderU3Ek__BackingField_11; public: inline static int32_t get_offset_of_streamProcessingBufferSize_1() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___streamProcessingBufferSize_1)); } inline int32_t get_streamProcessingBufferSize_1() const { return ___streamProcessingBufferSize_1; } inline int32_t* get_address_of_streamProcessingBufferSize_1() { return &___streamProcessingBufferSize_1; } inline void set_streamProcessingBufferSize_1(int32_t value) { ___streamProcessingBufferSize_1 = value; } inline static int32_t get_offset_of_maxDegreeOfParallelism_2() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___maxDegreeOfParallelism_2)); } inline int32_t get_maxDegreeOfParallelism_2() const { return ___maxDegreeOfParallelism_2; } inline int32_t* get_address_of_maxDegreeOfParallelism_2() { return &___maxDegreeOfParallelism_2; } inline void set_maxDegreeOfParallelism_2(int32_t value) { ___maxDegreeOfParallelism_2 = value; } inline static int32_t get_offset_of_memoryAllocator_3() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___memoryAllocator_3)); } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * get_memoryAllocator_3() const { return ___memoryAllocator_3; } inline MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 ** get_address_of_memoryAllocator_3() { return &___memoryAllocator_3; } inline void set_memoryAllocator_3(MemoryAllocator_tC26432887DC2AD9E39D7B82A2D58FDFA5F98C444 * value) { ___memoryAllocator_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___memoryAllocator_3), (void*)value); } inline static int32_t get_offset_of_U3CPreferContiguousImageBuffersU3Ek__BackingField_5() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CPreferContiguousImageBuffersU3Ek__BackingField_5)); } inline bool get_U3CPreferContiguousImageBuffersU3Ek__BackingField_5() const { return ___U3CPreferContiguousImageBuffersU3Ek__BackingField_5; } inline bool* get_address_of_U3CPreferContiguousImageBuffersU3Ek__BackingField_5() { return &___U3CPreferContiguousImageBuffersU3Ek__BackingField_5; } inline void set_U3CPreferContiguousImageBuffersU3Ek__BackingField_5(bool value) { ___U3CPreferContiguousImageBuffersU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_6() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CPropertiesU3Ek__BackingField_6)); } inline RuntimeObject* get_U3CPropertiesU3Ek__BackingField_6() const { return ___U3CPropertiesU3Ek__BackingField_6; } inline RuntimeObject** get_address_of_U3CPropertiesU3Ek__BackingField_6() { return &___U3CPropertiesU3Ek__BackingField_6; } inline void set_U3CPropertiesU3Ek__BackingField_6(RuntimeObject* value) { ___U3CPropertiesU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CReadOriginU3Ek__BackingField_7() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CReadOriginU3Ek__BackingField_7)); } inline int32_t get_U3CReadOriginU3Ek__BackingField_7() const { return ___U3CReadOriginU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CReadOriginU3Ek__BackingField_7() { return &___U3CReadOriginU3Ek__BackingField_7; } inline void set_U3CReadOriginU3Ek__BackingField_7(int32_t value) { ___U3CReadOriginU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CImageFormatsManagerU3Ek__BackingField_8() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CImageFormatsManagerU3Ek__BackingField_8)); } inline ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515 * get_U3CImageFormatsManagerU3Ek__BackingField_8() const { return ___U3CImageFormatsManagerU3Ek__BackingField_8; } inline ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515 ** get_address_of_U3CImageFormatsManagerU3Ek__BackingField_8() { return &___U3CImageFormatsManagerU3Ek__BackingField_8; } inline void set_U3CImageFormatsManagerU3Ek__BackingField_8(ImageFormatManager_tF5C598848DE3DEA7096A4ED974B098B0AA40A515 * value) { ___U3CImageFormatsManagerU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageFormatsManagerU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3CFileSystemU3Ek__BackingField_9() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CFileSystemU3Ek__BackingField_9)); } inline RuntimeObject* get_U3CFileSystemU3Ek__BackingField_9() const { return ___U3CFileSystemU3Ek__BackingField_9; } inline RuntimeObject** get_address_of_U3CFileSystemU3Ek__BackingField_9() { return &___U3CFileSystemU3Ek__BackingField_9; } inline void set_U3CFileSystemU3Ek__BackingField_9(RuntimeObject* value) { ___U3CFileSystemU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFileSystemU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10)); } inline int32_t get_U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10() const { return ___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10() { return &___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10; } inline void set_U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10(int32_t value) { ___U3CWorkingBufferSizeHintInBytesU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CImageOperationsProviderU3Ek__BackingField_11() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8, ___U3CImageOperationsProviderU3Ek__BackingField_11)); } inline RuntimeObject* get_U3CImageOperationsProviderU3Ek__BackingField_11() const { return ___U3CImageOperationsProviderU3Ek__BackingField_11; } inline RuntimeObject** get_address_of_U3CImageOperationsProviderU3Ek__BackingField_11() { return &___U3CImageOperationsProviderU3Ek__BackingField_11; } inline void set_U3CImageOperationsProviderU3Ek__BackingField_11(RuntimeObject* value) { ___U3CImageOperationsProviderU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageOperationsProviderU3Ek__BackingField_11), (void*)value); } }; struct Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8_StaticFields { public: // System.Lazy`1 SixLabors.ImageSharp.Configuration::Lazy Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E * ___Lazy_0; // SixLabors.ImageSharp.Configuration SixLabors.ImageSharp.Configuration::k__BackingField Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___U3CDefaultU3Ek__BackingField_4; public: inline static int32_t get_offset_of_Lazy_0() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8_StaticFields, ___Lazy_0)); } inline Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E * get_Lazy_0() const { return ___Lazy_0; } inline Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E ** get_address_of_Lazy_0() { return &___Lazy_0; } inline void set_Lazy_0(Lazy_1_t5E6564B4052E36ABD34F45DAFDAAF0319FBF050E * value) { ___Lazy_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Lazy_0), (void*)value); } inline static int32_t get_offset_of_U3CDefaultU3Ek__BackingField_4() { return static_cast(offsetof(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8_StaticFields, ___U3CDefaultU3Ek__BackingField_4)); } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * get_U3CDefaultU3Ek__BackingField_4() const { return ___U3CDefaultU3Ek__BackingField_4; } inline Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 ** get_address_of_U3CDefaultU3Ek__BackingField_4() { return &___U3CDefaultU3Ek__BackingField_4; } inline void set_U3CDefaultU3Ek__BackingField_4(Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * value) { ___U3CDefaultU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultU3Ek__BackingField_4), (void*)value); } }; // DG.Tweening.DOTween struct DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203 : public RuntimeObject { public: public: }; struct DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields { public: // System.String DG.Tweening.DOTween::Version String_t* ___Version_0; // System.Boolean DG.Tweening.DOTween::useSafeMode bool ___useSafeMode_1; // DG.Tweening.Core.Enums.NestedTweenFailureBehaviour DG.Tweening.DOTween::nestedTweenFailureBehaviour int32_t ___nestedTweenFailureBehaviour_2; // System.Boolean DG.Tweening.DOTween::showUnityEditorReport bool ___showUnityEditorReport_3; // System.Single DG.Tweening.DOTween::timeScale float ___timeScale_4; // System.Boolean DG.Tweening.DOTween::useSmoothDeltaTime bool ___useSmoothDeltaTime_5; // System.Single DG.Tweening.DOTween::maxSmoothUnscaledTime float ___maxSmoothUnscaledTime_6; // DG.Tweening.Core.Enums.RewindCallbackMode DG.Tweening.DOTween::rewindCallbackMode int32_t ___rewindCallbackMode_7; // DG.Tweening.LogBehaviour DG.Tweening.DOTween::_logBehaviour int32_t ____logBehaviour_8; // System.Func`3 DG.Tweening.DOTween::onWillLog Func_3_t7AE25F90C6BC6E455AC39E057818990818A9A733 * ___onWillLog_9; // System.Boolean DG.Tweening.DOTween::drawGizmos bool ___drawGizmos_10; // System.Boolean DG.Tweening.DOTween::debugMode bool ___debugMode_11; // System.Boolean DG.Tweening.DOTween::_fooDebugStoreTargetId bool ____fooDebugStoreTargetId_12; // DG.Tweening.UpdateType DG.Tweening.DOTween::defaultUpdateType int32_t ___defaultUpdateType_13; // System.Boolean DG.Tweening.DOTween::defaultTimeScaleIndependent bool ___defaultTimeScaleIndependent_14; // DG.Tweening.AutoPlay DG.Tweening.DOTween::defaultAutoPlay int32_t ___defaultAutoPlay_15; // System.Boolean DG.Tweening.DOTween::defaultAutoKill bool ___defaultAutoKill_16; // DG.Tweening.LoopType DG.Tweening.DOTween::defaultLoopType int32_t ___defaultLoopType_17; // System.Boolean DG.Tweening.DOTween::defaultRecyclable bool ___defaultRecyclable_18; // DG.Tweening.Ease DG.Tweening.DOTween::defaultEaseType int32_t ___defaultEaseType_19; // System.Single DG.Tweening.DOTween::defaultEaseOvershootOrAmplitude float ___defaultEaseOvershootOrAmplitude_20; // System.Single DG.Tweening.DOTween::defaultEasePeriod float ___defaultEasePeriod_21; // DG.Tweening.Core.DOTweenComponent DG.Tweening.DOTween::instance DOTweenComponent_tEFFB81B283458D3C607F5D8960C4E28E10764F29 * ___instance_22; // System.Int32 DG.Tweening.DOTween::maxActiveTweenersReached int32_t ___maxActiveTweenersReached_23; // System.Int32 DG.Tweening.DOTween::maxActiveSequencesReached int32_t ___maxActiveSequencesReached_24; // DG.Tweening.Core.SafeModeReport DG.Tweening.DOTween::safeModeReport SafeModeReport_t91D92DAA68FAE0EAF61A108B88947E3541ED26BC ___safeModeReport_25; // System.Collections.Generic.List`1 DG.Tweening.DOTween::GizmosDelegates List_1_t7A220E9BB7539479C818543CE3CBDF252554FD58 * ___GizmosDelegates_26; // System.Boolean DG.Tweening.DOTween::initialized bool ___initialized_27; // System.Boolean DG.Tweening.DOTween::isQuitting bool ___isQuitting_28; public: inline static int32_t get_offset_of_Version_0() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___Version_0)); } inline String_t* get_Version_0() const { return ___Version_0; } inline String_t** get_address_of_Version_0() { return &___Version_0; } inline void set_Version_0(String_t* value) { ___Version_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Version_0), (void*)value); } inline static int32_t get_offset_of_useSafeMode_1() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___useSafeMode_1)); } inline bool get_useSafeMode_1() const { return ___useSafeMode_1; } inline bool* get_address_of_useSafeMode_1() { return &___useSafeMode_1; } inline void set_useSafeMode_1(bool value) { ___useSafeMode_1 = value; } inline static int32_t get_offset_of_nestedTweenFailureBehaviour_2() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___nestedTweenFailureBehaviour_2)); } inline int32_t get_nestedTweenFailureBehaviour_2() const { return ___nestedTweenFailureBehaviour_2; } inline int32_t* get_address_of_nestedTweenFailureBehaviour_2() { return &___nestedTweenFailureBehaviour_2; } inline void set_nestedTweenFailureBehaviour_2(int32_t value) { ___nestedTweenFailureBehaviour_2 = value; } inline static int32_t get_offset_of_showUnityEditorReport_3() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___showUnityEditorReport_3)); } inline bool get_showUnityEditorReport_3() const { return ___showUnityEditorReport_3; } inline bool* get_address_of_showUnityEditorReport_3() { return &___showUnityEditorReport_3; } inline void set_showUnityEditorReport_3(bool value) { ___showUnityEditorReport_3 = value; } inline static int32_t get_offset_of_timeScale_4() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___timeScale_4)); } inline float get_timeScale_4() const { return ___timeScale_4; } inline float* get_address_of_timeScale_4() { return &___timeScale_4; } inline void set_timeScale_4(float value) { ___timeScale_4 = value; } inline static int32_t get_offset_of_useSmoothDeltaTime_5() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___useSmoothDeltaTime_5)); } inline bool get_useSmoothDeltaTime_5() const { return ___useSmoothDeltaTime_5; } inline bool* get_address_of_useSmoothDeltaTime_5() { return &___useSmoothDeltaTime_5; } inline void set_useSmoothDeltaTime_5(bool value) { ___useSmoothDeltaTime_5 = value; } inline static int32_t get_offset_of_maxSmoothUnscaledTime_6() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___maxSmoothUnscaledTime_6)); } inline float get_maxSmoothUnscaledTime_6() const { return ___maxSmoothUnscaledTime_6; } inline float* get_address_of_maxSmoothUnscaledTime_6() { return &___maxSmoothUnscaledTime_6; } inline void set_maxSmoothUnscaledTime_6(float value) { ___maxSmoothUnscaledTime_6 = value; } inline static int32_t get_offset_of_rewindCallbackMode_7() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___rewindCallbackMode_7)); } inline int32_t get_rewindCallbackMode_7() const { return ___rewindCallbackMode_7; } inline int32_t* get_address_of_rewindCallbackMode_7() { return &___rewindCallbackMode_7; } inline void set_rewindCallbackMode_7(int32_t value) { ___rewindCallbackMode_7 = value; } inline static int32_t get_offset_of__logBehaviour_8() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ____logBehaviour_8)); } inline int32_t get__logBehaviour_8() const { return ____logBehaviour_8; } inline int32_t* get_address_of__logBehaviour_8() { return &____logBehaviour_8; } inline void set__logBehaviour_8(int32_t value) { ____logBehaviour_8 = value; } inline static int32_t get_offset_of_onWillLog_9() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___onWillLog_9)); } inline Func_3_t7AE25F90C6BC6E455AC39E057818990818A9A733 * get_onWillLog_9() const { return ___onWillLog_9; } inline Func_3_t7AE25F90C6BC6E455AC39E057818990818A9A733 ** get_address_of_onWillLog_9() { return &___onWillLog_9; } inline void set_onWillLog_9(Func_3_t7AE25F90C6BC6E455AC39E057818990818A9A733 * value) { ___onWillLog_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___onWillLog_9), (void*)value); } inline static int32_t get_offset_of_drawGizmos_10() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___drawGizmos_10)); } inline bool get_drawGizmos_10() const { return ___drawGizmos_10; } inline bool* get_address_of_drawGizmos_10() { return &___drawGizmos_10; } inline void set_drawGizmos_10(bool value) { ___drawGizmos_10 = value; } inline static int32_t get_offset_of_debugMode_11() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___debugMode_11)); } inline bool get_debugMode_11() const { return ___debugMode_11; } inline bool* get_address_of_debugMode_11() { return &___debugMode_11; } inline void set_debugMode_11(bool value) { ___debugMode_11 = value; } inline static int32_t get_offset_of__fooDebugStoreTargetId_12() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ____fooDebugStoreTargetId_12)); } inline bool get__fooDebugStoreTargetId_12() const { return ____fooDebugStoreTargetId_12; } inline bool* get_address_of__fooDebugStoreTargetId_12() { return &____fooDebugStoreTargetId_12; } inline void set__fooDebugStoreTargetId_12(bool value) { ____fooDebugStoreTargetId_12 = value; } inline static int32_t get_offset_of_defaultUpdateType_13() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___defaultUpdateType_13)); } inline int32_t get_defaultUpdateType_13() const { return ___defaultUpdateType_13; } inline int32_t* get_address_of_defaultUpdateType_13() { return &___defaultUpdateType_13; } inline void set_defaultUpdateType_13(int32_t value) { ___defaultUpdateType_13 = value; } inline static int32_t get_offset_of_defaultTimeScaleIndependent_14() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___defaultTimeScaleIndependent_14)); } inline bool get_defaultTimeScaleIndependent_14() const { return ___defaultTimeScaleIndependent_14; } inline bool* get_address_of_defaultTimeScaleIndependent_14() { return &___defaultTimeScaleIndependent_14; } inline void set_defaultTimeScaleIndependent_14(bool value) { ___defaultTimeScaleIndependent_14 = value; } inline static int32_t get_offset_of_defaultAutoPlay_15() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___defaultAutoPlay_15)); } inline int32_t get_defaultAutoPlay_15() const { return ___defaultAutoPlay_15; } inline int32_t* get_address_of_defaultAutoPlay_15() { return &___defaultAutoPlay_15; } inline void set_defaultAutoPlay_15(int32_t value) { ___defaultAutoPlay_15 = value; } inline static int32_t get_offset_of_defaultAutoKill_16() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___defaultAutoKill_16)); } inline bool get_defaultAutoKill_16() const { return ___defaultAutoKill_16; } inline bool* get_address_of_defaultAutoKill_16() { return &___defaultAutoKill_16; } inline void set_defaultAutoKill_16(bool value) { ___defaultAutoKill_16 = value; } inline static int32_t get_offset_of_defaultLoopType_17() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___defaultLoopType_17)); } inline int32_t get_defaultLoopType_17() const { return ___defaultLoopType_17; } inline int32_t* get_address_of_defaultLoopType_17() { return &___defaultLoopType_17; } inline void set_defaultLoopType_17(int32_t value) { ___defaultLoopType_17 = value; } inline static int32_t get_offset_of_defaultRecyclable_18() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___defaultRecyclable_18)); } inline bool get_defaultRecyclable_18() const { return ___defaultRecyclable_18; } inline bool* get_address_of_defaultRecyclable_18() { return &___defaultRecyclable_18; } inline void set_defaultRecyclable_18(bool value) { ___defaultRecyclable_18 = value; } inline static int32_t get_offset_of_defaultEaseType_19() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___defaultEaseType_19)); } inline int32_t get_defaultEaseType_19() const { return ___defaultEaseType_19; } inline int32_t* get_address_of_defaultEaseType_19() { return &___defaultEaseType_19; } inline void set_defaultEaseType_19(int32_t value) { ___defaultEaseType_19 = value; } inline static int32_t get_offset_of_defaultEaseOvershootOrAmplitude_20() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___defaultEaseOvershootOrAmplitude_20)); } inline float get_defaultEaseOvershootOrAmplitude_20() const { return ___defaultEaseOvershootOrAmplitude_20; } inline float* get_address_of_defaultEaseOvershootOrAmplitude_20() { return &___defaultEaseOvershootOrAmplitude_20; } inline void set_defaultEaseOvershootOrAmplitude_20(float value) { ___defaultEaseOvershootOrAmplitude_20 = value; } inline static int32_t get_offset_of_defaultEasePeriod_21() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___defaultEasePeriod_21)); } inline float get_defaultEasePeriod_21() const { return ___defaultEasePeriod_21; } inline float* get_address_of_defaultEasePeriod_21() { return &___defaultEasePeriod_21; } inline void set_defaultEasePeriod_21(float value) { ___defaultEasePeriod_21 = value; } inline static int32_t get_offset_of_instance_22() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___instance_22)); } inline DOTweenComponent_tEFFB81B283458D3C607F5D8960C4E28E10764F29 * get_instance_22() const { return ___instance_22; } inline DOTweenComponent_tEFFB81B283458D3C607F5D8960C4E28E10764F29 ** get_address_of_instance_22() { return &___instance_22; } inline void set_instance_22(DOTweenComponent_tEFFB81B283458D3C607F5D8960C4E28E10764F29 * value) { ___instance_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_22), (void*)value); } inline static int32_t get_offset_of_maxActiveTweenersReached_23() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___maxActiveTweenersReached_23)); } inline int32_t get_maxActiveTweenersReached_23() const { return ___maxActiveTweenersReached_23; } inline int32_t* get_address_of_maxActiveTweenersReached_23() { return &___maxActiveTweenersReached_23; } inline void set_maxActiveTweenersReached_23(int32_t value) { ___maxActiveTweenersReached_23 = value; } inline static int32_t get_offset_of_maxActiveSequencesReached_24() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___maxActiveSequencesReached_24)); } inline int32_t get_maxActiveSequencesReached_24() const { return ___maxActiveSequencesReached_24; } inline int32_t* get_address_of_maxActiveSequencesReached_24() { return &___maxActiveSequencesReached_24; } inline void set_maxActiveSequencesReached_24(int32_t value) { ___maxActiveSequencesReached_24 = value; } inline static int32_t get_offset_of_safeModeReport_25() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___safeModeReport_25)); } inline SafeModeReport_t91D92DAA68FAE0EAF61A108B88947E3541ED26BC get_safeModeReport_25() const { return ___safeModeReport_25; } inline SafeModeReport_t91D92DAA68FAE0EAF61A108B88947E3541ED26BC * get_address_of_safeModeReport_25() { return &___safeModeReport_25; } inline void set_safeModeReport_25(SafeModeReport_t91D92DAA68FAE0EAF61A108B88947E3541ED26BC value) { ___safeModeReport_25 = value; } inline static int32_t get_offset_of_GizmosDelegates_26() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___GizmosDelegates_26)); } inline List_1_t7A220E9BB7539479C818543CE3CBDF252554FD58 * get_GizmosDelegates_26() const { return ___GizmosDelegates_26; } inline List_1_t7A220E9BB7539479C818543CE3CBDF252554FD58 ** get_address_of_GizmosDelegates_26() { return &___GizmosDelegates_26; } inline void set_GizmosDelegates_26(List_1_t7A220E9BB7539479C818543CE3CBDF252554FD58 * value) { ___GizmosDelegates_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___GizmosDelegates_26), (void*)value); } inline static int32_t get_offset_of_initialized_27() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___initialized_27)); } inline bool get_initialized_27() const { return ___initialized_27; } inline bool* get_address_of_initialized_27() { return &___initialized_27; } inline void set_initialized_27(bool value) { ___initialized_27 = value; } inline static int32_t get_offset_of_isQuitting_28() { return static_cast(offsetof(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_StaticFields, ___isQuitting_28)); } inline bool get_isQuitting_28() const { return ___isQuitting_28; } inline bool* get_address_of_isQuitting_28() { return &___isQuitting_28; } inline void set_isQuitting_28(bool value) { ___isQuitting_28 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor struct DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB : public RuntimeObject { public: // SixLabors.ImageSharp.Image SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::k__BackingField Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * ___U3CImageU3Ek__BackingField_0; // SixLabors.ImageSharp.Point SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::k__BackingField Point_tD6F71EDF0EDF62D0E7364327171C83592C97B10B ___U3CLocationU3Ek__BackingField_1; // SixLabors.ImageSharp.PixelFormats.PixelColorBlendingMode SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::k__BackingField int32_t ___U3CColorBlendingModeU3Ek__BackingField_2; // SixLabors.ImageSharp.PixelFormats.PixelAlphaCompositionMode SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::k__BackingField int32_t ___U3CAlphaCompositionModeU3Ek__BackingField_3; // System.Single SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::k__BackingField float ___U3COpacityU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CImageU3Ek__BackingField_0() { return static_cast(offsetof(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB, ___U3CImageU3Ek__BackingField_0)); } inline Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * get_U3CImageU3Ek__BackingField_0() const { return ___U3CImageU3Ek__BackingField_0; } inline Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE ** get_address_of_U3CImageU3Ek__BackingField_0() { return &___U3CImageU3Ek__BackingField_0; } inline void set_U3CImageU3Ek__BackingField_0(Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * value) { ___U3CImageU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CImageU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CLocationU3Ek__BackingField_1() { return static_cast(offsetof(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB, ___U3CLocationU3Ek__BackingField_1)); } inline Point_tD6F71EDF0EDF62D0E7364327171C83592C97B10B get_U3CLocationU3Ek__BackingField_1() const { return ___U3CLocationU3Ek__BackingField_1; } inline Point_tD6F71EDF0EDF62D0E7364327171C83592C97B10B * get_address_of_U3CLocationU3Ek__BackingField_1() { return &___U3CLocationU3Ek__BackingField_1; } inline void set_U3CLocationU3Ek__BackingField_1(Point_tD6F71EDF0EDF62D0E7364327171C83592C97B10B value) { ___U3CLocationU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CColorBlendingModeU3Ek__BackingField_2() { return static_cast(offsetof(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB, ___U3CColorBlendingModeU3Ek__BackingField_2)); } inline int32_t get_U3CColorBlendingModeU3Ek__BackingField_2() const { return ___U3CColorBlendingModeU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CColorBlendingModeU3Ek__BackingField_2() { return &___U3CColorBlendingModeU3Ek__BackingField_2; } inline void set_U3CColorBlendingModeU3Ek__BackingField_2(int32_t value) { ___U3CColorBlendingModeU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CAlphaCompositionModeU3Ek__BackingField_3() { return static_cast(offsetof(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB, ___U3CAlphaCompositionModeU3Ek__BackingField_3)); } inline int32_t get_U3CAlphaCompositionModeU3Ek__BackingField_3() const { return ___U3CAlphaCompositionModeU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CAlphaCompositionModeU3Ek__BackingField_3() { return &___U3CAlphaCompositionModeU3Ek__BackingField_3; } inline void set_U3CAlphaCompositionModeU3Ek__BackingField_3(int32_t value) { ___U3CAlphaCompositionModeU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3COpacityU3Ek__BackingField_4() { return static_cast(offsetof(DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB, ___U3COpacityU3Ek__BackingField_4)); } inline float get_U3COpacityU3Ek__BackingField_4() const { return ___U3COpacityU3Ek__BackingField_4; } inline float* get_address_of_U3COpacityU3Ek__BackingField_4() { return &___U3COpacityU3Ek__BackingField_4; } inline void set_U3COpacityU3Ek__BackingField_4(float value) { ___U3COpacityU3Ek__BackingField_4 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DKernel struct EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DKernel::k__BackingField DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CKernelXU3Ek__BackingField_5; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DKernel::k__BackingField DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CKernelYU3Ek__BackingField_6; public: inline static int32_t get_offset_of_U3CKernelXU3Ek__BackingField_5() { return static_cast(offsetof(EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0, ___U3CKernelXU3Ek__BackingField_5)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_U3CKernelXU3Ek__BackingField_5() const { return ___U3CKernelXU3Ek__BackingField_5; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_U3CKernelXU3Ek__BackingField_5() { return &___U3CKernelXU3Ek__BackingField_5; } inline void set_U3CKernelXU3Ek__BackingField_5(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___U3CKernelXU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CKernelXU3Ek__BackingField_5))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_U3CKernelYU3Ek__BackingField_6() { return static_cast(offsetof(EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0, ___U3CKernelYU3Ek__BackingField_6)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_U3CKernelYU3Ek__BackingField_6() const { return ___U3CKernelYU3Ek__BackingField_6; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_U3CKernelYU3Ek__BackingField_6() { return &___U3CKernelYU3Ek__BackingField_6; } inline void set_U3CKernelYU3Ek__BackingField_6(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___U3CKernelYU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CKernelYU3Ek__BackingField_6))->___Data_0), (void*)NULL); } }; struct EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0_StaticFields { public: // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DKernel SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DKernel::KayyaliKernel EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 ___KayyaliKernel_0; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DKernel SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DKernel::PrewittKernel EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 ___PrewittKernel_1; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DKernel SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DKernel::RobertsCrossKernel EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 ___RobertsCrossKernel_2; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DKernel SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DKernel::ScharrKernel EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 ___ScharrKernel_3; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DKernel SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DKernel::SobelKernel EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 ___SobelKernel_4; public: inline static int32_t get_offset_of_KayyaliKernel_0() { return static_cast(offsetof(EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0_StaticFields, ___KayyaliKernel_0)); } inline EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 get_KayyaliKernel_0() const { return ___KayyaliKernel_0; } inline EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 * get_address_of_KayyaliKernel_0() { return &___KayyaliKernel_0; } inline void set_KayyaliKernel_0(EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 value) { ___KayyaliKernel_0 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___KayyaliKernel_0))->___U3CKernelXU3Ek__BackingField_5))->___Data_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___KayyaliKernel_0))->___U3CKernelYU3Ek__BackingField_6))->___Data_0), (void*)NULL); #endif } inline static int32_t get_offset_of_PrewittKernel_1() { return static_cast(offsetof(EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0_StaticFields, ___PrewittKernel_1)); } inline EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 get_PrewittKernel_1() const { return ___PrewittKernel_1; } inline EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 * get_address_of_PrewittKernel_1() { return &___PrewittKernel_1; } inline void set_PrewittKernel_1(EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 value) { ___PrewittKernel_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___PrewittKernel_1))->___U3CKernelXU3Ek__BackingField_5))->___Data_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___PrewittKernel_1))->___U3CKernelYU3Ek__BackingField_6))->___Data_0), (void*)NULL); #endif } inline static int32_t get_offset_of_RobertsCrossKernel_2() { return static_cast(offsetof(EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0_StaticFields, ___RobertsCrossKernel_2)); } inline EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 get_RobertsCrossKernel_2() const { return ___RobertsCrossKernel_2; } inline EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 * get_address_of_RobertsCrossKernel_2() { return &___RobertsCrossKernel_2; } inline void set_RobertsCrossKernel_2(EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 value) { ___RobertsCrossKernel_2 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___RobertsCrossKernel_2))->___U3CKernelXU3Ek__BackingField_5))->___Data_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___RobertsCrossKernel_2))->___U3CKernelYU3Ek__BackingField_6))->___Data_0), (void*)NULL); #endif } inline static int32_t get_offset_of_ScharrKernel_3() { return static_cast(offsetof(EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0_StaticFields, ___ScharrKernel_3)); } inline EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 get_ScharrKernel_3() const { return ___ScharrKernel_3; } inline EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 * get_address_of_ScharrKernel_3() { return &___ScharrKernel_3; } inline void set_ScharrKernel_3(EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 value) { ___ScharrKernel_3 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___ScharrKernel_3))->___U3CKernelXU3Ek__BackingField_5))->___Data_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___ScharrKernel_3))->___U3CKernelYU3Ek__BackingField_6))->___Data_0), (void*)NULL); #endif } inline static int32_t get_offset_of_SobelKernel_4() { return static_cast(offsetof(EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0_StaticFields, ___SobelKernel_4)); } inline EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 get_SobelKernel_4() const { return ___SobelKernel_4; } inline EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 * get_address_of_SobelKernel_4() { return &___SobelKernel_4; } inline void set_SobelKernel_4(EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 value) { ___SobelKernel_4 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___SobelKernel_4))->___U3CKernelXU3Ek__BackingField_5))->___Data_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___SobelKernel_4))->___U3CKernelYU3Ek__BackingField_6))->___Data_0), (void*)NULL); #endif } }; // Native definition for P/Invoke marshalling of SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DKernel struct EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0_marshaled_pinvoke { DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CKernelXU3Ek__BackingField_5; DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CKernelYU3Ek__BackingField_6; }; // Native definition for COM marshalling of SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DKernel struct EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0_marshaled_com { DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CKernelXU3Ek__BackingField_5; DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CKernelYU3Ek__BackingField_6; }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassKernel struct EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassKernel::k__BackingField DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CNorthU3Ek__BackingField_2; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassKernel::k__BackingField DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CNorthWestU3Ek__BackingField_3; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassKernel::k__BackingField DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CWestU3Ek__BackingField_4; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassKernel::k__BackingField DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CSouthWestU3Ek__BackingField_5; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassKernel::k__BackingField DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CSouthU3Ek__BackingField_6; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassKernel::k__BackingField DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CSouthEastU3Ek__BackingField_7; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassKernel::k__BackingField DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CEastU3Ek__BackingField_8; // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassKernel::k__BackingField DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CNorthEastU3Ek__BackingField_9; public: inline static int32_t get_offset_of_U3CNorthU3Ek__BackingField_2() { return static_cast(offsetof(EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E, ___U3CNorthU3Ek__BackingField_2)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_U3CNorthU3Ek__BackingField_2() const { return ___U3CNorthU3Ek__BackingField_2; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_U3CNorthU3Ek__BackingField_2() { return &___U3CNorthU3Ek__BackingField_2; } inline void set_U3CNorthU3Ek__BackingField_2(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___U3CNorthU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CNorthU3Ek__BackingField_2))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_U3CNorthWestU3Ek__BackingField_3() { return static_cast(offsetof(EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E, ___U3CNorthWestU3Ek__BackingField_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_U3CNorthWestU3Ek__BackingField_3() const { return ___U3CNorthWestU3Ek__BackingField_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_U3CNorthWestU3Ek__BackingField_3() { return &___U3CNorthWestU3Ek__BackingField_3; } inline void set_U3CNorthWestU3Ek__BackingField_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___U3CNorthWestU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CNorthWestU3Ek__BackingField_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_U3CWestU3Ek__BackingField_4() { return static_cast(offsetof(EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E, ___U3CWestU3Ek__BackingField_4)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_U3CWestU3Ek__BackingField_4() const { return ___U3CWestU3Ek__BackingField_4; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_U3CWestU3Ek__BackingField_4() { return &___U3CWestU3Ek__BackingField_4; } inline void set_U3CWestU3Ek__BackingField_4(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___U3CWestU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CWestU3Ek__BackingField_4))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_U3CSouthWestU3Ek__BackingField_5() { return static_cast(offsetof(EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E, ___U3CSouthWestU3Ek__BackingField_5)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_U3CSouthWestU3Ek__BackingField_5() const { return ___U3CSouthWestU3Ek__BackingField_5; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_U3CSouthWestU3Ek__BackingField_5() { return &___U3CSouthWestU3Ek__BackingField_5; } inline void set_U3CSouthWestU3Ek__BackingField_5(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___U3CSouthWestU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CSouthWestU3Ek__BackingField_5))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_U3CSouthU3Ek__BackingField_6() { return static_cast(offsetof(EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E, ___U3CSouthU3Ek__BackingField_6)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_U3CSouthU3Ek__BackingField_6() const { return ___U3CSouthU3Ek__BackingField_6; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_U3CSouthU3Ek__BackingField_6() { return &___U3CSouthU3Ek__BackingField_6; } inline void set_U3CSouthU3Ek__BackingField_6(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___U3CSouthU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CSouthU3Ek__BackingField_6))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_U3CSouthEastU3Ek__BackingField_7() { return static_cast(offsetof(EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E, ___U3CSouthEastU3Ek__BackingField_7)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_U3CSouthEastU3Ek__BackingField_7() const { return ___U3CSouthEastU3Ek__BackingField_7; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_U3CSouthEastU3Ek__BackingField_7() { return &___U3CSouthEastU3Ek__BackingField_7; } inline void set_U3CSouthEastU3Ek__BackingField_7(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___U3CSouthEastU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CSouthEastU3Ek__BackingField_7))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_U3CEastU3Ek__BackingField_8() { return static_cast(offsetof(EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E, ___U3CEastU3Ek__BackingField_8)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_U3CEastU3Ek__BackingField_8() const { return ___U3CEastU3Ek__BackingField_8; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_U3CEastU3Ek__BackingField_8() { return &___U3CEastU3Ek__BackingField_8; } inline void set_U3CEastU3Ek__BackingField_8(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___U3CEastU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CEastU3Ek__BackingField_8))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_U3CNorthEastU3Ek__BackingField_9() { return static_cast(offsetof(EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E, ___U3CNorthEastU3Ek__BackingField_9)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_U3CNorthEastU3Ek__BackingField_9() const { return ___U3CNorthEastU3Ek__BackingField_9; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_U3CNorthEastU3Ek__BackingField_9() { return &___U3CNorthEastU3Ek__BackingField_9; } inline void set_U3CNorthEastU3Ek__BackingField_9(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___U3CNorthEastU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CNorthEastU3Ek__BackingField_9))->___Data_0), (void*)NULL); } }; struct EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E_StaticFields { public: // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassKernel SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassKernel::Kirsch EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E ___Kirsch_0; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassKernel SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassKernel::Robinson EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E ___Robinson_1; public: inline static int32_t get_offset_of_Kirsch_0() { return static_cast(offsetof(EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E_StaticFields, ___Kirsch_0)); } inline EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E get_Kirsch_0() const { return ___Kirsch_0; } inline EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E * get_address_of_Kirsch_0() { return &___Kirsch_0; } inline void set_Kirsch_0(EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E value) { ___Kirsch_0 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___Kirsch_0))->___U3CNorthU3Ek__BackingField_2))->___Data_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___Kirsch_0))->___U3CNorthWestU3Ek__BackingField_3))->___Data_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___Kirsch_0))->___U3CWestU3Ek__BackingField_4))->___Data_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___Kirsch_0))->___U3CSouthWestU3Ek__BackingField_5))->___Data_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___Kirsch_0))->___U3CSouthU3Ek__BackingField_6))->___Data_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___Kirsch_0))->___U3CSouthEastU3Ek__BackingField_7))->___Data_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___Kirsch_0))->___U3CEastU3Ek__BackingField_8))->___Data_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___Kirsch_0))->___U3CNorthEastU3Ek__BackingField_9))->___Data_0), (void*)NULL); #endif } inline static int32_t get_offset_of_Robinson_1() { return static_cast(offsetof(EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E_StaticFields, ___Robinson_1)); } inline EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E get_Robinson_1() const { return ___Robinson_1; } inline EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E * get_address_of_Robinson_1() { return &___Robinson_1; } inline void set_Robinson_1(EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E value) { ___Robinson_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___Robinson_1))->___U3CNorthU3Ek__BackingField_2))->___Data_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___Robinson_1))->___U3CNorthWestU3Ek__BackingField_3))->___Data_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___Robinson_1))->___U3CWestU3Ek__BackingField_4))->___Data_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___Robinson_1))->___U3CSouthWestU3Ek__BackingField_5))->___Data_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___Robinson_1))->___U3CSouthU3Ek__BackingField_6))->___Data_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___Robinson_1))->___U3CSouthEastU3Ek__BackingField_7))->___Data_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___Robinson_1))->___U3CEastU3Ek__BackingField_8))->___Data_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___Robinson_1))->___U3CNorthEastU3Ek__BackingField_9))->___Data_0), (void*)NULL); #endif } }; // Native definition for P/Invoke marshalling of SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassKernel struct EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E_marshaled_pinvoke { DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CNorthU3Ek__BackingField_2; DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CNorthWestU3Ek__BackingField_3; DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CWestU3Ek__BackingField_4; DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CSouthWestU3Ek__BackingField_5; DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CSouthU3Ek__BackingField_6; DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CSouthEastU3Ek__BackingField_7; DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CEastU3Ek__BackingField_8; DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CNorthEastU3Ek__BackingField_9; }; // Native definition for COM marshalling of SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassKernel struct EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E_marshaled_com { DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CNorthU3Ek__BackingField_2; DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CNorthWestU3Ek__BackingField_3; DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CWestU3Ek__BackingField_4; DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CSouthWestU3Ek__BackingField_5; DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CSouthU3Ek__BackingField_6; DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CSouthEastU3Ek__BackingField_7; DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CEastU3Ek__BackingField_8; DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CNorthEastU3Ek__BackingField_9; }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorKernel struct EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F { public: // SixLabors.ImageSharp.DenseMatrix`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorKernel::k__BackingField DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CKernelXYU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CKernelXYU3Ek__BackingField_3() { return static_cast(offsetof(EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F, ___U3CKernelXYU3Ek__BackingField_3)); } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 get_U3CKernelXYU3Ek__BackingField_3() const { return ___U3CKernelXYU3Ek__BackingField_3; } inline DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 * get_address_of_U3CKernelXYU3Ek__BackingField_3() { return &___U3CKernelXYU3Ek__BackingField_3; } inline void set_U3CKernelXYU3Ek__BackingField_3(DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 value) { ___U3CKernelXYU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CKernelXYU3Ek__BackingField_3))->___Data_0), (void*)NULL); } }; struct EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F_StaticFields { public: // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorKernel SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorKernel::Laplacian3x3 EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F ___Laplacian3x3_0; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorKernel SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorKernel::Laplacian5x5 EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F ___Laplacian5x5_1; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorKernel SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorKernel::LaplacianOfGaussian EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F ___LaplacianOfGaussian_2; public: inline static int32_t get_offset_of_Laplacian3x3_0() { return static_cast(offsetof(EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F_StaticFields, ___Laplacian3x3_0)); } inline EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F get_Laplacian3x3_0() const { return ___Laplacian3x3_0; } inline EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F * get_address_of_Laplacian3x3_0() { return &___Laplacian3x3_0; } inline void set_Laplacian3x3_0(EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F value) { ___Laplacian3x3_0 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___Laplacian3x3_0))->___U3CKernelXYU3Ek__BackingField_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_Laplacian5x5_1() { return static_cast(offsetof(EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F_StaticFields, ___Laplacian5x5_1)); } inline EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F get_Laplacian5x5_1() const { return ___Laplacian5x5_1; } inline EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F * get_address_of_Laplacian5x5_1() { return &___Laplacian5x5_1; } inline void set_Laplacian5x5_1(EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F value) { ___Laplacian5x5_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___Laplacian5x5_1))->___U3CKernelXYU3Ek__BackingField_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_LaplacianOfGaussian_2() { return static_cast(offsetof(EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F_StaticFields, ___LaplacianOfGaussian_2)); } inline EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F get_LaplacianOfGaussian_2() const { return ___LaplacianOfGaussian_2; } inline EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F * get_address_of_LaplacianOfGaussian_2() { return &___LaplacianOfGaussian_2; } inline void set_LaplacianOfGaussian_2(EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F value) { ___LaplacianOfGaussian_2 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___LaplacianOfGaussian_2))->___U3CKernelXYU3Ek__BackingField_3))->___Data_0), (void*)NULL); } }; // Native definition for P/Invoke marshalling of SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorKernel struct EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F_marshaled_pinvoke { DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CKernelXYU3Ek__BackingField_3; }; // Native definition for COM marshalling of SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorKernel struct EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F_marshaled_com { DenseMatrix_1_t2FDCE29A164C1525C00CE9838055B9F6BD4444B2 ___U3CKernelXYU3Ek__BackingField_3; }; // Fractions.Fraction struct Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 { public: // System.Numerics.BigInteger Fractions.Fraction::_denominator BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 ____denominator_5; // System.Numerics.BigInteger Fractions.Fraction::_numerator BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 ____numerator_6; // Fractions.FractionState Fractions.Fraction::_state int32_t ____state_7; public: inline static int32_t get_offset_of__denominator_5() { return static_cast(offsetof(Fraction_t949DB96245DCB21D980284D32045C76D207D04E7, ____denominator_5)); } inline BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 get__denominator_5() const { return ____denominator_5; } inline BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 * get_address_of__denominator_5() { return &____denominator_5; } inline void set__denominator_5(BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 value) { ____denominator_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____denominator_5))->____bits_1), (void*)NULL); } inline static int32_t get_offset_of__numerator_6() { return static_cast(offsetof(Fraction_t949DB96245DCB21D980284D32045C76D207D04E7, ____numerator_6)); } inline BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 get__numerator_6() const { return ____numerator_6; } inline BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 * get_address_of__numerator_6() { return &____numerator_6; } inline void set__numerator_6(BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 value) { ____numerator_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____numerator_6))->____bits_1), (void*)NULL); } inline static int32_t get_offset_of__state_7() { return static_cast(offsetof(Fraction_t949DB96245DCB21D980284D32045C76D207D04E7, ____state_7)); } inline int32_t get__state_7() const { return ____state_7; } inline int32_t* get_address_of__state_7() { return &____state_7; } inline void set__state_7(int32_t value) { ____state_7 = value; } }; struct Fraction_t949DB96245DCB21D980284D32045C76D207D04E7_StaticFields { public: // System.Numerics.BigInteger Fractions.Fraction::MIN_DECIMAL BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 ___MIN_DECIMAL_0; // System.Numerics.BigInteger Fractions.Fraction::MAX_DECIMAL BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 ___MAX_DECIMAL_1; // Fractions.Fraction Fractions.Fraction::_zero Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 ____zero_2; // Fractions.Fraction Fractions.Fraction::_one Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 ____one_3; // Fractions.Fraction Fractions.Fraction::_minus_one Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 ____minus_one_4; public: inline static int32_t get_offset_of_MIN_DECIMAL_0() { return static_cast(offsetof(Fraction_t949DB96245DCB21D980284D32045C76D207D04E7_StaticFields, ___MIN_DECIMAL_0)); } inline BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 get_MIN_DECIMAL_0() const { return ___MIN_DECIMAL_0; } inline BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 * get_address_of_MIN_DECIMAL_0() { return &___MIN_DECIMAL_0; } inline void set_MIN_DECIMAL_0(BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 value) { ___MIN_DECIMAL_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MIN_DECIMAL_0))->____bits_1), (void*)NULL); } inline static int32_t get_offset_of_MAX_DECIMAL_1() { return static_cast(offsetof(Fraction_t949DB96245DCB21D980284D32045C76D207D04E7_StaticFields, ___MAX_DECIMAL_1)); } inline BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 get_MAX_DECIMAL_1() const { return ___MAX_DECIMAL_1; } inline BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 * get_address_of_MAX_DECIMAL_1() { return &___MAX_DECIMAL_1; } inline void set_MAX_DECIMAL_1(BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2 value) { ___MAX_DECIMAL_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___MAX_DECIMAL_1))->____bits_1), (void*)NULL); } inline static int32_t get_offset_of__zero_2() { return static_cast(offsetof(Fraction_t949DB96245DCB21D980284D32045C76D207D04E7_StaticFields, ____zero_2)); } inline Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 get__zero_2() const { return ____zero_2; } inline Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 * get_address_of__zero_2() { return &____zero_2; } inline void set__zero_2(Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 value) { ____zero_2 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&____zero_2))->____denominator_5))->____bits_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&____zero_2))->____numerator_6))->____bits_1), (void*)NULL); #endif } inline static int32_t get_offset_of__one_3() { return static_cast(offsetof(Fraction_t949DB96245DCB21D980284D32045C76D207D04E7_StaticFields, ____one_3)); } inline Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 get__one_3() const { return ____one_3; } inline Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 * get_address_of__one_3() { return &____one_3; } inline void set__one_3(Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 value) { ____one_3 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&____one_3))->____denominator_5))->____bits_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&____one_3))->____numerator_6))->____bits_1), (void*)NULL); #endif } inline static int32_t get_offset_of__minus_one_4() { return static_cast(offsetof(Fraction_t949DB96245DCB21D980284D32045C76D207D04E7_StaticFields, ____minus_one_4)); } inline Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 get__minus_one_4() const { return ____minus_one_4; } inline Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 * get_address_of__minus_one_4() { return &____minus_one_4; } inline void set__minus_one_4(Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 value) { ____minus_one_4 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&____minus_one_4))->____denominator_5))->____bits_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&____minus_one_4))->____numerator_6))->____bits_1), (void*)NULL); #endif } }; // Native definition for P/Invoke marshalling of Fractions.Fraction struct Fraction_t949DB96245DCB21D980284D32045C76D207D04E7_marshaled_pinvoke { BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2_marshaled_pinvoke ____denominator_5; BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2_marshaled_pinvoke ____numerator_6; int32_t ____state_7; }; // Native definition for COM marshalling of Fractions.Fraction struct Fraction_t949DB96245DCB21D980284D32045C76D207D04E7_marshaled_com { BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2_marshaled_com ____denominator_5; BigInteger_tB5F51572CFCA06393E28819DAD57C189747B58F2_marshaled_com ____numerator_6; int32_t ____state_7; }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // 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; }; // DG.Tweening.Plugins.Options.PathOptions struct PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A { public: // DG.Tweening.PathMode DG.Tweening.Plugins.Options.PathOptions::mode int32_t ___mode_0; // DG.Tweening.Plugins.Options.OrientType DG.Tweening.Plugins.Options.PathOptions::orientType int32_t ___orientType_1; // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.PathOptions::lockPositionAxis int32_t ___lockPositionAxis_2; // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.PathOptions::lockRotationAxis int32_t ___lockRotationAxis_3; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::isClosedPath bool ___isClosedPath_4; // UnityEngine.Vector3 DG.Tweening.Plugins.Options.PathOptions::lookAtPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lookAtPosition_5; // UnityEngine.Transform DG.Tweening.Plugins.Options.PathOptions::lookAtTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___lookAtTransform_6; // System.Single DG.Tweening.Plugins.Options.PathOptions::lookAhead float ___lookAhead_7; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::hasCustomForwardDirection bool ___hasCustomForwardDirection_8; // UnityEngine.Quaternion DG.Tweening.Plugins.Options.PathOptions::forward Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___forward_9; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::useLocalPosition bool ___useLocalPosition_10; // UnityEngine.Transform DG.Tweening.Plugins.Options.PathOptions::parent Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent_11; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::isRigidbody bool ___isRigidbody_12; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::stableZRotation bool ___stableZRotation_13; // UnityEngine.Quaternion DG.Tweening.Plugins.Options.PathOptions::startupRot Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___startupRot_14; // System.Single DG.Tweening.Plugins.Options.PathOptions::startupZRot float ___startupZRot_15; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::addedExtraStartWp bool ___addedExtraStartWp_16; // System.Boolean DG.Tweening.Plugins.Options.PathOptions::addedExtraEndWp bool ___addedExtraEndWp_17; public: inline static int32_t get_offset_of_mode_0() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___mode_0)); } inline int32_t get_mode_0() const { return ___mode_0; } inline int32_t* get_address_of_mode_0() { return &___mode_0; } inline void set_mode_0(int32_t value) { ___mode_0 = value; } inline static int32_t get_offset_of_orientType_1() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___orientType_1)); } inline int32_t get_orientType_1() const { return ___orientType_1; } inline int32_t* get_address_of_orientType_1() { return &___orientType_1; } inline void set_orientType_1(int32_t value) { ___orientType_1 = value; } inline static int32_t get_offset_of_lockPositionAxis_2() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___lockPositionAxis_2)); } inline int32_t get_lockPositionAxis_2() const { return ___lockPositionAxis_2; } inline int32_t* get_address_of_lockPositionAxis_2() { return &___lockPositionAxis_2; } inline void set_lockPositionAxis_2(int32_t value) { ___lockPositionAxis_2 = value; } inline static int32_t get_offset_of_lockRotationAxis_3() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___lockRotationAxis_3)); } inline int32_t get_lockRotationAxis_3() const { return ___lockRotationAxis_3; } inline int32_t* get_address_of_lockRotationAxis_3() { return &___lockRotationAxis_3; } inline void set_lockRotationAxis_3(int32_t value) { ___lockRotationAxis_3 = value; } inline static int32_t get_offset_of_isClosedPath_4() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___isClosedPath_4)); } inline bool get_isClosedPath_4() const { return ___isClosedPath_4; } inline bool* get_address_of_isClosedPath_4() { return &___isClosedPath_4; } inline void set_isClosedPath_4(bool value) { ___isClosedPath_4 = value; } inline static int32_t get_offset_of_lookAtPosition_5() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___lookAtPosition_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_lookAtPosition_5() const { return ___lookAtPosition_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_lookAtPosition_5() { return &___lookAtPosition_5; } inline void set_lookAtPosition_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___lookAtPosition_5 = value; } inline static int32_t get_offset_of_lookAtTransform_6() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___lookAtTransform_6)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_lookAtTransform_6() const { return ___lookAtTransform_6; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_lookAtTransform_6() { return &___lookAtTransform_6; } inline void set_lookAtTransform_6(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___lookAtTransform_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___lookAtTransform_6), (void*)value); } inline static int32_t get_offset_of_lookAhead_7() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___lookAhead_7)); } inline float get_lookAhead_7() const { return ___lookAhead_7; } inline float* get_address_of_lookAhead_7() { return &___lookAhead_7; } inline void set_lookAhead_7(float value) { ___lookAhead_7 = value; } inline static int32_t get_offset_of_hasCustomForwardDirection_8() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___hasCustomForwardDirection_8)); } inline bool get_hasCustomForwardDirection_8() const { return ___hasCustomForwardDirection_8; } inline bool* get_address_of_hasCustomForwardDirection_8() { return &___hasCustomForwardDirection_8; } inline void set_hasCustomForwardDirection_8(bool value) { ___hasCustomForwardDirection_8 = value; } inline static int32_t get_offset_of_forward_9() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___forward_9)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_forward_9() const { return ___forward_9; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_forward_9() { return &___forward_9; } inline void set_forward_9(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___forward_9 = value; } inline static int32_t get_offset_of_useLocalPosition_10() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___useLocalPosition_10)); } inline bool get_useLocalPosition_10() const { return ___useLocalPosition_10; } inline bool* get_address_of_useLocalPosition_10() { return &___useLocalPosition_10; } inline void set_useLocalPosition_10(bool value) { ___useLocalPosition_10 = value; } inline static int32_t get_offset_of_parent_11() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___parent_11)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_parent_11() const { return ___parent_11; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_parent_11() { return &___parent_11; } inline void set_parent_11(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___parent_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_11), (void*)value); } inline static int32_t get_offset_of_isRigidbody_12() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___isRigidbody_12)); } inline bool get_isRigidbody_12() const { return ___isRigidbody_12; } inline bool* get_address_of_isRigidbody_12() { return &___isRigidbody_12; } inline void set_isRigidbody_12(bool value) { ___isRigidbody_12 = value; } inline static int32_t get_offset_of_stableZRotation_13() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___stableZRotation_13)); } inline bool get_stableZRotation_13() const { return ___stableZRotation_13; } inline bool* get_address_of_stableZRotation_13() { return &___stableZRotation_13; } inline void set_stableZRotation_13(bool value) { ___stableZRotation_13 = value; } inline static int32_t get_offset_of_startupRot_14() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___startupRot_14)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_startupRot_14() const { return ___startupRot_14; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_startupRot_14() { return &___startupRot_14; } inline void set_startupRot_14(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___startupRot_14 = value; } inline static int32_t get_offset_of_startupZRot_15() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___startupZRot_15)); } inline float get_startupZRot_15() const { return ___startupZRot_15; } inline float* get_address_of_startupZRot_15() { return &___startupZRot_15; } inline void set_startupZRot_15(float value) { ___startupZRot_15 = value; } inline static int32_t get_offset_of_addedExtraStartWp_16() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___addedExtraStartWp_16)); } inline bool get_addedExtraStartWp_16() const { return ___addedExtraStartWp_16; } inline bool* get_address_of_addedExtraStartWp_16() { return &___addedExtraStartWp_16; } inline void set_addedExtraStartWp_16(bool value) { ___addedExtraStartWp_16 = value; } inline static int32_t get_offset_of_addedExtraEndWp_17() { return static_cast(offsetof(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A, ___addedExtraEndWp_17)); } inline bool get_addedExtraEndWp_17() const { return ___addedExtraEndWp_17; } inline bool* get_address_of_addedExtraEndWp_17() { return &___addedExtraEndWp_17; } inline void set_addedExtraEndWp_17(bool value) { ___addedExtraEndWp_17 = value; } }; // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.PathOptions struct PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A_marshaled_pinvoke { int32_t ___mode_0; int32_t ___orientType_1; int32_t ___lockPositionAxis_2; int32_t ___lockRotationAxis_3; int32_t ___isClosedPath_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lookAtPosition_5; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___lookAtTransform_6; float ___lookAhead_7; int32_t ___hasCustomForwardDirection_8; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___forward_9; int32_t ___useLocalPosition_10; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent_11; int32_t ___isRigidbody_12; int32_t ___stableZRotation_13; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___startupRot_14; float ___startupZRot_15; int32_t ___addedExtraStartWp_16; int32_t ___addedExtraEndWp_17; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.PathOptions struct PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A_marshaled_com { int32_t ___mode_0; int32_t ___orientType_1; int32_t ___lockPositionAxis_2; int32_t ___lockRotationAxis_3; int32_t ___isClosedPath_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lookAtPosition_5; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___lookAtTransform_6; float ___lookAhead_7; int32_t ___hasCustomForwardDirection_8; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___forward_9; int32_t ___useLocalPosition_10; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent_11; int32_t ___isRigidbody_12; int32_t ___stableZRotation_13; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___startupRot_14; float ___startupZRot_15; int32_t ___addedExtraStartWp_16; int32_t ___addedExtraEndWp_17; }; // DG.Tweening.Plugins.Options.QuaternionOptions struct QuaternionOptions_t9BA8DBC2ED667232C8679DD1BFAE694ED6D19BEA { public: // DG.Tweening.RotateMode DG.Tweening.Plugins.Options.QuaternionOptions::rotateMode int32_t ___rotateMode_0; // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.QuaternionOptions::axisConstraint int32_t ___axisConstraint_1; // UnityEngine.Vector3 DG.Tweening.Plugins.Options.QuaternionOptions::up Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___up_2; public: inline static int32_t get_offset_of_rotateMode_0() { return static_cast(offsetof(QuaternionOptions_t9BA8DBC2ED667232C8679DD1BFAE694ED6D19BEA, ___rotateMode_0)); } inline int32_t get_rotateMode_0() const { return ___rotateMode_0; } inline int32_t* get_address_of_rotateMode_0() { return &___rotateMode_0; } inline void set_rotateMode_0(int32_t value) { ___rotateMode_0 = value; } inline static int32_t get_offset_of_axisConstraint_1() { return static_cast(offsetof(QuaternionOptions_t9BA8DBC2ED667232C8679DD1BFAE694ED6D19BEA, ___axisConstraint_1)); } inline int32_t get_axisConstraint_1() const { return ___axisConstraint_1; } inline int32_t* get_address_of_axisConstraint_1() { return &___axisConstraint_1; } inline void set_axisConstraint_1(int32_t value) { ___axisConstraint_1 = value; } inline static int32_t get_offset_of_up_2() { return static_cast(offsetof(QuaternionOptions_t9BA8DBC2ED667232C8679DD1BFAE694ED6D19BEA, ___up_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_up_2() const { return ___up_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_up_2() { return &___up_2; } inline void set_up_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___up_2 = value; } }; // DG.Tweening.Plugins.Options.StringOptions struct StringOptions_tEBC24F7E4EAEE1FAAF8E33BD1CB4D4C550697104 { public: // System.Boolean DG.Tweening.Plugins.Options.StringOptions::richTextEnabled bool ___richTextEnabled_0; // DG.Tweening.ScrambleMode DG.Tweening.Plugins.Options.StringOptions::scrambleMode int32_t ___scrambleMode_1; // System.Char[] DG.Tweening.Plugins.Options.StringOptions::scrambledChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___scrambledChars_2; // System.Int32 DG.Tweening.Plugins.Options.StringOptions::startValueStrippedLength int32_t ___startValueStrippedLength_3; // System.Int32 DG.Tweening.Plugins.Options.StringOptions::changeValueStrippedLength int32_t ___changeValueStrippedLength_4; public: inline static int32_t get_offset_of_richTextEnabled_0() { return static_cast(offsetof(StringOptions_tEBC24F7E4EAEE1FAAF8E33BD1CB4D4C550697104, ___richTextEnabled_0)); } inline bool get_richTextEnabled_0() const { return ___richTextEnabled_0; } inline bool* get_address_of_richTextEnabled_0() { return &___richTextEnabled_0; } inline void set_richTextEnabled_0(bool value) { ___richTextEnabled_0 = value; } inline static int32_t get_offset_of_scrambleMode_1() { return static_cast(offsetof(StringOptions_tEBC24F7E4EAEE1FAAF8E33BD1CB4D4C550697104, ___scrambleMode_1)); } inline int32_t get_scrambleMode_1() const { return ___scrambleMode_1; } inline int32_t* get_address_of_scrambleMode_1() { return &___scrambleMode_1; } inline void set_scrambleMode_1(int32_t value) { ___scrambleMode_1 = value; } inline static int32_t get_offset_of_scrambledChars_2() { return static_cast(offsetof(StringOptions_tEBC24F7E4EAEE1FAAF8E33BD1CB4D4C550697104, ___scrambledChars_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_scrambledChars_2() const { return ___scrambledChars_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_scrambledChars_2() { return &___scrambledChars_2; } inline void set_scrambledChars_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___scrambledChars_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___scrambledChars_2), (void*)value); } inline static int32_t get_offset_of_startValueStrippedLength_3() { return static_cast(offsetof(StringOptions_tEBC24F7E4EAEE1FAAF8E33BD1CB4D4C550697104, ___startValueStrippedLength_3)); } inline int32_t get_startValueStrippedLength_3() const { return ___startValueStrippedLength_3; } inline int32_t* get_address_of_startValueStrippedLength_3() { return &___startValueStrippedLength_3; } inline void set_startValueStrippedLength_3(int32_t value) { ___startValueStrippedLength_3 = value; } inline static int32_t get_offset_of_changeValueStrippedLength_4() { return static_cast(offsetof(StringOptions_tEBC24F7E4EAEE1FAAF8E33BD1CB4D4C550697104, ___changeValueStrippedLength_4)); } inline int32_t get_changeValueStrippedLength_4() const { return ___changeValueStrippedLength_4; } inline int32_t* get_address_of_changeValueStrippedLength_4() { return &___changeValueStrippedLength_4; } inline void set_changeValueStrippedLength_4(int32_t value) { ___changeValueStrippedLength_4 = value; } }; // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.StringOptions struct StringOptions_tEBC24F7E4EAEE1FAAF8E33BD1CB4D4C550697104_marshaled_pinvoke { int32_t ___richTextEnabled_0; int32_t ___scrambleMode_1; uint8_t* ___scrambledChars_2; int32_t ___startValueStrippedLength_3; int32_t ___changeValueStrippedLength_4; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.StringOptions struct StringOptions_tEBC24F7E4EAEE1FAAF8E33BD1CB4D4C550697104_marshaled_com { int32_t ___richTextEnabled_0; int32_t ___scrambleMode_1; uint8_t* ___scrambledChars_2; int32_t ___startValueStrippedLength_3; int32_t ___changeValueStrippedLength_4; }; // UnityEngine.UIElements.StyleSelectorPart struct StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 { public: // System.String UnityEngine.UIElements.StyleSelectorPart::m_Value String_t* ___m_Value_0; // UnityEngine.UIElements.StyleSelectorType UnityEngine.UIElements.StyleSelectorPart::m_Type int32_t ___m_Type_1; // System.Object UnityEngine.UIElements.StyleSelectorPart::tempData RuntimeObject * ___tempData_2; public: inline static int32_t get_offset_of_m_Value_0() { return static_cast(offsetof(StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54, ___m_Value_0)); } inline String_t* get_m_Value_0() const { return ___m_Value_0; } inline String_t** get_address_of_m_Value_0() { return &___m_Value_0; } inline void set_m_Value_0(String_t* value) { ___m_Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Value_0), (void*)value); } inline static int32_t get_offset_of_m_Type_1() { return static_cast(offsetof(StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54, ___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_tempData_2() { return static_cast(offsetof(StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54, ___tempData_2)); } inline RuntimeObject * get_tempData_2() const { return ___tempData_2; } inline RuntimeObject ** get_address_of_tempData_2() { return &___tempData_2; } inline void set_tempData_2(RuntimeObject * value) { ___tempData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tempData_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.StyleSelectorPart struct StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_marshaled_pinvoke { char* ___m_Value_0; int32_t ___m_Type_1; Il2CppIUnknown* ___tempData_2; }; // Native definition for COM marshalling of UnityEngine.UIElements.StyleSelectorPart struct StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_marshaled_com { Il2CppChar* ___m_Value_0; int32_t ___m_Type_1; Il2CppIUnknown* ___tempData_2; }; // 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; } }; 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); } }; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.UnityWebRequest::m_Ptr intptr_t ___m_Ptr_0; // UnityEngine.Networking.DownloadHandler UnityEngine.Networking.UnityWebRequest::m_DownloadHandler DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * ___m_DownloadHandler_1; // UnityEngine.Networking.UploadHandler UnityEngine.Networking.UnityWebRequest::m_UploadHandler UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA * ___m_UploadHandler_2; // UnityEngine.Networking.CertificateHandler UnityEngine.Networking.UnityWebRequest::m_CertificateHandler CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E * ___m_CertificateHandler_3; // System.Uri UnityEngine.Networking.UnityWebRequest::m_Uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___m_Uri_4; // System.Boolean UnityEngine.Networking.UnityWebRequest::k__BackingField bool ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; // System.Boolean UnityEngine.Networking.UnityWebRequest::k__BackingField bool ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; // System.Boolean UnityEngine.Networking.UnityWebRequest::k__BackingField bool ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_DownloadHandler_1() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___m_DownloadHandler_1)); } inline DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * get_m_DownloadHandler_1() const { return ___m_DownloadHandler_1; } inline DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB ** get_address_of_m_DownloadHandler_1() { return &___m_DownloadHandler_1; } inline void set_m_DownloadHandler_1(DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * value) { ___m_DownloadHandler_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DownloadHandler_1), (void*)value); } inline static int32_t get_offset_of_m_UploadHandler_2() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___m_UploadHandler_2)); } inline UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA * get_m_UploadHandler_2() const { return ___m_UploadHandler_2; } inline UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA ** get_address_of_m_UploadHandler_2() { return &___m_UploadHandler_2; } inline void set_m_UploadHandler_2(UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA * value) { ___m_UploadHandler_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_UploadHandler_2), (void*)value); } inline static int32_t get_offset_of_m_CertificateHandler_3() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___m_CertificateHandler_3)); } inline CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E * get_m_CertificateHandler_3() const { return ___m_CertificateHandler_3; } inline CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E ** get_address_of_m_CertificateHandler_3() { return &___m_CertificateHandler_3; } inline void set_m_CertificateHandler_3(CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E * value) { ___m_CertificateHandler_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CertificateHandler_3), (void*)value); } inline static int32_t get_offset_of_m_Uri_4() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___m_Uri_4)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_m_Uri_4() const { return ___m_Uri_4; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_m_Uri_4() { return &___m_Uri_4; } inline void set_m_Uri_4(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___m_Uri_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Uri_4), (void*)value); } inline static int32_t get_offset_of_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5)); } inline bool get_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5() const { return ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; } inline bool* get_address_of_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5() { return &___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; } inline void set_U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5(bool value) { ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6)); } inline bool get_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6() const { return ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; } inline bool* get_address_of_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6() { return &___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; } inline void set_U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6(bool value) { ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7() { return static_cast(offsetof(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E, ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7)); } inline bool get_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7() const { return ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; } inline bool* get_address_of_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7() { return &___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; } inline void set_U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7(bool value) { ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_pinvoke { intptr_t ___m_Ptr_0; DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_pinvoke ___m_DownloadHandler_1; UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_pinvoke ___m_UploadHandler_2; CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_pinvoke ___m_CertificateHandler_3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___m_Uri_4; int32_t ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; }; // Native definition for COM marshalling of UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E_marshaled_com { intptr_t ___m_Ptr_0; DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_com* ___m_DownloadHandler_1; UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_com* ___m_UploadHandler_2; CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E_marshaled_com* ___m_CertificateHandler_3; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___m_Uri_4; int32_t ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5; int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6; int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7; }; // DG.Tweening.Plugins.Options.Vector3ArrayOptions struct Vector3ArrayOptions_t12B5EB98E66864EA7DCA3647C6DCB73BB9AAD84B { public: // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.Vector3ArrayOptions::axisConstraint int32_t ___axisConstraint_0; // System.Boolean DG.Tweening.Plugins.Options.Vector3ArrayOptions::snapping bool ___snapping_1; // System.Single[] DG.Tweening.Plugins.Options.Vector3ArrayOptions::durations SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___durations_2; public: inline static int32_t get_offset_of_axisConstraint_0() { return static_cast(offsetof(Vector3ArrayOptions_t12B5EB98E66864EA7DCA3647C6DCB73BB9AAD84B, ___axisConstraint_0)); } inline int32_t get_axisConstraint_0() const { return ___axisConstraint_0; } inline int32_t* get_address_of_axisConstraint_0() { return &___axisConstraint_0; } inline void set_axisConstraint_0(int32_t value) { ___axisConstraint_0 = value; } inline static int32_t get_offset_of_snapping_1() { return static_cast(offsetof(Vector3ArrayOptions_t12B5EB98E66864EA7DCA3647C6DCB73BB9AAD84B, ___snapping_1)); } inline bool get_snapping_1() const { return ___snapping_1; } inline bool* get_address_of_snapping_1() { return &___snapping_1; } inline void set_snapping_1(bool value) { ___snapping_1 = value; } inline static int32_t get_offset_of_durations_2() { return static_cast(offsetof(Vector3ArrayOptions_t12B5EB98E66864EA7DCA3647C6DCB73BB9AAD84B, ___durations_2)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_durations_2() const { return ___durations_2; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_durations_2() { return &___durations_2; } inline void set_durations_2(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___durations_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___durations_2), (void*)value); } }; // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.Vector3ArrayOptions struct Vector3ArrayOptions_t12B5EB98E66864EA7DCA3647C6DCB73BB9AAD84B_marshaled_pinvoke { int32_t ___axisConstraint_0; int32_t ___snapping_1; Il2CppSafeArray/*NONE*/* ___durations_2; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.Vector3ArrayOptions struct Vector3ArrayOptions_t12B5EB98E66864EA7DCA3647C6DCB73BB9AAD84B_marshaled_com { int32_t ___axisConstraint_0; int32_t ___snapping_1; Il2CppSafeArray/*NONE*/* ___durations_2; }; // DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB { public: // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.VectorOptions::axisConstraint int32_t ___axisConstraint_0; // System.Boolean DG.Tweening.Plugins.Options.VectorOptions::snapping bool ___snapping_1; public: inline static int32_t get_offset_of_axisConstraint_0() { return static_cast(offsetof(VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB, ___axisConstraint_0)); } inline int32_t get_axisConstraint_0() const { return ___axisConstraint_0; } inline int32_t* get_address_of_axisConstraint_0() { return &___axisConstraint_0; } inline void set_axisConstraint_0(int32_t value) { ___axisConstraint_0 = value; } inline static int32_t get_offset_of_snapping_1() { return static_cast(offsetof(VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB, ___snapping_1)); } inline bool get_snapping_1() const { return ___snapping_1; } inline bool* get_address_of_snapping_1() { return &___snapping_1; } inline void set_snapping_1(bool value) { ___snapping_1 = value; } }; // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB_marshaled_pinvoke { int32_t ___axisConstraint_0; int32_t ___snapping_1; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB_marshaled_com { int32_t ___axisConstraint_0; int32_t ___snapping_1; }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t25CEEB8D1FBFE583049329F7F687891918E935EC : public TransformProcessor_1_tE6C6FCAD04C817AF08EAD352FC679DF8AB8EBF1B { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t25CEEB8D1FBFE583049329F7F687891918E935EC, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t958C8AADED1CD7CBFB50FC0D564D2140542F711B : public TransformProcessor_1_t5D5CFFBE141EF7654E1CA7B5704F109677E06BE4 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t958C8AADED1CD7CBFB50FC0D564D2140542F711B, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t6977B6C65CCD9054C91254DC5CBCDF98EDE6D405 : public TransformProcessor_1_t1B7A0D215DAEB942B8783E06F0AD5278C32B3291 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t6977B6C65CCD9054C91254DC5CBCDF98EDE6D405, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_tF5521F28CDC6DB783E0119C2B1D0B6CB2C6344D0 : public TransformProcessor_1_t5E3AED8709CB8D76EA6F3B163A35466C8B7B421B { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_tF5521F28CDC6DB783E0119C2B1D0B6CB2C6344D0, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t1899905BA43AC25840E8ECA6F8AE862D426AB2D2 : public TransformProcessor_1_tC9A28353A834ECB479019E9E3BEF499A66C2142C { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t1899905BA43AC25840E8ECA6F8AE862D426AB2D2, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_tEB7C5E2D5CF3D64C9B87508DE8F20770AFB78026 : public TransformProcessor_1_t47C94E870DC5433DB561416A07A1EFEFCC9CF270 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_tEB7C5E2D5CF3D64C9B87508DE8F20770AFB78026, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t46AD239AF990012D74388CE3DA3BCE61B3F2305C : public TransformProcessor_1_tBA176686F79CD9D281140DC85B945DAF6DEC37CF { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t46AD239AF990012D74388CE3DA3BCE61B3F2305C, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t79F21E197A0374DA85BDB5E8610E8817FB637A2B : public TransformProcessor_1_t29A3C64A4C177064DA2F06B0B5F73ED7242C8789 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t79F21E197A0374DA85BDB5E8610E8817FB637A2B, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_tED98A236A20F5EDDC2B1B0EF3603DF1D2617BB1B : public TransformProcessor_1_t08D4E1F1A2F52857E432446F52980FFE90F95DE9 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_tED98A236A20F5EDDC2B1B0EF3603DF1D2617BB1B, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_tDB6CA078F3764BBBCD67E458246F11A99F084D20 : public TransformProcessor_1_t1E99DE957D51B0621C38856A2A7881019049BADD { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_tDB6CA078F3764BBBCD67E458246F11A99F084D20, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t8BE2E266F55410E80561A904F6B5ACB510C3DBCB : public TransformProcessor_1_t4CB9A229A4BDAA0B9E8B9F3B72DD39A0454BF414 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t8BE2E266F55410E80561A904F6B5ACB510C3DBCB, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t08C5DB2E5E07ECC2BACA29752DAA2C2F5F913261 : public TransformProcessor_1_t14D8BA577DE0840771BD92D77DB74F33C83540D9 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t08C5DB2E5E07ECC2BACA29752DAA2C2F5F913261, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t6B068C3F98E21EF2893E1182A3FE5AF07BBA699F : public TransformProcessor_1_t60D97CF35FC5E63EA80B3B0AABD7D8E1EB5F84C3 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t6B068C3F98E21EF2893E1182A3FE5AF07BBA699F, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_tAD442E677608E7CD20204698B2F75D64BDAE8BE0 : public TransformProcessor_1_t2C4BA4D6CF111A93AB40CCFB0A1FD693882CD993 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_tAD442E677608E7CD20204698B2F75D64BDAE8BE0, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t49E13454218DC7292BB62D44A431CBEC59514F67 : public TransformProcessor_1_t25CEBFCCF59479D0C7CD50BACFE3CE288498DC26 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t49E13454218DC7292BB62D44A431CBEC59514F67, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t2B567D73893D955240E0583218A8162B7A589FFC : public TransformProcessor_1_t11DAF8F3577DF5AE1D74C9B50779E55BE2FB6F2E { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t2B567D73893D955240E0583218A8162B7A589FFC, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t32851216D24E15F95B35925B2051376DDD217127 : public TransformProcessor_1_t0B8103D263249BF05338F0EC99632C0FE9625B4F { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t32851216D24E15F95B35925B2051376DDD217127, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_tB1F1E02CC52DB4D052300BFAA29C1B5D34E58D8A : public TransformProcessor_1_t0C2886241377604F2D24AAC961C03E424137D2D3 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_tB1F1E02CC52DB4D052300BFAA29C1B5D34E58D8A, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t19A35839B6E6ACB3862FC22E1E663423C50422F4 : public TransformProcessor_1_t144BE68FB4ACB1EA1D23FCF9A5468A90A9D8C834 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t19A35839B6E6ACB3862FC22E1E663423C50422F4, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_tEC5BB9A08753CD39ADC4C2EC30C104D2C73DDBF3 : public TransformProcessor_1_t4DEB95785B85AD382FD5C59A5A1FD19AE3D88759 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_tEC5BB9A08753CD39ADC4C2EC30C104D2C73DDBF3, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t0B2B614A6993EA6B7BCD5C1C404B32D2947872AD : public TransformProcessor_1_tC0A77D4701521F803693BF1E36E9BC47278B617C { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t0B2B614A6993EA6B7BCD5C1C404B32D2947872AD, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_tD708D485111BD2A87395AC02F1C43E6E5CFAB395 : public TransformProcessor_1_tAF0576D8C65C35FBFD53AECAACF1649768E64239 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_tD708D485111BD2A87395AC02F1C43E6E5CFAB395, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t3C7A8DCBC0768245E30C17B686C2AAB4B5F61998 : public TransformProcessor_1_tBF5E00953EEA48B2F67A305D7C5DD280CBE7CF4E { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t3C7A8DCBC0768245E30C17B686C2AAB4B5F61998, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t7F34DAA2A3D47B09D7497BF19117B12A5118949C : public TransformProcessor_1_t8D97476395D15C8D5BB5091C25B1624C316B093B { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t7F34DAA2A3D47B09D7497BF19117B12A5118949C, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t1D51A3A04774A0FBEC97A7FCF7C2FC91707CB977 : public TransformProcessor_1_tDD6658A0AB71792BC00C0AD0C5F472216B5D0B3D { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t1D51A3A04774A0FBEC97A7FCF7C2FC91707CB977, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t86B2930A40345CB62FD5055E2F265EB4686643E4 : public TransformProcessor_1_t8167EC9BC0752A046D136D5D470D8744E5B733C3 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t86B2930A40345CB62FD5055E2F265EB4686643E4, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t9D8EA954D4082B934F3EEF0B58A8DD30FB4E211A : public TransformProcessor_1_t8B2F3FBBD722EA5DCD31CF1386216CD74C0DD5D9 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t9D8EA954D4082B934F3EEF0B58A8DD30FB4E211A, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t1122129088E34D5D18DE9A63E4D07745B9A0178B : public TransformProcessor_1_tA5B77B987DC3B807B2C482CB044FF8401F36251D { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t1122129088E34D5D18DE9A63E4D07745B9A0178B, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1 struct CropProcessor_1_t13EF449F02536CA886EC26D07C360BA3CA69B4F0 : public TransformProcessor_1_t6B5882DBA20F606E19FB450F6109226B66F85347 { public: // SixLabors.ImageSharp.Rectangle SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor`1::cropRectangle Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___cropRectangle_3; public: inline static int32_t get_offset_of_cropRectangle_3() { return static_cast(offsetof(CropProcessor_1_t13EF449F02536CA886EC26D07C360BA3CA69B4F0, ___cropRectangle_3)); } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 get_cropRectangle_3() const { return ___cropRectangle_3; } inline Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 * get_address_of_cropRectangle_3() { return &___cropRectangle_3; } inline void set_cropRectangle_3(Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 value) { ___cropRectangle_3 = value; } }; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_tCC9DEA9BB7DA5C2570ED2CE9BD13EF5C154B7B10 : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t783A4E662A567BA80417C22478E2C0D7A691A8F5 : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t53CE8060093DF90884AFCA1F8597604FC4057CAE : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t369B69E8547160E3E9873151EF406D5B333369BE : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t157F6556020E7896007192B03DA4AD9B980EF07B : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t7AF3CA81B32BE1DECC611ECB1695586DAD697088 : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t49A4EB0E00FFCAA07677FB8D5FA0F8D5C9439CBB : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t5A8884106B4EAB4456A823E1059ABE07F1EB3940 : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t064C9345B92718F489AC1374BADF1486BD6A15D5 : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t124A8173423DDFE7DBFE2D18475606BF47E278FF : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t0D272262C3678A8EF12C1BB30420E20828726AB0 : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tB62013E4617ECB51822384C8592AAB764E1662BF : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t199F83E107F9B9D685BFE2B08A80CB3E56F2D0E1 : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tEB531C9333D39107AFB45DB640635F4E8125624A : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tCD43FAA29EE5B49551A2A689CA72CE0A10BD0CC8 : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t7B88BDCE7E2B0CB1C48CB2DA8D10300F9AEC832F : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tA1C3C23D13C5F1464FCE61D087CAF987FB347080 : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3C7F9B0CE7215C0D0AC5C7D7E96C515C82436485 : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tDDF46A9A2BD2CF40775822DBAC21F8E70FBE09C6 : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t958CC463FE354998F7EF7ED30D9AAE18526C5533 : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tB633699E0271976DA4B170D01AF6535DE81F46CC : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 : public MulticastDelegate_t { public: public: }; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tEF67691F943A5CD9C9494F1C6CD5166325242373 : public MulticastDelegate_t { public: public: }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tC861559498255F6677610CED32D2161012D8D897 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tE7DC2F192C483F9E5722779E3C2C1910490AAE59 * ___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 StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tC861559498255F6677610CED32D2161012D8D897, ___list_0)); } inline List_1_tE7DC2F192C483F9E5722779E3C2C1910490AAE59 * get_list_0() const { return ___list_0; } inline List_1_tE7DC2F192C483F9E5722779E3C2C1910490AAE59 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tE7DC2F192C483F9E5722779E3C2C1910490AAE59 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tC861559498255F6677610CED32D2161012D8D897, ___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_tC861559498255F6677610CED32D2161012D8D897, ___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_tC861559498255F6677610CED32D2161012D8D897, ___current_3)); } inline StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 get_current_3() const { return ___current_3; } inline StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___m_Value_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___tempData_2), (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,System.Boolean> struct Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t71246452552324E63369238428A8262C35D51CF9 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tB8572691A3B246ABF46383743017D964596AF563 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tAB75D6F626EAD6344A2492DE72A71159D04FF48C : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t8CEC9815E3BFE42053037EA1CE5ECC0E03AF2479 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tFDE366CF3ED667CA489D6D5A017B4D50934D4536 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t4E607BF9FA9E115F43BD77F92F4285E3B8C7FB0D : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t818E6D4A8129167C884A1838069229E4787FEF80 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t1BCA906C2230DF98911C4C17F7CFEFC22BC5A63C : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tAEDD11CB360DF89F5E78FBBBE20C0068DE81A907 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t2A6508E80F23617BED190D105C71C334B4AE3C25 : 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_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tFD81B74596B148B39BB05469981F25AED577A157 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t5182A96930054BE024323674CBD1CD426A177ACA : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 : 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_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tC3246CBAFBB962E2C6075141A9B6BFC365266428 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t053D2B54EABDF2D08AF93BCF2FD688A13D471115 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t3392110F43E2BABF9B4FE94ACC529370BFED1DF9 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t0A72C117A66832F7C51A8E75D59563AE9AF14415 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tEA0806351A226BB336B75F20D7FAD45BB6FA6548 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t24959D12153C564CD09380AC01C49CC861DEB865 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t96D5F0DED0C2B664C7CFB45042CD136E34842A4C : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tCD62034ED2D89102BBD6DBECF08A26CD16C25CC7 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tFE929118F994CCB6F43F23B883CA05BFFFA344C1 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t43120EF71F0B23A2E3DAFDCF2D153B3D717DDB4C : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t7F88FE9A58E990409D399F6F4008D1806BB0F885 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tB35ECB1EF85773E85A7780EB0FD79F60CAFD167F : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t4B1AB0511DCFA3E1F54D9D3D1C70655F62FEC1D7 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tFD2BFACA0A49615C9E0B25483BAAA94EF377BC62 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t8CB918836220145D2340F9957E6C5F276C4137C2 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t09359088B37196580165BF098AE567064572CB96 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t8FDBF88C8735206D446D7BF4B6BBF45952CF8B9D : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t5C837A4A6B6613D0C6695AF4098C6C15FE64F014 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t061EF894E3300369464572C898B2407E22EF3441 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t95234C88C1F30E9B41E8B8B1ED4706761D605B21 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tB00D5EEC171B630759096485B233901DB43BF8CF : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t17DCAFFB0BC6EFD8723C2490F093A4C144B494FE : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t133D2751609059C1728FB803B694896EDE3CDB05 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t7724CFF6C02B9686F1A23E38E78334D619CD0359 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t11AF083145B07438E76C2179469046702C171AA2 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t8BB421865D27C0D99A8ED71CD853D7085A494D74 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t5D89C07592E8B4B8A741A9FCAC03153AC7FE0E69 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t838A6E05A593267E6770A337644654460420411A : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t6144C788CB8CA6D69827E741BCD41FC2E152FE29 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t34B97771A0078A8273A23C56EEE4D43342623274 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t2C031683AA90DDC7B997FD7FA2C8A7BDEB5AC430 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t0E9D7CD20EA091FE6D6442B79A98A4A61BE908F0 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tC39B98FB82720BAEEB44F52A6B22A36F79879962 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tF763012343AC0F7D5AE2892C19C62FF25B83A6C7 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t34780C59A229A689E04290A1F7CD89082B8F213F : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t5373D9577802C55F46C524A7773A8CEE22AEE4ED : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tE089C952ED81C1166C6B2F9A582A695741D7122E : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t8A5F47384D3AB42A5C3C8659860DB39D858084FC : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A : public MulticastDelegate_t { public: public: }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_t70C7DA28953E2F0168A9D16B98E57C1B40D64A57 : 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 StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t70C7DA28953E2F0168A9D16B98E57C1B40D64A57, ___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_t70C7DA28953E2F0168A9D16B98E57C1B40D64A57, ___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_t70C7DA28953E2F0168A9D16B98E57C1B40D64A57, ___current_2)); } inline StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 get_current_2() const { return ___current_2; } inline StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->___m_Value_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->___tempData_2), (void*)NULL); #endif } }; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB : public MulticastDelegate_t { public: public: }; // System.Linq.Enumerable/WhereSelectArrayIterator`2 struct WhereSelectArrayIterator_2_t68F6407871709B24A70C3839363FE226C0121E22 : public Iterator_1_t85DDAE0971D0B7BAF88B18C0670D07CD0594CD2C { public: // TSource[] System.Linq.Enumerable/WhereSelectArrayIterator`2::source UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::predicate Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectArrayIterator`2::selector Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 * ___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_t68F6407871709B24A70C3839363FE226C0121E22, ___source_3)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get_source_3() const { return ___source_3; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of_source_3() { return &___source_3; } inline void set_source_3(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* 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_t68F6407871709B24A70C3839363FE226C0121E22, ___predicate_4)); } inline Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 * get_predicate_4() const { return ___predicate_4; } inline Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 * 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_t68F6407871709B24A70C3839363FE226C0121E22, ___selector_5)); } inline Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 * get_selector_5() const { return ___selector_5; } inline Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 * 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_t68F6407871709B24A70C3839363FE226C0121E22, ___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_t369E968BE6E5DAA85B31CD3B1A2F233AA164B1D7 : public Iterator_1_t85DDAE0971D0B7BAF88B18C0670D07CD0594CD2C { 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_tE5EC24D560780816A793D66A79200F82985F58F3 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectEnumerableIterator`2::selector Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 * ___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_t369E968BE6E5DAA85B31CD3B1A2F233AA164B1D7, ___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_t369E968BE6E5DAA85B31CD3B1A2F233AA164B1D7, ___predicate_4)); } inline Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 * get_predicate_4() const { return ___predicate_4; } inline Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 * 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_t369E968BE6E5DAA85B31CD3B1A2F233AA164B1D7, ___selector_5)); } inline Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 * get_selector_5() const { return ___selector_5; } inline Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 * 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_t369E968BE6E5DAA85B31CD3B1A2F233AA164B1D7, ___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 struct WhereSelectListIterator_2_t0516934432C923C15EA90F58C66EF2772618F2E7 : public Iterator_1_t85DDAE0971D0B7BAF88B18C0670D07CD0594CD2C { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5 * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 * ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_tCFA408563ADC89DB9430B1EB2B16060F70E39AC5 ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectListIterator_2_t0516934432C923C15EA90F58C66EF2772618F2E7, ___source_3)); } inline List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5 * get_source_3() const { return ___source_3; } inline List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5 ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5 * 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_t0516934432C923C15EA90F58C66EF2772618F2E7, ___predicate_4)); } inline Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 * get_predicate_4() const { return ___predicate_4; } inline Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 * 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_t0516934432C923C15EA90F58C66EF2772618F2E7, ___selector_5)); } inline Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 * get_selector_5() const { return ___selector_5; } inline Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 * 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_t0516934432C923C15EA90F58C66EF2772618F2E7, ___enumerator_6)); } inline Enumerator_tCFA408563ADC89DB9430B1EB2B16060F70E39AC5 get_enumerator_6() const { return ___enumerator_6; } inline Enumerator_tCFA408563ADC89DB9430B1EB2B16060F70E39AC5 * get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(Enumerator_tCFA408563ADC89DB9430B1EB2B16060F70E39AC5 value) { ___enumerator_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_6))->___list_0), (void*)NULL); } }; // 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: }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor struct EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 : public RuntimeObject { public: // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DKernel SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::k__BackingField EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 ___U3CKernelU3Ek__BackingField_0; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::k__BackingField bool ___U3CGrayscaleU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CKernelU3Ek__BackingField_0() { return static_cast(offsetof(EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9, ___U3CKernelU3Ek__BackingField_0)); } inline EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 get_U3CKernelU3Ek__BackingField_0() const { return ___U3CKernelU3Ek__BackingField_0; } inline EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 * get_address_of_U3CKernelU3Ek__BackingField_0() { return &___U3CKernelU3Ek__BackingField_0; } inline void set_U3CKernelU3Ek__BackingField_0(EdgeDetector2DKernel_t7E822DB59163BFD55D33E31AC16C3E5E2E1986C0 value) { ___U3CKernelU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CKernelU3Ek__BackingField_0))->___U3CKernelXU3Ek__BackingField_5))->___Data_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CKernelU3Ek__BackingField_0))->___U3CKernelYU3Ek__BackingField_6))->___Data_0), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CGrayscaleU3Ek__BackingField_1() { return static_cast(offsetof(EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9, ___U3CGrayscaleU3Ek__BackingField_1)); } inline bool get_U3CGrayscaleU3Ek__BackingField_1() const { return ___U3CGrayscaleU3Ek__BackingField_1; } inline bool* get_address_of_U3CGrayscaleU3Ek__BackingField_1() { return &___U3CGrayscaleU3Ek__BackingField_1; } inline void set_U3CGrayscaleU3Ek__BackingField_1(bool value) { ___U3CGrayscaleU3Ek__BackingField_1 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor struct EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 : public RuntimeObject { public: // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassKernel SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::k__BackingField EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E ___U3CKernelU3Ek__BackingField_0; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::k__BackingField bool ___U3CGrayscaleU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CKernelU3Ek__BackingField_0() { return static_cast(offsetof(EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68, ___U3CKernelU3Ek__BackingField_0)); } inline EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E get_U3CKernelU3Ek__BackingField_0() const { return ___U3CKernelU3Ek__BackingField_0; } inline EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E * get_address_of_U3CKernelU3Ek__BackingField_0() { return &___U3CKernelU3Ek__BackingField_0; } inline void set_U3CKernelU3Ek__BackingField_0(EdgeDetectorCompassKernel_tA79B7766CC2B203454B21601CB95631A8BEE881E value) { ___U3CKernelU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CKernelU3Ek__BackingField_0))->___U3CNorthU3Ek__BackingField_2))->___Data_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CKernelU3Ek__BackingField_0))->___U3CNorthWestU3Ek__BackingField_3))->___Data_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CKernelU3Ek__BackingField_0))->___U3CWestU3Ek__BackingField_4))->___Data_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CKernelU3Ek__BackingField_0))->___U3CSouthWestU3Ek__BackingField_5))->___Data_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CKernelU3Ek__BackingField_0))->___U3CSouthU3Ek__BackingField_6))->___Data_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CKernelU3Ek__BackingField_0))->___U3CSouthEastU3Ek__BackingField_7))->___Data_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CKernelU3Ek__BackingField_0))->___U3CEastU3Ek__BackingField_8))->___Data_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CKernelU3Ek__BackingField_0))->___U3CNorthEastU3Ek__BackingField_9))->___Data_0), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CGrayscaleU3Ek__BackingField_1() { return static_cast(offsetof(EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68, ___U3CGrayscaleU3Ek__BackingField_1)); } inline bool get_U3CGrayscaleU3Ek__BackingField_1() const { return ___U3CGrayscaleU3Ek__BackingField_1; } inline bool* get_address_of_U3CGrayscaleU3Ek__BackingField_1() { return &___U3CGrayscaleU3Ek__BackingField_1; } inline void set_U3CGrayscaleU3Ek__BackingField_1(bool value) { ___U3CGrayscaleU3Ek__BackingField_1 = value; } }; // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor struct EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C : public RuntimeObject { public: // SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorKernel SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::k__BackingField EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F ___U3CKernelU3Ek__BackingField_0; // System.Boolean SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::k__BackingField bool ___U3CGrayscaleU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CKernelU3Ek__BackingField_0() { return static_cast(offsetof(EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C, ___U3CKernelU3Ek__BackingField_0)); } inline EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F get_U3CKernelU3Ek__BackingField_0() const { return ___U3CKernelU3Ek__BackingField_0; } inline EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F * get_address_of_U3CKernelU3Ek__BackingField_0() { return &___U3CKernelU3Ek__BackingField_0; } inline void set_U3CKernelU3Ek__BackingField_0(EdgeDetectorKernel_t1EE2E7A22F748F2A5D7C201D09A6C05641E6D85F value) { ___U3CKernelU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CKernelU3Ek__BackingField_0))->___U3CKernelXYU3Ek__BackingField_3))->___Data_0), (void*)NULL); } inline static int32_t get_offset_of_U3CGrayscaleU3Ek__BackingField_1() { return static_cast(offsetof(EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C, ___U3CGrayscaleU3Ek__BackingField_1)); } inline bool get_U3CGrayscaleU3Ek__BackingField_1() const { return ___U3CGrayscaleU3Ek__BackingField_1; } inline bool* get_address_of_U3CGrayscaleU3Ek__BackingField_1() { return &___U3CGrayscaleU3Ek__BackingField_1; } inline void set_U3CGrayscaleU3Ek__BackingField_1(bool value) { ___U3CGrayscaleU3Ek__BackingField_1 = value; } }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NullReferenceException struct NullReferenceException_t44B4F3CDE3111E74591952B8BE8707B28866D724 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // DG.Tweening.Tween struct Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 : public ABSSequentiable_t74F7F9AFFD39EE435A16A3E202A7872B46DA6C76 { public: // System.Single DG.Tweening.Tween::timeScale float ___timeScale_4; // System.Boolean DG.Tweening.Tween::isBackwards bool ___isBackwards_5; // System.Object DG.Tweening.Tween::id RuntimeObject * ___id_6; // System.String DG.Tweening.Tween::stringId String_t* ___stringId_7; // System.Int32 DG.Tweening.Tween::intId int32_t ___intId_8; // System.Object DG.Tweening.Tween::target RuntimeObject * ___target_9; // DG.Tweening.UpdateType DG.Tweening.Tween::updateType int32_t ___updateType_10; // System.Boolean DG.Tweening.Tween::isIndependentUpdate bool ___isIndependentUpdate_11; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPlay TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onPlay_12; // DG.Tweening.TweenCallback DG.Tweening.Tween::onPause TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onPause_13; // DG.Tweening.TweenCallback DG.Tweening.Tween::onRewind TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onRewind_14; // DG.Tweening.TweenCallback DG.Tweening.Tween::onUpdate TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onUpdate_15; // DG.Tweening.TweenCallback DG.Tweening.Tween::onStepComplete TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onStepComplete_16; // DG.Tweening.TweenCallback DG.Tweening.Tween::onComplete TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onComplete_17; // DG.Tweening.TweenCallback DG.Tweening.Tween::onKill TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___onKill_18; // DG.Tweening.TweenCallback`1 DG.Tweening.Tween::onWaypointChange TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B * ___onWaypointChange_19; // System.Boolean DG.Tweening.Tween::isFrom bool ___isFrom_20; // System.Boolean DG.Tweening.Tween::isBlendable bool ___isBlendable_21; // System.Boolean DG.Tweening.Tween::isRecyclable bool ___isRecyclable_22; // System.Boolean DG.Tweening.Tween::isSpeedBased bool ___isSpeedBased_23; // System.Boolean DG.Tweening.Tween::autoKill bool ___autoKill_24; // System.Single DG.Tweening.Tween::duration float ___duration_25; // System.Int32 DG.Tweening.Tween::loops int32_t ___loops_26; // DG.Tweening.LoopType DG.Tweening.Tween::loopType int32_t ___loopType_27; // System.Single DG.Tweening.Tween::delay float ___delay_28; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CisRelativeU3Ek__BackingField_29; // DG.Tweening.Ease DG.Tweening.Tween::easeType int32_t ___easeType_30; // DG.Tweening.EaseFunction DG.Tweening.Tween::customEase EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 * ___customEase_31; // System.Single DG.Tweening.Tween::easeOvershootOrAmplitude float ___easeOvershootOrAmplitude_32; // System.Single DG.Tweening.Tween::easePeriod float ___easePeriod_33; // System.String DG.Tweening.Tween::debugTargetId String_t* ___debugTargetId_34; // System.Type DG.Tweening.Tween::typeofT1 Type_t * ___typeofT1_35; // System.Type DG.Tweening.Tween::typeofT2 Type_t * ___typeofT2_36; // System.Type DG.Tweening.Tween::typeofTPlugOptions Type_t * ___typeofTPlugOptions_37; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CactiveU3Ek__BackingField_38; // System.Boolean DG.Tweening.Tween::isSequenced bool ___isSequenced_39; // DG.Tweening.Sequence DG.Tweening.Tween::sequenceParent Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___sequenceParent_40; // System.Int32 DG.Tweening.Tween::activeId int32_t ___activeId_41; // DG.Tweening.Core.Enums.SpecialStartupMode DG.Tweening.Tween::specialStartupMode int32_t ___specialStartupMode_42; // System.Boolean DG.Tweening.Tween::creationLocked bool ___creationLocked_43; // System.Boolean DG.Tweening.Tween::startupDone bool ___startupDone_44; // System.Boolean DG.Tweening.Tween::k__BackingField bool ___U3CplayedOnceU3Ek__BackingField_45; // System.Single DG.Tweening.Tween::k__BackingField float ___U3CpositionU3Ek__BackingField_46; // System.Single DG.Tweening.Tween::fullDuration float ___fullDuration_47; // System.Int32 DG.Tweening.Tween::completedLoops int32_t ___completedLoops_48; // System.Boolean DG.Tweening.Tween::isPlaying bool ___isPlaying_49; // System.Boolean DG.Tweening.Tween::isComplete bool ___isComplete_50; // System.Single DG.Tweening.Tween::elapsedDelay float ___elapsedDelay_51; // System.Boolean DG.Tweening.Tween::delayComplete bool ___delayComplete_52; // System.Int32 DG.Tweening.Tween::miscInt int32_t ___miscInt_53; public: inline static int32_t get_offset_of_timeScale_4() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___timeScale_4)); } inline float get_timeScale_4() const { return ___timeScale_4; } inline float* get_address_of_timeScale_4() { return &___timeScale_4; } inline void set_timeScale_4(float value) { ___timeScale_4 = value; } inline static int32_t get_offset_of_isBackwards_5() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isBackwards_5)); } inline bool get_isBackwards_5() const { return ___isBackwards_5; } inline bool* get_address_of_isBackwards_5() { return &___isBackwards_5; } inline void set_isBackwards_5(bool value) { ___isBackwards_5 = value; } inline static int32_t get_offset_of_id_6() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___id_6)); } inline RuntimeObject * get_id_6() const { return ___id_6; } inline RuntimeObject ** get_address_of_id_6() { return &___id_6; } inline void set_id_6(RuntimeObject * value) { ___id_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_6), (void*)value); } inline static int32_t get_offset_of_stringId_7() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___stringId_7)); } inline String_t* get_stringId_7() const { return ___stringId_7; } inline String_t** get_address_of_stringId_7() { return &___stringId_7; } inline void set_stringId_7(String_t* value) { ___stringId_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___stringId_7), (void*)value); } inline static int32_t get_offset_of_intId_8() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___intId_8)); } inline int32_t get_intId_8() const { return ___intId_8; } inline int32_t* get_address_of_intId_8() { return &___intId_8; } inline void set_intId_8(int32_t value) { ___intId_8 = value; } inline static int32_t get_offset_of_target_9() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___target_9)); } inline RuntimeObject * get_target_9() const { return ___target_9; } inline RuntimeObject ** get_address_of_target_9() { return &___target_9; } inline void set_target_9(RuntimeObject * value) { ___target_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_9), (void*)value); } inline static int32_t get_offset_of_updateType_10() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___updateType_10)); } inline int32_t get_updateType_10() const { return ___updateType_10; } inline int32_t* get_address_of_updateType_10() { return &___updateType_10; } inline void set_updateType_10(int32_t value) { ___updateType_10 = value; } inline static int32_t get_offset_of_isIndependentUpdate_11() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isIndependentUpdate_11)); } inline bool get_isIndependentUpdate_11() const { return ___isIndependentUpdate_11; } inline bool* get_address_of_isIndependentUpdate_11() { return &___isIndependentUpdate_11; } inline void set_isIndependentUpdate_11(bool value) { ___isIndependentUpdate_11 = value; } inline static int32_t get_offset_of_onPlay_12() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onPlay_12)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onPlay_12() const { return ___onPlay_12; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onPlay_12() { return &___onPlay_12; } inline void set_onPlay_12(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onPlay_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPlay_12), (void*)value); } inline static int32_t get_offset_of_onPause_13() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onPause_13)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onPause_13() const { return ___onPause_13; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onPause_13() { return &___onPause_13; } inline void set_onPause_13(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onPause_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPause_13), (void*)value); } inline static int32_t get_offset_of_onRewind_14() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onRewind_14)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onRewind_14() const { return ___onRewind_14; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onRewind_14() { return &___onRewind_14; } inline void set_onRewind_14(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onRewind_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___onRewind_14), (void*)value); } inline static int32_t get_offset_of_onUpdate_15() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onUpdate_15)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onUpdate_15() const { return ___onUpdate_15; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onUpdate_15() { return &___onUpdate_15; } inline void set_onUpdate_15(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onUpdate_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUpdate_15), (void*)value); } inline static int32_t get_offset_of_onStepComplete_16() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onStepComplete_16)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onStepComplete_16() const { return ___onStepComplete_16; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onStepComplete_16() { return &___onStepComplete_16; } inline void set_onStepComplete_16(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onStepComplete_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___onStepComplete_16), (void*)value); } inline static int32_t get_offset_of_onComplete_17() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onComplete_17)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onComplete_17() const { return ___onComplete_17; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onComplete_17() { return &___onComplete_17; } inline void set_onComplete_17(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onComplete_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___onComplete_17), (void*)value); } inline static int32_t get_offset_of_onKill_18() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onKill_18)); } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * get_onKill_18() const { return ___onKill_18; } inline TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB ** get_address_of_onKill_18() { return &___onKill_18; } inline void set_onKill_18(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * value) { ___onKill_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___onKill_18), (void*)value); } inline static int32_t get_offset_of_onWaypointChange_19() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___onWaypointChange_19)); } inline TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B * get_onWaypointChange_19() const { return ___onWaypointChange_19; } inline TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B ** get_address_of_onWaypointChange_19() { return &___onWaypointChange_19; } inline void set_onWaypointChange_19(TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B * value) { ___onWaypointChange_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___onWaypointChange_19), (void*)value); } inline static int32_t get_offset_of_isFrom_20() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isFrom_20)); } inline bool get_isFrom_20() const { return ___isFrom_20; } inline bool* get_address_of_isFrom_20() { return &___isFrom_20; } inline void set_isFrom_20(bool value) { ___isFrom_20 = value; } inline static int32_t get_offset_of_isBlendable_21() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isBlendable_21)); } inline bool get_isBlendable_21() const { return ___isBlendable_21; } inline bool* get_address_of_isBlendable_21() { return &___isBlendable_21; } inline void set_isBlendable_21(bool value) { ___isBlendable_21 = value; } inline static int32_t get_offset_of_isRecyclable_22() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isRecyclable_22)); } inline bool get_isRecyclable_22() const { return ___isRecyclable_22; } inline bool* get_address_of_isRecyclable_22() { return &___isRecyclable_22; } inline void set_isRecyclable_22(bool value) { ___isRecyclable_22 = value; } inline static int32_t get_offset_of_isSpeedBased_23() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isSpeedBased_23)); } inline bool get_isSpeedBased_23() const { return ___isSpeedBased_23; } inline bool* get_address_of_isSpeedBased_23() { return &___isSpeedBased_23; } inline void set_isSpeedBased_23(bool value) { ___isSpeedBased_23 = value; } inline static int32_t get_offset_of_autoKill_24() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___autoKill_24)); } inline bool get_autoKill_24() const { return ___autoKill_24; } inline bool* get_address_of_autoKill_24() { return &___autoKill_24; } inline void set_autoKill_24(bool value) { ___autoKill_24 = value; } inline static int32_t get_offset_of_duration_25() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___duration_25)); } inline float get_duration_25() const { return ___duration_25; } inline float* get_address_of_duration_25() { return &___duration_25; } inline void set_duration_25(float value) { ___duration_25 = value; } inline static int32_t get_offset_of_loops_26() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___loops_26)); } inline int32_t get_loops_26() const { return ___loops_26; } inline int32_t* get_address_of_loops_26() { return &___loops_26; } inline void set_loops_26(int32_t value) { ___loops_26 = value; } inline static int32_t get_offset_of_loopType_27() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___loopType_27)); } inline int32_t get_loopType_27() const { return ___loopType_27; } inline int32_t* get_address_of_loopType_27() { return &___loopType_27; } inline void set_loopType_27(int32_t value) { ___loopType_27 = value; } inline static int32_t get_offset_of_delay_28() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___delay_28)); } inline float get_delay_28() const { return ___delay_28; } inline float* get_address_of_delay_28() { return &___delay_28; } inline void set_delay_28(float value) { ___delay_28 = value; } inline static int32_t get_offset_of_U3CisRelativeU3Ek__BackingField_29() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CisRelativeU3Ek__BackingField_29)); } inline bool get_U3CisRelativeU3Ek__BackingField_29() const { return ___U3CisRelativeU3Ek__BackingField_29; } inline bool* get_address_of_U3CisRelativeU3Ek__BackingField_29() { return &___U3CisRelativeU3Ek__BackingField_29; } inline void set_U3CisRelativeU3Ek__BackingField_29(bool value) { ___U3CisRelativeU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_easeType_30() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___easeType_30)); } inline int32_t get_easeType_30() const { return ___easeType_30; } inline int32_t* get_address_of_easeType_30() { return &___easeType_30; } inline void set_easeType_30(int32_t value) { ___easeType_30 = value; } inline static int32_t get_offset_of_customEase_31() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___customEase_31)); } inline EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 * get_customEase_31() const { return ___customEase_31; } inline EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 ** get_address_of_customEase_31() { return &___customEase_31; } inline void set_customEase_31(EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9 * value) { ___customEase_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___customEase_31), (void*)value); } inline static int32_t get_offset_of_easeOvershootOrAmplitude_32() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___easeOvershootOrAmplitude_32)); } inline float get_easeOvershootOrAmplitude_32() const { return ___easeOvershootOrAmplitude_32; } inline float* get_address_of_easeOvershootOrAmplitude_32() { return &___easeOvershootOrAmplitude_32; } inline void set_easeOvershootOrAmplitude_32(float value) { ___easeOvershootOrAmplitude_32 = value; } inline static int32_t get_offset_of_easePeriod_33() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___easePeriod_33)); } inline float get_easePeriod_33() const { return ___easePeriod_33; } inline float* get_address_of_easePeriod_33() { return &___easePeriod_33; } inline void set_easePeriod_33(float value) { ___easePeriod_33 = value; } inline static int32_t get_offset_of_debugTargetId_34() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___debugTargetId_34)); } inline String_t* get_debugTargetId_34() const { return ___debugTargetId_34; } inline String_t** get_address_of_debugTargetId_34() { return &___debugTargetId_34; } inline void set_debugTargetId_34(String_t* value) { ___debugTargetId_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___debugTargetId_34), (void*)value); } inline static int32_t get_offset_of_typeofT1_35() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___typeofT1_35)); } inline Type_t * get_typeofT1_35() const { return ___typeofT1_35; } inline Type_t ** get_address_of_typeofT1_35() { return &___typeofT1_35; } inline void set_typeofT1_35(Type_t * value) { ___typeofT1_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofT1_35), (void*)value); } inline static int32_t get_offset_of_typeofT2_36() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___typeofT2_36)); } inline Type_t * get_typeofT2_36() const { return ___typeofT2_36; } inline Type_t ** get_address_of_typeofT2_36() { return &___typeofT2_36; } inline void set_typeofT2_36(Type_t * value) { ___typeofT2_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofT2_36), (void*)value); } inline static int32_t get_offset_of_typeofTPlugOptions_37() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___typeofTPlugOptions_37)); } inline Type_t * get_typeofTPlugOptions_37() const { return ___typeofTPlugOptions_37; } inline Type_t ** get_address_of_typeofTPlugOptions_37() { return &___typeofTPlugOptions_37; } inline void set_typeofTPlugOptions_37(Type_t * value) { ___typeofTPlugOptions_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofTPlugOptions_37), (void*)value); } inline static int32_t get_offset_of_U3CactiveU3Ek__BackingField_38() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CactiveU3Ek__BackingField_38)); } inline bool get_U3CactiveU3Ek__BackingField_38() const { return ___U3CactiveU3Ek__BackingField_38; } inline bool* get_address_of_U3CactiveU3Ek__BackingField_38() { return &___U3CactiveU3Ek__BackingField_38; } inline void set_U3CactiveU3Ek__BackingField_38(bool value) { ___U3CactiveU3Ek__BackingField_38 = value; } inline static int32_t get_offset_of_isSequenced_39() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isSequenced_39)); } inline bool get_isSequenced_39() const { return ___isSequenced_39; } inline bool* get_address_of_isSequenced_39() { return &___isSequenced_39; } inline void set_isSequenced_39(bool value) { ___isSequenced_39 = value; } inline static int32_t get_offset_of_sequenceParent_40() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___sequenceParent_40)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_sequenceParent_40() const { return ___sequenceParent_40; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_sequenceParent_40() { return &___sequenceParent_40; } inline void set_sequenceParent_40(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___sequenceParent_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___sequenceParent_40), (void*)value); } inline static int32_t get_offset_of_activeId_41() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___activeId_41)); } inline int32_t get_activeId_41() const { return ___activeId_41; } inline int32_t* get_address_of_activeId_41() { return &___activeId_41; } inline void set_activeId_41(int32_t value) { ___activeId_41 = value; } inline static int32_t get_offset_of_specialStartupMode_42() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___specialStartupMode_42)); } inline int32_t get_specialStartupMode_42() const { return ___specialStartupMode_42; } inline int32_t* get_address_of_specialStartupMode_42() { return &___specialStartupMode_42; } inline void set_specialStartupMode_42(int32_t value) { ___specialStartupMode_42 = value; } inline static int32_t get_offset_of_creationLocked_43() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___creationLocked_43)); } inline bool get_creationLocked_43() const { return ___creationLocked_43; } inline bool* get_address_of_creationLocked_43() { return &___creationLocked_43; } inline void set_creationLocked_43(bool value) { ___creationLocked_43 = value; } inline static int32_t get_offset_of_startupDone_44() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___startupDone_44)); } inline bool get_startupDone_44() const { return ___startupDone_44; } inline bool* get_address_of_startupDone_44() { return &___startupDone_44; } inline void set_startupDone_44(bool value) { ___startupDone_44 = value; } inline static int32_t get_offset_of_U3CplayedOnceU3Ek__BackingField_45() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CplayedOnceU3Ek__BackingField_45)); } inline bool get_U3CplayedOnceU3Ek__BackingField_45() const { return ___U3CplayedOnceU3Ek__BackingField_45; } inline bool* get_address_of_U3CplayedOnceU3Ek__BackingField_45() { return &___U3CplayedOnceU3Ek__BackingField_45; } inline void set_U3CplayedOnceU3Ek__BackingField_45(bool value) { ___U3CplayedOnceU3Ek__BackingField_45 = value; } inline static int32_t get_offset_of_U3CpositionU3Ek__BackingField_46() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___U3CpositionU3Ek__BackingField_46)); } inline float get_U3CpositionU3Ek__BackingField_46() const { return ___U3CpositionU3Ek__BackingField_46; } inline float* get_address_of_U3CpositionU3Ek__BackingField_46() { return &___U3CpositionU3Ek__BackingField_46; } inline void set_U3CpositionU3Ek__BackingField_46(float value) { ___U3CpositionU3Ek__BackingField_46 = value; } inline static int32_t get_offset_of_fullDuration_47() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___fullDuration_47)); } inline float get_fullDuration_47() const { return ___fullDuration_47; } inline float* get_address_of_fullDuration_47() { return &___fullDuration_47; } inline void set_fullDuration_47(float value) { ___fullDuration_47 = value; } inline static int32_t get_offset_of_completedLoops_48() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___completedLoops_48)); } inline int32_t get_completedLoops_48() const { return ___completedLoops_48; } inline int32_t* get_address_of_completedLoops_48() { return &___completedLoops_48; } inline void set_completedLoops_48(int32_t value) { ___completedLoops_48 = value; } inline static int32_t get_offset_of_isPlaying_49() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isPlaying_49)); } inline bool get_isPlaying_49() const { return ___isPlaying_49; } inline bool* get_address_of_isPlaying_49() { return &___isPlaying_49; } inline void set_isPlaying_49(bool value) { ___isPlaying_49 = value; } inline static int32_t get_offset_of_isComplete_50() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___isComplete_50)); } inline bool get_isComplete_50() const { return ___isComplete_50; } inline bool* get_address_of_isComplete_50() { return &___isComplete_50; } inline void set_isComplete_50(bool value) { ___isComplete_50 = value; } inline static int32_t get_offset_of_elapsedDelay_51() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___elapsedDelay_51)); } inline float get_elapsedDelay_51() const { return ___elapsedDelay_51; } inline float* get_address_of_elapsedDelay_51() { return &___elapsedDelay_51; } inline void set_elapsedDelay_51(float value) { ___elapsedDelay_51 = value; } inline static int32_t get_offset_of_delayComplete_52() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___delayComplete_52)); } inline bool get_delayComplete_52() const { return ___delayComplete_52; } inline bool* get_address_of_delayComplete_52() { return &___delayComplete_52; } inline void set_delayComplete_52(bool value) { ___delayComplete_52 = value; } inline static int32_t get_offset_of_miscInt_53() { return static_cast(offsetof(Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941, ___miscInt_53)); } inline int32_t get_miscInt_53() const { return ___miscInt_53; } inline int32_t* get_address_of_miscInt_53() { return &___miscInt_53; } inline void set_miscInt_53(int32_t value) { ___miscInt_53 = value; } }; // System.Linq.Enumerable/WhereSelectListIterator`2 struct WhereSelectListIterator_2_t0F9C36BA8F331B1C4C968AB639F343F642078798 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereSelectListIterator`2::source List_1_tE7DC2F192C483F9E5722779E3C2C1910490AAE59 * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::predicate Func_2_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC * ___predicate_4; // System.Func`2 System.Linq.Enumerable/WhereSelectListIterator`2::selector Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector_5; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereSelectListIterator`2::enumerator Enumerator_tC861559498255F6677610CED32D2161012D8D897 ___enumerator_6; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereSelectListIterator_2_t0F9C36BA8F331B1C4C968AB639F343F642078798, ___source_3)); } inline List_1_tE7DC2F192C483F9E5722779E3C2C1910490AAE59 * get_source_3() const { return ___source_3; } inline List_1_tE7DC2F192C483F9E5722779E3C2C1910490AAE59 ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_tE7DC2F192C483F9E5722779E3C2C1910490AAE59 * 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_t0F9C36BA8F331B1C4C968AB639F343F642078798, ___predicate_4)); } inline Func_2_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC * get_predicate_4() const { return ___predicate_4; } inline Func_2_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC * 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_t0F9C36BA8F331B1C4C968AB639F343F642078798, ___selector_5)); } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * get_selector_5() const { return ___selector_5; } inline Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * 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_t0F9C36BA8F331B1C4C968AB639F343F642078798, ___enumerator_6)); } inline Enumerator_tC861559498255F6677610CED32D2161012D8D897 get_enumerator_6() const { return ___enumerator_6; } inline Enumerator_tC861559498255F6677610CED32D2161012D8D897 * get_address_of_enumerator_6() { return &___enumerator_6; } inline void set_enumerator_6(Enumerator_tC861559498255F6677610CED32D2161012D8D897 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_Value_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_6))->___current_3))->___tempData_2), (void*)NULL); #endif } }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // DG.Tweening.Tweener struct Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 : public Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 { public: // System.Boolean DG.Tweening.Tweener::hasManuallySetStartValue bool ___hasManuallySetStartValue_54; // System.Boolean DG.Tweening.Tweener::isFromAllowed bool ___isFromAllowed_55; public: inline static int32_t get_offset_of_hasManuallySetStartValue_54() { return static_cast(offsetof(Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8, ___hasManuallySetStartValue_54)); } inline bool get_hasManuallySetStartValue_54() const { return ___hasManuallySetStartValue_54; } inline bool* get_address_of_hasManuallySetStartValue_54() { return &___hasManuallySetStartValue_54; } inline void set_hasManuallySetStartValue_54(bool value) { ___hasManuallySetStartValue_54 = value; } inline static int32_t get_offset_of_isFromAllowed_55() { return static_cast(offsetof(Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8, ___isFromAllowed_55)); } inline bool get_isFromAllowed_55() const { return ___isFromAllowed_55; } inline bool* get_address_of_isFromAllowed_55() { return &___isFromAllowed_55; } inline void set_isFromAllowed_55(bool value) { ___isFromAllowed_55 = value; } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597 : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_tCC9DEA9BB7DA5C2570ED2CE9BD13EF5C154B7B10 * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_tB62013E4617ECB51822384C8592AAB764E1662BF * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t6A1019F3F26DC4DFAFFA4439E8D04997B8A86E75 * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597, ___startValue_56)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_startValue_56() const { return ___startValue_56; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___startValue_56 = value; } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597, ___endValue_57)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_endValue_57() const { return ___endValue_57; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___endValue_57 = value; } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597, ___changeValue_58)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_changeValue_58() const { return ___changeValue_58; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___changeValue_58 = value; } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597, ___plugOptions_59)); } inline ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A get_plugOptions_59() const { return ___plugOptions_59; } inline ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A value) { ___plugOptions_59 = value; } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597, ___getter_60)); } inline DOGetter_1_tCC9DEA9BB7DA5C2570ED2CE9BD13EF5C154B7B10 * get_getter_60() const { return ___getter_60; } inline DOGetter_1_tCC9DEA9BB7DA5C2570ED2CE9BD13EF5C154B7B10 ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_tCC9DEA9BB7DA5C2570ED2CE9BD13EF5C154B7B10 * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597, ___setter_61)); } inline DOSetter_1_tB62013E4617ECB51822384C8592AAB764E1662BF * get_setter_61() const { return ___setter_61; } inline DOSetter_1_tB62013E4617ECB51822384C8592AAB764E1662BF ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_tB62013E4617ECB51822384C8592AAB764E1662BF * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_t6A1019F3F26DC4DFAFFA4439E8D04997B8A86E75 * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_t6A1019F3F26DC4DFAFFA4439E8D04997B8A86E75 ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_t6A1019F3F26DC4DFAFFA4439E8D04997B8A86E75 * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Color2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9 ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue Color2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9 ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Color2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9 ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t783A4E662A567BA80417C22478E2C0D7A691A8F5 * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t199F83E107F9B9D685BFE2B08A80CB3E56F2D0E1 * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_tB718D1780EF12763326977CF503265AC53091649 * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF, ___startValue_56)); } inline Color2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9 get_startValue_56() const { return ___startValue_56; } inline Color2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9 * get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(Color2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9 value) { ___startValue_56 = value; } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF, ___endValue_57)); } inline Color2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9 get_endValue_57() const { return ___endValue_57; } inline Color2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9 * get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(Color2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9 value) { ___endValue_57 = value; } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF, ___changeValue_58)); } inline Color2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9 get_changeValue_58() const { return ___changeValue_58; } inline Color2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9 * get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(Color2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9 value) { ___changeValue_58 = value; } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF, ___plugOptions_59)); } inline ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A get_plugOptions_59() const { return ___plugOptions_59; } inline ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(ColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A value) { ___plugOptions_59 = value; } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF, ___getter_60)); } inline DOGetter_1_t783A4E662A567BA80417C22478E2C0D7A691A8F5 * get_getter_60() const { return ___getter_60; } inline DOGetter_1_t783A4E662A567BA80417C22478E2C0D7A691A8F5 ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_t783A4E662A567BA80417C22478E2C0D7A691A8F5 * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF, ___setter_61)); } inline DOSetter_1_t199F83E107F9B9D685BFE2B08A80CB3E56F2D0E1 * get_setter_61() const { return ___setter_61; } inline DOSetter_1_t199F83E107F9B9D685BFE2B08A80CB3E56F2D0E1 ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_t199F83E107F9B9D685BFE2B08A80CB3E56F2D0E1 * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_tB718D1780EF12763326977CF503265AC53091649 * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_tB718D1780EF12763326977CF503265AC53091649 ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_tB718D1780EF12763326977CF503265AC53091649 * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890 : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue double ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue double ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue double ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t53CE8060093DF90884AFCA1F8597604FC4057CAE * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_tEB531C9333D39107AFB45DB640635F4E8125624A * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_tEC4768F921D2D61ACB0483B081A635DF637CB7E0 * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890, ___startValue_56)); } inline double get_startValue_56() const { return ___startValue_56; } inline double* get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(double value) { ___startValue_56 = value; } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890, ___endValue_57)); } inline double get_endValue_57() const { return ___endValue_57; } inline double* get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(double value) { ___endValue_57 = value; } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890, ___changeValue_58)); } inline double get_changeValue_58() const { return ___changeValue_58; } inline double* get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(double value) { ___changeValue_58 = value; } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890, ___plugOptions_59)); } inline NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 get_plugOptions_59() const { return ___plugOptions_59; } inline NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 value) { ___plugOptions_59 = value; } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890, ___getter_60)); } inline DOGetter_1_t53CE8060093DF90884AFCA1F8597604FC4057CAE * get_getter_60() const { return ___getter_60; } inline DOGetter_1_t53CE8060093DF90884AFCA1F8597604FC4057CAE ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_t53CE8060093DF90884AFCA1F8597604FC4057CAE * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890, ___setter_61)); } inline DOSetter_1_tEB531C9333D39107AFB45DB640635F4E8125624A * get_setter_61() const { return ___setter_61; } inline DOSetter_1_tEB531C9333D39107AFB45DB640635F4E8125624A ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_tEB531C9333D39107AFB45DB640635F4E8125624A * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_tEC4768F921D2D61ACB0483B081A635DF637CB7E0 * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_tEC4768F921D2D61ACB0483B081A635DF637CB7E0 ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_tEC4768F921D2D61ACB0483B081A635DF637CB7E0 * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1 : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue int32_t ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue int32_t ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue int32_t ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t369B69E8547160E3E9873151EF406D5B333369BE * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_tCD43FAA29EE5B49551A2A689CA72CE0A10BD0CC8 * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t9E1908A1F1C31ED571433EEB266EA3936C8F349D * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1, ___startValue_56)); } inline int32_t get_startValue_56() const { return ___startValue_56; } inline int32_t* get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(int32_t value) { ___startValue_56 = value; } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1, ___endValue_57)); } inline int32_t get_endValue_57() const { return ___endValue_57; } inline int32_t* get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(int32_t value) { ___endValue_57 = value; } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1, ___changeValue_58)); } inline int32_t get_changeValue_58() const { return ___changeValue_58; } inline int32_t* get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(int32_t value) { ___changeValue_58 = value; } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1, ___plugOptions_59)); } inline NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 get_plugOptions_59() const { return ___plugOptions_59; } inline NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 value) { ___plugOptions_59 = value; } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1, ___getter_60)); } inline DOGetter_1_t369B69E8547160E3E9873151EF406D5B333369BE * get_getter_60() const { return ___getter_60; } inline DOGetter_1_t369B69E8547160E3E9873151EF406D5B333369BE ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_t369B69E8547160E3E9873151EF406D5B333369BE * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1, ___setter_61)); } inline DOSetter_1_tCD43FAA29EE5B49551A2A689CA72CE0A10BD0CC8 * get_setter_61() const { return ___setter_61; } inline DOSetter_1_tCD43FAA29EE5B49551A2A689CA72CE0A10BD0CC8 ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_tCD43FAA29EE5B49551A2A689CA72CE0A10BD0CC8 * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_t9E1908A1F1C31ED571433EEB266EA3936C8F349D * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_t9E1908A1F1C31ED571433EEB266EA3936C8F349D ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_t9E1908A1F1C31ED571433EEB266EA3936C8F349D * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue int64_t ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue int64_t ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue int64_t ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t157F6556020E7896007192B03DA4AD9B980EF07B * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t7B88BDCE7E2B0CB1C48CB2DA8D10300F9AEC832F * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t4A2260E86D1E2CFFDED6D659E80905BE27418BA3 * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A, ___startValue_56)); } inline int64_t get_startValue_56() const { return ___startValue_56; } inline int64_t* get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(int64_t value) { ___startValue_56 = value; } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A, ___endValue_57)); } inline int64_t get_endValue_57() const { return ___endValue_57; } inline int64_t* get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(int64_t value) { ___endValue_57 = value; } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A, ___changeValue_58)); } inline int64_t get_changeValue_58() const { return ___changeValue_58; } inline int64_t* get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(int64_t value) { ___changeValue_58 = value; } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A, ___plugOptions_59)); } inline NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 get_plugOptions_59() const { return ___plugOptions_59; } inline NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 value) { ___plugOptions_59 = value; } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A, ___getter_60)); } inline DOGetter_1_t157F6556020E7896007192B03DA4AD9B980EF07B * get_getter_60() const { return ___getter_60; } inline DOGetter_1_t157F6556020E7896007192B03DA4AD9B980EF07B ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_t157F6556020E7896007192B03DA4AD9B980EF07B * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A, ___setter_61)); } inline DOSetter_1_t7B88BDCE7E2B0CB1C48CB2DA8D10300F9AEC832F * get_setter_61() const { return ___setter_61; } inline DOSetter_1_t7B88BDCE7E2B0CB1C48CB2DA8D10300F9AEC832F ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_t7B88BDCE7E2B0CB1C48CB2DA8D10300F9AEC832F * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_t4A2260E86D1E2CFFDED6D659E80905BE27418BA3 * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_t4A2260E86D1E2CFFDED6D659E80905BE27418BA3 ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_t4A2260E86D1E2CFFDED6D659E80905BE27418BA3 * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824 : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue RuntimeObject * ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue RuntimeObject * ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue RuntimeObject * ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t7AF3CA81B32BE1DECC611ECB1695586DAD697088 * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_tA1C3C23D13C5F1464FCE61D087CAF987FB347080 * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t912D5D95D7225F91759832CC5B91E26FE57E0599 * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824, ___startValue_56)); } inline RuntimeObject * get_startValue_56() const { return ___startValue_56; } inline RuntimeObject ** get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(RuntimeObject * value) { ___startValue_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___startValue_56), (void*)value); } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824, ___endValue_57)); } inline RuntimeObject * get_endValue_57() const { return ___endValue_57; } inline RuntimeObject ** get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(RuntimeObject * value) { ___endValue_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___endValue_57), (void*)value); } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824, ___changeValue_58)); } inline RuntimeObject * get_changeValue_58() const { return ___changeValue_58; } inline RuntimeObject ** get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(RuntimeObject * value) { ___changeValue_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___changeValue_58), (void*)value); } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824, ___plugOptions_59)); } inline NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 get_plugOptions_59() const { return ___plugOptions_59; } inline NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 value) { ___plugOptions_59 = value; } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824, ___getter_60)); } inline DOGetter_1_t7AF3CA81B32BE1DECC611ECB1695586DAD697088 * get_getter_60() const { return ___getter_60; } inline DOGetter_1_t7AF3CA81B32BE1DECC611ECB1695586DAD697088 ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_t7AF3CA81B32BE1DECC611ECB1695586DAD697088 * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824, ___setter_61)); } inline DOSetter_1_tA1C3C23D13C5F1464FCE61D087CAF987FB347080 * get_setter_61() const { return ___setter_61; } inline DOSetter_1_tA1C3C23D13C5F1464FCE61D087CAF987FB347080 ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_tA1C3C23D13C5F1464FCE61D087CAF987FB347080 * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_t912D5D95D7225F91759832CC5B91E26FE57E0599 * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_t912D5D95D7225F91759832CC5B91E26FE57E0599 ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_t912D5D95D7225F91759832CC5B91E26FE57E0599 * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353 : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue RuntimeObject * ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue RuntimeObject * ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue RuntimeObject * ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions StringOptions_tEBC24F7E4EAEE1FAAF8E33BD1CB4D4C550697104 ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t7AF3CA81B32BE1DECC611ECB1695586DAD697088 * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_tA1C3C23D13C5F1464FCE61D087CAF987FB347080 * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t32649AA4552248CA087AA1F72AC64F500BA5CB8C * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353, ___startValue_56)); } inline RuntimeObject * get_startValue_56() const { return ___startValue_56; } inline RuntimeObject ** get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(RuntimeObject * value) { ___startValue_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___startValue_56), (void*)value); } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353, ___endValue_57)); } inline RuntimeObject * get_endValue_57() const { return ___endValue_57; } inline RuntimeObject ** get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(RuntimeObject * value) { ___endValue_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___endValue_57), (void*)value); } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353, ___changeValue_58)); } inline RuntimeObject * get_changeValue_58() const { return ___changeValue_58; } inline RuntimeObject ** get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(RuntimeObject * value) { ___changeValue_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___changeValue_58), (void*)value); } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353, ___plugOptions_59)); } inline StringOptions_tEBC24F7E4EAEE1FAAF8E33BD1CB4D4C550697104 get_plugOptions_59() const { return ___plugOptions_59; } inline StringOptions_tEBC24F7E4EAEE1FAAF8E33BD1CB4D4C550697104 * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(StringOptions_tEBC24F7E4EAEE1FAAF8E33BD1CB4D4C550697104 value) { ___plugOptions_59 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___plugOptions_59))->___scrambledChars_2), (void*)NULL); } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353, ___getter_60)); } inline DOGetter_1_t7AF3CA81B32BE1DECC611ECB1695586DAD697088 * get_getter_60() const { return ___getter_60; } inline DOGetter_1_t7AF3CA81B32BE1DECC611ECB1695586DAD697088 ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_t7AF3CA81B32BE1DECC611ECB1695586DAD697088 * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353, ___setter_61)); } inline DOSetter_1_tA1C3C23D13C5F1464FCE61D087CAF987FB347080 * get_setter_61() const { return ___setter_61; } inline DOSetter_1_tA1C3C23D13C5F1464FCE61D087CAF987FB347080 ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_tA1C3C23D13C5F1464FCE61D087CAF987FB347080 * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_t32649AA4552248CA087AA1F72AC64F500BA5CB8C * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_t32649AA4552248CA087AA1F72AC64F500BA5CB8C ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_t32649AA4552248CA087AA1F72AC64F500BA5CB8C * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715 : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t5859705204C671A2CD038B6F78E48A79D2C2FBF5 * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715, ___startValue_56)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_startValue_56() const { return ___startValue_56; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___startValue_56 = value; } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715, ___endValue_57)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_endValue_57() const { return ___endValue_57; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___endValue_57 = value; } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715, ___changeValue_58)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_changeValue_58() const { return ___changeValue_58; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___changeValue_58 = value; } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715, ___plugOptions_59)); } inline NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 get_plugOptions_59() const { return ___plugOptions_59; } inline NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 value) { ___plugOptions_59 = value; } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715, ___getter_60)); } inline DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B * get_getter_60() const { return ___getter_60; } inline DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715, ___setter_61)); } inline DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 * get_setter_61() const { return ___setter_61; } inline DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_t5859705204C671A2CD038B6F78E48A79D2C2FBF5 * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_t5859705204C671A2CD038B6F78E48A79D2C2FBF5 ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_t5859705204C671A2CD038B6F78E48A79D2C2FBF5 * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions QuaternionOptions_t9BA8DBC2ED667232C8679DD1BFAE694ED6D19BEA ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_tAB54EC748E301BA6BF2478FE60B1309A5011DD82 * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB, ___startValue_56)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_startValue_56() const { return ___startValue_56; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___startValue_56 = value; } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB, ___endValue_57)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_endValue_57() const { return ___endValue_57; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___endValue_57 = value; } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB, ___changeValue_58)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_changeValue_58() const { return ___changeValue_58; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___changeValue_58 = value; } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB, ___plugOptions_59)); } inline QuaternionOptions_t9BA8DBC2ED667232C8679DD1BFAE694ED6D19BEA get_plugOptions_59() const { return ___plugOptions_59; } inline QuaternionOptions_t9BA8DBC2ED667232C8679DD1BFAE694ED6D19BEA * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(QuaternionOptions_t9BA8DBC2ED667232C8679DD1BFAE694ED6D19BEA value) { ___plugOptions_59 = value; } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB, ___getter_60)); } inline DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B * get_getter_60() const { return ___getter_60; } inline DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB, ___setter_61)); } inline DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 * get_setter_61() const { return ___setter_61; } inline DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_tAB54EC748E301BA6BF2478FE60B1309A5011DD82 * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_tAB54EC748E301BA6BF2478FE60B1309A5011DD82 ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_tAB54EC748E301BA6BF2478FE60B1309A5011DD82 * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions RectOptions_tB87748888062BF0B1F51E91FF703A81671355E1C ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t49A4EB0E00FFCAA07677FB8D5FA0F8D5C9439CBB * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t3C7F9B0CE7215C0D0AC5C7D7E96C515C82436485 * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t33D1808F9AAA0B1CB88D92C80A0614628956C238 * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F, ___startValue_56)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_startValue_56() const { return ___startValue_56; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___startValue_56 = value; } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F, ___endValue_57)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_endValue_57() const { return ___endValue_57; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___endValue_57 = value; } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F, ___changeValue_58)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_changeValue_58() const { return ___changeValue_58; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___changeValue_58 = value; } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F, ___plugOptions_59)); } inline RectOptions_tB87748888062BF0B1F51E91FF703A81671355E1C get_plugOptions_59() const { return ___plugOptions_59; } inline RectOptions_tB87748888062BF0B1F51E91FF703A81671355E1C * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(RectOptions_tB87748888062BF0B1F51E91FF703A81671355E1C value) { ___plugOptions_59 = value; } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F, ___getter_60)); } inline DOGetter_1_t49A4EB0E00FFCAA07677FB8D5FA0F8D5C9439CBB * get_getter_60() const { return ___getter_60; } inline DOGetter_1_t49A4EB0E00FFCAA07677FB8D5FA0F8D5C9439CBB ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_t49A4EB0E00FFCAA07677FB8D5FA0F8D5C9439CBB * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F, ___setter_61)); } inline DOSetter_1_t3C7F9B0CE7215C0D0AC5C7D7E96C515C82436485 * get_setter_61() const { return ___setter_61; } inline DOSetter_1_t3C7F9B0CE7215C0D0AC5C7D7E96C515C82436485 ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_t3C7F9B0CE7215C0D0AC5C7D7E96C515C82436485 * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_t33D1808F9AAA0B1CB88D92C80A0614628956C238 * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_t33D1808F9AAA0B1CB88D92C80A0614628956C238 ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_t33D1808F9AAA0B1CB88D92C80A0614628956C238 * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue float ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue float ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue float ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions FloatOptions_t83EDE0C4170937A97158EC0DE5DBBABB89818603 ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_tCBAE7B953324A17FF3FA58E62DF7FFF2F5870916 * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6, ___startValue_56)); } inline float get_startValue_56() const { return ___startValue_56; } inline float* get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(float value) { ___startValue_56 = value; } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6, ___endValue_57)); } inline float get_endValue_57() const { return ___endValue_57; } inline float* get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(float value) { ___endValue_57 = value; } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6, ___changeValue_58)); } inline float get_changeValue_58() const { return ___changeValue_58; } inline float* get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(float value) { ___changeValue_58 = value; } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6, ___plugOptions_59)); } inline FloatOptions_t83EDE0C4170937A97158EC0DE5DBBABB89818603 get_plugOptions_59() const { return ___plugOptions_59; } inline FloatOptions_t83EDE0C4170937A97158EC0DE5DBBABB89818603 * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(FloatOptions_t83EDE0C4170937A97158EC0DE5DBBABB89818603 value) { ___plugOptions_59 = value; } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6, ___getter_60)); } inline DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * get_getter_60() const { return ___getter_60; } inline DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6, ___setter_61)); } inline DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC * get_setter_61() const { return ___setter_61; } inline DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_tCBAE7B953324A17FF3FA58E62DF7FFF2F5870916 * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_tCBAE7B953324A17FF3FA58E62DF7FFF2F5870916 ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_tCBAE7B953324A17FF3FA58E62DF7FFF2F5870916 * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue uint32_t ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue uint32_t ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue uint32_t ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions UintOptions_tF32D64824C4708B083DB716F323262B7BE4195F9 ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t5A8884106B4EAB4456A823E1059ABE07F1EB3940 * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_tDDF46A9A2BD2CF40775822DBAC21F8E70FBE09C6 * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t94BA3420748BA2C40BB8D8BEFEF63CB3667B2A05 * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C, ___startValue_56)); } inline uint32_t get_startValue_56() const { return ___startValue_56; } inline uint32_t* get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(uint32_t value) { ___startValue_56 = value; } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C, ___endValue_57)); } inline uint32_t get_endValue_57() const { return ___endValue_57; } inline uint32_t* get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(uint32_t value) { ___endValue_57 = value; } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C, ___changeValue_58)); } inline uint32_t get_changeValue_58() const { return ___changeValue_58; } inline uint32_t* get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(uint32_t value) { ___changeValue_58 = value; } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C, ___plugOptions_59)); } inline UintOptions_tF32D64824C4708B083DB716F323262B7BE4195F9 get_plugOptions_59() const { return ___plugOptions_59; } inline UintOptions_tF32D64824C4708B083DB716F323262B7BE4195F9 * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(UintOptions_tF32D64824C4708B083DB716F323262B7BE4195F9 value) { ___plugOptions_59 = value; } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C, ___getter_60)); } inline DOGetter_1_t5A8884106B4EAB4456A823E1059ABE07F1EB3940 * get_getter_60() const { return ___getter_60; } inline DOGetter_1_t5A8884106B4EAB4456A823E1059ABE07F1EB3940 ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_t5A8884106B4EAB4456A823E1059ABE07F1EB3940 * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C, ___setter_61)); } inline DOSetter_1_tDDF46A9A2BD2CF40775822DBAC21F8E70FBE09C6 * get_setter_61() const { return ___setter_61; } inline DOSetter_1_tDDF46A9A2BD2CF40775822DBAC21F8E70FBE09C6 ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_tDDF46A9A2BD2CF40775822DBAC21F8E70FBE09C6 * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_t94BA3420748BA2C40BB8D8BEFEF63CB3667B2A05 * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_t94BA3420748BA2C40BB8D8BEFEF63CB3667B2A05 ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_t94BA3420748BA2C40BB8D8BEFEF63CB3667B2A05 * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293 : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue uint64_t ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue uint64_t ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue uint64_t ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t064C9345B92718F489AC1374BADF1486BD6A15D5 * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t958CC463FE354998F7EF7ED30D9AAE18526C5533 * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t93FC5EDB85E63F93C5DCF18B1222361EF29455E1 * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293, ___startValue_56)); } inline uint64_t get_startValue_56() const { return ___startValue_56; } inline uint64_t* get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(uint64_t value) { ___startValue_56 = value; } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293, ___endValue_57)); } inline uint64_t get_endValue_57() const { return ___endValue_57; } inline uint64_t* get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(uint64_t value) { ___endValue_57 = value; } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293, ___changeValue_58)); } inline uint64_t get_changeValue_58() const { return ___changeValue_58; } inline uint64_t* get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(uint64_t value) { ___changeValue_58 = value; } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293, ___plugOptions_59)); } inline NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 get_plugOptions_59() const { return ___plugOptions_59; } inline NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(NoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903 value) { ___plugOptions_59 = value; } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293, ___getter_60)); } inline DOGetter_1_t064C9345B92718F489AC1374BADF1486BD6A15D5 * get_getter_60() const { return ___getter_60; } inline DOGetter_1_t064C9345B92718F489AC1374BADF1486BD6A15D5 ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_t064C9345B92718F489AC1374BADF1486BD6A15D5 * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293, ___setter_61)); } inline DOSetter_1_t958CC463FE354998F7EF7ED30D9AAE18526C5533 * get_setter_61() const { return ___setter_61; } inline DOSetter_1_t958CC463FE354998F7EF7ED30D9AAE18526C5533 ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_t958CC463FE354998F7EF7ED30D9AAE18526C5533 * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_t93FC5EDB85E63F93C5DCF18B1222361EF29455E1 * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_t93FC5EDB85E63F93C5DCF18B1222361EF29455E1 ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_t93FC5EDB85E63F93C5DCF18B1222361EF29455E1 * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564 : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t124A8173423DDFE7DBFE2D18475606BF47E278FF * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_tB633699E0271976DA4B170D01AF6535DE81F46CC * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_tEF220F6242890F93B1000E3697D41B1262D65ED1 * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564, ___startValue_56)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_startValue_56() const { return ___startValue_56; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___startValue_56 = value; } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564, ___endValue_57)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_endValue_57() const { return ___endValue_57; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___endValue_57 = value; } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564, ___changeValue_58)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_changeValue_58() const { return ___changeValue_58; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___changeValue_58 = value; } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564, ___plugOptions_59)); } inline VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB get_plugOptions_59() const { return ___plugOptions_59; } inline VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB value) { ___plugOptions_59 = value; } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564, ___getter_60)); } inline DOGetter_1_t124A8173423DDFE7DBFE2D18475606BF47E278FF * get_getter_60() const { return ___getter_60; } inline DOGetter_1_t124A8173423DDFE7DBFE2D18475606BF47E278FF ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_t124A8173423DDFE7DBFE2D18475606BF47E278FF * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564, ___setter_61)); } inline DOSetter_1_tB633699E0271976DA4B170D01AF6535DE81F46CC * get_setter_61() const { return ___setter_61; } inline DOSetter_1_tB633699E0271976DA4B170D01AF6535DE81F46CC ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_tB633699E0271976DA4B170D01AF6535DE81F46CC * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_tEF220F6242890F93B1000E3697D41B1262D65ED1 * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_tEF220F6242890F93B1000E3697D41B1262D65ED1 ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_tEF220F6242890F93B1000E3697D41B1262D65ED1 * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569 : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue RuntimeObject * ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue RuntimeObject * ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue RuntimeObject * ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_tB684BB30E8E054CCB3EBBFB96EDE8032FBD0284E * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569, ___startValue_56)); } inline RuntimeObject * get_startValue_56() const { return ___startValue_56; } inline RuntimeObject ** get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(RuntimeObject * value) { ___startValue_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___startValue_56), (void*)value); } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569, ___endValue_57)); } inline RuntimeObject * get_endValue_57() const { return ___endValue_57; } inline RuntimeObject ** get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(RuntimeObject * value) { ___endValue_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___endValue_57), (void*)value); } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569, ___changeValue_58)); } inline RuntimeObject * get_changeValue_58() const { return ___changeValue_58; } inline RuntimeObject ** get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(RuntimeObject * value) { ___changeValue_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___changeValue_58), (void*)value); } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569, ___plugOptions_59)); } inline PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A get_plugOptions_59() const { return ___plugOptions_59; } inline PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(PathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A value) { ___plugOptions_59 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___plugOptions_59))->___lookAtTransform_6), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___plugOptions_59))->___parent_11), (void*)NULL); #endif } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569, ___getter_60)); } inline DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * get_getter_60() const { return ___getter_60; } inline DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569, ___setter_61)); } inline DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * get_setter_61() const { return ___setter_61; } inline DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_tB684BB30E8E054CCB3EBBFB96EDE8032FBD0284E * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_tB684BB30E8E054CCB3EBBFB96EDE8032FBD0284E ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_tB684BB30E8E054CCB3EBBFB96EDE8032FBD0284E * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5 : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue RuntimeObject * ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue RuntimeObject * ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue RuntimeObject * ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions Vector3ArrayOptions_t12B5EB98E66864EA7DCA3647C6DCB73BB9AAD84B ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t051AEE0C232C044A52F76AD97CBE7C3CD01CC1FF * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5, ___startValue_56)); } inline RuntimeObject * get_startValue_56() const { return ___startValue_56; } inline RuntimeObject ** get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(RuntimeObject * value) { ___startValue_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___startValue_56), (void*)value); } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5, ___endValue_57)); } inline RuntimeObject * get_endValue_57() const { return ___endValue_57; } inline RuntimeObject ** get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(RuntimeObject * value) { ___endValue_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___endValue_57), (void*)value); } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5, ___changeValue_58)); } inline RuntimeObject * get_changeValue_58() const { return ___changeValue_58; } inline RuntimeObject ** get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(RuntimeObject * value) { ___changeValue_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___changeValue_58), (void*)value); } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5, ___plugOptions_59)); } inline Vector3ArrayOptions_t12B5EB98E66864EA7DCA3647C6DCB73BB9AAD84B get_plugOptions_59() const { return ___plugOptions_59; } inline Vector3ArrayOptions_t12B5EB98E66864EA7DCA3647C6DCB73BB9AAD84B * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(Vector3ArrayOptions_t12B5EB98E66864EA7DCA3647C6DCB73BB9AAD84B value) { ___plugOptions_59 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___plugOptions_59))->___durations_2), (void*)NULL); } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5, ___getter_60)); } inline DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * get_getter_60() const { return ___getter_60; } inline DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5, ___setter_61)); } inline DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * get_setter_61() const { return ___setter_61; } inline DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_t051AEE0C232C044A52F76AD97CBE7C3CD01CC1FF * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_t051AEE0C232C044A52F76AD97CBE7C3CD01CC1FF ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_t051AEE0C232C044A52F76AD97CBE7C3CD01CC1FF * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___startValue_56)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_startValue_56() const { return ___startValue_56; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___startValue_56 = value; } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___endValue_57)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_endValue_57() const { return ___endValue_57; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___endValue_57 = value; } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___changeValue_58)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_changeValue_58() const { return ___changeValue_58; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___changeValue_58 = value; } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___plugOptions_59)); } inline VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB get_plugOptions_59() const { return ___plugOptions_59; } inline VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB value) { ___plugOptions_59 = value; } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___getter_60)); } inline DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * get_getter_60() const { return ___getter_60; } inline DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___setter_61)); } inline DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * get_setter_61() const { return ___setter_61; } inline DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8 : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t0D272262C3678A8EF12C1BB30420E20828726AB0 * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_tEF67691F943A5CD9C9494F1C6CD5166325242373 * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t67093D9DA85A83458F415FBCD10410D49D8BBDFD * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8, ___startValue_56)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_startValue_56() const { return ___startValue_56; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___startValue_56 = value; } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8, ___endValue_57)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_endValue_57() const { return ___endValue_57; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___endValue_57 = value; } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8, ___changeValue_58)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_changeValue_58() const { return ___changeValue_58; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___changeValue_58 = value; } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8, ___plugOptions_59)); } inline VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB get_plugOptions_59() const { return ___plugOptions_59; } inline VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB value) { ___plugOptions_59 = value; } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8, ___getter_60)); } inline DOGetter_1_t0D272262C3678A8EF12C1BB30420E20828726AB0 * get_getter_60() const { return ___getter_60; } inline DOGetter_1_t0D272262C3678A8EF12C1BB30420E20828726AB0 ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_t0D272262C3678A8EF12C1BB30420E20828726AB0 * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8, ___setter_61)); } inline DOSetter_1_tEF67691F943A5CD9C9494F1C6CD5166325242373 * get_setter_61() const { return ___setter_61; } inline DOSetter_1_tEF67691F943A5CD9C9494F1C6CD5166325242373 ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_tEF67691F943A5CD9C9494F1C6CD5166325242373 * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_t67093D9DA85A83458F415FBCD10410D49D8BBDFD * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_t67093D9DA85A83458F415FBCD10410D49D8BBDFD ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_t67093D9DA85A83458F415FBCD10410D49D8BBDFD * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // 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); } }; 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.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; } }; struct Dropdown_t099F5232BB75810BC79EED6E27DDCED46C3BCD96_StaticFields { public: // UnityEngine.UI.Dropdown/OptionData UnityEngine.UI.Dropdown::s_NoOptionData OptionData_t5F665DC13C1E4307727D66ECC1100B3A77E3E857 * ___s_NoOptionData_34; public: inline static int32_t get_offset_of_s_NoOptionData_34() { return static_cast(offsetof(Dropdown_t099F5232BB75810BC79EED6E27DDCED46C3BCD96_StaticFields, ___s_NoOptionData_34)); } inline OptionData_t5F665DC13C1E4307727D66ECC1100B3A77E3E857 * get_s_NoOptionData_34() const { return ___s_NoOptionData_34; } inline OptionData_t5F665DC13C1E4307727D66ECC1100B3A77E3E857 ** get_address_of_s_NoOptionData_34() { return &___s_NoOptionData_34; } inline void set_s_NoOptionData_34(OptionData_t5F665DC13C1E4307727D66ECC1100B3A77E3E857 * value) { ___s_NoOptionData_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_NoOptionData_34), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.CustomAttributeNamedArgument[] struct CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451 : public RuntimeArray { public: ALIGN_FIELD (8) CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA m_Items[1]; public: inline CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___value_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___memberInfo_1), (void*)NULL); #endif } inline CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___typedArgument_0))->___value_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___memberInfo_1), (void*)NULL); #endif } }; // System.Reflection.CustomAttributeTypedArgument[] struct CustomAttributeTypedArgumentU5BU5D_t20B1BE58263263B492DAC21E270358FB31189F98 : public RuntimeArray { public: ALIGN_FIELD (8) CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 m_Items[1]; public: inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___argumentType_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_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, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Collections.DictionaryEntry[] struct DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1 : public RuntimeArray { public: ALIGN_FIELD (8) DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 m_Items[1]; public: inline DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____value_1), (void*)NULL); #endif } inline DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____value_1), (void*)NULL); #endif } }; // UnityEngine.UIElements.StyleSelectorPart[] struct StyleSelectorPartU5BU5D_tD8762DADE4104C7D73D7B821DF7E5BBC87417BB7 : public RuntimeArray { public: ALIGN_FIELD (8) StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 m_Items[1]; public: inline StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 * 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, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Value_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___tempData_2), (void*)NULL); #endif } inline StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, StyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Value_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___tempData_2), (void*)NULL); #endif } }; // 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; } }; // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 Color_ToPixel_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m411E7C97B3C83A337801B48B058DC805BDCC04D0_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 Color_ToPixel_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m5235C55C0BEC9F3144BDC0E8FEB3DC407C09FADC_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD Color_ToPixel_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6A855E40A4125411B1FA9CEE1C4B1721B866861E_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 Color_ToPixel_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m463641372050A214211005D033897F1172AFA664_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C Color_ToPixel_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3F8CCC030030EBC2DD855FD5B57D8A54DE409F8E_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 Color_ToPixel_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mA375321794A579D11DB58A1DD8258816D23496E5_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 Color_ToPixel_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m368E7240F12416C8B5450AB421B74DF3A5675127_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 Color_ToPixel_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mE2209780C7675D244C8D83D1625C4EE8B9CC372B_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 Color_ToPixel_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m83B5326A461A5A4D978956F952AFF307B86B3B8A_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E Color_ToPixel_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m49D16B7FC79E876F20537A6199C5DAD247770D31_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC Color_ToPixel_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m5FF63C3A51C30631ABF94F1E127A220BA676B213_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 Color_ToPixel_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m2C5C6FF5992B29BA1046CD350610C865CA988730_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L16_t82A3FD4325827CB571596BA0DA68B251F985D94F Color_ToPixel_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m1289C77A9E75E2C9AE5A2182F6522ACAE58B12AF_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L8_t0DC62ABA8124A587901AC9D023076EF568A23003 Color_ToPixel_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m87D67F02EA22CEED9BC41810B3960F84C2F60079_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 Color_ToPixel_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mC2472E553E7E5F089C90B9982635F2939C4535E9_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 Color_ToPixel_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m0A8BF6C3EDCE6F70D9019AE13BA995E8C27BC74F_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 Color_ToPixel_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mD6AB80F9848725354C839565700370C4762A7DCA_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 Color_ToPixel_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m62D2D6B435F1FBF52CD41ABBDB0175BFD2765286_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 Color_ToPixel_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m933DAF603E80E8CB915EFCAE1B480838094AAB69_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 Color_ToPixel_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mC49A82D6B99AA3974667CCACF71C37934BCEDDD1_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB Color_ToPixel_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m2695C7717ADD5D6F7577F7C2782EADC48E365160_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 Color_ToPixel_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mEEE69EB96D735D3922799EA7FD357522354B0A94_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F Color_ToPixel_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m52C1A03ED80D7547939F55DF88575003B47B18ED_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC Color_ToPixel_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_mAD8156FD40E62339FEA3D958EFFC4F19A7202022_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 Color_ToPixel_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m4C051E7AC50C4EA533EA111271F6507BEC753550_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F Color_ToPixel_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m854A5D469FE743D8FA2CD86CAE4B4C67C2802464_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 Color_ToPixel_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m7CC7F9D77612BAA2E7C6977E4624D027A8D29C80_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 Color_ToPixel_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m173BFE2F403FF28FB498A77F7F1F7819AEDEB9AB_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C Color_ToPixel_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m677E3C336BBFE5816190F880E456026417251C00_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * Span_1_get_Item_mD8A06FA962024F798DCEED58331E9C8692CAE2A7_gshared_inline (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __this, int32_t ___index0, const RuntimeMethod* method); // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_gshared_inline (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.ReadOnlySpan`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_gshared_inline (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 * __this, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * Span_1_get_Item_m6AF825660F9F130F6AB4888E80AEF27A6FC3CAB7_gshared_inline (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * Span_1_get_Item_m6367645A32E0D777965C7AA85FE5C227DA6D5769_gshared_inline (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * Span_1_get_Item_m195AD771A0A3D2EDF7721DAA1E1D0F2943077616_gshared_inline (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * Span_1_get_Item_m7403568F966B7F6D4669CA1127486C219BBCD69B_gshared_inline (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * Span_1_get_Item_m89B441ABCD013417C2E21A35250BE89BA6F9FE9E_gshared_inline (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * Span_1_get_Item_mDC25D73E1BD7519BD4FB572EC6C46B45BAC897FD_gshared_inline (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * Span_1_get_Item_mC3C5579BAC61A0EFE1CDF24CFF2A3FFB71E8026E_gshared_inline (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * Span_1_get_Item_m5CFDFA387F80C561557B71DF8D9F01B389114675_gshared_inline (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * Span_1_get_Item_m254264B78DD6C9192DD29D341A30AF289B8107E4_gshared_inline (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * Span_1_get_Item_mF633E87750AF103793D3E7D4F3A42581A925F7F1_gshared_inline (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * Span_1_get_Item_m21A2B570C8DAE831B8D1446630CCA1215A77E161_gshared_inline (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * Span_1_get_Item_mC42C039DDE5B36415E53146B7CBACF658BDD53FE_gshared_inline (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * Span_1_get_Item_m8785575C5A33E59978B46648338ADBF2BAD08734_gshared_inline (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * Span_1_get_Item_m72D32584E077251E8E2D513A939043E0A83748A1_gshared_inline (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * Span_1_get_Item_m8DFFF2704B6FB5D7372B984CCA34B7B7F992EAE2_gshared_inline (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * Span_1_get_Item_m02B81213216C48DBE063E1A105599B907C8DD53A_gshared_inline (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * Span_1_get_Item_m9E3415A96183385F0A773D50F59565AB5C3AD1E0_gshared_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * Span_1_get_Item_m0D702FF60C85520A25B77F84847A0EB108355375_gshared_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * Span_1_get_Item_m0EB52766F90F92A22F2B741A49E612E2AB3F3F81_gshared_inline (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * Span_1_get_Item_m32DACCEB7847514FD4CB9705A9D1B15AE05F42B1_gshared_inline (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * Span_1_get_Item_mB1D4C7342032C2179E509DC2902DD56364708F61_gshared_inline (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * Span_1_get_Item_mF8D4748E567C7CAF16D5EE58079AA4846BB263E9_gshared_inline (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * Span_1_get_Item_m97AFC69708A5B97F05799FB88BA9E9665E1E30C1_gshared_inline (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * Span_1_get_Item_m581A43B1361CF63EB04E6309E9E27F41D1C3FF2E_gshared_inline (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * Span_1_get_Item_mA405F02858966967602C33A2898FBCE9247E2A01_gshared_inline (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * Span_1_get_Item_mE1EBF23A3F55BF56F6CAEA964ADDABDEB238022D_gshared_inline (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * Span_1_get_Item_m30B32D48528929A6D7527751ADE5CA41A8721052_gshared_inline (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 * __this, int32_t ___index0, const RuntimeMethod* method); // !0& System.Span`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * Span_1_get_Item_mE44F4EAC14B0C895CABAF8DD8342F24A0800D5C4_gshared_inline (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mCE3CDB376EFF3E96726C882F8BBC83F394EC1735_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFB6A809B1E5DFF61B2F5013BE2A8EFD0579ADFB1_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m31DE09E910780D7DE8635C2F146558C7C544C588_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m61FDC951A9F16DCFF8A257824EC4905239E7E541_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3688E8F3B2D06912E4211C46EA85FC91D6DAD999_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_m7B56EAFA9D4A015596DC091DA6618375B2E8E43C_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m6A3119D7B1A9DADACAA0458C08296679FE8C6136_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m7C3CDDAAECD5869FA25B3C1F976D20A3827B4966_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m9FB1432057495DC2737A47B65F1E0CEAB14BB276_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m7D165662EBCDD7221C504F9EEB2F80E44FAEF16F_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m80C02EBAD132C12C2076885009EB2475CA1834F4_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_mCA43E0B0D8A10D43889D16CD3745901AF7677296_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m46212A86AFE7DEF569EB5D9707346E84F71EFA04_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_mA57370FB52FE5BEA9C74136C9F9E65BEF2D98DAA_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mEDA408F6CF67DB855522FE0B6A5CF4D19A421A7D_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_mE1BE89B81F001BF0E6DA7B9FAA148D1704EE55C0_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mC8864A2990C8DEC653D31D965AF757D603E78200_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m403EAF6E9FC5AC8123D10DC8E4A712069D7D0312_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m1ECFEF8783941A6510F7DBD17384769B22DA29BB_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mE7AEEF557E2511CB1939A225769BF0BF96D47333_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m04B29E1F6599882584B7A682FD9B3A553694F8C0_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m6C1658A8157CBED9D827AB3E80D79554A8E477AE_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m76F6B92C360314E9DD5C973E3E37B2419322E48D_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m4FD0F1106B4CCCD12DA3B81663F51C8030E1E54F_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_mC5050D47AFF3FD6F91AFC60510987097158D4282_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m1BAF5BA612B37CEB777809C82AA8B7FC62CA40DB_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m9D8642ABC6ABD1A1C95EF133A266D16C7209FF68_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m98D00C165427CF84D6E3E9ECBB0EB968A8C5CCCF_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m40D78A86FABD6E565CD60E1A7D97BE87A4057187_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___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_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // !!0& System.Runtime.CompilerServices.Unsafe::AsRef(!!0&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * Unsafe_AsRef_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m659AC8BE49CE96A85AE6C340B17B961CCB3FE7DE_gshared_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * ___source0, const RuntimeMethod* method); // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * Unsafe_As_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m96736A7159F2A9B385397044B3E678B1BED3125E_gshared_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * ___source0, 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.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ValidationUtils::ArgumentNotNull(System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386 (RuntimeObject * ___value0, String_t* ___parameterName1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.A8::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_FromRgba64_m379C68C51759467319F75B1AAAEE16678E603839_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.A8::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_FromScaledVector4_m1E483205F773972AD8620091788831A79B41EE74_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 Color_ToPixel_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m411E7C97B3C83A337801B48B058DC805BDCC04D0_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m411E7C97B3C83A337801B48B058DC805BDCC04D0_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Abgr32::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_FromRgba64_m268206D51CD3611C38AFA1B91F10D864ECCCC4E2_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Abgr32::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_FromScaledVector4_mD360ED86AD6BFA982FCDEF963FE4540E2F1BAB65_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 Color_ToPixel_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m5235C55C0BEC9F3144BDC0E8FEB3DC407C09FADC_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m5235C55C0BEC9F3144BDC0E8FEB3DC407C09FADC_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Argb32::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_FromRgba64_m4A3FD9BAE5AFB06387033C02CABCC55AAACEEAE5_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Argb32::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_FromScaledVector4_m8CEFC9290F734BC843C4EDAED2CAE9E6831E28EA_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD Color_ToPixel_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6A855E40A4125411B1FA9CEE1C4B1721B866861E_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6A855E40A4125411B1FA9CEE1C4B1721B866861E_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Bgr24::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromRgba64_mD173E28EE269CDD7847975D76437B19142275E9A_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgr24::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromScaledVector4_m6029FBEA40DEC6DB9E73394AAA8A24FE3CDFE4A8_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 Color_ToPixel_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m463641372050A214211005D033897F1172AFA664_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m463641372050A214211005D033897F1172AFA664_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Bgr565::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_FromRgba64_m8E0E43770A6BD1BA24E3E9F9530B257CF5A848A5_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgr565::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_FromScaledVector4_m6279FD6F11F86C8A668338DB75FB6EABDA2432F3_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C Color_ToPixel_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3F8CCC030030EBC2DD855FD5B57D8A54DE409F8E_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3F8CCC030030EBC2DD855FD5B57D8A54DE409F8E_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Bgra32::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_FromRgba64_mC16E4A87FAE97CDF497AFD5E14CECD4795EE41FD_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra32::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_FromScaledVector4_m6D737715051E3C00A46B1DCC70E5C20F4886390F_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 Color_ToPixel_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mA375321794A579D11DB58A1DD8258816D23496E5_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mA375321794A579D11DB58A1DD8258816D23496E5_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Bgra4444::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_FromRgba64_m4E436B6D045A92CA560D301BC78BFC9EF6910780_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra4444::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_FromScaledVector4_m444EB11C9B4C92DB98282D0FF527CBFB87E318DD_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 Color_ToPixel_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m368E7240F12416C8B5450AB421B74DF3A5675127_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m368E7240F12416C8B5450AB421B74DF3A5675127_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Bgra5551::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_FromRgba64_m037D1F8A6B388D88E755848EE67AA1A7A2231468_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra5551::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_FromScaledVector4_m67A2F9776071C2D6A8821CA3331671961DC13C1F_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 Color_ToPixel_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mE2209780C7675D244C8D83D1625C4EE8B9CC372B_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mE2209780C7675D244C8D83D1625C4EE8B9CC372B_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Byte4::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_FromRgba64_mFAAD01BCD8F1EEE02754B1132D1679A8E56E300E_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Byte4::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_FromScaledVector4_m3881009A0F02FBA393AAA0F58872382A535CB943_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 Color_ToPixel_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m83B5326A461A5A4D978956F952AFF307B86B3B8A_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m83B5326A461A5A4D978956F952AFF307B86B3B8A_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.HalfSingle::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfSingle_FromRgba64_mC592BB26A4E72549FB43FD88679528FB42F17BB5_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfSingle::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfSingle_FromScaledVector4_mB044A1BA1B497D545D3DA68E9185153502B93259_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E Color_ToPixel_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m49D16B7FC79E876F20537A6199C5DAD247770D31_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m49D16B7FC79E876F20537A6199C5DAD247770D31_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.HalfVector2::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector2_FromRgba64_m4438111F772E321AF66A54782EB845F5C43772B9_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfVector2::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector2_FromScaledVector4_m81F09EE0AEA8341626C34BBD56D732B97D1E55E2_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC Color_ToPixel_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m5FF63C3A51C30631ABF94F1E127A220BA676B213_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m5FF63C3A51C30631ABF94F1E127A220BA676B213_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.HalfVector4::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_FromRgba64_m958D1915C1323308BA2AA58AB62341666774154D_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfVector4::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_FromScaledVector4_m9ABF0154F5F24F306BC86868C0182536BCE17126_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 Color_ToPixel_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m2C5C6FF5992B29BA1046CD350610C865CA988730_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m2C5C6FF5992B29BA1046CD350610C865CA988730_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.L16::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_FromRgba64_m3957AE6CDC286A45FB26B413B859503975112054_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.L16::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_FromScaledVector4_m87BBAB661A2906BC069C35984B1CB4F61081AC14_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F Color_ToPixel_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m1289C77A9E75E2C9AE5A2182F6522ACAE58B12AF_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( L16_t82A3FD4325827CB571596BA0DA68B251F985D94F (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m1289C77A9E75E2C9AE5A2182F6522ACAE58B12AF_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.L8::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_FromRgba64_mFC46AB674C1A97E5AEE7DB90CAEA1066B994DFE6_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.L8::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_FromScaledVector4_mD3411B06A5EE0F32E26F2F0B18917F46411BAC24_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 Color_ToPixel_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m87D67F02EA22CEED9BC41810B3960F84C2F60079_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( L8_t0DC62ABA8124A587901AC9D023076EF568A23003 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m87D67F02EA22CEED9BC41810B3960F84C2F60079_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.La16::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void La16_FromRgba64_m16AF55E95F4198C70AA2E8FF601EA39948A47A3B (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.La16::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La16_FromScaledVector4_m040190BA1817DBB3AFB0330F4F2E805B41ADD8B7_inline (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 Color_ToPixel_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mC2472E553E7E5F089C90B9982635F2939C4535E9_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mC2472E553E7E5F089C90B9982635F2939C4535E9_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.La32::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La32_FromRgba64_mF19FEA17F04ED6EC3A88EB7E6CB2758A4C368AFF_inline (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.La32::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La32_FromScaledVector4_mD711A78C4D50D7139DB3EC03530A86CDEAEDE01A_inline (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 Color_ToPixel_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m0A8BF6C3EDCE6F70D9019AE13BA995E8C27BC74F_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m0A8BF6C3EDCE6F70D9019AE13BA995E8C27BC74F_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedByte2::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte2_FromRgba64_mADA69B96565C90F3C73C5DA49C1EA5A1AD24B230_inline (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedByte2::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte2_FromScaledVector4_m3DA389298A28C5DB39E0FC326E466E06A2ACFB11_inline (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 Color_ToPixel_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mD6AB80F9848725354C839565700370C4762A7DCA_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mD6AB80F9848725354C839565700370C4762A7DCA_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedByte4::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte4_FromRgba64_mB3BFB28CA1B7685A24F6FDD9A3EBDEB812CF0510_inline (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedByte4::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte4_FromScaledVector4_m777CA06392F4672AC8C48E3EFE9738ADF1F672A2_inline (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 Color_ToPixel_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m62D2D6B435F1FBF52CD41ABBDB0175BFD2765286_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m62D2D6B435F1FBF52CD41ABBDB0175BFD2765286_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedShort2::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort2_FromRgba64_m40A95564595AF83B53C65D73091D41FD95C9FB6F_inline (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedShort2::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort2_FromScaledVector4_mF1C70B078723C6FC99FCA1F00F6C45539B8FEEA2_inline (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 Color_ToPixel_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m933DAF603E80E8CB915EFCAE1B480838094AAB69_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m933DAF603E80E8CB915EFCAE1B480838094AAB69_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedShort4::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort4_FromRgba64_m8B98A049A87A1B2484D78B71846B9D253BED190B_inline (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedShort4::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort4_FromScaledVector4_m147B54AD44A3472D0CCBEC95E964DAE9CC484EAD_inline (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 Color_ToPixel_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mC49A82D6B99AA3974667CCACF71C37934BCEDDD1_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mC49A82D6B99AA3974667CCACF71C37934BCEDDD1_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Rg32::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rg32_FromRgba64_mFC727F236BA01EAACC4634418350BD373F82AC74_inline (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rg32::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rg32_FromScaledVector4_mF79C16B0080F760BB55861E74042EC84281A08FF_inline (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB Color_ToPixel_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m2695C7717ADD5D6F7577F7C2782EADC48E365160_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m2695C7717ADD5D6F7577F7C2782EADC48E365160_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Rgb24::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb24_FromRgba64_m4BD5FCD86D1B7124FE91C9CC0639AB52E1AF1CF8_inline (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgb24::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb24_FromScaledVector4_m4D63BA77DDF06E3054217D095981DAB38A262D7E_inline (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 Color_ToPixel_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mEEE69EB96D735D3922799EA7FD357522354B0A94_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mEEE69EB96D735D3922799EA7FD357522354B0A94_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Rgb48::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb48_FromRgba64_m8D2D5CD4F543C3EAB7D27A335747060BFFCEB6CB_inline (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgb48::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb48_FromScaledVector4_mD7671E932ED1132846FC64D3332EA237B3502947_inline (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F Color_ToPixel_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m52C1A03ED80D7547939F55DF88575003B47B18ED_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m52C1A03ED80D7547939F55DF88575003B47B18ED_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Rgba1010102::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba1010102_FromRgba64_m28DA43F24BF0DB0D85405D08899838CA14173D1B_inline (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba1010102::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba1010102_FromScaledVector4_mACB6D5AD8FD90D2F1950F589CB17F598612957BE_inline (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC Color_ToPixel_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_mAD8156FD40E62339FEA3D958EFFC4F19A7202022_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_mAD8156FD40E62339FEA3D958EFFC4F19A7202022_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Rgba32::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_FromRgba64_mD3312D13CDC70A1D9E42A597984A6D60FAA525C4_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba32::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_FromScaledVector4_mC1723A2DAD9B3E710EA111A66E1FBAD107CB9D2D_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 Color_ToPixel_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m4C051E7AC50C4EA533EA111271F6507BEC753550_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m4C051E7AC50C4EA533EA111271F6507BEC753550_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Rgba64::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba64_FromRgba64_m1C83CC8FC6D911B659982D86D7BC51FAA521789B_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba64::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba64_FromScaledVector4_m432EB442B26E1A9D49F97829C1C77AD1AC8CAF96_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F Color_ToPixel_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m854A5D469FE743D8FA2CD86CAE4B4C67C2802464_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m854A5D469FE743D8FA2CD86CAE4B4C67C2802464_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.RgbaVector::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RgbaVector_FromRgba64_mB6A7778E3568448BC30ABBE200D5194E46A525EA_inline (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.RgbaVector::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RgbaVector_FromScaledVector4_mB77E531110732161D6023D9C21BC738ED601E95D_inline (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 Color_ToPixel_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m7CC7F9D77612BAA2E7C6977E4624D027A8D29C80_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m7CC7F9D77612BAA2E7C6977E4624D027A8D29C80_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Short2::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short2_FromRgba64_mFD2B511E3809A2C46B60E7ADD12657E175C81F7A_inline (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Short2::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short2_FromScaledVector4_m082763DFBE07BD70B4DFCF058C28314172FC26BC_inline (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 Color_ToPixel_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m173BFE2F403FF28FB498A77F7F1F7819AEDEB9AB_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m173BFE2F403FF28FB498A77F7F1F7819AEDEB9AB_gshared_inline)(__this, method); } // System.Void SixLabors.ImageSharp.PixelFormats.Short4::FromRgba64(SixLabors.ImageSharp.PixelFormats.Rgba64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short4_FromRgba64_m30AC5BDB5F8761AB9AB1C7E38DEF7569D3F35F21_inline (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Short4::FromScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short4_FromScaledVector4_m023D283B782EBE115F2DC2474F81504491F2EC83_inline (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // TPixel SixLabors.ImageSharp.Color::ToPixel() inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C Color_ToPixel_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m677E3C336BBFE5816190F880E456026417251C00_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { return (( Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, const RuntimeMethod*))Color_ToPixel_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m677E3C336BBFE5816190F880E456026417251C00_gshared_inline)(__this, method); } // !0& System.Span`1::get_Item(System.Int32) inline A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * Span_1_get_Item_mD8A06FA962024F798DCEED58331E9C8692CAE2A7_inline (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __this, int32_t ___index0, const RuntimeMethod* method) { return (( A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * (*) (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *, int32_t, const RuntimeMethod*))Span_1_get_Item_mD8A06FA962024F798DCEED58331E9C8692CAE2A7_gshared_inline)(__this, ___index0, method); } // !0& modreq(System.Runtime.InteropServices.InAttribute) System.ReadOnlySpan`1::get_Item(System.Int32) inline Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *, int32_t, const RuntimeMethod*))ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_gshared_inline)(__this, ___index0, method); } // System.Int32 System.ReadOnlySpan`1::get_Length() inline int32_t ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *, const RuntimeMethod*))ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_gshared_inline)(__this, method); } // !0& System.Span`1::get_Item(System.Int32) inline Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * Span_1_get_Item_m6AF825660F9F130F6AB4888E80AEF27A6FC3CAB7_inline (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * (*) (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m6AF825660F9F130F6AB4888E80AEF27A6FC3CAB7_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * Span_1_get_Item_m6367645A32E0D777965C7AA85FE5C227DA6D5769_inline (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * (*) (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *, int32_t, const RuntimeMethod*))Span_1_get_Item_m6367645A32E0D777965C7AA85FE5C227DA6D5769_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * Span_1_get_Item_m195AD771A0A3D2EDF7721DAA1E1D0F2943077616_inline (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * (*) (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m195AD771A0A3D2EDF7721DAA1E1D0F2943077616_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * Span_1_get_Item_m7403568F966B7F6D4669CA1127486C219BBCD69B_inline (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * (*) (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *, int32_t, const RuntimeMethod*))Span_1_get_Item_m7403568F966B7F6D4669CA1127486C219BBCD69B_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * Span_1_get_Item_m89B441ABCD013417C2E21A35250BE89BA6F9FE9E_inline (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * (*) (Span_1_tC089F74404A3C46975952EE686EC533667BB207F *, int32_t, const RuntimeMethod*))Span_1_get_Item_m89B441ABCD013417C2E21A35250BE89BA6F9FE9E_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * Span_1_get_Item_mDC25D73E1BD7519BD4FB572EC6C46B45BAC897FD_inline (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * (*) (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *, int32_t, const RuntimeMethod*))Span_1_get_Item_mDC25D73E1BD7519BD4FB572EC6C46B45BAC897FD_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * Span_1_get_Item_mC3C5579BAC61A0EFE1CDF24CFF2A3FFB71E8026E_inline (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * (*) (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *, int32_t, const RuntimeMethod*))Span_1_get_Item_mC3C5579BAC61A0EFE1CDF24CFF2A3FFB71E8026E_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * Span_1_get_Item_m5CFDFA387F80C561557B71DF8D9F01B389114675_inline (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * (*) (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m5CFDFA387F80C561557B71DF8D9F01B389114675_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * Span_1_get_Item_m254264B78DD6C9192DD29D341A30AF289B8107E4_inline (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * (*) (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m254264B78DD6C9192DD29D341A30AF289B8107E4_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * Span_1_get_Item_mF633E87750AF103793D3E7D4F3A42581A925F7F1_inline (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * (*) (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *, int32_t, const RuntimeMethod*))Span_1_get_Item_mF633E87750AF103793D3E7D4F3A42581A925F7F1_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * Span_1_get_Item_m21A2B570C8DAE831B8D1446630CCA1215A77E161_inline (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * (*) (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m21A2B570C8DAE831B8D1446630CCA1215A77E161_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * Span_1_get_Item_mC42C039DDE5B36415E53146B7CBACF658BDD53FE_inline (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __this, int32_t ___index0, const RuntimeMethod* method) { return (( L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * (*) (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *, int32_t, const RuntimeMethod*))Span_1_get_Item_mC42C039DDE5B36415E53146B7CBACF658BDD53FE_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * Span_1_get_Item_m8785575C5A33E59978B46648338ADBF2BAD08734_inline (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * (*) (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m8785575C5A33E59978B46648338ADBF2BAD08734_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * Span_1_get_Item_m72D32584E077251E8E2D513A939043E0A83748A1_inline (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC * __this, int32_t ___index0, const RuntimeMethod* method) { return (( La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * (*) (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *, int32_t, const RuntimeMethod*))Span_1_get_Item_m72D32584E077251E8E2D513A939043E0A83748A1_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * Span_1_get_Item_m8DFFF2704B6FB5D7372B984CCA34B7B7F992EAE2_inline (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * (*) (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m8DFFF2704B6FB5D7372B984CCA34B7B7F992EAE2_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * Span_1_get_Item_m02B81213216C48DBE063E1A105599B907C8DD53A_inline (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * (*) (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m02B81213216C48DBE063E1A105599B907C8DD53A_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * Span_1_get_Item_m9E3415A96183385F0A773D50F59565AB5C3AD1E0_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, int32_t ___index0, const RuntimeMethod* method) { return (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *, int32_t, const RuntimeMethod*))Span_1_get_Item_m9E3415A96183385F0A773D50F59565AB5C3AD1E0_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * Span_1_get_Item_m0D702FF60C85520A25B77F84847A0EB108355375_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m0D702FF60C85520A25B77F84847A0EB108355375_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * Span_1_get_Item_m0EB52766F90F92A22F2B741A49E612E2AB3F3F81_inline (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * (*) (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m0EB52766F90F92A22F2B741A49E612E2AB3F3F81_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * Span_1_get_Item_m32DACCEB7847514FD4CB9705A9D1B15AE05F42B1_inline (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * (*) (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC *, int32_t, const RuntimeMethod*))Span_1_get_Item_m32DACCEB7847514FD4CB9705A9D1B15AE05F42B1_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * Span_1_get_Item_mB1D4C7342032C2179E509DC2902DD56364708F61_inline (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * (*) (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD *, int32_t, const RuntimeMethod*))Span_1_get_Item_mB1D4C7342032C2179E509DC2902DD56364708F61_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * Span_1_get_Item_mF8D4748E567C7CAF16D5EE58079AA4846BB263E9_inline (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * (*) (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 *, int32_t, const RuntimeMethod*))Span_1_get_Item_mF8D4748E567C7CAF16D5EE58079AA4846BB263E9_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * Span_1_get_Item_m97AFC69708A5B97F05799FB88BA9E9665E1E30C1_inline (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * (*) (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m97AFC69708A5B97F05799FB88BA9E9665E1E30C1_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * Span_1_get_Item_m581A43B1361CF63EB04E6309E9E27F41D1C3FF2E_inline (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * (*) (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m581A43B1361CF63EB04E6309E9E27F41D1C3FF2E_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * Span_1_get_Item_mA405F02858966967602C33A2898FBCE9247E2A01_inline (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * (*) (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A *, int32_t, const RuntimeMethod*))Span_1_get_Item_mA405F02858966967602C33A2898FBCE9247E2A01_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * Span_1_get_Item_mE1EBF23A3F55BF56F6CAEA964ADDABDEB238022D_inline (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * (*) (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 *, int32_t, const RuntimeMethod*))Span_1_get_Item_mE1EBF23A3F55BF56F6CAEA964ADDABDEB238022D_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * Span_1_get_Item_m30B32D48528929A6D7527751ADE5CA41A8721052_inline (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * (*) (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 *, int32_t, const RuntimeMethod*))Span_1_get_Item_m30B32D48528929A6D7527751ADE5CA41A8721052_gshared_inline)(__this, ___index0, method); } // !0& System.Span`1::get_Item(System.Int32) inline Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * Span_1_get_Item_mE44F4EAC14B0C895CABAF8DD8342F24A0800D5C4_inline (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * (*) (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 *, int32_t, const RuntimeMethod*))Span_1_get_Item_mE44F4EAC14B0C895CABAF8DD8342F24A0800D5C4_gshared_inline)(__this, ___index0, method); } // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * Component_GetComponentInParent_mC299BF144B9602E6B60C707B1BE695693381F264 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, Type_t * ___t0, 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); // System.Void System.Dynamic.Utils.ContractUtils::RequiresNotNull(System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContractUtils_RequiresNotNull_mD6FE9CE9443D542AFCE34C007C94516AC93130E3 (RuntimeObject * ___value0, String_t* ___paramName1, const RuntimeMethod* method); // System.String System.Dynamic.Utils.ContractUtils::GetParamName(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ContractUtils_GetParamName_m61887690962802BD9EA86BEB1A845EB340F27494 (String_t* ___paramName0, int32_t ___index1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mCE3CDB376EFF3E96726C882F8BBC83F394EC1735_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mCE3CDB376EFF3E96726C882F8BBC83F394EC1735_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFB6A809B1E5DFF61B2F5013BE2A8EFD0579ADFB1_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFB6A809B1E5DFF61B2F5013BE2A8EFD0579ADFB1_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m31DE09E910780D7DE8635C2F146558C7C544C588_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m31DE09E910780D7DE8635C2F146558C7C544C588_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m61FDC951A9F16DCFF8A257824EC4905239E7E541_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m61FDC951A9F16DCFF8A257824EC4905239E7E541_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3688E8F3B2D06912E4211C46EA85FC91D6DAD999_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3688E8F3B2D06912E4211C46EA85FC91D6DAD999_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_m7B56EAFA9D4A015596DC091DA6618375B2E8E43C_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_m7B56EAFA9D4A015596DC091DA6618375B2E8E43C_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m6A3119D7B1A9DADACAA0458C08296679FE8C6136_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m6A3119D7B1A9DADACAA0458C08296679FE8C6136_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m7C3CDDAAECD5869FA25B3C1F976D20A3827B4966_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m7C3CDDAAECD5869FA25B3C1F976D20A3827B4966_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m9FB1432057495DC2737A47B65F1E0CEAB14BB276_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m9FB1432057495DC2737A47B65F1E0CEAB14BB276_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m7D165662EBCDD7221C504F9EEB2F80E44FAEF16F_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m7D165662EBCDD7221C504F9EEB2F80E44FAEF16F_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m80C02EBAD132C12C2076885009EB2475CA1834F4_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m80C02EBAD132C12C2076885009EB2475CA1834F4_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_mCA43E0B0D8A10D43889D16CD3745901AF7677296_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_mCA43E0B0D8A10D43889D16CD3745901AF7677296_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m46212A86AFE7DEF569EB5D9707346E84F71EFA04_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m46212A86AFE7DEF569EB5D9707346E84F71EFA04_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_mA57370FB52FE5BEA9C74136C9F9E65BEF2D98DAA_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_mA57370FB52FE5BEA9C74136C9F9E65BEF2D98DAA_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mEDA408F6CF67DB855522FE0B6A5CF4D19A421A7D_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mEDA408F6CF67DB855522FE0B6A5CF4D19A421A7D_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_mE1BE89B81F001BF0E6DA7B9FAA148D1704EE55C0_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_mE1BE89B81F001BF0E6DA7B9FAA148D1704EE55C0_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mC8864A2990C8DEC653D31D965AF757D603E78200_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mC8864A2990C8DEC653D31D965AF757D603E78200_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m403EAF6E9FC5AC8123D10DC8E4A712069D7D0312_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m403EAF6E9FC5AC8123D10DC8E4A712069D7D0312_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m1ECFEF8783941A6510F7DBD17384769B22DA29BB_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m1ECFEF8783941A6510F7DBD17384769B22DA29BB_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mE7AEEF557E2511CB1939A225769BF0BF96D47333_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mE7AEEF557E2511CB1939A225769BF0BF96D47333_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m04B29E1F6599882584B7A682FD9B3A553694F8C0_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m04B29E1F6599882584B7A682FD9B3A553694F8C0_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m6C1658A8157CBED9D827AB3E80D79554A8E477AE_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m6C1658A8157CBED9D827AB3E80D79554A8E477AE_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m76F6B92C360314E9DD5C973E3E37B2419322E48D_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m76F6B92C360314E9DD5C973E3E37B2419322E48D_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m4FD0F1106B4CCCD12DA3B81663F51C8030E1E54F_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m4FD0F1106B4CCCD12DA3B81663F51C8030E1E54F_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_mC5050D47AFF3FD6F91AFC60510987097158D4282_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_mC5050D47AFF3FD6F91AFC60510987097158D4282_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m1BAF5BA612B37CEB777809C82AA8B7FC62CA40DB_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m1BAF5BA612B37CEB777809C82AA8B7FC62CA40DB_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m9D8642ABC6ABD1A1C95EF133A266D16C7209FF68_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m9D8642ABC6ABD1A1C95EF133A266D16C7209FF68_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m98D00C165427CF84D6E3E9ECBB0EB968A8C5CCCF_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m98D00C165427CF84D6E3E9ECBB0EB968A8C5CCCF_gshared_inline)(__this, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) inline void CubicResampler_ApplyTransform_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m40D78A86FABD6E565CD60E1A7D97BE87A4057187_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { (( void (*) (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *, RuntimeObject*, const RuntimeMethod*))CubicResampler_ApplyTransform_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m40D78A86FABD6E565CD60E1A7D97BE87A4057187_gshared_inline)(__this, ___processor0, method); } // System.Attribute System.Reflection.CustomAttributeExtensions::GetCustomAttribute(System.Reflection.Assembly,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * CustomAttributeExtensions_GetCustomAttribute_m6CC58E7580DB6F8280968AEF3CD8BD8A2BF27662 (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_m06C9F42A5005A1DEF42EBD9CA906220D95F5928A (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_m1C607BA1F5476F2153986ACEDBFF592DFA098928 (MemberInfo_t * ___element0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) inline void Dictionary_2_Add_m9E162EDC21ECF087F5B854B87EA206917769D4D1 (Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A * __this, Type_t * ___key0, Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A *, Type_t *, Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E *, const RuntimeMethod*))Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) inline void Dictionary_2_Add_m20214415A849A1B20B27418A8B59F805453F62E4 (Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 * __this, Type_t * ___key0, Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 *, Type_t *, Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 *, const RuntimeMethod*))Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m717915387601DF16BAEC4257E9C3F407D48F51B1 (Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m4C0FDD2E268815F69EBDCAA93DDB9171CE66E5D9 (Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_mA7F3C5A0612B84E910DE92E77BA95101FD68EEDB_gshared)(__this, ___object0, ___method1, method); } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_Parse_m57448B59A8948B627F3F743E66AC26966781EF30 (String_t* ___json0, const RuntimeMethod* method); // System.Object JCUnityLib.CustomJson::ParseByExporter(Newtonsoft.Json.Linq.JToken,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CustomJson_ParseByExporter_m1CBD1F6DE6CFC08F1AC82F0F40ECEABC70070DC9 (CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___jt0, Type_t * ___type1, const RuntimeMethod* method); // System.Void DG.Tweening.DOTween::InitCheck() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DOTween_InitCheck_m1EF5626706A24C086ECF79B2504CF387553801DE (const RuntimeMethod* method); // System.Void DG.Tweening.Core.TweenManager::Despawn(DG.Tweening.Tween,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenManager_Despawn_mBA89672AB846AA136C04EBBED03570775D5C2373 (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t0, bool ___modifyActiveLists1, const RuntimeMethod* method); // System.Int32 SixLabors.ImageSharp.Image::get_Height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981 (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * __this, const RuntimeMethod* method); // System.Int32 SixLabors.ImageSharp.Image::get_Width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5 (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * __this, const RuntimeMethod* method); // System.Void System.NullReferenceException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_mF1733893E10358B400E817297D686A48AB3FB7B3 (NullReferenceException_t44B4F3CDE3111E74591952B8BE8707B28866D724 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean UnityEngine.Networking.UnityWebRequest::get_isDone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityWebRequest_get_isDone_mF8C92D10767B80877BCFE6D119CBE9090ACCDFBD (UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * __this, 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); // UnityEngine.Networking.UnityWebRequest/Result UnityEngine.Networking.UnityWebRequest::get_result() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnityWebRequest_get_result_m4E9272AB25BD5CE7B927F4B1873763510476BDC6 (UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * __this, const RuntimeMethod* method); // System.String UnityEngine.Networking.UnityWebRequest::get_error() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityWebRequest_get_error_m32B69D2365C1FE2310B5936C7C295B71A92CC2B4 (UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * __this, const RuntimeMethod* method); // UnityEngine.Networking.DownloadHandler UnityEngine.Networking.UnityWebRequest::get_downloadHandler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732 (UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * __this, const RuntimeMethod* method); // SixLabors.ImageSharp.Image SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::get_Image() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.Advanced.AdvancedImageExtensions::AcceptVisitor(SixLabors.ImageSharp.Image,SixLabors.ImageSharp.Advanced.IImageVisitor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602 (Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * ___source0, RuntimeObject* ___visitor1, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___exists0, const RuntimeMethod* method); // System.Array System.Enum::GetValues(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Enum_GetValues_m8EEC6B32F297FDB2F7375DC8B197E0E1AB8643BD (Type_t * ___enumType0, const RuntimeMethod* method); // System.Collections.IEnumerator System.Array::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_GetEnumerator_m7BC171F2F69907FD4585E7B4A3A224473BE32964 (RuntimeArray * __this, const RuntimeMethod* method); // System.Exception System.Linq.Error::ArgumentNull(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E (String_t* ___s0, const RuntimeMethod* method); // System.Exception System.Linq.Error::ArgumentOutOfRange(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Error_ArgumentOutOfRange_m2EFB999454161A6B48F8DAC3753FDC190538F0F2 (String_t* ___s0, const RuntimeMethod* method); // System.Exception System.Linq.Error::NoElements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Error_NoElements_mB89E91246572F009281D79730950808F17C3F353 (const RuntimeMethod* method); // System.Int32 System.Linq.Enumerable::Max(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Max_mE02EED2C10C2F8F0B2DCE468C87EF3064E854A8D (RuntimeObject* ___source0, const RuntimeMethod* method); // System.Exception System.Linq.Error::MoreThanOneElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Error_MoreThanOneElement_mDB56C9FA4C344A86553D6AFB66D10B290302C53A (const RuntimeMethod* method); // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgba64::ToScaledVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.A8::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_FromVector4_mE4D1B2CCAF5141C2ADCEED6D60650BBBFD5825B8_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Byte SixLabors.ImageSharp.ColorNumerics::DownScaleFrom16BitTo8Bit(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline (uint16_t ___component0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Abgr32::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_FromVector4_m3520445B8B869C0AED67BB3B156ABF04E3470942_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Argb32::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_FromVector4_m311C8685532CE964478E7274EEA81DFAEBE80F9B_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgr24::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromVector4_m91DFC71E32A6CD0187990AA5400B91C03CA0B5A0_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgr565::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_FromVector4_m5913050889283D1CC9243DB1BD2E8FB8F2AE2B28_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra32::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_FromVector4_m0177837EC9B1BC381977C9057F50835835EBE914_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra4444::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_FromVector4_m2F1480CF149FB04E94DFE1A88C5A85F54F79089E_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra5551::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_FromVector4_mEABD575E5F8334D80ED2AE9BCB8055C66874C732_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::op_Multiply(System.Numerics.Vector4,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, float ___right1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Byte4::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_FromVector4_mB0F7E70A1749780227B6D390A11F0EFC8271C837_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.HalfTypeHelper::Pack(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline (float ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfSingle::set_PackedValue(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfSingle_set_PackedValue_m546ED3A990045143E45A91EB09574C39AC586FF4_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Void System.Numerics.Vector2::.ctor(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642 (Vector2_t1455881409307224D6099F54FA7E478733EEF61D * __this, float ___x0, float ___y1, const RuntimeMethod* method); // System.Numerics.Vector2 System.Numerics.Vector2::op_Multiply(System.Numerics.Vector2,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_op_Multiply_m0CD784E43FF58B7F93A5EA52427DEAAD697AAE61_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___left0, float ___right1, const RuntimeMethod* method); // System.Numerics.Vector2 System.Numerics.Vector2::get_One() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_get_One_mEE6AA7A2084E3BED5D8D68D4D97C3E455116F2E8 (const RuntimeMethod* method); // System.Numerics.Vector2 System.Numerics.Vector2::op_Subtraction(System.Numerics.Vector2,System.Numerics.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_op_Subtraction_m306DDA5D8B4AD933963554AD0739EC4F1E9B4607_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___left0, Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___right1, const RuntimeMethod* method); // System.UInt32 SixLabors.ImageSharp.PixelFormats.HalfVector2::Pack(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t HalfVector2_Pack_m72AEE59B9CE4F897487EE8666A8B93CF82B68994_inline (float ___x0, float ___y1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfVector2::set_PackedValue(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector2_set_PackedValue_m8733BF4891A90BDF49735A404AA0EE1C4AB7E0E4_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::get_One() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79 (const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::op_Subtraction(System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Subtraction_mDC838062C35F83AC065B3DE02E3D6A50B9F89FF9_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfVector4::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_FromVector4_m577F77830F4805FBAAE72C1201D266CC63CDA45B_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.ColorNumerics::Get16BitBT709Luminance(System.UInt16,System.UInt16,System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t ColorNumerics_Get16BitBT709Luminance_mC7601D1DEEF3EEA4487A44A04F27BDCE240FAC16_inline (uint16_t ___r0, uint16_t ___g1, uint16_t ___b2, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.L16::set_PackedValue(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_set_PackedValue_mD91D026E1930D94BB54CFFE7566D92ED77FE67BF_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.L16::ConvertFromRgbaScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_ConvertFromRgbaScaledVector4_m3AF78A92B3A73A584FE5BBB5ED2CA09AD445BB71_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Byte SixLabors.ImageSharp.ColorNumerics::Get8BitBT709Luminance(System.Byte,System.Byte,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ColorNumerics_Get8BitBT709Luminance_mCDF3C9179C965CE2E30D243B2D8AAEE36EF2F999_inline (uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.L8::set_PackedValue(System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_set_PackedValue_mC1D9510EC05B0EB11654045F0D0FCED0A9E91FFF_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, uint8_t ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.L8::ConvertFromRgbaScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_ConvertFromRgbaScaledVector4_m76EFCD08455CF2931CD5520DE764D5BC8AB0688A_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.La16::ConvertFromRgbaScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La16_ConvertFromRgbaScaledVector4_m90C66FCCDFA3921D1AA8C666FFBBCCF79F62ECFB_inline (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.La32::ConvertFromRgbaScaledVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La32_ConvertFromRgbaScaledVector4_m6CF47024EE24CF89BD138642520A4AE2CD5AD9FB_inline (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.NormalizedByte2::Pack(System.Numerics.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t NormalizedByte2_Pack_m6CE88C97823CD69364283CC30C12682807E53B48_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedByte2::set_PackedValue(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte2_set_PackedValue_m4789D3F6B4CB4329C425CB662CFD9242A874A379_inline (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedByte4::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte4_FromVector4_mB68D741A2843AEE85FFF4373D7696D2C2242EEEE_inline (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.UInt32 SixLabors.ImageSharp.PixelFormats.NormalizedShort2::Pack(System.Numerics.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NormalizedShort2_Pack_m1AD820D26D9FF9E17FC194E70144B23E466C0B1C_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedShort2::set_PackedValue(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort2_set_PackedValue_m9AAFAC013EC0B1280CAB5CE61A8DAF21BE50BD87_inline (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedShort4::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort4_FromVector4_m2D9CB47367215FAC0A4127EA5668749937E1BC7F_inline (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rg32::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rg32_FromVector4_m7190BC219E3FDC310A5C0348FC0B803DDEA69294_inline (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgb24::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb24_FromVector4_mF1B830F312DD222856C6F1334063FD598FF7EA8B_inline (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // SixLabors.ImageSharp.PixelFormats.Rgb48 SixLabors.ImageSharp.PixelFormats.Rgba64::get_Rgb() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F Rgba64_get_Rgb_mFC2E4D0122BBF12286BEEFFF838658B4C5045875_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgb48::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb48_FromVector4_m8FFE922830DB69BE37C13DFFDDC5CA374089D7C0_inline (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba1010102::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba1010102_FromVector4_m568A21AA7FE0593011979E9397C00E093BBFE5E3_inline (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba32::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_FromVector4_mD5A40E53DFF193D01E8A14AFA093E11BCC4183F7_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba64::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba64_FromVector4_m19E0D698D27BF30E024200BB837E863FF99B649F_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.RgbaVector::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RgbaVector_FromVector4_mEF5F780A05D9E22D2E2793C69EA890DCB5807623_inline (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void System.Numerics.Vector2::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2__ctor_m23DE3099B38383DB35C1EAC7CE065DD421CC3510 (Vector2_t1455881409307224D6099F54FA7E478733EEF61D * __this, float ___value0, const RuntimeMethod* method); // System.UInt32 SixLabors.ImageSharp.PixelFormats.Short2::Pack(System.Numerics.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Short2_Pack_m8A7753F894DE4CB78A59D3F03BA98248E05E63F7_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Short2::set_PackedValue(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short2_set_PackedValue_mBF2FB5BA80EB14454CAC49036655C5A934E3A559_inline (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Void System.Numerics.Vector4::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4__ctor_m63EC2B2E36402A4891067A37B6F0A50CACDD34DE (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * __this, float ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Short4::FromVector4(System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short4_FromVector4_m519AA6025A1F7F2FE3946C845C5102F63B63155F_inline (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowIndexOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC (const RuntimeMethod* method); // System.Void* System.IntPtr::ToPointer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline (intptr_t* __this, const RuntimeMethod* method); // System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.Rgba64::ToVector4() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Rgba64_ToVector4_mCA2213A8474A88C7077EA354DED8BE977762BAC8_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, const RuntimeMethod* method); // System.Byte SixLabors.ImageSharp.PixelFormats.A8::Pack(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t A8_Pack_mA657F3C1098F90E4DA5BE545980CCBFB7DBA76AB_inline (float ___alpha0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.A8::set_PackedValue(System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_set_PackedValue_m8BD8EFA06A2F16D32A8260240A8E6874D1548C8B_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, uint8_t ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Abgr32::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_Pack_m67D927622D71260628DB6E657EE72BE3820E6C7C_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Argb32::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_Pack_mB18941C609FF55B9EB32E062DAD6471809527E4D_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgr24::FromRgba32(SixLabors.ImageSharp.PixelFormats.Rgba32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromRgba32_mF9E6E847F397D311BA7975BCCB7F001AC446F58F_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___source0, const RuntimeMethod* method); // System.Void System.Numerics.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3__ctor_m3C199C444CBE5C59587FAE802686BDB1F3D8CC9C (Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgr565::Pack(System.Numerics.Vector3&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgr565_Pack_m9FD9FEDE4A0A784DBF1825A1FAFB3259841E17FA_inline (Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgr565::set_PackedValue(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_set_PackedValue_m052C96B2A876AB7C141B36DC2C4456349FA445A4_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra32::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_Pack_mF047A95797AE1601A4A87DAE50DB5A3A33F2872D_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgra4444::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgra4444_Pack_m9D89B256C52B4A747E64399F2CC2BE2BE2BF668F_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra4444::set_PackedValue(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_set_PackedValue_m166210D65942388FBCBFCA640FE58FC8C484A842_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, uint16_t ___value0, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.Bgra5551::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgra5551_Pack_mE911B77FBBC6AB7AC4B5FD560876B4BCFAA7E5AA_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgra5551::set_PackedValue(System.UInt16) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_set_PackedValue_mA7F281129FA16BD297FCD7D9099FD81024F95F92_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::op_Multiply(System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method); // System.UInt32 SixLabors.ImageSharp.PixelFormats.Byte4::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Byte4_Pack_mC9C14B5D59F1BCE84ED25B4C501CEA9433DDC3D0_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Byte4::set_PackedValue(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_set_PackedValue_m024BD207AC39089A6B2008B317D574A70F71E7E1_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.PixelFormats.HalfTypeHelper::Pack(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t HalfTypeHelper_Pack_m2EFAE2DA4AF2CC0175F4F189E6EFAAF01479A21A (int32_t ___value0, const RuntimeMethod* method); // System.Numerics.Vector2 System.Numerics.Vector2::op_Multiply(System.Numerics.Vector2,System.Numerics.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_op_Multiply_m5DC9070833DF763AED707C3EF0CAB9E1C21C5325_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___left0, Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___right1, const RuntimeMethod* method); // System.Void System.Numerics.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0 (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method); // System.UInt64 SixLabors.ImageSharp.PixelFormats.HalfVector4::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t HalfVector4_Pack_m5B91CC4BE45BC93B81BF77871F71E1879F3231DD_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.HalfVector4::set_PackedValue(System.UInt64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_set_PackedValue_m575B61438D778A34EAC982DD55F8EB756742C914_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::get_Zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45 (const RuntimeMethod* method); // System.Numerics.Vector4 SixLabors.ImageSharp.Numerics::Clamp(System.Numerics.Vector4,System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___min1, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___max2, const RuntimeMethod* method); // System.UInt16 SixLabors.ImageSharp.ColorNumerics::Get16BitBT709Luminance(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t ColorNumerics_Get16BitBT709Luminance_m6E1F0348386B18AF8489F542CB45B5A85052C380_inline (float ___r0, float ___g1, float ___b2, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::op_Addition(System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method); // System.Single System.MathF::Round(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline (float ___f0, const RuntimeMethod* method); // System.Numerics.Vector2 System.Numerics.Vector2::Clamp(System.Numerics.Vector2,System.Numerics.Vector2,System.Numerics.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_Clamp_mEBF511BD6C8FD380FE0D1801D16ED7EBC98CF5EF_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___value10, Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___min1, Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___max2, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m608D6BE29E0B1BFCE220127333A8745FA6536D63 (double ___value0, const RuntimeMethod* method); // System.UInt32 SixLabors.ImageSharp.PixelFormats.NormalizedByte4::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NormalizedByte4_Pack_m25D15506F2CE19FA844919BF2187F62AA686ECBD_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedByte4::set_PackedValue(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte4_set_PackedValue_m7CA2C4A29ABDD2A7BEFC854960090DA9EFEE4E5D_inline (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.UInt64 SixLabors.ImageSharp.PixelFormats.NormalizedShort4::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t NormalizedShort4_Pack_m76EC3879451ED829C3D964F5B42E8335066C929C_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.NormalizedShort4::set_PackedValue(System.UInt64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort4_set_PackedValue_m83DC9831DAFA09C6A3A712A9319AF721EA11A3C1_inline (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.UInt32 SixLabors.ImageSharp.PixelFormats.Rg32::Pack(System.Numerics.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Rg32_Pack_mB7A7885FCF02BD1C74D3B8C329BDEA8E0A368A0F_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rg32::set_PackedValue(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rg32_set_PackedValue_m74ABF186E3E7E6A61E71331DB09BD8D8EA3E079D_inline (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgb24::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb24_Pack_mDDB1AF4A7E87BF6B828002324F38262C0711C51F_inline (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // !!0& System.Runtime.CompilerServices.Unsafe::AsRef(!!0&) inline Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * Unsafe_AsRef_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m659AC8BE49CE96A85AE6C340B17B961CCB3FE7DE_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * ___source0, const RuntimeMethod* method) { return (( Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * (*) (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *, const RuntimeMethod*))Unsafe_AsRef_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m659AC8BE49CE96A85AE6C340B17B961CCB3FE7DE_gshared_inline)(___source0, method); } // !!1& System.Runtime.CompilerServices.Unsafe::As(!!0&) inline Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * Unsafe_As_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m96736A7159F2A9B385397044B3E678B1BED3125E_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * ___source0, const RuntimeMethod* method) { return (( Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * (*) (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *, const RuntimeMethod*))Unsafe_As_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m96736A7159F2A9B385397044B3E678B1BED3125E_gshared_inline)(___source0, method); } // System.UInt32 SixLabors.ImageSharp.PixelFormats.Rgba1010102::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Rgba1010102_Pack_m296112B0492CE04E1DFF0764461E613440699466_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba1010102::set_PackedValue(System.UInt32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba1010102_set_PackedValue_mBDF51AE3DE7B6742EA826750D1FC03A81DB85B0A_inline (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Rgba32::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_Pack_m63BC4B6421E005814E9D4AEBA9614CBC27404258_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m02AB1E28E0CF98A2F89E88480795AC0FD7F66FC2 (double ___value0, const RuntimeMethod* method); // System.UInt64 SixLabors.ImageSharp.PixelFormats.Short4::Pack(System.Numerics.Vector4&) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t Short4_Pack_m7B580A2AAB3B54363B6930F4A04310CB7B9F65A7_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Short4::set_PackedValue(System.UInt64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short4_set_PackedValue_mE2509C3F76A66E380647E1EE0F7C50BA019BA8BD_inline (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::op_Division(System.Numerics.Vector4,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Division_m82E4033E7058CE4787854874FEED0377803C0EE8_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value10, float ___value21, const RuntimeMethod* method); // System.Single SixLabors.ImageSharp.Numerics::Clamp(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method); // SixLabors.ImageSharp.PixelFormats.Bgr24 SixLabors.ImageSharp.PixelFormats.Rgba32::get_Bgr() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 Rgba32_get_Bgr_m802E05D07D0A496A7387CFEE6C7ACEEB33BB69E6_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, const RuntimeMethod* method); // System.Numerics.Vector3 System.Numerics.Vector3::get_Zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 Vector3_get_Zero_mACEA51197DC0E58F0D1A9E5F06B4E4FB459EAF3D (const RuntimeMethod* method); // System.Numerics.Vector3 System.Numerics.Vector3::get_One() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 Vector3_get_One_m15396B518DD28586E12E43EB461367FCED17D1A1 (const RuntimeMethod* method); // System.Numerics.Vector3 System.Numerics.Vector3::Clamp(System.Numerics.Vector3,System.Numerics.Vector3,System.Numerics.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 Vector3_Clamp_m82E54C589A2E38F7FEA4174258A7BA4C53D70E09_inline (Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 ___value10, Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 ___min1, Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 ___max2, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::Max(System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_Max_m380A5635BED6B0A2B53FA18CE530A2C88907C0FD_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value10, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value21, const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::Min(System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_Min_mD400C92160CCFF020D86CDB2728E2C23B3270423_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value10, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value21, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m85F48A07C1F028876CBF5ACAE49D88F003985438 (float ___value0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mAFAE7DA97BACA9CEC03D40A2D322093B122B02FE (float ___value0, const RuntimeMethod* method); // System.Numerics.Vector2 System.Numerics.Vector2::get_Zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_get_Zero_mE2238C1104703545C28EE1FB6874C0F1DF3CF89D (const RuntimeMethod* method); // System.Numerics.Vector4 System.Numerics.Vector4::op_Division(System.Numerics.Vector4,System.Numerics.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Division_m42A9C429E7265118F4E68AE51A7C9C91E1A86C65_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method); // System.Void SixLabors.ImageSharp.PixelFormats.Bgr24::.ctor(System.Byte,System.Byte,System.Byte) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24__ctor_m7B721FEAF163B29405A0E0833120BBAC898F283F_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, const RuntimeMethod* method); // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m9D18574BA0539D6C2447DC417F1CAB2F0EEAEA1E_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_mF6E1232D65C8F24FE47DD4985FABD7F9D3750FC9_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_m83A3597B5C395A5F265D9CD02F8CC0A9C172B372_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m8E95AF18FB14D11BB86C012B0692AD1198CC00B4_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m30E8E4B623645E209999E9C17C3133411F54FECE_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_mFEAF7A53C9E41BAF0E46598B8C27FC8236C61D40_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_mD379099307DB2D0E0451FFFE2933DC16BD638D9C_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_mCD97D716626EDDE2F0F72CA6314540F48866EF07_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_mBA3114689D28E8FB2726DE67054DA258A4234A47_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_mF8B056F003CE40F098891088BF69471F6F988A8D_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_mEB961A285F98BFDCF8EDFE236D69FEE73A7FEE39_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_m1FD9355DB282D346937DA06E687469B482E12B57_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_mAF6BD323F17B0337D325AB6853C10B247DD5B497_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mF1D247968EE300BAD6FE5C4AD273AC0E09AA6A79_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m1786333AA065363E5C12605522444CBE2279EB57_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_mB58DF96B57C404215D8C26C4A6ADA7366ECCB41E_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_m95819652127E1B9DB45B31E6764D0E39B7F9B218_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m9C470D3ED7B109924BDF4FE7A195DDAFF9D5E27A_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m6C23C80278D851FBFC312C9B0FB663BFD34CE424_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m63D9C990033C7309D340F132D6FDCA99E4702E30_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m601AB634023A0FE0F4D2FB2C8F9DC8CE5B822C27_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_mEA441759920AA42232408DDD3F5A94DB02C5C5E0_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m158C9D082E53435ADFEEF1FF1E3B206F79604B72_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_mF1F4B1EC0A51B9C29216F401E3A39EE055651908_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_mD77CBEC4208AA09BDE4C0952789395C222B6BF6A_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.CloningImageProcessor::SixLabors.ImageSharp.Processing.Processors.IImageProcessor.CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CloningImageProcessor_SixLabors_ImageSharp_Processing_Processors_IImageProcessor_CreatePixelSpecificProcessor_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_mCF349568F4344277B541C27A4876BC076B6BB8DD_gshared (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; NullCheck((CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this); RuntimeObject* L_3; L_3 = GenericVirtualFuncInvoker3< RuntimeObject*, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (CloningImageProcessor_t1630CB01AAB8C71AAF43C2F18D43A138B41B4F2A *)__this, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2); return (RuntimeObject*)L_3; } } // TValue System.Collections.Generic.CollectionExtensions::GetValueOrDefault(System.Collections.Generic.IReadOnlyDictionary`2,TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CollectionExtensions_GetValueOrDefault_TisRuntimeObject_TisRuntimeObject_m43446A7C86604CD9883C2BA0F6EBFCAC9363FB32_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_m6620481B4B05032EBA7BAC1F8B18096E9FD6DA70_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_m6620481B4B05032EBA7BAC1F8B18096E9FD6DA70_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[] System.Dynamic.Utils.CollectionExtensions::RemoveFirst(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* CollectionExtensions_RemoveFirst_TisRuntimeObject_m39913B3A9EDBE0A0EFD10E267D4ED972FDA5FC26_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; NullCheck(L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)1))); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = V_0; NullCheck(L_4); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_2, (int32_t)1, (RuntimeArray *)(RuntimeArray *)L_3, (int32_t)0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = V_0; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_5; } } // T[] System.Dynamic.Utils.CollectionExtensions::RemoveLast(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* CollectionExtensions_RemoveLast_TisRuntimeObject_m32D8103A7B560B7B0FF10C65491EDC4B707FBB3A_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___array0; NullCheck(L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)1))); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___array0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = V_0; NullCheck(L_4); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_2, (int32_t)0, (RuntimeArray *)(RuntimeArray *)L_3, (int32_t)0, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = V_0; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_5; } } // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Dynamic.Utils.CollectionExtensions::ToReadOnly(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * CollectionExtensions_ToReadOnly_TisRuntimeObject_mDBB3D2EB4FA87D786C5EF45FE96989A8378740AA_gshared (RuntimeObject* ___enumerable0, const RuntimeMethod* method) { TrueReadOnlyCollection_1_t7B0C79057B5BCC33C785557CBB2BEC37F5C2207A * V_0 = NULL; ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * V_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_2 = NULL; { RuntimeObject* L_0 = ___enumerable0; if (L_0) { goto IL_0009; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * L_1 = ((EmptyReadOnlyCollection_1_t1A4BBE0B1FB7B0E4EE193FC33A6800608677C426_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Instance_0(); return (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 *)L_1; } IL_0009: { RuntimeObject* L_2 = ___enumerable0; V_0 = (TrueReadOnlyCollection_1_t7B0C79057B5BCC33C785557CBB2BEC37F5C2207A *)((TrueReadOnlyCollection_1_t7B0C79057B5BCC33C785557CBB2BEC37F5C2207A *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); TrueReadOnlyCollection_1_t7B0C79057B5BCC33C785557CBB2BEC37F5C2207A * L_3 = V_0; if (!L_3) { goto IL_0015; } } { TrueReadOnlyCollection_1_t7B0C79057B5BCC33C785557CBB2BEC37F5C2207A * L_4 = V_0; return (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 *)L_4; } IL_0015: { RuntimeObject* L_5 = ___enumerable0; V_1 = (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)IsInst((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))); ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * L_6 = V_1; if (!L_6) { goto IL_0026; } } { ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F * L_7 = V_1; NullCheck((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)L_7); ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * L_8; L_8 = (( ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * (*) (ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((ReadOnlyCollectionBuilder_1_t1705BD741C77CFFA3C925AEDEEC430A60482DD1F *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 *)L_8; } IL_0026: { RuntimeObject* L_9 = ___enumerable0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10; L_10 = (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((RuntimeObject*)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); V_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_10; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = V_2; NullCheck(L_11); if (!(((RuntimeArray*)L_11)->max_length)) { goto IL_0038; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = V_2; TrueReadOnlyCollection_1_t7B0C79057B5BCC33C785557CBB2BEC37F5C2207A * L_13 = (TrueReadOnlyCollection_1_t7B0C79057B5BCC33C785557CBB2BEC37F5C2207A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); (( void (*) (TrueReadOnlyCollection_1_t7B0C79057B5BCC33C785557CBB2BEC37F5C2207A *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(L_13, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); return (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 *)L_13; } IL_0038: { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 * L_14 = ((EmptyReadOnlyCollection_1_t1A4BBE0B1FB7B0E4EE193FC33A6800608677C426_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Instance_0(); return (ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3 *)L_14; } } // System.Void Newtonsoft.Json.Utilities.CollectionUtils::AddRange(System.Collections.Generic.IList`1,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionUtils_AddRange_TisRuntimeObject_m69B1939C5ADCA3984AB945DB7E7FCED783B3B401_gshared (RuntimeObject* ___initial0, RuntimeObject* ___collection1, 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; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___initial0; 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*)&_stringLiteral0E65690939804B15F12B14D2152EA638DCB3BF40)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CollectionUtils_AddRange_TisRuntimeObject_m69B1939C5ADCA3984AB945DB7E7FCED783B3B401_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___collection1; if (L_2) { goto IL_0012; } } { return; } IL_0012: { RuntimeObject* L_3 = ___collection1; NullCheck((RuntimeObject*)L_3); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_3); V_0 = (RuntimeObject*)L_4; } IL_0019: try {// begin try (depth: 1) { goto IL_0029; } IL_001b: { RuntimeObject* L_5 = V_0; NullCheck((RuntimeObject*)L_5); RuntimeObject * L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_5); V_1 = (RuntimeObject *)L_6; RuntimeObject* L_7 = ___initial0; RuntimeObject * L_8 = V_1; NullCheck((RuntimeObject*)L_7); InterfaceActionInvoker1< RuntimeObject * >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_7, (RuntimeObject *)L_8); } IL_0029: { RuntimeObject* L_9 = V_0; NullCheck((RuntimeObject*)L_9); bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_9); if (L_10) { goto IL_001b; } } IL_0031: { IL2CPP_LEAVE(0x3D, FINALLY_0033); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0033; } FINALLY_0033: {// begin finally (depth: 1) { RuntimeObject* L_11 = V_0; if (!L_11) { goto IL_003c; } } IL_0036: { RuntimeObject* L_12 = V_0; NullCheck((RuntimeObject*)L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_12); } IL_003c: { IL2CPP_END_FINALLY(51) } }// end finally (depth: 1) IL2CPP_CLEANUP(51) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3D, IL_003d) } IL_003d: { return; } } // System.Void Newtonsoft.Json.Utilities.CollectionUtils::AddRange(System.Collections.Generic.IList`1,System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionUtils_AddRange_TisRuntimeObject_m49D29881775571C0B6EF88CDB6A1DFFA8FFCBFA6_gshared (RuntimeObject* ___initial0, RuntimeObject* ___collection1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E65690939804B15F12B14D2152EA638DCB3BF40); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___initial0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386((RuntimeObject *)L_0, (String_t*)_stringLiteral0E65690939804B15F12B14D2152EA638DCB3BF40, /*hidden argument*/NULL); RuntimeObject* L_1 = ___initial0; RuntimeObject* L_2 = ___collection1; 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)); (( void (*) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((RuntimeObject*)L_1, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Boolean Newtonsoft.Json.Utilities.CollectionUtils::Contains(System.Collections.Generic.List`1,T,System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionUtils_Contains_TisRuntimeObject_m8CDC55671C512B1D0229EE3940C9A607D9F25AA4_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list0, RuntimeObject * ___value1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_0024; } IL_0004: { RuntimeObject* L_0 = ___comparer2; RuntimeObject * L_1 = ___value1; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_2 = ___list0; int32_t L_3 = V_0; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_2); RuntimeObject * L_4; L_4 = (( RuntimeObject * (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_2, (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((RuntimeObject*)L_0); bool L_5; L_5 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_0, (RuntimeObject *)L_1, (RuntimeObject *)L_4); if (!L_5) { goto IL_0020; } } { return (bool)1; } IL_0020: { int32_t L_6 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0024: { int32_t L_7 = V_0; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_8 = ___list0; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_8); int32_t L_9; L_9 = (( int32_t (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0004; } } { return (bool)0; } } // System.Int32 Newtonsoft.Json.Utilities.CollectionUtils::IndexOf(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionUtils_IndexOf_TisRuntimeObject_mFB97DA9BBB89630F2A740783260326AE5602162A_gshared (RuntimeObject* ___collection0, 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; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; int32_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (int32_t)0; RuntimeObject* L_0 = ___collection0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_0); V_1 = (RuntimeObject*)L_1; } IL_0009: try {// begin try (depth: 1) { goto IL_0023; } IL_000b: { RuntimeObject* L_2 = V_1; NullCheck((RuntimeObject*)L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_2); V_2 = (RuntimeObject *)L_3; Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_4 = ___predicate1; RuntimeObject * L_5 = V_2; NullCheck((Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_4); bool L_6; L_6 = (( bool (*) (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_4, (RuntimeObject *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (!L_6) { goto IL_001f; } } IL_001b: { int32_t L_7 = V_0; V_3 = (int32_t)L_7; IL2CPP_LEAVE(0x39, FINALLY_002d); } IL_001f: { int32_t L_8 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0023: { RuntimeObject* L_9 = V_1; NullCheck((RuntimeObject*)L_9); bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_9); if (L_10) { goto IL_000b; } } IL_002b: { IL2CPP_LEAVE(0x37, FINALLY_002d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002d; } FINALLY_002d: {// begin finally (depth: 1) { RuntimeObject* L_11 = V_1; if (!L_11) { goto IL_0036; } } IL_0030: { RuntimeObject* L_12 = V_1; NullCheck((RuntimeObject*)L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_12); } IL_0036: { IL2CPP_END_FINALLY(45) } }// end finally (depth: 1) IL2CPP_CLEANUP(45) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x39, IL_0039) IL2CPP_JUMP_TBL(0x37, IL_0037) } IL_0037: { return (int32_t)(-1); } IL_0039: { int32_t L_13 = V_3; return (int32_t)L_13; } } // System.Int32 Newtonsoft.Json.Utilities.CollectionUtils::IndexOfReference(System.Collections.Generic.List`1,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionUtils_IndexOfReference_TisRuntimeObject_m08B90C810E65D1E126294F6D414EDEDEE2B1AAEE_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list0, RuntimeObject * ___item1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_001e; } IL_0004: { RuntimeObject * L_0 = ___item1; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_1 = ___list0; int32_t L_2 = V_0; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_1); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_3)))) { goto IL_001a; } } { int32_t L_4 = V_0; return (int32_t)L_4; } IL_001a: { int32_t L_5 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_001e: { int32_t L_6 = V_0; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_7 = ___list0; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_7); int32_t L_8; L_8 = (( int32_t (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0004; } } { return (int32_t)(-1); } } // System.Boolean Newtonsoft.Json.Utilities.CollectionUtils::IsNullOrEmpty(System.Collections.Generic.ICollection`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionUtils_IsNullOrEmpty_TisRuntimeObject_mD72EDFB59ECB69FA4CF022CF5B9E518CD2050F25_gshared (RuntimeObject* ___collection0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___collection0; if (!L_0) { goto IL_000d; } } { RuntimeObject* L_1 = ___collection0; NullCheck((RuntimeObject*)L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_1); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } IL_000d: { return (bool)1; } } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 Color_ToPixel_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m411E7C97B3C83A337801B48B058DC805BDCC04D0_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )((*(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_3 = V_0; return (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); A8_FromRgba64_m379C68C51759467319F75B1AAAEE16678E603839_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_6 = V_0; return (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); A8_FromScaledVector4_m1E483205F773972AD8620091788831A79B41EE74_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_9 = V_0; return (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_9; } } IL2CPP_EXTERN_C A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 Color_ToPixel_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m411E7C97B3C83A337801B48B058DC805BDCC04D0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 _returnValue; _returnValue = Color_ToPixel_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m411E7C97B3C83A337801B48B058DC805BDCC04D0_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 Color_ToPixel_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m5235C55C0BEC9F3144BDC0E8FEB3DC407C09FADC_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )((*(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_3 = V_0; return (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Abgr32_FromRgba64_m268206D51CD3611C38AFA1B91F10D864ECCCC4E2_inline((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_6 = V_0; return (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Abgr32_FromScaledVector4_mD360ED86AD6BFA982FCDEF963FE4540E2F1BAB65_inline((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_9 = V_0; return (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_9; } } IL2CPP_EXTERN_C Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 Color_ToPixel_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m5235C55C0BEC9F3144BDC0E8FEB3DC407C09FADC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 _returnValue; _returnValue = Color_ToPixel_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m5235C55C0BEC9F3144BDC0E8FEB3DC407C09FADC_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD Color_ToPixel_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6A855E40A4125411B1FA9CEE1C4B1721B866861E_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )((*(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_3 = V_0; return (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Argb32_FromRgba64_m4A3FD9BAE5AFB06387033C02CABCC55AAACEEAE5_inline((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_6 = V_0; return (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Argb32_FromScaledVector4_m8CEFC9290F734BC843C4EDAED2CAE9E6831E28EA_inline((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_9 = V_0; return (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_9; } } IL2CPP_EXTERN_C Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD Color_ToPixel_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6A855E40A4125411B1FA9CEE1C4B1721B866861E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD _returnValue; _returnValue = Color_ToPixel_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6A855E40A4125411B1FA9CEE1C4B1721B866861E_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 Color_ToPixel_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m463641372050A214211005D033897F1172AFA664_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )((*(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_3 = V_0; return (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Bgr24_FromRgba64_mD173E28EE269CDD7847975D76437B19142275E9A_inline((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_6 = V_0; return (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Bgr24_FromScaledVector4_m6029FBEA40DEC6DB9E73394AAA8A24FE3CDFE4A8_inline((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_9 = V_0; return (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_9; } } IL2CPP_EXTERN_C Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 Color_ToPixel_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m463641372050A214211005D033897F1172AFA664_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 _returnValue; _returnValue = Color_ToPixel_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m463641372050A214211005D033897F1172AFA664_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C Color_ToPixel_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3F8CCC030030EBC2DD855FD5B57D8A54DE409F8E_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )((*(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_3 = V_0; return (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Bgr565_FromRgba64_m8E0E43770A6BD1BA24E3E9F9530B257CF5A848A5_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_6 = V_0; return (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Bgr565_FromScaledVector4_m6279FD6F11F86C8A668338DB75FB6EABDA2432F3_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_9 = V_0; return (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_9; } } IL2CPP_EXTERN_C Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C Color_ToPixel_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3F8CCC030030EBC2DD855FD5B57D8A54DE409F8E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C _returnValue; _returnValue = Color_ToPixel_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3F8CCC030030EBC2DD855FD5B57D8A54DE409F8E_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 Color_ToPixel_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mA375321794A579D11DB58A1DD8258816D23496E5_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )((*(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_3 = V_0; return (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Bgra32_FromRgba64_mC16E4A87FAE97CDF497AFD5E14CECD4795EE41FD_inline((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_6 = V_0; return (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Bgra32_FromScaledVector4_m6D737715051E3C00A46B1DCC70E5C20F4886390F_inline((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_9 = V_0; return (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_9; } } IL2CPP_EXTERN_C Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 Color_ToPixel_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mA375321794A579D11DB58A1DD8258816D23496E5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 _returnValue; _returnValue = Color_ToPixel_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mA375321794A579D11DB58A1DD8258816D23496E5_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 Color_ToPixel_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m368E7240F12416C8B5450AB421B74DF3A5675127_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )((*(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_3 = V_0; return (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Bgra4444_FromRgba64_m4E436B6D045A92CA560D301BC78BFC9EF6910780_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_6 = V_0; return (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Bgra4444_FromScaledVector4_m444EB11C9B4C92DB98282D0FF527CBFB87E318DD_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_9 = V_0; return (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_9; } } IL2CPP_EXTERN_C Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 Color_ToPixel_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m368E7240F12416C8B5450AB421B74DF3A5675127_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 _returnValue; _returnValue = Color_ToPixel_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m368E7240F12416C8B5450AB421B74DF3A5675127_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 Color_ToPixel_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mE2209780C7675D244C8D83D1625C4EE8B9CC372B_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )((*(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_3 = V_0; return (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Bgra5551_FromRgba64_m037D1F8A6B388D88E755848EE67AA1A7A2231468_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_6 = V_0; return (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Bgra5551_FromScaledVector4_m67A2F9776071C2D6A8821CA3331671961DC13C1F_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_9 = V_0; return (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_9; } } IL2CPP_EXTERN_C Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 Color_ToPixel_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mE2209780C7675D244C8D83D1625C4EE8B9CC372B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 _returnValue; _returnValue = Color_ToPixel_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mE2209780C7675D244C8D83D1625C4EE8B9CC372B_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 Color_ToPixel_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m83B5326A461A5A4D978956F952AFF307B86B3B8A_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )((*(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_3 = V_0; return (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Byte4_FromRgba64_mFAAD01BCD8F1EEE02754B1132D1679A8E56E300E_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_6 = V_0; return (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Byte4_FromScaledVector4_m3881009A0F02FBA393AAA0F58872382A535CB943_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_9 = V_0; return (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_9; } } IL2CPP_EXTERN_C Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 Color_ToPixel_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m83B5326A461A5A4D978956F952AFF307B86B3B8A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 _returnValue; _returnValue = Color_ToPixel_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m83B5326A461A5A4D978956F952AFF307B86B3B8A_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E Color_ToPixel_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m49D16B7FC79E876F20537A6199C5DAD247770D31_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )((*(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_3 = V_0; return (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); HalfSingle_FromRgba64_mC592BB26A4E72549FB43FD88679528FB42F17BB5_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_6 = V_0; return (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); HalfSingle_FromScaledVector4_mB044A1BA1B497D545D3DA68E9185153502B93259_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_9 = V_0; return (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_9; } } IL2CPP_EXTERN_C HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E Color_ToPixel_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m49D16B7FC79E876F20537A6199C5DAD247770D31_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E _returnValue; _returnValue = Color_ToPixel_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m49D16B7FC79E876F20537A6199C5DAD247770D31_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC Color_ToPixel_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m5FF63C3A51C30631ABF94F1E127A220BA676B213_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )((*(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_3 = V_0; return (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); HalfVector2_FromRgba64_m4438111F772E321AF66A54782EB845F5C43772B9_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_6 = V_0; return (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); HalfVector2_FromScaledVector4_m81F09EE0AEA8341626C34BBD56D732B97D1E55E2_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_9 = V_0; return (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_9; } } IL2CPP_EXTERN_C HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC Color_ToPixel_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m5FF63C3A51C30631ABF94F1E127A220BA676B213_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC _returnValue; _returnValue = Color_ToPixel_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m5FF63C3A51C30631ABF94F1E127A220BA676B213_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 Color_ToPixel_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m2C5C6FF5992B29BA1046CD350610C865CA988730_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )((*(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_3 = V_0; return (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); HalfVector4_FromRgba64_m958D1915C1323308BA2AA58AB62341666774154D_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_6 = V_0; return (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); HalfVector4_FromScaledVector4_m9ABF0154F5F24F306BC86868C0182536BCE17126_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_9 = V_0; return (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_9; } } IL2CPP_EXTERN_C HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 Color_ToPixel_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m2C5C6FF5992B29BA1046CD350610C865CA988730_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 _returnValue; _returnValue = Color_ToPixel_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m2C5C6FF5992B29BA1046CD350610C865CA988730_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR L16_t82A3FD4325827CB571596BA0DA68B251F985D94F Color_ToPixel_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m1289C77A9E75E2C9AE5A2182F6522ACAE58B12AF_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )((*(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_3 = V_0; return (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); L16_FromRgba64_m3957AE6CDC286A45FB26B413B859503975112054_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_6 = V_0; return (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); L16_FromScaledVector4_m87BBAB661A2906BC069C35984B1CB4F61081AC14_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_9 = V_0; return (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_9; } } IL2CPP_EXTERN_C L16_t82A3FD4325827CB571596BA0DA68B251F985D94F Color_ToPixel_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m1289C77A9E75E2C9AE5A2182F6522ACAE58B12AF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F _returnValue; _returnValue = Color_ToPixel_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m1289C77A9E75E2C9AE5A2182F6522ACAE58B12AF_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR L8_t0DC62ABA8124A587901AC9D023076EF568A23003 Color_ToPixel_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m87D67F02EA22CEED9BC41810B3960F84C2F60079_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L8_t0DC62ABA8124A587901AC9D023076EF568A23003 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )((*(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_3 = V_0; return (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); L8_FromRgba64_mFC46AB674C1A97E5AEE7DB90CAEA1066B994DFE6_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_6 = V_0; return (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); L8_FromScaledVector4_mD3411B06A5EE0F32E26F2F0B18917F46411BAC24_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_9 = V_0; return (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_9; } } IL2CPP_EXTERN_C L8_t0DC62ABA8124A587901AC9D023076EF568A23003 Color_ToPixel_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m87D67F02EA22CEED9BC41810B3960F84C2F60079_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 _returnValue; _returnValue = Color_ToPixel_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m87D67F02EA22CEED9BC41810B3960F84C2F60079_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 Color_ToPixel_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mC2472E553E7E5F089C90B9982635F2939C4535E9_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )((*(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_3 = V_0; return (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); La16_FromRgba64_m16AF55E95F4198C70AA2E8FF601EA39948A47A3B((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_6 = V_0; return (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); La16_FromScaledVector4_m040190BA1817DBB3AFB0330F4F2E805B41ADD8B7_inline((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_9 = V_0; return (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )L_9; } } IL2CPP_EXTERN_C La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 Color_ToPixel_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mC2472E553E7E5F089C90B9982635F2939C4535E9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 _returnValue; _returnValue = Color_ToPixel_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mC2472E553E7E5F089C90B9982635F2939C4535E9_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 Color_ToPixel_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m0A8BF6C3EDCE6F70D9019AE13BA995E8C27BC74F_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )((*(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)((La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_3 = V_0; return (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); La32_FromRgba64_mF19FEA17F04ED6EC3A88EB7E6CB2758A4C368AFF_inline((La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_6 = V_0; return (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); La32_FromScaledVector4_mD711A78C4D50D7139DB3EC03530A86CDEAEDE01A_inline((La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_9 = V_0; return (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )L_9; } } IL2CPP_EXTERN_C La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 Color_ToPixel_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m0A8BF6C3EDCE6F70D9019AE13BA995E8C27BC74F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 _returnValue; _returnValue = Color_ToPixel_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m0A8BF6C3EDCE6F70D9019AE13BA995E8C27BC74F_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 Color_ToPixel_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mD6AB80F9848725354C839565700370C4762A7DCA_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )((*(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_3 = V_0; return (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); NormalizedByte2_FromRgba64_mADA69B96565C90F3C73C5DA49C1EA5A1AD24B230_inline((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_6 = V_0; return (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); NormalizedByte2_FromScaledVector4_m3DA389298A28C5DB39E0FC326E466E06A2ACFB11_inline((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_9 = V_0; return (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )L_9; } } IL2CPP_EXTERN_C NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 Color_ToPixel_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mD6AB80F9848725354C839565700370C4762A7DCA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 _returnValue; _returnValue = Color_ToPixel_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mD6AB80F9848725354C839565700370C4762A7DCA_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 Color_ToPixel_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m62D2D6B435F1FBF52CD41ABBDB0175BFD2765286_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )((*(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_3 = V_0; return (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); NormalizedByte4_FromRgba64_mB3BFB28CA1B7685A24F6FDD9A3EBDEB812CF0510_inline((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_6 = V_0; return (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); NormalizedByte4_FromScaledVector4_m777CA06392F4672AC8C48E3EFE9738ADF1F672A2_inline((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_9 = V_0; return (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )L_9; } } IL2CPP_EXTERN_C NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 Color_ToPixel_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m62D2D6B435F1FBF52CD41ABBDB0175BFD2765286_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 _returnValue; _returnValue = Color_ToPixel_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m62D2D6B435F1FBF52CD41ABBDB0175BFD2765286_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 Color_ToPixel_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m933DAF603E80E8CB915EFCAE1B480838094AAB69_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )((*(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_3 = V_0; return (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); NormalizedShort2_FromRgba64_m40A95564595AF83B53C65D73091D41FD95C9FB6F_inline((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_6 = V_0; return (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); NormalizedShort2_FromScaledVector4_mF1C70B078723C6FC99FCA1F00F6C45539B8FEEA2_inline((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_9 = V_0; return (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )L_9; } } IL2CPP_EXTERN_C NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 Color_ToPixel_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m933DAF603E80E8CB915EFCAE1B480838094AAB69_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 _returnValue; _returnValue = Color_ToPixel_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m933DAF603E80E8CB915EFCAE1B480838094AAB69_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 Color_ToPixel_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mC49A82D6B99AA3974667CCACF71C37934BCEDDD1_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )((*(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 L_3 = V_0; return (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); NormalizedShort4_FromRgba64_m8B98A049A87A1B2484D78B71846B9D253BED190B_inline((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 L_6 = V_0; return (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); NormalizedShort4_FromScaledVector4_m147B54AD44A3472D0CCBEC95E964DAE9CC484EAD_inline((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 L_9 = V_0; return (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )L_9; } } IL2CPP_EXTERN_C NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 Color_ToPixel_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mC49A82D6B99AA3974667CCACF71C37934BCEDDD1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 _returnValue; _returnValue = Color_ToPixel_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mC49A82D6B99AA3974667CCACF71C37934BCEDDD1_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB Color_ToPixel_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m2695C7717ADD5D6F7577F7C2782EADC48E365160_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )((*(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB L_3 = V_0; return (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Rg32_FromRgba64_mFC727F236BA01EAACC4634418350BD373F82AC74_inline((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB L_6 = V_0; return (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Rg32_FromScaledVector4_mF79C16B0080F760BB55861E74042EC84281A08FF_inline((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB L_9 = V_0; return (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )L_9; } } IL2CPP_EXTERN_C Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB Color_ToPixel_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m2695C7717ADD5D6F7577F7C2782EADC48E365160_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB _returnValue; _returnValue = Color_ToPixel_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m2695C7717ADD5D6F7577F7C2782EADC48E365160_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 Color_ToPixel_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mEEE69EB96D735D3922799EA7FD357522354B0A94_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )((*(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 L_3 = V_0; return (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Rgb24_FromRgba64_m4BD5FCD86D1B7124FE91C9CC0639AB52E1AF1CF8_inline((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 L_6 = V_0; return (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Rgb24_FromScaledVector4_m4D63BA77DDF06E3054217D095981DAB38A262D7E_inline((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 L_9 = V_0; return (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )L_9; } } IL2CPP_EXTERN_C Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 Color_ToPixel_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mEEE69EB96D735D3922799EA7FD357522354B0A94_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 _returnValue; _returnValue = Color_ToPixel_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mEEE69EB96D735D3922799EA7FD357522354B0A94_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F Color_ToPixel_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m52C1A03ED80D7547939F55DF88575003B47B18ED_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )((*(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_3 = V_0; return (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Rgb48_FromRgba64_m8D2D5CD4F543C3EAB7D27A335747060BFFCEB6CB_inline((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_6 = V_0; return (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Rgb48_FromScaledVector4_mD7671E932ED1132846FC64D3332EA237B3502947_inline((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_9 = V_0; return (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )L_9; } } IL2CPP_EXTERN_C Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F Color_ToPixel_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m52C1A03ED80D7547939F55DF88575003B47B18ED_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F _returnValue; _returnValue = Color_ToPixel_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m52C1A03ED80D7547939F55DF88575003B47B18ED_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC Color_ToPixel_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_mAD8156FD40E62339FEA3D958EFFC4F19A7202022_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )((*(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC L_3 = V_0; return (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Rgba1010102_FromRgba64_m28DA43F24BF0DB0D85405D08899838CA14173D1B_inline((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC L_6 = V_0; return (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Rgba1010102_FromScaledVector4_mACB6D5AD8FD90D2F1950F589CB17F598612957BE_inline((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC L_9 = V_0; return (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )L_9; } } IL2CPP_EXTERN_C Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC Color_ToPixel_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_mAD8156FD40E62339FEA3D958EFFC4F19A7202022_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC _returnValue; _returnValue = Color_ToPixel_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_mAD8156FD40E62339FEA3D958EFFC4F19A7202022_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 Color_ToPixel_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m4C051E7AC50C4EA533EA111271F6507BEC753550_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )((*(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_3 = V_0; return (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Rgba32_FromRgba64_mD3312D13CDC70A1D9E42A597984A6D60FAA525C4_inline((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = V_0; return (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Rgba32_FromScaledVector4_mC1723A2DAD9B3E710EA111A66E1FBAD107CB9D2D_inline((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_9 = V_0; return (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )L_9; } } IL2CPP_EXTERN_C Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 Color_ToPixel_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m4C051E7AC50C4EA533EA111271F6507BEC753550_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 _returnValue; _returnValue = Color_ToPixel_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m4C051E7AC50C4EA533EA111271F6507BEC753550_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F Color_ToPixel_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m854A5D469FE743D8FA2CD86CAE4B4C67C2802464_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )((*(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_3 = V_0; return (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Rgba64_FromRgba64_m1C83CC8FC6D911B659982D86D7BC51FAA521789B_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_6 = V_0; return (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Rgba64_FromScaledVector4_m432EB442B26E1A9D49F97829C1C77AD1AC8CAF96_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_9 = V_0; return (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_9; } } IL2CPP_EXTERN_C Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F Color_ToPixel_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m854A5D469FE743D8FA2CD86CAE4B4C67C2802464_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F _returnValue; _returnValue = Color_ToPixel_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m854A5D469FE743D8FA2CD86CAE4B4C67C2802464_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 Color_ToPixel_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m7CC7F9D77612BAA2E7C6977E4624D027A8D29C80_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )((*(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 L_3 = V_0; return (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); RgbaVector_FromRgba64_mB6A7778E3568448BC30ABBE200D5194E46A525EA_inline((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 L_6 = V_0; return (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); RgbaVector_FromScaledVector4_mB77E531110732161D6023D9C21BC738ED601E95D_inline((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 L_9 = V_0; return (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )L_9; } } IL2CPP_EXTERN_C RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 Color_ToPixel_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m7CC7F9D77612BAA2E7C6977E4624D027A8D29C80_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 _returnValue; _returnValue = Color_ToPixel_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m7CC7F9D77612BAA2E7C6977E4624D027A8D29C80_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 Color_ToPixel_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m173BFE2F403FF28FB498A77F7F1F7819AEDEB9AB_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )((*(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 L_3 = V_0; return (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Short2_FromRgba64_mFD2B511E3809A2C46B60E7ADD12657E175C81F7A_inline((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 L_6 = V_0; return (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Short2_FromScaledVector4_m082763DFBE07BD70B4DFCF058C28314172FC26BC_inline((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 L_9 = V_0; return (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )L_9; } } IL2CPP_EXTERN_C Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 Color_ToPixel_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m173BFE2F403FF28FB498A77F7F1F7819AEDEB9AB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 _returnValue; _returnValue = Color_ToPixel_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m173BFE2F403FF28FB498A77F7F1F7819AEDEB9AB_inline(_thisAdjusted, method); return _returnValue; } // TPixel SixLabors.ImageSharp.Color::ToPixel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C Color_ToPixel_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m677E3C336BBFE5816190F880E456026417251C00_gshared (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )((*(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C L_3 = V_0; return (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Short4_FromRgba64_m30AC5BDB5F8761AB9AB1C7E38DEF7569D3F35F21_inline((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C L_6 = V_0; return (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Short4_FromScaledVector4_m023D283B782EBE115F2DC2474F81504491F2EC83_inline((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C L_9 = V_0; return (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )L_9; } } IL2CPP_EXTERN_C Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C Color_ToPixel_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m677E3C336BBFE5816190F880E456026417251C00_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C _returnValue; _returnValue = Color_ToPixel_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m677E3C336BBFE5816190F880E456026417251C00_inline(_thisAdjusted, method); return _returnValue; } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m8490480395AA5AABA9DB0FAC3323018F765E8C55_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_3; L_3 = Span_1_get_Item_mD8A06FA962024F798DCEED58331E9C8692CAE2A7_inline((Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_6; L_6 = Color_ToPixel_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m411E7C97B3C83A337801B48B058DC805BDCC04D0_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m8FF0C44C8648328EA0FEF5E03A815E2A503CADDA_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_3; L_3 = Span_1_get_Item_m6AF825660F9F130F6AB4888E80AEF27A6FC3CAB7_inline((Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_6; L_6 = Color_ToPixel_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m5235C55C0BEC9F3144BDC0E8FEB3DC407C09FADC_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mE8A598A58396188F56A39823F66C7A53F0388FCA_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_3; L_3 = Span_1_get_Item_m6367645A32E0D777965C7AA85FE5C227DA6D5769_inline((Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_6; L_6 = Color_ToPixel_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6A855E40A4125411B1FA9CEE1C4B1721B866861E_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m80C32E6159E602F9D31434E6948B3080D54EA255_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_3; L_3 = Span_1_get_Item_m195AD771A0A3D2EDF7721DAA1E1D0F2943077616_inline((Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_6; L_6 = Color_ToPixel_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m463641372050A214211005D033897F1172AFA664_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m7F9CCEBF4B56D3C8577674AB106BEB40452AA3F0_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_3; L_3 = Span_1_get_Item_m7403568F966B7F6D4669CA1127486C219BBCD69B_inline((Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_6; L_6 = Color_ToPixel_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3F8CCC030030EBC2DD855FD5B57D8A54DE409F8E_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mFB6C51968B73978A403B8020CE026F187130BF2E_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_tC089F74404A3C46975952EE686EC533667BB207F ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_tC089F74404A3C46975952EE686EC533667BB207F L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_tC089F74404A3C46975952EE686EC533667BB207F , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_tC089F74404A3C46975952EE686EC533667BB207F )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_3; L_3 = Span_1_get_Item_m89B441ABCD013417C2E21A35250BE89BA6F9FE9E_inline((Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(Span_1_tC089F74404A3C46975952EE686EC533667BB207F *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_6; L_6 = Color_ToPixel_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mA375321794A579D11DB58A1DD8258816D23496E5_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_mCF93A7B31061645FCF0FBDDB9AAF1BC665A7ADE8_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_3; L_3 = Span_1_get_Item_mDC25D73E1BD7519BD4FB572EC6C46B45BAC897FD_inline((Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_6; L_6 = Color_ToPixel_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m368E7240F12416C8B5450AB421B74DF3A5675127_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m5D4C8E4EFFDF2214E42A9FB81B35F716201C06C7_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_3; L_3 = Span_1_get_Item_mC3C5579BAC61A0EFE1CDF24CFF2A3FFB71E8026E_inline((Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_6; L_6 = Color_ToPixel_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mE2209780C7675D244C8D83D1625C4EE8B9CC372B_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_mD0EC6A5CE5F3A8C33A442981310044BA4F6E497F_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_3; L_3 = Span_1_get_Item_m5CFDFA387F80C561557B71DF8D9F01B389114675_inline((Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_6; L_6 = Color_ToPixel_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m83B5326A461A5A4D978956F952AFF307B86B3B8A_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m318E865778C13A1F2D6AFFF881BE6B4ACCB470B0_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_3; L_3 = Span_1_get_Item_m254264B78DD6C9192DD29D341A30AF289B8107E4_inline((Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_6; L_6 = Color_ToPixel_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m49D16B7FC79E876F20537A6199C5DAD247770D31_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_mDFF75C40EFB3A5A72DF941A3ABB2D2F6A64A8BC6_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_3; L_3 = Span_1_get_Item_mF633E87750AF103793D3E7D4F3A42581A925F7F1_inline((Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_6; L_6 = Color_ToPixel_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m5FF63C3A51C30631ABF94F1E127A220BA676B213_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_mBED266246117E5D690831ACDBAC60CD89A31B233_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_3; L_3 = Span_1_get_Item_m21A2B570C8DAE831B8D1446630CCA1215A77E161_inline((Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_6; L_6 = Color_ToPixel_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m2C5C6FF5992B29BA1046CD350610C865CA988730_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m51C823186EB2ACDE7B366FFE18BD9CEECDE967FC_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_3; L_3 = Span_1_get_Item_mC42C039DDE5B36415E53146B7CBACF658BDD53FE_inline((Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_6; L_6 = Color_ToPixel_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m1289C77A9E75E2C9AE5A2182F6522ACAE58B12AF_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m6B2B7DD7EC26C95A866598B352E11751CE990A50_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_3; L_3 = Span_1_get_Item_m8785575C5A33E59978B46648338ADBF2BAD08734_inline((Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_6; L_6 = Color_ToPixel_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m87D67F02EA22CEED9BC41810B3960F84C2F60079_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_m4C7102CE97B357153F4A730B1368E6295140D0C9_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * L_3; L_3 = Span_1_get_Item_m72D32584E077251E8E2D513A939043E0A83748A1_inline((Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *)(Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_6; L_6 = Color_ToPixel_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mC2472E553E7E5F089C90B9982635F2939C4535E9_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_mBBF762AB4B0904773592D16904F5D8E152341CF8_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * L_3; L_3 = Span_1_get_Item_m8DFFF2704B6FB5D7372B984CCA34B7B7F992EAE2_inline((Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *)(Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_6; L_6 = Color_ToPixel_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m0A8BF6C3EDCE6F70D9019AE13BA995E8C27BC74F_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mE323F33281B75627DB058494E2348CD1116E1BD0_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * L_3; L_3 = Span_1_get_Item_m02B81213216C48DBE063E1A105599B907C8DD53A_inline((Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *)(Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_6; L_6 = Color_ToPixel_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mD6AB80F9848725354C839565700370C4762A7DCA_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_mBBCA9C91B16584C144F54F66D02F10E9E0BE57FE_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_3; L_3 = Span_1_get_Item_m9E3415A96183385F0A773D50F59565AB5C3AD1E0_inline((Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *)(Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_6; L_6 = Color_ToPixel_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m62D2D6B435F1FBF52CD41ABBDB0175BFD2765286_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m643FC7F38CA3CBFA7E1914334007689BC632E73E_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_3; L_3 = Span_1_get_Item_m0D702FF60C85520A25B77F84847A0EB108355375_inline((Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *)(Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_6; L_6 = Color_ToPixel_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m933DAF603E80E8CB915EFCAE1B480838094AAB69_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mF376D2B5519C774FF0FF55B5D9F6CC52C76AE200_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_t8F2820222127FA3555803F54498E9275CE67C798 ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_t8F2820222127FA3555803F54498E9275CE67C798 L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_t8F2820222127FA3555803F54498E9275CE67C798 , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * L_3; L_3 = Span_1_get_Item_m0EB52766F90F92A22F2B741A49E612E2AB3F3F81_inline((Span_1_t8F2820222127FA3555803F54498E9275CE67C798 *)(Span_1_t8F2820222127FA3555803F54498E9275CE67C798 *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 L_6; L_6 = Color_ToPixel_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mC49A82D6B99AA3974667CCACF71C37934BCEDDD1_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m3F86BC745667594B457914C8560F0BC5E86F6EDB_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * L_3; L_3 = Span_1_get_Item_m32DACCEB7847514FD4CB9705A9D1B15AE05F42B1_inline((Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC *)(Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB L_6; L_6 = Color_ToPixel_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m2695C7717ADD5D6F7577F7C2782EADC48E365160_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m1DB175F5B77DD9EFF0D4C5DEC9B0F6410C7F00D3_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * L_3; L_3 = Span_1_get_Item_mB1D4C7342032C2179E509DC2902DD56364708F61_inline((Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD *)(Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 L_6; L_6 = Color_ToPixel_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mEEE69EB96D735D3922799EA7FD357522354B0A94_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m3FE6EEEC283BA0A181DDFADD9A8968E2799D1A92_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_3; L_3 = Span_1_get_Item_mF8D4748E567C7CAF16D5EE58079AA4846BB263E9_inline((Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 *)(Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_6; L_6 = Color_ToPixel_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m52C1A03ED80D7547939F55DF88575003B47B18ED_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m556C43FD9C97555AF01CB5037A902D1C87AF794A_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * L_3; L_3 = Span_1_get_Item_m97AFC69708A5B97F05799FB88BA9E9665E1E30C1_inline((Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 *)(Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC L_6; L_6 = Color_ToPixel_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_mAD8156FD40E62339FEA3D958EFFC4F19A7202022_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m442F8A0B6243FCB7E6420078BE5CAAB4675396C8_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * L_3; L_3 = Span_1_get_Item_m581A43B1361CF63EB04E6309E9E27F41D1C3FF2E_inline((Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 *)(Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6; L_6 = Color_ToPixel_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m4C051E7AC50C4EA533EA111271F6507BEC753550_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m10909B963E3834376D0519B0CE44606A4AB47B35_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_3; L_3 = Span_1_get_Item_mA405F02858966967602C33A2898FBCE9247E2A01_inline((Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A *)(Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_6; L_6 = Color_ToPixel_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m854A5D469FE743D8FA2CD86CAE4B4C67C2802464_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_mD8DDBB68481E549A8141C68F928BDEEE53426386_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * L_3; L_3 = Span_1_get_Item_mE1EBF23A3F55BF56F6CAEA964ADDABDEB238022D_inline((Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 *)(Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 L_6; L_6 = Color_ToPixel_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m7CC7F9D77612BAA2E7C6977E4624D027A8D29C80_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m27A3E77A58A4C5BA5BC2F89EE27F314013020611_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * L_3; L_3 = Span_1_get_Item_m30B32D48528929A6D7527751ADE5CA41A8721052_inline((Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 *)(Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 L_6; L_6 = Color_ToPixel_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m173BFE2F403FF28FB498A77F7F1F7819AEDEB9AB_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // System.Void SixLabors.ImageSharp.Color::ToPixel(SixLabors.ImageSharp.Configuration,System.ReadOnlySpan`1,System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color_ToPixel_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_mF05C3F273BC782201B025B466DBD90789E4E399B_gshared (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 ___source1, Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 ___destination2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 L_0 = ___source1; Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 L_1 = ___destination2; (( void (*) (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 , Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 , String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 )L_0, (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 )L_1, (String_t*)_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)0; goto IL_002e; } IL_0010: { int32_t L_2 = V_0; Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * L_3; L_3 = Span_1_get_Item_mE44F4EAC14B0C895CABAF8DD8342F24A0800D5C4_inline((Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 *)(Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 *)(&___destination2), (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_4 = V_0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), (int32_t)L_4, /*hidden argument*/ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_RuntimeMethod_var); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C L_6; L_6 = Color_ToPixel_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m677E3C336BBFE5816190F880E456026417251C00_inline((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); *(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)L_3 = L_6; int32_t L_7 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002e: { int32_t L_8 = V_0; int32_t L_9; L_9 = ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_inline((ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 *)(&___source1), /*hidden argument*/ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_RuntimeMethod_var); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0010; } } { return; } } // T UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_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_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((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_m2D53662347629A70E2A610B61ACC705D63F22D34_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_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((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::GetComponentInParent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInParent_TisRuntimeObject_m318722AF88298242B0822DB6715D00FABDDA3113_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_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); NullCheck((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this); Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_2; L_2 = Component_GetComponentInParent_mC299BF144B9602E6B60C707B1BE695693381F264((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)__this, (Type_t *)L_1, /*hidden argument*/NULL); V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); goto IL_0019; } IL_0019: { RuntimeObject * L_3 = V_0; return (RuntimeObject *)L_3; } } // T[] UnityEngine.Component::GetComponents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Component_GetComponents_TisRuntimeObject_mF5B6A7B6939273724F267FB1614ADEB5A0E8FACF_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_mC7EC16292B36C49A4235AEE898545501E460BE7D_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_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((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_m254067D66B75073E897E989B5E670C194AFA7621_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_m0F6EC910C920CDC7630BA14B68612C9EB30DCBF9_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_m0A5C1006D2AA964EB3D548D8AA78913086C0CBF9_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_mB792C6CEFE903B7CD8F4CC104866EFA1514B3443_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_mDC92925E0F6824CF2D005BD0F32289444D295412_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_m1C691118E54206EF8465DAD0A7C248357FA270F1_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_mFF0D8639D46778CE02E4A1AAF44C7330462DD42B_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 System.Diagnostics.Contracts.Contract::ForAll(System.Collections.Generic.IEnumerable`1,System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Contract_ForAll_TisRuntimeObject_m07DDB9CB8E8A4813CA729953DD01582336D5FF60_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_m07DDB9CB8E8A4813CA729953DD01582336D5FF60_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_m07DDB9CB8E8A4813CA729953DD01582336D5FF60_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 System.Dynamic.Utils.ContractUtils::RequiresNotNullItems(System.Collections.Generic.IList`1,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContractUtils_RequiresNotNullItems_TisRuntimeObject_m8C7C08E1C93724C4636906809D2EFCF23113CEA5_gshared (RuntimeObject* ___array0, String_t* ___arrayName1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { RuntimeObject* L_0 = ___array0; String_t* L_1 = ___arrayName1; ContractUtils_RequiresNotNull_mD6FE9CE9443D542AFCE34C007C94516AC93130E3((RuntimeObject *)L_0, (String_t*)L_1, /*hidden argument*/NULL); V_0 = (int32_t)0; RuntimeObject* L_2 = ___array0; NullCheck((RuntimeObject*)L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_2); V_1 = (int32_t)L_3; goto IL_0031; } IL_0012: { RuntimeObject* L_4 = ___array0; int32_t L_5 = V_0; 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, 1), (RuntimeObject*)L_4, (int32_t)L_5); if (L_6) { goto IL_002d; } } { String_t* L_7 = ___arrayName1; int32_t L_8 = V_0; String_t* L_9; L_9 = ContractUtils_GetParamName_m61887690962802BD9EA86BEB1A845EB340F27494((String_t*)L_7, (int32_t)L_8, /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_10 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_10, (String_t*)L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ContractUtils_RequiresNotNullItems_TisRuntimeObject_m8C7C08E1C93724C4636906809D2EFCF23113CEA5_RuntimeMethod_var))); } IL_002d: { int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0031: { int32_t L_12 = V_0; int32_t L_13 = V_1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0012; } } { return; } } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.CreateMatrix::Dense(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m66D39C7EB5F3C1C3FD2391132B88B9AAB2C95807_gshared (int32_t ___rows0, int32_t ___columns1, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 * L_0 = ((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Build_2(); int32_t L_1 = ___rows0; int32_t L_2 = ___columns1; NullCheck((MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 *)L_0); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_3; L_3 = (( Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * (*) (MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 *)L_0, (int32_t)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_3; } } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.CreateMatrix::Dense(System.Int32,System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * CreateMatrix_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mA4FFA3E02AEC3E64A0659345BA5AC2CB324B0647_gshared (int32_t ___rows0, int32_t ___columns1, double ___value2, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 * L_0 = ((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Build_2(); int32_t L_1 = ___rows0; int32_t L_2 = ___columns1; double L_3 = ___value2; NullCheck((MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 *)L_0); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_4; L_4 = (( Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * (*) (MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 *, int32_t, int32_t, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 *)L_0, (int32_t)L_1, (int32_t)L_2, (double)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_4; } } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.CreateMatrix::DenseIdentity(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * CreateMatrix_DenseIdentity_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m997C1BC1D1219DC626BEF275F4A6F7704F5DAD4B_gshared (int32_t ___rows0, int32_t ___columns1, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 * L_0 = ((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Build_2(); int32_t L_1 = ___rows0; int32_t L_2 = ___columns1; NullCheck((MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 *)L_0); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_3; L_3 = (( Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * (*) (MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 *)L_0, (int32_t)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_3; } } // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.CreateVector::Dense(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t04BD986700481778192B0CF621635E64D169D13C * CreateVector_Dense_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m0C76CB1A2DB333324600380BC06005E1716BB68E_gshared (int32_t ___size0, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * L_0 = ((Vector_1_t04BD986700481778192B0CF621635E64D169D13C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Build_2(); int32_t L_1 = ___size0; NullCheck((VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *)L_0); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_2; L_2 = (( Vector_1_t04BD986700481778192B0CF621635E64D169D13C * (*) (VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)L_2; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m5F7421B41859E3D69E55C172237356A7E17B76B2_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t25CEEB8D1FBFE583049329F7F687891918E935EC * L_3 = (CropProcessor_1_t25CEEB8D1FBFE583049329F7F687891918E935EC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t25CEEB8D1FBFE583049329F7F687891918E935EC *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mBB894AA5842D5DDD8EFD61F4A39D195BB35C3125_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t958C8AADED1CD7CBFB50FC0D564D2140542F711B * L_3 = (CropProcessor_1_t958C8AADED1CD7CBFB50FC0D564D2140542F711B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t958C8AADED1CD7CBFB50FC0D564D2140542F711B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m9532F93230EFD6D9667E2395C038C1C4EDA345B5_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t6977B6C65CCD9054C91254DC5CBCDF98EDE6D405 * L_3 = (CropProcessor_1_t6977B6C65CCD9054C91254DC5CBCDF98EDE6D405 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t6977B6C65CCD9054C91254DC5CBCDF98EDE6D405 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m2648DBA538CFE95802A846BCF7E71593F1228D4A_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_tF5521F28CDC6DB783E0119C2B1D0B6CB2C6344D0 * L_3 = (CropProcessor_1_tF5521F28CDC6DB783E0119C2B1D0B6CB2C6344D0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_tF5521F28CDC6DB783E0119C2B1D0B6CB2C6344D0 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m4B972E7DDB1DEBF51FCD40996454B17FC868DFA8_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t1899905BA43AC25840E8ECA6F8AE862D426AB2D2 * L_3 = (CropProcessor_1_t1899905BA43AC25840E8ECA6F8AE862D426AB2D2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t1899905BA43AC25840E8ECA6F8AE862D426AB2D2 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_m7BFEAFE2DBEFDBF57F1D43AF11ECA8A9F9D6EADF_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_tEB7C5E2D5CF3D64C9B87508DE8F20770AFB78026 * L_3 = (CropProcessor_1_tEB7C5E2D5CF3D64C9B87508DE8F20770AFB78026 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_tEB7C5E2D5CF3D64C9B87508DE8F20770AFB78026 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m04BE85FCA95057C5468206BCE5C7EC58CD68B4D9_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t46AD239AF990012D74388CE3DA3BCE61B3F2305C * L_3 = (CropProcessor_1_t46AD239AF990012D74388CE3DA3BCE61B3F2305C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t46AD239AF990012D74388CE3DA3BCE61B3F2305C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m478697677003B36E538AEA4859AE20302FFF528A_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t79F21E197A0374DA85BDB5E8610E8817FB637A2B * L_3 = (CropProcessor_1_t79F21E197A0374DA85BDB5E8610E8817FB637A2B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t79F21E197A0374DA85BDB5E8610E8817FB637A2B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m457EA76D3F2721DB68223E17D30FF2026A66D6A6_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_tED98A236A20F5EDDC2B1B0EF3603DF1D2617BB1B * L_3 = (CropProcessor_1_tED98A236A20F5EDDC2B1B0EF3603DF1D2617BB1B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_tED98A236A20F5EDDC2B1B0EF3603DF1D2617BB1B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_mB242A875A6B7511ECFD9F6A9CC9233D1292E1908_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_tDB6CA078F3764BBBCD67E458246F11A99F084D20 * L_3 = (CropProcessor_1_tDB6CA078F3764BBBCD67E458246F11A99F084D20 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_tDB6CA078F3764BBBCD67E458246F11A99F084D20 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_mE6CECA4C639E28B646EBAD12BDAC58191A54DC6D_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t8BE2E266F55410E80561A904F6B5ACB510C3DBCB * L_3 = (CropProcessor_1_t8BE2E266F55410E80561A904F6B5ACB510C3DBCB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t8BE2E266F55410E80561A904F6B5ACB510C3DBCB *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m47B095C8FC96B5F774746853439CFF08B7CEA828_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t08C5DB2E5E07ECC2BACA29752DAA2C2F5F913261 * L_3 = (CropProcessor_1_t08C5DB2E5E07ECC2BACA29752DAA2C2F5F913261 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t08C5DB2E5E07ECC2BACA29752DAA2C2F5F913261 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_mA2D8AA021C106FD746A4241E91D495342C3F5284_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t6B068C3F98E21EF2893E1182A3FE5AF07BBA699F * L_3 = (CropProcessor_1_t6B068C3F98E21EF2893E1182A3FE5AF07BBA699F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t6B068C3F98E21EF2893E1182A3FE5AF07BBA699F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m3C2D66116FC12333196A1709471AE510AF896AA7_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_tAD442E677608E7CD20204698B2F75D64BDAE8BE0 * L_3 = (CropProcessor_1_tAD442E677608E7CD20204698B2F75D64BDAE8BE0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_tAD442E677608E7CD20204698B2F75D64BDAE8BE0 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_m544A66B5BBD0D119EEE947A2C9E96BACE00CA826_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t49E13454218DC7292BB62D44A431CBEC59514F67 * L_3 = (CropProcessor_1_t49E13454218DC7292BB62D44A431CBEC59514F67 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t49E13454218DC7292BB62D44A431CBEC59514F67 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_mB1D3DD11EE8372B66A036C63F66E51CCCE270FDC_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t2B567D73893D955240E0583218A8162B7A589FFC * L_3 = (CropProcessor_1_t2B567D73893D955240E0583218A8162B7A589FFC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t2B567D73893D955240E0583218A8162B7A589FFC *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_m4E36EADEB29E92877D3C593F12B87F5F7265EA2B_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t32851216D24E15F95B35925B2051376DDD217127 * L_3 = (CropProcessor_1_t32851216D24E15F95B35925B2051376DDD217127 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t32851216D24E15F95B35925B2051376DDD217127 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m81888C2FC565BB5DAF4D81699F8EFC5485113C49_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_tB1F1E02CC52DB4D052300BFAA29C1B5D34E58D8A * L_3 = (CropProcessor_1_tB1F1E02CC52DB4D052300BFAA29C1B5D34E58D8A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_tB1F1E02CC52DB4D052300BFAA29C1B5D34E58D8A *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_mC992E29907F62282277A808477CCE3653385FD6D_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t19A35839B6E6ACB3862FC22E1E663423C50422F4 * L_3 = (CropProcessor_1_t19A35839B6E6ACB3862FC22E1E663423C50422F4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t19A35839B6E6ACB3862FC22E1E663423C50422F4 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_m243DB99EA053665D69C215A5DDD9EAFB195B059E_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_tEC5BB9A08753CD39ADC4C2EC30C104D2C73DDBF3 * L_3 = (CropProcessor_1_tEC5BB9A08753CD39ADC4C2EC30C104D2C73DDBF3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_tEC5BB9A08753CD39ADC4C2EC30C104D2C73DDBF3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m0A1B11339E59FCB9180EAEC86415810E690E0333_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t0B2B614A6993EA6B7BCD5C1C404B32D2947872AD * L_3 = (CropProcessor_1_t0B2B614A6993EA6B7BCD5C1C404B32D2947872AD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t0B2B614A6993EA6B7BCD5C1C404B32D2947872AD *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mF8F83123D35A5D9A91413E137FEB6C7593B39B71_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_tD708D485111BD2A87395AC02F1C43E6E5CFAB395 * L_3 = (CropProcessor_1_tD708D485111BD2A87395AC02F1C43E6E5CFAB395 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_tD708D485111BD2A87395AC02F1C43E6E5CFAB395 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_mD004033729701B4C48566A707C6D1B320FB6729C_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t3C7A8DCBC0768245E30C17B686C2AAB4B5F61998 * L_3 = (CropProcessor_1_t3C7A8DCBC0768245E30C17B686C2AAB4B5F61998 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t3C7A8DCBC0768245E30C17B686C2AAB4B5F61998 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_mBA8BA33FCB23A38B7735B877089AFA17CF776EBA_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t7F34DAA2A3D47B09D7497BF19117B12A5118949C * L_3 = (CropProcessor_1_t7F34DAA2A3D47B09D7497BF19117B12A5118949C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t7F34DAA2A3D47B09D7497BF19117B12A5118949C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_mC9EB5E59CAAC3A530ECB3094C19C2BA5220C1485_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t1D51A3A04774A0FBEC97A7FCF7C2FC91707CB977 * L_3 = (CropProcessor_1_t1D51A3A04774A0FBEC97A7FCF7C2FC91707CB977 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t1D51A3A04774A0FBEC97A7FCF7C2FC91707CB977 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m6234A5D35A11000E9C5CE0888FEF63926054F2EC_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t86B2930A40345CB62FD5055E2F265EB4686643E4 * L_3 = (CropProcessor_1_t86B2930A40345CB62FD5055E2F265EB4686643E4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t86B2930A40345CB62FD5055E2F265EB4686643E4 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_mA3F33C05249DAE0F2C186956BDCF46314D55B494_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t9D8EA954D4082B934F3EEF0B58A8DD30FB4E211A * L_3 = (CropProcessor_1_t9D8EA954D4082B934F3EEF0B58A8DD30FB4E211A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t9D8EA954D4082B934F3EEF0B58A8DD30FB4E211A *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_mD744741175FAEBDB58FB8E8E2DB2084A89E5243C_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t1122129088E34D5D18DE9A63E4D07745B9A0178B * L_3 = (CropProcessor_1_t1122129088E34D5D18DE9A63E4D07745B9A0178B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t1122129088E34D5D18DE9A63E4D07745B9A0178B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.ICloningImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.CropProcessor::CreatePixelSpecificCloningProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CropProcessor_CreatePixelSpecificCloningProcessor_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_mCE8597E383731112FFF4963E3129995B988D4BD0_gshared (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; CropProcessor_1_t13EF449F02536CA886EC26D07C360BA3CA69B4F0 * L_3 = (CropProcessor_1_t13EF449F02536CA886EC26D07C360BA3CA69B4F0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (CropProcessor_1_t13EF449F02536CA886EC26D07C360BA3CA69B4F0 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (CropProcessor_t888733277D361D15C4FA62DC0B4B9E2B4ADF2009 *)__this, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mCE3CDB376EFF3E96726C882F8BBC83F394EC1735_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mCE3CDB376EFF3E96726C882F8BBC83F394EC1735_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mCE3CDB376EFF3E96726C882F8BBC83F394EC1735_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFB6A809B1E5DFF61B2F5013BE2A8EFD0579ADFB1_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFB6A809B1E5DFF61B2F5013BE2A8EFD0579ADFB1_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFB6A809B1E5DFF61B2F5013BE2A8EFD0579ADFB1_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m31DE09E910780D7DE8635C2F146558C7C544C588_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m31DE09E910780D7DE8635C2F146558C7C544C588_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m31DE09E910780D7DE8635C2F146558C7C544C588_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m61FDC951A9F16DCFF8A257824EC4905239E7E541_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m61FDC951A9F16DCFF8A257824EC4905239E7E541_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m61FDC951A9F16DCFF8A257824EC4905239E7E541_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3688E8F3B2D06912E4211C46EA85FC91D6DAD999_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3688E8F3B2D06912E4211C46EA85FC91D6DAD999_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3688E8F3B2D06912E4211C46EA85FC91D6DAD999_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_m7B56EAFA9D4A015596DC091DA6618375B2E8E43C_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_m7B56EAFA9D4A015596DC091DA6618375B2E8E43C_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_m7B56EAFA9D4A015596DC091DA6618375B2E8E43C_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m6A3119D7B1A9DADACAA0458C08296679FE8C6136_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m6A3119D7B1A9DADACAA0458C08296679FE8C6136_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m6A3119D7B1A9DADACAA0458C08296679FE8C6136_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m7C3CDDAAECD5869FA25B3C1F976D20A3827B4966_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m7C3CDDAAECD5869FA25B3C1F976D20A3827B4966_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m7C3CDDAAECD5869FA25B3C1F976D20A3827B4966_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m9FB1432057495DC2737A47B65F1E0CEAB14BB276_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m9FB1432057495DC2737A47B65F1E0CEAB14BB276_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m9FB1432057495DC2737A47B65F1E0CEAB14BB276_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m7D165662EBCDD7221C504F9EEB2F80E44FAEF16F_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m7D165662EBCDD7221C504F9EEB2F80E44FAEF16F_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m7D165662EBCDD7221C504F9EEB2F80E44FAEF16F_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m80C02EBAD132C12C2076885009EB2475CA1834F4_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m80C02EBAD132C12C2076885009EB2475CA1834F4_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m80C02EBAD132C12C2076885009EB2475CA1834F4_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_mCA43E0B0D8A10D43889D16CD3745901AF7677296_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_mCA43E0B0D8A10D43889D16CD3745901AF7677296_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_mCA43E0B0D8A10D43889D16CD3745901AF7677296_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m46212A86AFE7DEF569EB5D9707346E84F71EFA04_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m46212A86AFE7DEF569EB5D9707346E84F71EFA04_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m46212A86AFE7DEF569EB5D9707346E84F71EFA04_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_mA57370FB52FE5BEA9C74136C9F9E65BEF2D98DAA_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_mA57370FB52FE5BEA9C74136C9F9E65BEF2D98DAA_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_mA57370FB52FE5BEA9C74136C9F9E65BEF2D98DAA_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mEDA408F6CF67DB855522FE0B6A5CF4D19A421A7D_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mEDA408F6CF67DB855522FE0B6A5CF4D19A421A7D_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mEDA408F6CF67DB855522FE0B6A5CF4D19A421A7D_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_mE1BE89B81F001BF0E6DA7B9FAA148D1704EE55C0_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_mE1BE89B81F001BF0E6DA7B9FAA148D1704EE55C0_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_mE1BE89B81F001BF0E6DA7B9FAA148D1704EE55C0_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mC8864A2990C8DEC653D31D965AF757D603E78200_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mC8864A2990C8DEC653D31D965AF757D603E78200_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mC8864A2990C8DEC653D31D965AF757D603E78200_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m403EAF6E9FC5AC8123D10DC8E4A712069D7D0312_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m403EAF6E9FC5AC8123D10DC8E4A712069D7D0312_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m403EAF6E9FC5AC8123D10DC8E4A712069D7D0312_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m1ECFEF8783941A6510F7DBD17384769B22DA29BB_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m1ECFEF8783941A6510F7DBD17384769B22DA29BB_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m1ECFEF8783941A6510F7DBD17384769B22DA29BB_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mE7AEEF557E2511CB1939A225769BF0BF96D47333_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mE7AEEF557E2511CB1939A225769BF0BF96D47333_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mE7AEEF557E2511CB1939A225769BF0BF96D47333_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m04B29E1F6599882584B7A682FD9B3A553694F8C0_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m04B29E1F6599882584B7A682FD9B3A553694F8C0_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m04B29E1F6599882584B7A682FD9B3A553694F8C0_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m6C1658A8157CBED9D827AB3E80D79554A8E477AE_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m6C1658A8157CBED9D827AB3E80D79554A8E477AE_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m6C1658A8157CBED9D827AB3E80D79554A8E477AE_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m76F6B92C360314E9DD5C973E3E37B2419322E48D_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m76F6B92C360314E9DD5C973E3E37B2419322E48D_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m76F6B92C360314E9DD5C973E3E37B2419322E48D_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m4FD0F1106B4CCCD12DA3B81663F51C8030E1E54F_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m4FD0F1106B4CCCD12DA3B81663F51C8030E1E54F_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m4FD0F1106B4CCCD12DA3B81663F51C8030E1E54F_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_mC5050D47AFF3FD6F91AFC60510987097158D4282_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_mC5050D47AFF3FD6F91AFC60510987097158D4282_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_mC5050D47AFF3FD6F91AFC60510987097158D4282_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m1BAF5BA612B37CEB777809C82AA8B7FC62CA40DB_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m1BAF5BA612B37CEB777809C82AA8B7FC62CA40DB_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m1BAF5BA612B37CEB777809C82AA8B7FC62CA40DB_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m9D8642ABC6ABD1A1C95EF133A266D16C7209FF68_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m9D8642ABC6ABD1A1C95EF133A266D16C7209FF68_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m9D8642ABC6ABD1A1C95EF133A266D16C7209FF68_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m98D00C165427CF84D6E3E9ECBB0EB968A8C5CCCF_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m98D00C165427CF84D6E3E9ECBB0EB968A8C5CCCF_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m98D00C165427CF84D6E3E9ECBB0EB968A8C5CCCF_inline(_thisAdjusted, ___processor0, method); } // System.Void SixLabors.ImageSharp.Processing.Processors.Transforms.CubicResampler::ApplyTransform(SixLabors.ImageSharp.Processing.Processors.Transforms.IResamplingTransformImageProcessor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m40D78A86FABD6E565CD60E1A7D97BE87A4057187_gshared (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_EXTERN_C void CubicResampler_ApplyTransform_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m40D78A86FABD6E565CD60E1A7D97BE87A4057187_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); CubicResampler_ApplyTransform_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m40D78A86FABD6E565CD60E1A7D97BE87A4057187_inline(_thisAdjusted, ___processor0, method); } // T[] System.Reflection.CustomAttributeData::UnboxValues(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CustomAttributeNamedArgumentU5BU5D_t4EC7EAEB21A9435BFB8F2693AE8B3AD73E574451* CustomAttributeData_UnboxValues_TisCustomAttributeNamedArgument_t618778691CF7F5B44F7177210A817A29D3DAEDDA_m45391133BDD45F77B1F719F5074343485D7FB242_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_m738BD2B921363423E40FE17EB68D54A5B4E629CB_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_m136B487AA60C88493E10FEE2CA0EE37D3E395228_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_mB04B963F7FE97EF391E80CCEE50D3737D89078C2_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_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_3; L_3 = CustomAttributeExtensions_GetCustomAttribute_m6CC58E7580DB6F8280968AEF3CD8BD8A2BF27662((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_m72053D7D8850B94870277974017634C340227CC9_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_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_3; L_3 = CustomAttributeExtensions_GetCustomAttribute_m06C9F42A5005A1DEF42EBD9CA906220D95F5928A((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_mD8E518487C8BB3E61EC11359F1B4609C284C8311_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_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); bool L_3 = ___inherit1; Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_4; L_4 = CustomAttributeExtensions_GetCustomAttribute_m1C607BA1F5476F2153986ACEDBFF592DFA098928((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.Void JCUnityLib.CustomJson::InitJsonClass>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomJson_InitJsonClass_TisVector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_mFD369C6AD22F92A946AB1FEA8922F3DF1723FB18_gshared (CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 * __this, Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * ___importer0, Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * ___exporter1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m20214415A849A1B20B27418A8B59F805453F62E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m9E162EDC21ECF087F5B854B87EA206917769D4D1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { // Type type = 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_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); V_0 = (Type_t *)L_1; // importerDict.Add(type, importer); Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A * L_2 = (Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A *)__this->get_importerDict_0(); Type_t * L_3 = V_0; Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * L_4 = ___importer0; NullCheck((Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A *)L_2); Dictionary_2_Add_m9E162EDC21ECF087F5B854B87EA206917769D4D1((Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A *)L_2, (Type_t *)L_3, (Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E *)L_4, /*hidden argument*/Dictionary_2_Add_m9E162EDC21ECF087F5B854B87EA206917769D4D1_RuntimeMethod_var); // exporterDict.Add(type, exporter); Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 * L_5 = (Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 *)__this->get_exporterDict_1(); Type_t * L_6 = V_0; Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * L_7 = ___exporter1; NullCheck((Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 *)L_5); Dictionary_2_Add_m20214415A849A1B20B27418A8B59F805453F62E4((Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 *)L_5, (Type_t *)L_6, (Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 *)L_7, /*hidden argument*/Dictionary_2_Add_m20214415A849A1B20B27418A8B59F805453F62E4_RuntimeMethod_var); // } return; } } // System.Void JCUnityLib.CustomJson::InitJsonClass>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomJson_InitJsonClass_TisVector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_m6AC5B4596C280149328E9392BFE3D96A1A2E253C_gshared (CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 * __this, Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * ___importer0, Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * ___exporter1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m20214415A849A1B20B27418A8B59F805453F62E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m9E162EDC21ECF087F5B854B87EA206917769D4D1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { // Type type = 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_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); V_0 = (Type_t *)L_1; // importerDict.Add(type, importer); Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A * L_2 = (Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A *)__this->get_importerDict_0(); Type_t * L_3 = V_0; Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * L_4 = ___importer0; NullCheck((Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A *)L_2); Dictionary_2_Add_m9E162EDC21ECF087F5B854B87EA206917769D4D1((Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A *)L_2, (Type_t *)L_3, (Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E *)L_4, /*hidden argument*/Dictionary_2_Add_m9E162EDC21ECF087F5B854B87EA206917769D4D1_RuntimeMethod_var); // exporterDict.Add(type, exporter); Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 * L_5 = (Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 *)__this->get_exporterDict_1(); Type_t * L_6 = V_0; Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * L_7 = ___exporter1; NullCheck((Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 *)L_5); Dictionary_2_Add_m20214415A849A1B20B27418A8B59F805453F62E4((Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 *)L_5, (Type_t *)L_6, (Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 *)L_7, /*hidden argument*/Dictionary_2_Add_m20214415A849A1B20B27418A8B59F805453F62E4_RuntimeMethod_var); // } return; } } // System.Void JCUnityLib.CustomJson::InitJsonClass(System.Func`1,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomJson_InitJsonClass_TisRuntimeObject_mA4A6D412E8762D544F1E1FA75DD1C7C267445DBC_gshared (CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 * __this, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___ctor0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___props1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m20214415A849A1B20B27418A8B59F805453F62E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m9E162EDC21ECF087F5B854B87EA206917769D4D1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m4C0FDD2E268815F69EBDCAA93DDB9171CE66E5D9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_m717915387601DF16BAEC4257E9C3F407D48F51B1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822 * V_0 = NULL; Type_t * V_1 = NULL; { U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822 * L_0 = (U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822 *, 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__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822 *)L_0; U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822 * L_1 = V_0; Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_2 = ___ctor0; NullCheck(L_1); L_1->set_ctor_0(L_2); U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822 * L_3 = V_0; NullCheck(L_3); L_3->set_U3CU3E4__this_1(__this); U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822 * L_4 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = ___props1; NullCheck(L_4); L_4->set_props_2(L_5); // Type type = typeof(T); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); V_1 = (Type_t *)L_7; // exporterDict.Add(type, (jt) => { // var o = ctor.Invoke(); // FetchFieldValues(o, jt, props); // return o; // }); Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 * L_8 = (Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 *)__this->get_exporterDict_1(); Type_t * L_9 = V_1; U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822 * L_10 = V_0; Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * L_11 = (Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 *)il2cpp_codegen_object_new(Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290_il2cpp_TypeInfo_var); Func_2__ctor_m717915387601DF16BAEC4257E9C3F407D48F51B1(L_11, (RuntimeObject *)L_10, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)), /*hidden argument*/Func_2__ctor_m717915387601DF16BAEC4257E9C3F407D48F51B1_RuntimeMethod_var); NullCheck((Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 *)L_8); Dictionary_2_Add_m20214415A849A1B20B27418A8B59F805453F62E4((Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 *)L_8, (Type_t *)L_9, (Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 *)L_11, /*hidden argument*/Dictionary_2_Add_m20214415A849A1B20B27418A8B59F805453F62E4_RuntimeMethod_var); // importerDict.Add(type, (o) => { // JToken jt = new JObject(); // FetchJsonProperties(jt, o, props); // return jt; // }); Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A * L_12 = (Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A *)__this->get_importerDict_0(); Type_t * L_13 = V_1; U3CU3Ec__DisplayClass4_0_1_t66B1F27A4726199ED8127B918A7455B3B6528822 * L_14 = V_0; Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * L_15 = (Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E *)il2cpp_codegen_object_new(Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E_il2cpp_TypeInfo_var); Func_2__ctor_m4C0FDD2E268815F69EBDCAA93DDB9171CE66E5D9(L_15, (RuntimeObject *)L_14, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)), /*hidden argument*/Func_2__ctor_m4C0FDD2E268815F69EBDCAA93DDB9171CE66E5D9_RuntimeMethod_var); NullCheck((Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A *)L_12); Dictionary_2_Add_m9E162EDC21ECF087F5B854B87EA206917769D4D1((Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A *)L_12, (Type_t *)L_13, (Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E *)L_15, /*hidden argument*/Dictionary_2_Add_m9E162EDC21ECF087F5B854B87EA206917769D4D1_RuntimeMethod_var); // } return; } } // System.Void JCUnityLib.CustomJson::InitJsonClass(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomJson_InitJsonClass_TisRuntimeObject_mD115F82203677D081AA331B8E6D527A6D3B5FD92_gshared (CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 * __this, Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * ___importer0, Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * ___exporter1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m20214415A849A1B20B27418A8B59F805453F62E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m9E162EDC21ECF087F5B854B87EA206917769D4D1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { // Type type = 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_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); V_0 = (Type_t *)L_1; // importerDict.Add(type, importer); Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A * L_2 = (Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A *)__this->get_importerDict_0(); Type_t * L_3 = V_0; Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E * L_4 = ___importer0; NullCheck((Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A *)L_2); Dictionary_2_Add_m9E162EDC21ECF087F5B854B87EA206917769D4D1((Dictionary_2_tFE267E5371315175D5563AEA60664F9180CE912A *)L_2, (Type_t *)L_3, (Func_2_t8B62EC172D913F0274F9D82F4D661DF9D0A22F7E *)L_4, /*hidden argument*/Dictionary_2_Add_m9E162EDC21ECF087F5B854B87EA206917769D4D1_RuntimeMethod_var); // exporterDict.Add(type, exporter); Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 * L_5 = (Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 *)__this->get_exporterDict_1(); Type_t * L_6 = V_0; Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 * L_7 = ___exporter1; NullCheck((Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 *)L_5); Dictionary_2_Add_m20214415A849A1B20B27418A8B59F805453F62E4((Dictionary_2_t0C7C1D3182781B972E77AB6ED7C7981F29BD1E52 *)L_5, (Type_t *)L_6, (Func_2_t5647EE63BB03F59C5FD9AD0FF7C7919D97514290 *)L_7, /*hidden argument*/Dictionary_2_Add_m20214415A849A1B20B27418A8B59F805453F62E4_RuntimeMethod_var); // } return; } } // T JCUnityLib.CustomJson::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CustomJson_Parse_TisRuntimeObject_mC02004B319C672EE3DBDDD740391815BA2B3938F_gshared (CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_0 = NULL; { // var jt = JToken.Parse(text); String_t* L_0 = ___text0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = JToken_Parse_m57448B59A8948B627F3F743E66AC26966781EF30((String_t*)L_0, /*hidden argument*/NULL); V_0 = (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_1; // return (T)ParseByExporter(jt, typeof(T)); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); NullCheck((CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 *)__this); RuntimeObject * L_5; L_5 = CustomJson_ParseByExporter_m1CBD1F6DE6CFC08F1AC82F0F40ECEABC70070DC9((CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 *)__this, (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_2, (Type_t *)L_4, /*hidden argument*/NULL); return (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); } } // T JCUnityLib.CustomJson::ParseByExporter>(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 CustomJson_ParseByExporter_TisVector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_mB7D2E00DBC05DA69EA92CD8B22956B48587ADDFB_gshared (CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___jt0, 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; } { // return (T)ParseByExporter(jt, typeof(T)); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___jt0; 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_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); NullCheck((CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 *)__this); RuntimeObject * L_3; L_3 = CustomJson_ParseByExporter_m1CBD1F6DE6CFC08F1AC82F0F40ECEABC70070DC9((CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 *)__this, (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_0, (Type_t *)L_2, /*hidden argument*/NULL); return (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )((*(Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)((Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))))); } } // T JCUnityLib.CustomJson::ParseByExporter>(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC CustomJson_ParseByExporter_TisVector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC_mFC0D247F4CFB6C8E1B52C5DFB5645767377832B7_gshared (CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___jt0, 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; } { // return (T)ParseByExporter(jt, typeof(T)); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___jt0; 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_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); NullCheck((CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 *)__this); RuntimeObject * L_3; L_3 = CustomJson_ParseByExporter_m1CBD1F6DE6CFC08F1AC82F0F40ECEABC70070DC9((CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 *)__this, (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_0, (Type_t *)L_2, /*hidden argument*/NULL); return (Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC )((*(Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC *)((Vector_1_tA4BA89DA53FBA57EE176371165EE9F7F21B3FBDC *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))))); } } // T JCUnityLib.CustomJson::ParseByExporter(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CustomJson_ParseByExporter_TisRuntimeObject_mA07BD90ADBA2C7853DBC398A7637AA8D7C6B05B9_gshared (CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___jt0, 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; } { // return (T)ParseByExporter(jt, typeof(T)); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___jt0; 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_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); NullCheck((CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 *)__this); RuntimeObject * L_3; L_3 = CustomJson_ParseByExporter_m1CBD1F6DE6CFC08F1AC82F0F40ECEABC70070DC9((CustomJson_t2247BD8A36EEDDF127BA72260CE2056311E893F8 *)__this, (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_0, (Type_t *)L_2, /*hidden argument*/NULL); return (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597 * DOTween_ApplyTo_TisColor_tF40DAF76C04FFECF3FE6024F85A294741C9CC659_TisColor_tF40DAF76C04FFECF3FE6024F85A294741C9CC659_TisColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A_m5187D635FF500D50AC7E27B3CB6C72B9389DFA85_gshared (DOGetter_1_tCC9DEA9BB7DA5C2570ED2CE9BD13EF5C154B7B10 * ___getter0, DOSetter_1_tB62013E4617ECB51822384C8592AAB764E1662BF * ___setter1, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___endValue2, float ___duration3, ABSTweenPlugin_3_t6A1019F3F26DC4DFAFFA4439E8D04997B8A86E75 * ___plugin4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); DOTween_InitCheck_m1EF5626706A24C086ECF79B2504CF387553801DE(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597 * L_0; L_0 = (( TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597 *)L_0; TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597 * L_1 = V_0; DOGetter_1_tCC9DEA9BB7DA5C2570ED2CE9BD13EF5C154B7B10 * L_2 = ___getter0; DOSetter_1_tB62013E4617ECB51822384C8592AAB764E1662BF * L_3 = ___setter1; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_4 = ___endValue2; float L_5 = ___duration3; ABSTweenPlugin_3_t6A1019F3F26DC4DFAFFA4439E8D04997B8A86E75 * L_6 = ___plugin4; bool L_7; L_7 = (( bool (*) (TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597 *, DOGetter_1_tCC9DEA9BB7DA5C2570ED2CE9BD13EF5C154B7B10 *, DOSetter_1_tB62013E4617ECB51822384C8592AAB764E1662BF *, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 , float, ABSTweenPlugin_3_t6A1019F3F26DC4DFAFFA4439E8D04997B8A86E75 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597 *)L_1, (DOGetter_1_tCC9DEA9BB7DA5C2570ED2CE9BD13EF5C154B7B10 *)L_2, (DOSetter_1_tB62013E4617ECB51822384C8592AAB764E1662BF *)L_3, (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 )L_4, (float)L_5, (ABSTweenPlugin_3_t6A1019F3F26DC4DFAFFA4439E8D04997B8A86E75 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (L_7) { goto IL_0022; } } { TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenManager_Despawn_mBA89672AB846AA136C04EBBED03570775D5C2373((Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 *)L_8, (bool)1, /*hidden argument*/NULL); return (TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597 *)NULL; } IL_0022: { TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597 * L_9 = V_0; return (TweenerCore_3_t551A69CD4FF610AE9DF07C97A86B6FE12EBEB597 *)L_9; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF * DOTween_ApplyTo_TisColor2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9_TisColor2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9_TisColorOptions_t25AF005F398643658A000DBAD00EFF82C944355A_m926C4FC872F0C08A0F144B8190E4B6C52BB48C4F_gshared (DOGetter_1_t783A4E662A567BA80417C22478E2C0D7A691A8F5 * ___getter0, DOSetter_1_t199F83E107F9B9D685BFE2B08A80CB3E56F2D0E1 * ___setter1, Color2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9 ___endValue2, float ___duration3, ABSTweenPlugin_3_tB718D1780EF12763326977CF503265AC53091649 * ___plugin4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); DOTween_InitCheck_m1EF5626706A24C086ECF79B2504CF387553801DE(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF * L_0; L_0 = (( TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF *)L_0; TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF * L_1 = V_0; DOGetter_1_t783A4E662A567BA80417C22478E2C0D7A691A8F5 * L_2 = ___getter0; DOSetter_1_t199F83E107F9B9D685BFE2B08A80CB3E56F2D0E1 * L_3 = ___setter1; Color2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9 L_4 = ___endValue2; float L_5 = ___duration3; ABSTweenPlugin_3_tB718D1780EF12763326977CF503265AC53091649 * L_6 = ___plugin4; bool L_7; L_7 = (( bool (*) (TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF *, DOGetter_1_t783A4E662A567BA80417C22478E2C0D7A691A8F5 *, DOSetter_1_t199F83E107F9B9D685BFE2B08A80CB3E56F2D0E1 *, Color2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9 , float, ABSTweenPlugin_3_tB718D1780EF12763326977CF503265AC53091649 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF *)L_1, (DOGetter_1_t783A4E662A567BA80417C22478E2C0D7A691A8F5 *)L_2, (DOSetter_1_t199F83E107F9B9D685BFE2B08A80CB3E56F2D0E1 *)L_3, (Color2_t4086E9F7E3F1C7E8C255F4F17E3BF4228D79EBE9 )L_4, (float)L_5, (ABSTweenPlugin_3_tB718D1780EF12763326977CF503265AC53091649 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (L_7) { goto IL_0022; } } { TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenManager_Despawn_mBA89672AB846AA136C04EBBED03570775D5C2373((Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 *)L_8, (bool)1, /*hidden argument*/NULL); return (TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF *)NULL; } IL_0022: { TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF * L_9 = V_0; return (TweenerCore_3_tFE23006F67E2324961973085651033841616F5BF *)L_9; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890 * DOTween_ApplyTo_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_TisNoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903_m4D602F41ADB20AEF9A4CA99BC787A7D3470F0C68_gshared (DOGetter_1_t53CE8060093DF90884AFCA1F8597604FC4057CAE * ___getter0, DOSetter_1_tEB531C9333D39107AFB45DB640635F4E8125624A * ___setter1, double ___endValue2, float ___duration3, ABSTweenPlugin_3_tEC4768F921D2D61ACB0483B081A635DF637CB7E0 * ___plugin4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); DOTween_InitCheck_m1EF5626706A24C086ECF79B2504CF387553801DE(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890 * L_0; L_0 = (( TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890 *)L_0; TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890 * L_1 = V_0; DOGetter_1_t53CE8060093DF90884AFCA1F8597604FC4057CAE * L_2 = ___getter0; DOSetter_1_tEB531C9333D39107AFB45DB640635F4E8125624A * L_3 = ___setter1; double L_4 = ___endValue2; float L_5 = ___duration3; ABSTweenPlugin_3_tEC4768F921D2D61ACB0483B081A635DF637CB7E0 * L_6 = ___plugin4; bool L_7; L_7 = (( bool (*) (TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890 *, DOGetter_1_t53CE8060093DF90884AFCA1F8597604FC4057CAE *, DOSetter_1_tEB531C9333D39107AFB45DB640635F4E8125624A *, double, float, ABSTweenPlugin_3_tEC4768F921D2D61ACB0483B081A635DF637CB7E0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890 *)L_1, (DOGetter_1_t53CE8060093DF90884AFCA1F8597604FC4057CAE *)L_2, (DOSetter_1_tEB531C9333D39107AFB45DB640635F4E8125624A *)L_3, (double)L_4, (float)L_5, (ABSTweenPlugin_3_tEC4768F921D2D61ACB0483B081A635DF637CB7E0 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (L_7) { goto IL_0022; } } { TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenManager_Despawn_mBA89672AB846AA136C04EBBED03570775D5C2373((Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 *)L_8, (bool)1, /*hidden argument*/NULL); return (TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890 *)NULL; } IL_0022: { TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890 * L_9 = V_0; return (TweenerCore_3_t6538D509EFE6B2B6A1D9E7A722A7CA219E4AB890 *)L_9; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1 * DOTween_ApplyTo_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisNoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903_m31719260BEDF6EBDC90C2206BABFFC80426C068B_gshared (DOGetter_1_t369B69E8547160E3E9873151EF406D5B333369BE * ___getter0, DOSetter_1_tCD43FAA29EE5B49551A2A689CA72CE0A10BD0CC8 * ___setter1, int32_t ___endValue2, float ___duration3, ABSTweenPlugin_3_t9E1908A1F1C31ED571433EEB266EA3936C8F349D * ___plugin4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); DOTween_InitCheck_m1EF5626706A24C086ECF79B2504CF387553801DE(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1 * L_0; L_0 = (( TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1 *)L_0; TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1 * L_1 = V_0; DOGetter_1_t369B69E8547160E3E9873151EF406D5B333369BE * L_2 = ___getter0; DOSetter_1_tCD43FAA29EE5B49551A2A689CA72CE0A10BD0CC8 * L_3 = ___setter1; int32_t L_4 = ___endValue2; float L_5 = ___duration3; ABSTweenPlugin_3_t9E1908A1F1C31ED571433EEB266EA3936C8F349D * L_6 = ___plugin4; bool L_7; L_7 = (( bool (*) (TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1 *, DOGetter_1_t369B69E8547160E3E9873151EF406D5B333369BE *, DOSetter_1_tCD43FAA29EE5B49551A2A689CA72CE0A10BD0CC8 *, int32_t, float, ABSTweenPlugin_3_t9E1908A1F1C31ED571433EEB266EA3936C8F349D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1 *)L_1, (DOGetter_1_t369B69E8547160E3E9873151EF406D5B333369BE *)L_2, (DOSetter_1_tCD43FAA29EE5B49551A2A689CA72CE0A10BD0CC8 *)L_3, (int32_t)L_4, (float)L_5, (ABSTweenPlugin_3_t9E1908A1F1C31ED571433EEB266EA3936C8F349D *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (L_7) { goto IL_0022; } } { TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenManager_Despawn_mBA89672AB846AA136C04EBBED03570775D5C2373((Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 *)L_8, (bool)1, /*hidden argument*/NULL); return (TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1 *)NULL; } IL_0022: { TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1 * L_9 = V_0; return (TweenerCore_3_t5C07324C2EA38119743CE11ADED0DE2A8BD733E1 *)L_9; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A * DOTween_ApplyTo_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_TisNoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903_m0512F2E2EC742D4389A67B77B79D5BD01145C500_gshared (DOGetter_1_t157F6556020E7896007192B03DA4AD9B980EF07B * ___getter0, DOSetter_1_t7B88BDCE7E2B0CB1C48CB2DA8D10300F9AEC832F * ___setter1, int64_t ___endValue2, float ___duration3, ABSTweenPlugin_3_t4A2260E86D1E2CFFDED6D659E80905BE27418BA3 * ___plugin4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); DOTween_InitCheck_m1EF5626706A24C086ECF79B2504CF387553801DE(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A * L_0; L_0 = (( TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A *)L_0; TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A * L_1 = V_0; DOGetter_1_t157F6556020E7896007192B03DA4AD9B980EF07B * L_2 = ___getter0; DOSetter_1_t7B88BDCE7E2B0CB1C48CB2DA8D10300F9AEC832F * L_3 = ___setter1; int64_t L_4 = ___endValue2; float L_5 = ___duration3; ABSTweenPlugin_3_t4A2260E86D1E2CFFDED6D659E80905BE27418BA3 * L_6 = ___plugin4; bool L_7; L_7 = (( bool (*) (TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A *, DOGetter_1_t157F6556020E7896007192B03DA4AD9B980EF07B *, DOSetter_1_t7B88BDCE7E2B0CB1C48CB2DA8D10300F9AEC832F *, int64_t, float, ABSTweenPlugin_3_t4A2260E86D1E2CFFDED6D659E80905BE27418BA3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A *)L_1, (DOGetter_1_t157F6556020E7896007192B03DA4AD9B980EF07B *)L_2, (DOSetter_1_t7B88BDCE7E2B0CB1C48CB2DA8D10300F9AEC832F *)L_3, (int64_t)L_4, (float)L_5, (ABSTweenPlugin_3_t4A2260E86D1E2CFFDED6D659E80905BE27418BA3 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (L_7) { goto IL_0022; } } { TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenManager_Despawn_mBA89672AB846AA136C04EBBED03570775D5C2373((Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 *)L_8, (bool)1, /*hidden argument*/NULL); return (TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A *)NULL; } IL_0022: { TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A * L_9 = V_0; return (TweenerCore_3_tD9A17EEC83E1686B3FAEF49532411BEE6715BE6A *)L_9; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824 * DOTween_ApplyTo_TisRuntimeObject_TisRuntimeObject_TisNoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903_m367AA85BF8220289080C92BE72EA4D8384F27342_gshared (DOGetter_1_t7AF3CA81B32BE1DECC611ECB1695586DAD697088 * ___getter0, DOSetter_1_tA1C3C23D13C5F1464FCE61D087CAF987FB347080 * ___setter1, RuntimeObject * ___endValue2, float ___duration3, ABSTweenPlugin_3_t912D5D95D7225F91759832CC5B91E26FE57E0599 * ___plugin4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); DOTween_InitCheck_m1EF5626706A24C086ECF79B2504CF387553801DE(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824 * L_0; L_0 = (( TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824 *)L_0; TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824 * L_1 = V_0; DOGetter_1_t7AF3CA81B32BE1DECC611ECB1695586DAD697088 * L_2 = ___getter0; DOSetter_1_tA1C3C23D13C5F1464FCE61D087CAF987FB347080 * L_3 = ___setter1; RuntimeObject * L_4 = ___endValue2; float L_5 = ___duration3; ABSTweenPlugin_3_t912D5D95D7225F91759832CC5B91E26FE57E0599 * L_6 = ___plugin4; bool L_7; L_7 = (( bool (*) (TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824 *, DOGetter_1_t7AF3CA81B32BE1DECC611ECB1695586DAD697088 *, DOSetter_1_tA1C3C23D13C5F1464FCE61D087CAF987FB347080 *, RuntimeObject *, float, ABSTweenPlugin_3_t912D5D95D7225F91759832CC5B91E26FE57E0599 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824 *)L_1, (DOGetter_1_t7AF3CA81B32BE1DECC611ECB1695586DAD697088 *)L_2, (DOSetter_1_tA1C3C23D13C5F1464FCE61D087CAF987FB347080 *)L_3, (RuntimeObject *)L_4, (float)L_5, (ABSTweenPlugin_3_t912D5D95D7225F91759832CC5B91E26FE57E0599 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (L_7) { goto IL_0022; } } { TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenManager_Despawn_mBA89672AB846AA136C04EBBED03570775D5C2373((Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 *)L_8, (bool)1, /*hidden argument*/NULL); return (TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824 *)NULL; } IL_0022: { TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824 * L_9 = V_0; return (TweenerCore_3_tC62415BF62A85E3E57CC1D0534CAD2605ACE7824 *)L_9; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353 * DOTween_ApplyTo_TisRuntimeObject_TisRuntimeObject_TisStringOptions_tEBC24F7E4EAEE1FAAF8E33BD1CB4D4C550697104_m5A2EE1EF096AAA2740985BC04972EDB67CF3028A_gshared (DOGetter_1_t7AF3CA81B32BE1DECC611ECB1695586DAD697088 * ___getter0, DOSetter_1_tA1C3C23D13C5F1464FCE61D087CAF987FB347080 * ___setter1, RuntimeObject * ___endValue2, float ___duration3, ABSTweenPlugin_3_t32649AA4552248CA087AA1F72AC64F500BA5CB8C * ___plugin4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); DOTween_InitCheck_m1EF5626706A24C086ECF79B2504CF387553801DE(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353 * L_0; L_0 = (( TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353 *)L_0; TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353 * L_1 = V_0; DOGetter_1_t7AF3CA81B32BE1DECC611ECB1695586DAD697088 * L_2 = ___getter0; DOSetter_1_tA1C3C23D13C5F1464FCE61D087CAF987FB347080 * L_3 = ___setter1; RuntimeObject * L_4 = ___endValue2; float L_5 = ___duration3; ABSTweenPlugin_3_t32649AA4552248CA087AA1F72AC64F500BA5CB8C * L_6 = ___plugin4; bool L_7; L_7 = (( bool (*) (TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353 *, DOGetter_1_t7AF3CA81B32BE1DECC611ECB1695586DAD697088 *, DOSetter_1_tA1C3C23D13C5F1464FCE61D087CAF987FB347080 *, RuntimeObject *, float, ABSTweenPlugin_3_t32649AA4552248CA087AA1F72AC64F500BA5CB8C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353 *)L_1, (DOGetter_1_t7AF3CA81B32BE1DECC611ECB1695586DAD697088 *)L_2, (DOSetter_1_tA1C3C23D13C5F1464FCE61D087CAF987FB347080 *)L_3, (RuntimeObject *)L_4, (float)L_5, (ABSTweenPlugin_3_t32649AA4552248CA087AA1F72AC64F500BA5CB8C *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (L_7) { goto IL_0022; } } { TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenManager_Despawn_mBA89672AB846AA136C04EBBED03570775D5C2373((Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 *)L_8, (bool)1, /*hidden argument*/NULL); return (TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353 *)NULL; } IL_0022: { TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353 * L_9 = V_0; return (TweenerCore_3_t1F63481514B9FE3BA55AD131A58B510226137353 *)L_9; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715 * DOTween_ApplyTo_TisQuaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_TisQuaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_TisNoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903_m60B4FA5A0E4668CEC12674FB1F516158C02900D1_gshared (DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B * ___getter0, DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 * ___setter1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___endValue2, float ___duration3, ABSTweenPlugin_3_t5859705204C671A2CD038B6F78E48A79D2C2FBF5 * ___plugin4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); DOTween_InitCheck_m1EF5626706A24C086ECF79B2504CF387553801DE(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715 * L_0; L_0 = (( TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715 *)L_0; TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715 * L_1 = V_0; DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B * L_2 = ___getter0; DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 * L_3 = ___setter1; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_4 = ___endValue2; float L_5 = ___duration3; ABSTweenPlugin_3_t5859705204C671A2CD038B6F78E48A79D2C2FBF5 * L_6 = ___plugin4; bool L_7; L_7 = (( bool (*) (TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715 *, DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B *, DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 *, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , float, ABSTweenPlugin_3_t5859705204C671A2CD038B6F78E48A79D2C2FBF5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715 *)L_1, (DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B *)L_2, (DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 *)L_3, (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )L_4, (float)L_5, (ABSTweenPlugin_3_t5859705204C671A2CD038B6F78E48A79D2C2FBF5 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (L_7) { goto IL_0022; } } { TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenManager_Despawn_mBA89672AB846AA136C04EBBED03570775D5C2373((Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 *)L_8, (bool)1, /*hidden argument*/NULL); return (TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715 *)NULL; } IL_0022: { TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715 * L_9 = V_0; return (TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715 *)L_9; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB * DOTween_ApplyTo_TisQuaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_TisQuaternionOptions_t9BA8DBC2ED667232C8679DD1BFAE694ED6D19BEA_m60C11A6C896AD7FDF7A91FABD4EE3703BFBA305C_gshared (DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B * ___getter0, DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 * ___setter1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___endValue2, float ___duration3, ABSTweenPlugin_3_tAB54EC748E301BA6BF2478FE60B1309A5011DD82 * ___plugin4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); DOTween_InitCheck_m1EF5626706A24C086ECF79B2504CF387553801DE(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB * L_0; L_0 = (( TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB *)L_0; TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB * L_1 = V_0; DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B * L_2 = ___getter0; DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 * L_3 = ___setter1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___endValue2; float L_5 = ___duration3; ABSTweenPlugin_3_tAB54EC748E301BA6BF2478FE60B1309A5011DD82 * L_6 = ___plugin4; bool L_7; L_7 = (( bool (*) (TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB *, DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B *, DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , float, ABSTweenPlugin_3_tAB54EC748E301BA6BF2478FE60B1309A5011DD82 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB *)L_1, (DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B *)L_2, (DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 *)L_3, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_4, (float)L_5, (ABSTweenPlugin_3_tAB54EC748E301BA6BF2478FE60B1309A5011DD82 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (L_7) { goto IL_0022; } } { TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenManager_Despawn_mBA89672AB846AA136C04EBBED03570775D5C2373((Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 *)L_8, (bool)1, /*hidden argument*/NULL); return (TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB *)NULL; } IL_0022: { TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB * L_9 = V_0; return (TweenerCore_3_t7DD64F4EC391C9965BE57AF51EC240453ADB1EFB *)L_9; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F * DOTween_ApplyTo_TisRect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878_TisRect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878_TisRectOptions_tB87748888062BF0B1F51E91FF703A81671355E1C_m06877C724BF201CED2FBC0983FEDC8FB77FF64E6_gshared (DOGetter_1_t49A4EB0E00FFCAA07677FB8D5FA0F8D5C9439CBB * ___getter0, DOSetter_1_t3C7F9B0CE7215C0D0AC5C7D7E96C515C82436485 * ___setter1, Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___endValue2, float ___duration3, ABSTweenPlugin_3_t33D1808F9AAA0B1CB88D92C80A0614628956C238 * ___plugin4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); DOTween_InitCheck_m1EF5626706A24C086ECF79B2504CF387553801DE(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F * L_0; L_0 = (( TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F *)L_0; TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F * L_1 = V_0; DOGetter_1_t49A4EB0E00FFCAA07677FB8D5FA0F8D5C9439CBB * L_2 = ___getter0; DOSetter_1_t3C7F9B0CE7215C0D0AC5C7D7E96C515C82436485 * L_3 = ___setter1; Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_4 = ___endValue2; float L_5 = ___duration3; ABSTweenPlugin_3_t33D1808F9AAA0B1CB88D92C80A0614628956C238 * L_6 = ___plugin4; bool L_7; L_7 = (( bool (*) (TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F *, DOGetter_1_t49A4EB0E00FFCAA07677FB8D5FA0F8D5C9439CBB *, DOSetter_1_t3C7F9B0CE7215C0D0AC5C7D7E96C515C82436485 *, Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 , float, ABSTweenPlugin_3_t33D1808F9AAA0B1CB88D92C80A0614628956C238 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F *)L_1, (DOGetter_1_t49A4EB0E00FFCAA07677FB8D5FA0F8D5C9439CBB *)L_2, (DOSetter_1_t3C7F9B0CE7215C0D0AC5C7D7E96C515C82436485 *)L_3, (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 )L_4, (float)L_5, (ABSTweenPlugin_3_t33D1808F9AAA0B1CB88D92C80A0614628956C238 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (L_7) { goto IL_0022; } } { TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenManager_Despawn_mBA89672AB846AA136C04EBBED03570775D5C2373((Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 *)L_8, (bool)1, /*hidden argument*/NULL); return (TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F *)NULL; } IL_0022: { TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F * L_9 = V_0; return (TweenerCore_3_tEBEFF26A50AFDEACFC2ABA02E01623A540D6AC4F *)L_9; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 * DOTween_ApplyTo_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisFloatOptions_t83EDE0C4170937A97158EC0DE5DBBABB89818603_m01EE91716F12159B657B7F4B81F0ED29D2D3AE11_gshared (DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * ___getter0, DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC * ___setter1, float ___endValue2, float ___duration3, ABSTweenPlugin_3_tCBAE7B953324A17FF3FA58E62DF7FFF2F5870916 * ___plugin4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); DOTween_InitCheck_m1EF5626706A24C086ECF79B2504CF387553801DE(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 * L_0; L_0 = (( TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 *)L_0; TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 * L_1 = V_0; DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF * L_2 = ___getter0; DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC * L_3 = ___setter1; float L_4 = ___endValue2; float L_5 = ___duration3; ABSTweenPlugin_3_tCBAE7B953324A17FF3FA58E62DF7FFF2F5870916 * L_6 = ___plugin4; bool L_7; L_7 = (( bool (*) (TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 *, DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF *, DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC *, float, float, ABSTweenPlugin_3_tCBAE7B953324A17FF3FA58E62DF7FFF2F5870916 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 *)L_1, (DOGetter_1_tF0D36C857825240D5F2039FD835743757A8410EF *)L_2, (DOSetter_1_tB3077E9EB59C7ADF9A3076747F40B1F3F83296FC *)L_3, (float)L_4, (float)L_5, (ABSTweenPlugin_3_tCBAE7B953324A17FF3FA58E62DF7FFF2F5870916 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (L_7) { goto IL_0022; } } { TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenManager_Despawn_mBA89672AB846AA136C04EBBED03570775D5C2373((Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 *)L_8, (bool)1, /*hidden argument*/NULL); return (TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 *)NULL; } IL_0022: { TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 * L_9 = V_0; return (TweenerCore_3_tB6BE91A77F164BE41E0206B88B735BC28790F5E6 *)L_9; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C * DOTween_ApplyTo_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_TisUintOptions_tF32D64824C4708B083DB716F323262B7BE4195F9_m5256ED2647B06A6F79DE64FD258EC8619A663620_gshared (DOGetter_1_t5A8884106B4EAB4456A823E1059ABE07F1EB3940 * ___getter0, DOSetter_1_tDDF46A9A2BD2CF40775822DBAC21F8E70FBE09C6 * ___setter1, uint32_t ___endValue2, float ___duration3, ABSTweenPlugin_3_t94BA3420748BA2C40BB8D8BEFEF63CB3667B2A05 * ___plugin4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); DOTween_InitCheck_m1EF5626706A24C086ECF79B2504CF387553801DE(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C * L_0; L_0 = (( TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C *)L_0; TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C * L_1 = V_0; DOGetter_1_t5A8884106B4EAB4456A823E1059ABE07F1EB3940 * L_2 = ___getter0; DOSetter_1_tDDF46A9A2BD2CF40775822DBAC21F8E70FBE09C6 * L_3 = ___setter1; uint32_t L_4 = ___endValue2; float L_5 = ___duration3; ABSTweenPlugin_3_t94BA3420748BA2C40BB8D8BEFEF63CB3667B2A05 * L_6 = ___plugin4; bool L_7; L_7 = (( bool (*) (TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C *, DOGetter_1_t5A8884106B4EAB4456A823E1059ABE07F1EB3940 *, DOSetter_1_tDDF46A9A2BD2CF40775822DBAC21F8E70FBE09C6 *, uint32_t, float, ABSTweenPlugin_3_t94BA3420748BA2C40BB8D8BEFEF63CB3667B2A05 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C *)L_1, (DOGetter_1_t5A8884106B4EAB4456A823E1059ABE07F1EB3940 *)L_2, (DOSetter_1_tDDF46A9A2BD2CF40775822DBAC21F8E70FBE09C6 *)L_3, (uint32_t)L_4, (float)L_5, (ABSTweenPlugin_3_t94BA3420748BA2C40BB8D8BEFEF63CB3667B2A05 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (L_7) { goto IL_0022; } } { TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenManager_Despawn_mBA89672AB846AA136C04EBBED03570775D5C2373((Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 *)L_8, (bool)1, /*hidden argument*/NULL); return (TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C *)NULL; } IL_0022: { TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C * L_9 = V_0; return (TweenerCore_3_t42BE22A24F7F56A9443B4904003AD3E38623C86C *)L_9; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293 * DOTween_ApplyTo_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_TisNoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903_m77C045E141C1553D52722DC4CE62173E05630E48_gshared (DOGetter_1_t064C9345B92718F489AC1374BADF1486BD6A15D5 * ___getter0, DOSetter_1_t958CC463FE354998F7EF7ED30D9AAE18526C5533 * ___setter1, uint64_t ___endValue2, float ___duration3, ABSTweenPlugin_3_t93FC5EDB85E63F93C5DCF18B1222361EF29455E1 * ___plugin4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); DOTween_InitCheck_m1EF5626706A24C086ECF79B2504CF387553801DE(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293 * L_0; L_0 = (( TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293 *)L_0; TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293 * L_1 = V_0; DOGetter_1_t064C9345B92718F489AC1374BADF1486BD6A15D5 * L_2 = ___getter0; DOSetter_1_t958CC463FE354998F7EF7ED30D9AAE18526C5533 * L_3 = ___setter1; uint64_t L_4 = ___endValue2; float L_5 = ___duration3; ABSTweenPlugin_3_t93FC5EDB85E63F93C5DCF18B1222361EF29455E1 * L_6 = ___plugin4; bool L_7; L_7 = (( bool (*) (TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293 *, DOGetter_1_t064C9345B92718F489AC1374BADF1486BD6A15D5 *, DOSetter_1_t958CC463FE354998F7EF7ED30D9AAE18526C5533 *, uint64_t, float, ABSTweenPlugin_3_t93FC5EDB85E63F93C5DCF18B1222361EF29455E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293 *)L_1, (DOGetter_1_t064C9345B92718F489AC1374BADF1486BD6A15D5 *)L_2, (DOSetter_1_t958CC463FE354998F7EF7ED30D9AAE18526C5533 *)L_3, (uint64_t)L_4, (float)L_5, (ABSTweenPlugin_3_t93FC5EDB85E63F93C5DCF18B1222361EF29455E1 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (L_7) { goto IL_0022; } } { TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenManager_Despawn_mBA89672AB846AA136C04EBBED03570775D5C2373((Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 *)L_8, (bool)1, /*hidden argument*/NULL); return (TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293 *)NULL; } IL_0022: { TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293 * L_9 = V_0; return (TweenerCore_3_t742A3C45C64FAA93B2CE39B047E38E5344876293 *)L_9; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564 * DOTween_ApplyTo_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_TisVectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB_m3875FE4383E42D1DBD892CAEA445FC9DC64AD133_gshared (DOGetter_1_t124A8173423DDFE7DBFE2D18475606BF47E278FF * ___getter0, DOSetter_1_tB633699E0271976DA4B170D01AF6535DE81F46CC * ___setter1, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___endValue2, float ___duration3, ABSTweenPlugin_3_tEF220F6242890F93B1000E3697D41B1262D65ED1 * ___plugin4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); DOTween_InitCheck_m1EF5626706A24C086ECF79B2504CF387553801DE(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564 * L_0; L_0 = (( TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564 *)L_0; TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564 * L_1 = V_0; DOGetter_1_t124A8173423DDFE7DBFE2D18475606BF47E278FF * L_2 = ___getter0; DOSetter_1_tB633699E0271976DA4B170D01AF6535DE81F46CC * L_3 = ___setter1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = ___endValue2; float L_5 = ___duration3; ABSTweenPlugin_3_tEF220F6242890F93B1000E3697D41B1262D65ED1 * L_6 = ___plugin4; bool L_7; L_7 = (( bool (*) (TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564 *, DOGetter_1_t124A8173423DDFE7DBFE2D18475606BF47E278FF *, DOSetter_1_tB633699E0271976DA4B170D01AF6535DE81F46CC *, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 , float, ABSTweenPlugin_3_tEF220F6242890F93B1000E3697D41B1262D65ED1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564 *)L_1, (DOGetter_1_t124A8173423DDFE7DBFE2D18475606BF47E278FF *)L_2, (DOSetter_1_tB633699E0271976DA4B170D01AF6535DE81F46CC *)L_3, (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_4, (float)L_5, (ABSTweenPlugin_3_tEF220F6242890F93B1000E3697D41B1262D65ED1 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (L_7) { goto IL_0022; } } { TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenManager_Despawn_mBA89672AB846AA136C04EBBED03570775D5C2373((Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 *)L_8, (bool)1, /*hidden argument*/NULL); return (TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564 *)NULL; } IL_0022: { TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564 * L_9 = V_0; return (TweenerCore_3_tC048346C0B552E5B61037FE375271319C0EB9564 *)L_9; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569 * DOTween_ApplyTo_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_TisRuntimeObject_TisPathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A_mE56DBC16D5C351F235C29F51193D2766A4B4403A_gshared (DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * ___getter0, DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * ___setter1, RuntimeObject * ___endValue2, float ___duration3, ABSTweenPlugin_3_tB684BB30E8E054CCB3EBBFB96EDE8032FBD0284E * ___plugin4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); DOTween_InitCheck_m1EF5626706A24C086ECF79B2504CF387553801DE(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569 * L_0; L_0 = (( TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569 *)L_0; TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569 * L_1 = V_0; DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * L_2 = ___getter0; DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * L_3 = ___setter1; RuntimeObject * L_4 = ___endValue2; float L_5 = ___duration3; ABSTweenPlugin_3_tB684BB30E8E054CCB3EBBFB96EDE8032FBD0284E * L_6 = ___plugin4; bool L_7; L_7 = (( bool (*) (TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569 *, DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A *, DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 *, RuntimeObject *, float, ABSTweenPlugin_3_tB684BB30E8E054CCB3EBBFB96EDE8032FBD0284E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569 *)L_1, (DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A *)L_2, (DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 *)L_3, (RuntimeObject *)L_4, (float)L_5, (ABSTweenPlugin_3_tB684BB30E8E054CCB3EBBFB96EDE8032FBD0284E *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (L_7) { goto IL_0022; } } { TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenManager_Despawn_mBA89672AB846AA136C04EBBED03570775D5C2373((Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 *)L_8, (bool)1, /*hidden argument*/NULL); return (TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569 *)NULL; } IL_0022: { TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569 * L_9 = V_0; return (TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569 *)L_9; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5 * DOTween_ApplyTo_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_TisRuntimeObject_TisVector3ArrayOptions_t12B5EB98E66864EA7DCA3647C6DCB73BB9AAD84B_m581A22045996B4D2DE0868ABF62D7F54A30AA66F_gshared (DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * ___getter0, DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * ___setter1, RuntimeObject * ___endValue2, float ___duration3, ABSTweenPlugin_3_t051AEE0C232C044A52F76AD97CBE7C3CD01CC1FF * ___plugin4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); DOTween_InitCheck_m1EF5626706A24C086ECF79B2504CF387553801DE(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5 * L_0; L_0 = (( TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5 *)L_0; TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5 * L_1 = V_0; DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * L_2 = ___getter0; DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * L_3 = ___setter1; RuntimeObject * L_4 = ___endValue2; float L_5 = ___duration3; ABSTweenPlugin_3_t051AEE0C232C044A52F76AD97CBE7C3CD01CC1FF * L_6 = ___plugin4; bool L_7; L_7 = (( bool (*) (TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5 *, DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A *, DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 *, RuntimeObject *, float, ABSTweenPlugin_3_t051AEE0C232C044A52F76AD97CBE7C3CD01CC1FF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5 *)L_1, (DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A *)L_2, (DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 *)L_3, (RuntimeObject *)L_4, (float)L_5, (ABSTweenPlugin_3_t051AEE0C232C044A52F76AD97CBE7C3CD01CC1FF *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (L_7) { goto IL_0022; } } { TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenManager_Despawn_mBA89672AB846AA136C04EBBED03570775D5C2373((Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 *)L_8, (bool)1, /*hidden argument*/NULL); return (TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5 *)NULL; } IL_0022: { TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5 * L_9 = V_0; return (TweenerCore_3_tBD07E1C81870028DE23375B5038919645235BBF5 *)L_9; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 * DOTween_ApplyTo_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_TisVectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB_m8458CE823C883C52A182ED6FDDE52065E78BF0D4_gshared (DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * ___getter0, DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * ___setter1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___endValue2, float ___duration3, ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD * ___plugin4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); DOTween_InitCheck_m1EF5626706A24C086ECF79B2504CF387553801DE(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 * L_0; L_0 = (( TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 *)L_0; TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 * L_1 = V_0; DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * L_2 = ___getter0; DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * L_3 = ___setter1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___endValue2; float L_5 = ___duration3; ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD * L_6 = ___plugin4; bool L_7; L_7 = (( bool (*) (TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 *, DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A *, DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , float, ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 *)L_1, (DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A *)L_2, (DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 *)L_3, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_4, (float)L_5, (ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (L_7) { goto IL_0022; } } { TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenManager_Despawn_mBA89672AB846AA136C04EBBED03570775D5C2373((Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 *)L_8, (bool)1, /*hidden argument*/NULL); return (TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 *)NULL; } IL_0022: { TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 * L_9 = V_0; return (TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 *)L_9; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::ApplyTo(DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single,DG.Tweening.Plugins.Core.ABSTweenPlugin`3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8 * DOTween_ApplyTo_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_TisVectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB_m2B8F7290E41030C4F77B2DD718D1F6342B169779_gshared (DOGetter_1_t0D272262C3678A8EF12C1BB30420E20828726AB0 * ___getter0, DOSetter_1_tEF67691F943A5CD9C9494F1C6CD5166325242373 * ___setter1, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___endValue2, float ___duration3, ABSTweenPlugin_3_t67093D9DA85A83458F415FBCD10410D49D8BBDFD * ___plugin4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); DOTween_InitCheck_m1EF5626706A24C086ECF79B2504CF387553801DE(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8 * L_0; L_0 = (( TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8 *)L_0; TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8 * L_1 = V_0; DOGetter_1_t0D272262C3678A8EF12C1BB30420E20828726AB0 * L_2 = ___getter0; DOSetter_1_tEF67691F943A5CD9C9494F1C6CD5166325242373 * L_3 = ___setter1; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_4 = ___endValue2; float L_5 = ___duration3; ABSTweenPlugin_3_t67093D9DA85A83458F415FBCD10410D49D8BBDFD * L_6 = ___plugin4; bool L_7; L_7 = (( bool (*) (TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8 *, DOGetter_1_t0D272262C3678A8EF12C1BB30420E20828726AB0 *, DOSetter_1_tEF67691F943A5CD9C9494F1C6CD5166325242373 *, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 , float, ABSTweenPlugin_3_t67093D9DA85A83458F415FBCD10410D49D8BBDFD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8 *)L_1, (DOGetter_1_t0D272262C3678A8EF12C1BB30420E20828726AB0 *)L_2, (DOSetter_1_tEF67691F943A5CD9C9494F1C6CD5166325242373 *)L_3, (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 )L_4, (float)L_5, (ABSTweenPlugin_3_t67093D9DA85A83458F415FBCD10410D49D8BBDFD *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (L_7) { goto IL_0022; } } { TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t3FB368091E5C88EE9C5F370B735BCEBD5EB00A5C_il2cpp_TypeInfo_var); TweenManager_Despawn_mBA89672AB846AA136C04EBBED03570775D5C2373((Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 *)L_8, (bool)1, /*hidden argument*/NULL); return (TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8 *)NULL; } IL_0022: { TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8 * L_9 = V_0; return (TweenerCore_3_t42B6947D07CDEC51084590C6C7FEDED4646F42A8 *)L_9; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::To(DG.Tweening.Plugins.Core.ABSTweenPlugin`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715 * DOTween_To_TisQuaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_TisQuaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_TisNoOptions_tC6268051BD5FC68CCF71210DB794123387EA0903_mF154B231D972975F497ACC0E1C08B3959CFEA508_gshared (ABSTweenPlugin_3_t5859705204C671A2CD038B6F78E48A79D2C2FBF5 * ___plugin0, DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B * ___getter1, DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 * ___setter2, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___endValue3, float ___duration4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B * L_0 = ___getter1; DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 * L_1 = ___setter2; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_2 = ___endValue3; float L_3 = ___duration4; ABSTweenPlugin_3_t5859705204C671A2CD038B6F78E48A79D2C2FBF5 * L_4 = ___plugin0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715 * L_5; L_5 = (( TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715 * (*) (DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B *, DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 *, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , float, ABSTweenPlugin_3_t5859705204C671A2CD038B6F78E48A79D2C2FBF5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DOGetter_1_t1014742323B980B4283DC95730D559E7A022995B *)L_0, (DOSetter_1_t240392DBE22E525C59927D55D807EA0C3DADA670 *)L_1, (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )L_2, (float)L_3, (ABSTweenPlugin_3_t5859705204C671A2CD038B6F78E48A79D2C2FBF5 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (TweenerCore_3_tF7964410A3877B7CD5485528B0964EEF33C0D715 *)L_5; } } // DG.Tweening.Core.TweenerCore`3 DG.Tweening.DOTween::To(DG.Tweening.Plugins.Core.ABSTweenPlugin`3,DG.Tweening.Core.DOGetter`1,DG.Tweening.Core.DOSetter`1,T2,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569 * DOTween_To_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_TisRuntimeObject_TisPathOptions_tA9BC8C9E92253DB6E8C05DA62E3745EDFC06E32A_m6B0079AA9B9A8A3B225325A3B13147B6684B2303_gshared (ABSTweenPlugin_3_tB684BB30E8E054CCB3EBBFB96EDE8032FBD0284E * ___plugin0, DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * ___getter1, DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * ___setter2, RuntimeObject * ___endValue3, float ___duration4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * L_0 = ___getter1; DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * L_1 = ___setter2; RuntimeObject * L_2 = ___endValue3; float L_3 = ___duration4; ABSTweenPlugin_3_tB684BB30E8E054CCB3EBBFB96EDE8032FBD0284E * L_4 = ___plugin0; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569 * L_5; L_5 = (( TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569 * (*) (DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A *, DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 *, RuntimeObject *, float, ABSTweenPlugin_3_tB684BB30E8E054CCB3EBBFB96EDE8032FBD0284E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A *)L_0, (DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 *)L_1, (RuntimeObject *)L_2, (float)L_3, (ABSTweenPlugin_3_tB684BB30E8E054CCB3EBBFB96EDE8032FBD0284E *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (TweenerCore_3_t3456DC6DCE3C72CB0D8A037FE930A2C2D0B92569 *)L_5; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m05F175B9FC218FD5D29FF2BA9F8218BD1EC1E82B_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t39683C8A1845992D97075E2CF84334A5CDD30D5B * L_3 = (DefaultImageProcessorContext_1_t39683C8A1845992D97075E2CF84334A5CDD30D5B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t39683C8A1845992D97075E2CF84334A5CDD30D5B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m23BEA76F9B6F963807508966182ECAD8076508FE_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t566A9AEA75A871DB30CB9F979C829BB094752259 * L_3 = (DefaultImageProcessorContext_1_t566A9AEA75A871DB30CB9F979C829BB094752259 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t566A9AEA75A871DB30CB9F979C829BB094752259 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mA31328C4CEA4348BA03905B6F1E0C052FFF7D0E1_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_tB7D25C965648AB16DD10DC0F8F0C8126A404602B * L_3 = (DefaultImageProcessorContext_1_tB7D25C965648AB16DD10DC0F8F0C8126A404602B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_tB7D25C965648AB16DD10DC0F8F0C8126A404602B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_mF21D620CC5CD4CFD9138206287C4E2BBA6CFFC4B_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t0D38AE99169E547192CCFC2F91720886F73DE09D * L_3 = (DefaultImageProcessorContext_1_t0D38AE99169E547192CCFC2F91720886F73DE09D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t0D38AE99169E547192CCFC2F91720886F73DE09D *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3017F38EEB071612B304270FEDA72BE649489098_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t8FDE9CEAF26BF52456BACDB35E4EC3491304FF69 * L_3 = (DefaultImageProcessorContext_1_t8FDE9CEAF26BF52456BACDB35E4EC3491304FF69 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t8FDE9CEAF26BF52456BACDB35E4EC3491304FF69 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_m192A6CF799C3C947E9743F6748ED5D2AE9DF6F05_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t24BF766200E3D8EB2A86ED7CC482EC3D88079353 * L_3 = (DefaultImageProcessorContext_1_t24BF766200E3D8EB2A86ED7CC482EC3D88079353 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t24BF766200E3D8EB2A86ED7CC482EC3D88079353 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_mA78DC1CA4FDB3E46C665A82CF5836AE974C006C6_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t9A5C09DE20806A0C4C7457ECB7B0016E28F56201 * L_3 = (DefaultImageProcessorContext_1_t9A5C09DE20806A0C4C7457ECB7B0016E28F56201 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t9A5C09DE20806A0C4C7457ECB7B0016E28F56201 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mF17C3ABA491D13D3D0025DC4C652CA7B0863DF5E_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_tB7800397B30A0FE56CFD3C2BEB0D5B69556D3CDB * L_3 = (DefaultImageProcessorContext_1_tB7800397B30A0FE56CFD3C2BEB0D5B69556D3CDB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_tB7800397B30A0FE56CFD3C2BEB0D5B69556D3CDB *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m94617465EA813E5B0C4E87B5B128F316DDCC7844_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t5D7B80E59979B496592B91D20D685EDAADD586FE * L_3 = (DefaultImageProcessorContext_1_t5D7B80E59979B496592B91D20D685EDAADD586FE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t5D7B80E59979B496592B91D20D685EDAADD586FE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_mAC1564BA71072A7DFFCFF773CE349C9D94C899D6_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_tFBB1A055C0FE3027E3F4C57ADD100324A38F2BE2 * L_3 = (DefaultImageProcessorContext_1_tFBB1A055C0FE3027E3F4C57ADD100324A38F2BE2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_tFBB1A055C0FE3027E3F4C57ADD100324A38F2BE2 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_mDEBAE4EDB2563DBC2605C9362F5CCE1CB260200B_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t5E275875B075068520853B0C5A6FA108C61C8570 * L_3 = (DefaultImageProcessorContext_1_t5E275875B075068520853B0C5A6FA108C61C8570 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t5E275875B075068520853B0C5A6FA108C61C8570 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m619D6C2A950B775190F1AA0A181E59FCAFED4189_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t5FAB2169A8559E1C273C2BD8A29BA9F6601B44BD * L_3 = (DefaultImageProcessorContext_1_t5FAB2169A8559E1C273C2BD8A29BA9F6601B44BD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t5FAB2169A8559E1C273C2BD8A29BA9F6601B44BD *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_mE04CBD2E11D960C84DFD9E9D23A50FB506BB142B_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_tBA9A5257A4071B8C59DA4365F5CD8390C7C9418A * L_3 = (DefaultImageProcessorContext_1_tBA9A5257A4071B8C59DA4365F5CD8390C7C9418A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_tBA9A5257A4071B8C59DA4365F5CD8390C7C9418A *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m6C496FCABA18F3C6BF5F1AA95783132B30C2C45A_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t9016877A07DCA9CF477CE99586530113414396A1 * L_3 = (DefaultImageProcessorContext_1_t9016877A07DCA9CF477CE99586530113414396A1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t9016877A07DCA9CF477CE99586530113414396A1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mFD2D5492D2FAA979AACBA482BB0CEB70A9984FA2_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_tEB4E6591E66030D68E1D6C5CC09D561435D1945A * L_3 = (DefaultImageProcessorContext_1_tEB4E6591E66030D68E1D6C5CC09D561435D1945A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_tEB4E6591E66030D68E1D6C5CC09D561435D1945A *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m53326E54EB830ABCAD787DD27F90AADC66B0624D_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t45BE25173D0448A0B72198B995AD196018CC52D7 * L_3 = (DefaultImageProcessorContext_1_t45BE25173D0448A0B72198B995AD196018CC52D7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t45BE25173D0448A0B72198B995AD196018CC52D7 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mB79F5702B265A5EA6E1C50F9F79FF16A42745DB8_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_tDCEBE1B33627F241B9314347E30A9347122A5B37 * L_3 = (DefaultImageProcessorContext_1_tDCEBE1B33627F241B9314347E30A9347122A5B37 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_tDCEBE1B33627F241B9314347E30A9347122A5B37 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_mE9C460369C4FA098E98FA1DF57DF5B4383978817_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t47DEA566CD618EB0BAD5106E297D49A2D7BCB1A3 * L_3 = (DefaultImageProcessorContext_1_t47DEA566CD618EB0BAD5106E297D49A2D7BCB1A3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t47DEA566CD618EB0BAD5106E297D49A2D7BCB1A3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_mE6A3D591B5985CE77845C8E77ABB1AA59F5DBADE_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t29FD2C3800C31D539F729D3262114D4EA4F66D5A * L_3 = (DefaultImageProcessorContext_1_t29FD2C3800C31D539F729D3262114D4EA4F66D5A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t29FD2C3800C31D539F729D3262114D4EA4F66D5A *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_m67A5BDC728CD1F9066D93130F5440504E992D952_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_tF77B3D98137202537BCA3D768BD610045106CEC3 * L_3 = (DefaultImageProcessorContext_1_tF77B3D98137202537BCA3D768BD610045106CEC3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_tF77B3D98137202537BCA3D768BD610045106CEC3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_mAC2AD8B93A6B9E57F7F610173AE04DB0903F8802_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t72D2AF9B1A3617A19BBBB19CE450F31962FFC9F3 * L_3 = (DefaultImageProcessorContext_1_t72D2AF9B1A3617A19BBBB19CE450F31962FFC9F3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t72D2AF9B1A3617A19BBBB19CE450F31962FFC9F3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m12FB19C97AD845C2A6D9389421B2BA42545DCA28_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t570CB79C196A7DF343F7512F37C2AF7A9225B6C5 * L_3 = (DefaultImageProcessorContext_1_t570CB79C196A7DF343F7512F37C2AF7A9225B6C5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t570CB79C196A7DF343F7512F37C2AF7A9225B6C5 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m370ECEDEFBD84A51856986DB98619F8366BFEAA2_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t22841A755CA28481FC6FEF10374372CE717C9A17 * L_3 = (DefaultImageProcessorContext_1_t22841A755CA28481FC6FEF10374372CE717C9A17 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t22841A755CA28481FC6FEF10374372CE717C9A17 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_mCB377CF1B7DED22C8C83C88D8C5E6FC6EB830845_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_tB04825EAFA6A99FD5117998F1EA5C93424B74CF3 * L_3 = (DefaultImageProcessorContext_1_tB04825EAFA6A99FD5117998F1EA5C93424B74CF3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_tB04825EAFA6A99FD5117998F1EA5C93424B74CF3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m325096F7AF8E0E07473B3E9DFE53427FA9606CDF_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t77E7809DB61FAF00099598AE7020ED08D46705CE * L_3 = (DefaultImageProcessorContext_1_t77E7809DB61FAF00099598AE7020ED08D46705CE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t77E7809DB61FAF00099598AE7020ED08D46705CE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_mB444315D1CEE867CDFDE9275B3899748C6E571A9_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t7FDCFD09C6AD8E4162B57A68C79405964D03BE7C * L_3 = (DefaultImageProcessorContext_1_t7FDCFD09C6AD8E4162B57A68C79405964D03BE7C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t7FDCFD09C6AD8E4162B57A68C79405964D03BE7C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m871390E7527E77B4E79C857A86C576B16DB77E4C_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t8E111FC9B830187FD68FF86650ACA38144DA5823 * L_3 = (DefaultImageProcessorContext_1_t8E111FC9B830187FD68FF86650ACA38144DA5823 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t8E111FC9B830187FD68FF86650ACA38144DA5823 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m914F0F38DA75E4A59A3329694962EEBDBB4263C3_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_tB02BFE8617BDB2525E379C70D0973B8BA96B557A * L_3 = (DefaultImageProcessorContext_1_tB02BFE8617BDB2525E379C70D0973B8BA96B557A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_tB02BFE8617BDB2525E379C70D0973B8BA96B557A *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.IInternalImageProcessingContext`1 SixLabors.ImageSharp.Processing.DefaultImageOperationsProviderFactory::CreateImageProcessingContext(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultImageOperationsProviderFactory_CreateImageProcessingContext_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m12FD8ACFFA67329291A7E478DB1D04F1202E29C9_gshared (DefaultImageOperationsProviderFactory_t0F095A6D2D5EC85FE19834A74B76D0CC932BA63C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___source1, bool ___mutate2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_1 = ___source1; bool L_2 = ___mutate2; DefaultImageProcessorContext_1_t3972AF0BFF20222446E70D2884BBF49472D07143 * L_3 = (DefaultImageProcessorContext_1_t3972AF0BFF20222446E70D2884BBF49472D07143 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (DefaultImageProcessorContext_1_t3972AF0BFF20222446E70D2884BBF49472D07143 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_1, (bool)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_t65327A4F1FDD6F7D4D203B9A521E3CC308E2923B DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m9FC59E9F53C135E90C9C8586C00B73502270B360_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_tC6D5DC3E687D6B2F9F0E19E1A39ACDC0CAC9B1C3 * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_tC6D5DC3E687D6B2F9F0E19E1A39ACDC0CAC9B1C3 * L_1 = p1; Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * L_2 = (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_tC6D5DC3E687D6B2F9F0E19E1A39ACDC0CAC9B1C3 * L_5 = p1; Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * L_6 = (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_tC6D5DC3E687D6B2F9F0E19E1A39ACDC0CAC9B1C3 * L_8 = p1; Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * L_9 = (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)L_8->get_image_0(); NullCheck((Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)L_9); ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 * L_10; L_10 = (( ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 * (*) (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 *)L_10); ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * L_12; L_12 = (( ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 * (*) (ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_tED645F0938AAC644571FD226518776EEB3F0C877 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_12); Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * L_13; L_13 = (( Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 * (*) (ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_tB83434DCD10359B8CC0498279D4B9233A007DC95 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_tC6D5DC3E687D6B2F9F0E19E1A39ACDC0CAC9B1C3 * L_15 = p1; Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * L_16 = (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_t65327A4F1FDD6F7D4D203B9A521E3CC308E2923B L_18; L_18 = (( Buffer2DRegion_1_t65327A4F1FDD6F7D4D203B9A521E3CC308E2923B (*) (Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_tAE1205AFA5AFF59A97216CDAC06F6880D2A14320 *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_t65327A4F1FDD6F7D4D203B9A521E3CC308E2923B )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_t6F7C204F61CED94420A88AD557344C4EA49B1EC8 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m683C1AA92A5C9EC5372B7F1EF7289F501FECD2BB_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t9DFD5AA1CD8E5DC2F25F18DF679526532432959A * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t9DFD5AA1CD8E5DC2F25F18DF679526532432959A * L_1 = p1; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_2 = (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t9DFD5AA1CD8E5DC2F25F18DF679526532432959A * L_5 = p1; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_6 = (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t9DFD5AA1CD8E5DC2F25F18DF679526532432959A * L_8 = p1; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_9 = (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_8->get_image_0(); NullCheck((Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_9); ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * L_10; L_10 = (( ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 * (*) (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 *)L_10); ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * L_12; L_12 = (( ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C * (*) (ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_tF5CC643D230BE435D68AC13F509E0A76925A31C2 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_12); Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * L_13; L_13 = (( Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 * (*) (ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_t87D89E6BC17009A8D92FA785718D000543989E5C *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t9DFD5AA1CD8E5DC2F25F18DF679526532432959A * L_15 = p1; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_16 = (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_t6F7C204F61CED94420A88AD557344C4EA49B1EC8 L_18; L_18 = (( Buffer2DRegion_1_t6F7C204F61CED94420A88AD557344C4EA49B1EC8 (*) (Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_tF3643370506A9F8B3870EFC6BB4713E6C4C1B3C9 *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_t6F7C204F61CED94420A88AD557344C4EA49B1EC8 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_tECF85E8FF114BB48808571969213800FEB8FF6C3 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mA9CF570F653361B29FD6ADA99D3C89DCC2BF0A38_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t79C3B4FF5959D17AEF09C8659B3A47666A9BE43D * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t79C3B4FF5959D17AEF09C8659B3A47666A9BE43D * L_1 = p1; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_2 = (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t79C3B4FF5959D17AEF09C8659B3A47666A9BE43D * L_5 = p1; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_6 = (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t79C3B4FF5959D17AEF09C8659B3A47666A9BE43D * L_8 = p1; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_9 = (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_8->get_image_0(); NullCheck((Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_9); ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * L_10; L_10 = (( ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A * (*) (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A *)L_10); ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * L_12; L_12 = (( ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 * (*) (ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t5027C8DDD629536803A4781802F732E17FC33D9A *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_12); Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * L_13; L_13 = (( Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF * (*) (ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_tBE6B8211A518C4C30C504D1349034C6A3FBF7583 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t79C3B4FF5959D17AEF09C8659B3A47666A9BE43D * L_15 = p1; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_16 = (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_tECF85E8FF114BB48808571969213800FEB8FF6C3 L_18; L_18 = (( Buffer2DRegion_1_tECF85E8FF114BB48808571969213800FEB8FF6C3 (*) (Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_tC3716303846B7CE2E8B1D4DDFB45A8845EED9EFF *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_tECF85E8FF114BB48808571969213800FEB8FF6C3 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_t6B2B1F0A461C1BDAA27FC87DB0FE684164D97906 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m66358467F683131CCC74EA93B73BB8525C0AC507_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_tF917F20A802DA048864FFB708ECB2DA81A7DC319 * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_tF917F20A802DA048864FFB708ECB2DA81A7DC319 * L_1 = p1; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_2 = (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_tF917F20A802DA048864FFB708ECB2DA81A7DC319 * L_5 = p1; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_6 = (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_tF917F20A802DA048864FFB708ECB2DA81A7DC319 * L_8 = p1; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_9 = (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_8->get_image_0(); NullCheck((Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_9); ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * L_10; L_10 = (( ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 * (*) (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 *)L_10); ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * L_12; L_12 = (( ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F * (*) (ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t877F70785E6F42B1A9219A5EFFC95A6F6C0AAB12 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_12); Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * L_13; L_13 = (( Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF * (*) (ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_t71F1299FB440EE8E5E2B43AB759737E197824D3F *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_tF917F20A802DA048864FFB708ECB2DA81A7DC319 * L_15 = p1; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_16 = (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_t6B2B1F0A461C1BDAA27FC87DB0FE684164D97906 L_18; L_18 = (( Buffer2DRegion_1_t6B2B1F0A461C1BDAA27FC87DB0FE684164D97906 (*) (Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_t5155FA94EBC5A936C0B2EE33A677B03C037D61EF *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_t6B2B1F0A461C1BDAA27FC87DB0FE684164D97906 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_t744AAAF31196ABA17B14ABD33D889F3D5B4D2197 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m7A63AD8ED4291A7BFBEB3681AA6C8DF4C90A9F5A_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t235A82BB3CE9745FC5EB55BECF2A9714F5AD0726 * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t235A82BB3CE9745FC5EB55BECF2A9714F5AD0726 * L_1 = p1; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_2 = (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t235A82BB3CE9745FC5EB55BECF2A9714F5AD0726 * L_5 = p1; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_6 = (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t235A82BB3CE9745FC5EB55BECF2A9714F5AD0726 * L_8 = p1; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_9 = (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_8->get_image_0(); NullCheck((Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_9); ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * L_10; L_10 = (( ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 * (*) (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 *)L_10); ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * L_12; L_12 = (( ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 * (*) (ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t6DE77BE767425EFE1769CD0EA00E6EF4747245E0 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_12); Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * L_13; L_13 = (( Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 * (*) (ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_t429D8719568A13D9C253438C87ED75B8B1899C75 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t235A82BB3CE9745FC5EB55BECF2A9714F5AD0726 * L_15 = p1; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_16 = (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_t744AAAF31196ABA17B14ABD33D889F3D5B4D2197 L_18; L_18 = (( Buffer2DRegion_1_t744AAAF31196ABA17B14ABD33D889F3D5B4D2197 (*) (Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_t27C77F5F100432A1439156511FF20F11E769DF24 *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_t744AAAF31196ABA17B14ABD33D889F3D5B4D2197 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_tFE58981B0DBAF732CB1B06E411850CBEEAC348F7 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_m4F56C935638300005C3969D187AE22718C805266_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t35BD80E1216C45A34C69522E07756EBA7B9535A5 * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t35BD80E1216C45A34C69522E07756EBA7B9535A5 * L_1 = p1; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_2 = (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t35BD80E1216C45A34C69522E07756EBA7B9535A5 * L_5 = p1; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_6 = (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t35BD80E1216C45A34C69522E07756EBA7B9535A5 * L_8 = p1; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_9 = (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_8->get_image_0(); NullCheck((Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_9); ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * L_10; L_10 = (( ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A * (*) (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A *)L_10); ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * L_12; L_12 = (( ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F * (*) (ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t3F41CB16F62D1915A88B5FC9F620324DFA68734A *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_12); Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * L_13; L_13 = (( Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E * (*) (ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_t02BE68AC4840BA25B98F80CFFECB04BDA14F105F *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t35BD80E1216C45A34C69522E07756EBA7B9535A5 * L_15 = p1; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_16 = (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_tFE58981B0DBAF732CB1B06E411850CBEEAC348F7 L_18; L_18 = (( Buffer2DRegion_1_tFE58981B0DBAF732CB1B06E411850CBEEAC348F7 (*) (Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_t7CDBB516440B01D94473ED104064AADB3324AF2E *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_tFE58981B0DBAF732CB1B06E411850CBEEAC348F7 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_t69FD250F590AB46D224F0C87F4B77E528D633438 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m877255F82AF1574F35BCF5D7E3C977F2781D1A82_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t55EDC756CEC33D612A821B0AA288D6B2CCBD79FD * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t55EDC756CEC33D612A821B0AA288D6B2CCBD79FD * L_1 = p1; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_2 = (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t55EDC756CEC33D612A821B0AA288D6B2CCBD79FD * L_5 = p1; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_6 = (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t55EDC756CEC33D612A821B0AA288D6B2CCBD79FD * L_8 = p1; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_9 = (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_8->get_image_0(); NullCheck((Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_9); ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * L_10; L_10 = (( ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 * (*) (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 *)L_10); ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * L_12; L_12 = (( ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 * (*) (ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t66308B1E812797DFCB5E96074BFD59C47DF81650 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_12); Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * L_13; L_13 = (( Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 * (*) (ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_tFEB2CA3165DCFE44FBA65BAC0E0B516630E72C12 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t55EDC756CEC33D612A821B0AA288D6B2CCBD79FD * L_15 = p1; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_16 = (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_t69FD250F590AB46D224F0C87F4B77E528D633438 L_18; L_18 = (( Buffer2DRegion_1_t69FD250F590AB46D224F0C87F4B77E528D633438 (*) (Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_tCB908DE3C52CFB6D4B2C5DE3FB66D718794BCBF1 *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_t69FD250F590AB46D224F0C87F4B77E528D633438 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_t95B2B1454FD0136263BEB57C7402C3F70C31D765 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mD6788B672DFC57F0AC62E15C908911D883F253AC_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_tEA6B668D04A80D5818780BF33A9D6E690ED0C856 * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_tEA6B668D04A80D5818780BF33A9D6E690ED0C856 * L_1 = p1; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_2 = (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_tEA6B668D04A80D5818780BF33A9D6E690ED0C856 * L_5 = p1; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_6 = (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_tEA6B668D04A80D5818780BF33A9D6E690ED0C856 * L_8 = p1; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_9 = (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_8->get_image_0(); NullCheck((Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_9); ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * L_10; L_10 = (( ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 * (*) (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 *)L_10); ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * L_12; L_12 = (( ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 * (*) (ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t9512400E4C326814A8C447858F6EBC0C3378A783 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_12); Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * L_13; L_13 = (( Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B * (*) (ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_t83CDDBC097692249999D7F7E03FA2D1F892B1500 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_tEA6B668D04A80D5818780BF33A9D6E690ED0C856 * L_15 = p1; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_16 = (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_t95B2B1454FD0136263BEB57C7402C3F70C31D765 L_18; L_18 = (( Buffer2DRegion_1_t95B2B1454FD0136263BEB57C7402C3F70C31D765 (*) (Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_t356B608C4C5797484C35CF037CAE595B087F041B *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_t95B2B1454FD0136263BEB57C7402C3F70C31D765 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_t3086B76E41061EE40EA7ED52F21ACB17CFEB54ED DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_mEDE14603B1F8A461AF89040375FD3FE3E76FBA7C_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t7978F755F1661AB021E367DE0C241FDFFE01C294 * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t7978F755F1661AB021E367DE0C241FDFFE01C294 * L_1 = p1; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_2 = (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t7978F755F1661AB021E367DE0C241FDFFE01C294 * L_5 = p1; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_6 = (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t7978F755F1661AB021E367DE0C241FDFFE01C294 * L_8 = p1; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_9 = (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_8->get_image_0(); NullCheck((Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_9); ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * L_10; L_10 = (( ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 * (*) (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 *)L_10); ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * L_12; L_12 = (( ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 * (*) (ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_tFB2B127C28875AC4A6389A7E337EB1321B7E3850 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_12); Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * L_13; L_13 = (( Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB * (*) (ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_t25CCDDFBB50058262053167124219A8211A5CD26 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t7978F755F1661AB021E367DE0C241FDFFE01C294 * L_15 = p1; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_16 = (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_t3086B76E41061EE40EA7ED52F21ACB17CFEB54ED L_18; L_18 = (( Buffer2DRegion_1_t3086B76E41061EE40EA7ED52F21ACB17CFEB54ED (*) (Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_t1B552442A28DE3F175DFD5826C20C564B51AFFCB *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_t3086B76E41061EE40EA7ED52F21ACB17CFEB54ED )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_tF958B17E046DD2D4C8142FDB130350A4D7A5EFE8 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_mFB533E8DA18F56B42E37751F5FA128990E0D37B1_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_tAA8E5B3D92D7FE92AE5113B215145B5041E2FB49 * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_tAA8E5B3D92D7FE92AE5113B215145B5041E2FB49 * L_1 = p1; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_2 = (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_tAA8E5B3D92D7FE92AE5113B215145B5041E2FB49 * L_5 = p1; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_6 = (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_tAA8E5B3D92D7FE92AE5113B215145B5041E2FB49 * L_8 = p1; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_9 = (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_8->get_image_0(); NullCheck((Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_9); ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * L_10; L_10 = (( ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA * (*) (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA *)L_10); ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * L_12; L_12 = (( ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C * (*) (ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t44FB31FBE0B3732E4980C51DF7DDB9153F66CDEA *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_12); Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * L_13; L_13 = (( Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A * (*) (ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_t31E400B9A7FF6945BCE11D68665FB7D1198FDD8C *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_tAA8E5B3D92D7FE92AE5113B215145B5041E2FB49 * L_15 = p1; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_16 = (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_tF958B17E046DD2D4C8142FDB130350A4D7A5EFE8 L_18; L_18 = (( Buffer2DRegion_1_tF958B17E046DD2D4C8142FDB130350A4D7A5EFE8 (*) (Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_tDE14978B65C4005D540A5F23A97138DA12BDC47A *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_tF958B17E046DD2D4C8142FDB130350A4D7A5EFE8 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_tFDC58D3653815FA6FCD8225E53F1F0ECFDACB3CE DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m2BFAD9ECA7427B147F624213E9A1519B1F2C456A_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t29E45A315E42B007007F7A5887000FFAE89A43CC * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t29E45A315E42B007007F7A5887000FFAE89A43CC * L_1 = p1; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_2 = (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t29E45A315E42B007007F7A5887000FFAE89A43CC * L_5 = p1; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_6 = (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t29E45A315E42B007007F7A5887000FFAE89A43CC * L_8 = p1; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_9 = (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_8->get_image_0(); NullCheck((Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_9); ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * L_10; L_10 = (( ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 * (*) (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 *)L_10); ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * L_12; L_12 = (( ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A * (*) (ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t0A00EC69DFE4975C2B93409F57DDC6447738B1F5 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_12); Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * L_13; L_13 = (( Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 * (*) (ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_t6A5123D867B002E0B8261C28249C27EDCA35BB7A *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t29E45A315E42B007007F7A5887000FFAE89A43CC * L_15 = p1; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_16 = (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_tFDC58D3653815FA6FCD8225E53F1F0ECFDACB3CE L_18; L_18 = (( Buffer2DRegion_1_tFDC58D3653815FA6FCD8225E53F1F0ECFDACB3CE (*) (Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_t0625FD3E41CCC00C6F3748A059C7966982E252A8 *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_tFDC58D3653815FA6FCD8225E53F1F0ECFDACB3CE )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_tF76D2333D4436142F6EDB58650C4473738D83550 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_mEF6212AC2C8DB0867EC4628F41DD76396EB564E4_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t48A97E807585ED3DF68C7787B3A5C3DB8501EA76 * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t48A97E807585ED3DF68C7787B3A5C3DB8501EA76 * L_1 = p1; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_2 = (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t48A97E807585ED3DF68C7787B3A5C3DB8501EA76 * L_5 = p1; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_6 = (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t48A97E807585ED3DF68C7787B3A5C3DB8501EA76 * L_8 = p1; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_9 = (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_8->get_image_0(); NullCheck((Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_9); ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * L_10; L_10 = (( ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA * (*) (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA *)L_10); ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * L_12; L_12 = (( ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 * (*) (ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t26879CD75E315830635ED8BB68CF6C288D4CA7AA *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_12); Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * L_13; L_13 = (( Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 * (*) (ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_t04CBBF3ED75EAAD6633AAE75827BE09CD3B54FF8 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t48A97E807585ED3DF68C7787B3A5C3DB8501EA76 * L_15 = p1; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_16 = (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_tF76D2333D4436142F6EDB58650C4473738D83550 L_18; L_18 = (( Buffer2DRegion_1_tF76D2333D4436142F6EDB58650C4473738D83550 (*) (Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_tCF0AAE32724A5EB5AA92A4304E4DEB4ECA512807 *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_tF76D2333D4436142F6EDB58650C4473738D83550 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_tFA921C36D0DD2F3A467DD1D2A9660382951C8BC5 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m49081E8C04CCF08A1009E50FC7047922E856C1EC_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t5256D310D40A416E41DF148F279790AF60604050 * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t5256D310D40A416E41DF148F279790AF60604050 * L_1 = p1; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_2 = (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t5256D310D40A416E41DF148F279790AF60604050 * L_5 = p1; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_6 = (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t5256D310D40A416E41DF148F279790AF60604050 * L_8 = p1; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_9 = (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_8->get_image_0(); NullCheck((Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_9); ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * L_10; L_10 = (( ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 * (*) (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 *)L_10); ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * L_12; L_12 = (( ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C * (*) (ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t39AD519C5A0F841DF471AB6A1AF5811206B23411 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_12); Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * L_13; L_13 = (( Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F * (*) (ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_t4CA9C83E8D3FEE5A09A96D6CD999946CA70AF43C *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t5256D310D40A416E41DF148F279790AF60604050 * L_15 = p1; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_16 = (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_tFA921C36D0DD2F3A467DD1D2A9660382951C8BC5 L_18; L_18 = (( Buffer2DRegion_1_tFA921C36D0DD2F3A467DD1D2A9660382951C8BC5 (*) (Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_t20200ACFAD82D4ED6B7BF716233DF18380A92A3F *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_tFA921C36D0DD2F3A467DD1D2A9660382951C8BC5 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_t4E974B58A23A9D3C35796DC747FB7F75C9AF6F07 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m18BE241DC7F4193E1E523E157055BDB7129F41F3_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t1903C6806B27CC4B6020C19C4A6BA0F01DD1EF29 * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t1903C6806B27CC4B6020C19C4A6BA0F01DD1EF29 * L_1 = p1; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_2 = (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t1903C6806B27CC4B6020C19C4A6BA0F01DD1EF29 * L_5 = p1; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_6 = (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t1903C6806B27CC4B6020C19C4A6BA0F01DD1EF29 * L_8 = p1; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_9 = (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_8->get_image_0(); NullCheck((Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_9); ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * L_10; L_10 = (( ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 * (*) (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 *)L_10); ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * L_12; L_12 = (( ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 * (*) (ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t1384BFB8A12D0A0F339DFBC3E03DC28A6B6E3228 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_12); Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * L_13; L_13 = (( Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 * (*) (ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_t8EE2BB6269B33FACC502D52A352C4BE292087F22 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t1903C6806B27CC4B6020C19C4A6BA0F01DD1EF29 * L_15 = p1; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_16 = (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_t4E974B58A23A9D3C35796DC747FB7F75C9AF6F07 L_18; L_18 = (( Buffer2DRegion_1_t4E974B58A23A9D3C35796DC747FB7F75C9AF6F07 (*) (Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_t5FC5F90CDA538F476BFDECA2B087697DFAA9E672 *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_t4E974B58A23A9D3C35796DC747FB7F75C9AF6F07 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_t88D2D74C63D2103E969C8C46AFAB7189E838E1A6 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mAF45EB45803390CAAB1BFC03E35C2C65F2AEB78B_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t1B3FE559D5FF299C4CFE440A895419F0E9780666 * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t1B3FE559D5FF299C4CFE440A895419F0E9780666 * L_1 = p1; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_2 = (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t1B3FE559D5FF299C4CFE440A895419F0E9780666 * L_5 = p1; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_6 = (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t1B3FE559D5FF299C4CFE440A895419F0E9780666 * L_8 = p1; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_9 = (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_8->get_image_0(); NullCheck((Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_9); ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * L_10; L_10 = (( ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C * (*) (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C *)L_10); ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * L_12; L_12 = (( ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 * (*) (ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t6530F45050BC7B2E90E6145718F6281EB5E5C86C *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *)L_12); Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * L_13; L_13 = (( Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 * (*) (ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_t353F53CEFD2555A6F2212AC1506E72F1A6167676 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t1B3FE559D5FF299C4CFE440A895419F0E9780666 * L_15 = p1; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_16 = (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_t88D2D74C63D2103E969C8C46AFAB7189E838E1A6 L_18; L_18 = (( Buffer2DRegion_1_t88D2D74C63D2103E969C8C46AFAB7189E838E1A6 (*) (Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_t6659D445722ACA19125C7C526A6B4EE2D822AF60 *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_t88D2D74C63D2103E969C8C46AFAB7189E838E1A6 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_tBA9E762AB0BD2F6D5898239F9D4D1498CD955441 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m0DF7EA7BCC2513AD592BE9CD8FB30B8FEAA374E4_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t65ED02EC839CF7BE5D6AE9452E208B887724066A * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t65ED02EC839CF7BE5D6AE9452E208B887724066A * L_1 = p1; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_2 = (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t65ED02EC839CF7BE5D6AE9452E208B887724066A * L_5 = p1; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_6 = (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t65ED02EC839CF7BE5D6AE9452E208B887724066A * L_8 = p1; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_9 = (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_8->get_image_0(); NullCheck((Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_9); ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * L_10; L_10 = (( ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 * (*) (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 *)L_10); ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * L_12; L_12 = (( ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 * (*) (ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_tDF3E769C12FF5B48AD554FF746E726ED941292D6 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *)L_12); Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * L_13; L_13 = (( Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 * (*) (ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_tC5B4A23B20CAC158FBDEF2BB3B31C9A6FCC95342 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t65ED02EC839CF7BE5D6AE9452E208B887724066A * L_15 = p1; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_16 = (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_tBA9E762AB0BD2F6D5898239F9D4D1498CD955441 L_18; L_18 = (( Buffer2DRegion_1_tBA9E762AB0BD2F6D5898239F9D4D1498CD955441 (*) (Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_t2DFB019595E8348E9CD2608A3245138AFB916233 *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_tBA9E762AB0BD2F6D5898239F9D4D1498CD955441 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_t1A29078A65C87E7488142539B3FCBB723245622D DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mD3D643EC088B6E04C6C2E45B3C2650B226079351_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t3FA969B564468D92B2F5D5FB43A70FC94CBC70DC * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t3FA969B564468D92B2F5D5FB43A70FC94CBC70DC * L_1 = p1; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_2 = (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t3FA969B564468D92B2F5D5FB43A70FC94CBC70DC * L_5 = p1; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_6 = (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t3FA969B564468D92B2F5D5FB43A70FC94CBC70DC * L_8 = p1; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_9 = (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_8->get_image_0(); NullCheck((Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_9); ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * L_10; L_10 = (( ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 * (*) (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 *)L_10); ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * L_12; L_12 = (( ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 * (*) (ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t2ACF8E00B26436F9BF36E991DC5A38D7858AC3A4 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *)L_12); Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * L_13; L_13 = (( Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 * (*) (ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_tB4D73C52247D8AFDD10636E77C4620FF62A46411 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t3FA969B564468D92B2F5D5FB43A70FC94CBC70DC * L_15 = p1; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_16 = (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_t1A29078A65C87E7488142539B3FCBB723245622D L_18; L_18 = (( Buffer2DRegion_1_t1A29078A65C87E7488142539B3FCBB723245622D (*) (Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_tB64913171E2D90C0ABD3BBC036AD0DA11F266287 *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_t1A29078A65C87E7488142539B3FCBB723245622D )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_t754ACA9E724A4F77AAC6CB6E35438AFE98A44773 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m27D0F5B2596666676F64DD25DAC4E66F04EEDCD2_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t11734C0B34E81B141305C6ECB48BF212A7112D1E * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t11734C0B34E81B141305C6ECB48BF212A7112D1E * L_1 = p1; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_2 = (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t11734C0B34E81B141305C6ECB48BF212A7112D1E * L_5 = p1; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_6 = (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t11734C0B34E81B141305C6ECB48BF212A7112D1E * L_8 = p1; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_9 = (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_8->get_image_0(); NullCheck((Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_9); ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * L_10; L_10 = (( ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 * (*) (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 *)L_10); ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * L_12; L_12 = (( ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 * (*) (ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_tF34155767A7F900FFF393650ED52D79A8C451C85 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *)L_12); Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * L_13; L_13 = (( Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C * (*) (ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_tAEFC19A1C2A7128454F3E56090FAB840E8171625 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t11734C0B34E81B141305C6ECB48BF212A7112D1E * L_15 = p1; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_16 = (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_t754ACA9E724A4F77AAC6CB6E35438AFE98A44773 L_18; L_18 = (( Buffer2DRegion_1_t754ACA9E724A4F77AAC6CB6E35438AFE98A44773 (*) (Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_tC65033B950B0DF524F21E89B6731096699F3220C *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_t754ACA9E724A4F77AAC6CB6E35438AFE98A44773 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_t7CF1FF055878AE9355E509F87523043423C71B72 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m9DED2342829F12F9802D874FD456A8C3C949D288_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_tD1708754E40C8BAF200A0165E88CFDDF3BCB6CD2 * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_tD1708754E40C8BAF200A0165E88CFDDF3BCB6CD2 * L_1 = p1; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_2 = (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_tD1708754E40C8BAF200A0165E88CFDDF3BCB6CD2 * L_5 = p1; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_6 = (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_tD1708754E40C8BAF200A0165E88CFDDF3BCB6CD2 * L_8 = p1; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_9 = (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_8->get_image_0(); NullCheck((Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_9); ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * L_10; L_10 = (( ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 * (*) (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 *)L_10); ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * L_12; L_12 = (( ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 * (*) (ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t429E545455A56F18637A2AD457F5A67449664C00 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *)L_12); Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * L_13; L_13 = (( Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 * (*) (ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_tEDAA1E57649B8CBF5F000BFF71CC8BA570B355D1 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_tD1708754E40C8BAF200A0165E88CFDDF3BCB6CD2 * L_15 = p1; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_16 = (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_t7CF1FF055878AE9355E509F87523043423C71B72 L_18; L_18 = (( Buffer2DRegion_1_t7CF1FF055878AE9355E509F87523043423C71B72 (*) (Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_t58DD4C6EF0425CC69C8799B3ACA252A8527D6773 *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_t7CF1FF055878AE9355E509F87523043423C71B72 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_tEAADE5F6E5472FBF2EDD8A7EAD5F7B4FA10D74D8 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_m1E6F20D2155CF1C028BA6378C98FB9CC9D469405_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t52DAE929FB50E71DC65FB25C715EBD33E538BD2C * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t52DAE929FB50E71DC65FB25C715EBD33E538BD2C * L_1 = p1; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_2 = (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t52DAE929FB50E71DC65FB25C715EBD33E538BD2C * L_5 = p1; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_6 = (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t52DAE929FB50E71DC65FB25C715EBD33E538BD2C * L_8 = p1; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_9 = (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_8->get_image_0(); NullCheck((Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_9); ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * L_10; L_10 = (( ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F * (*) (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F *)L_10); ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * L_12; L_12 = (( ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 * (*) (ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_tF9AE55EDF188E6D97DD7DFC090893E6C3216AD4F *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *)L_12); Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * L_13; L_13 = (( Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E * (*) (ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_tF6A0C4B7E628FD4B05C86D9731B7EACF2BF352E2 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t52DAE929FB50E71DC65FB25C715EBD33E538BD2C * L_15 = p1; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_16 = (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_tEAADE5F6E5472FBF2EDD8A7EAD5F7B4FA10D74D8 L_18; L_18 = (( Buffer2DRegion_1_tEAADE5F6E5472FBF2EDD8A7EAD5F7B4FA10D74D8 (*) (Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_t87C8FFB1847C303D05E9A2E83DF9565E5CB3662E *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_tEAADE5F6E5472FBF2EDD8A7EAD5F7B4FA10D74D8 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_tCBF422C99F1E033E60BB4E2FED60D2DC3B8128B3 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m8A71214170B32D147B1F10023E67DE089944F352_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_tF4E2861B8D2472D0096A77EF31A0B34F7BCF4DC9 * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_tF4E2861B8D2472D0096A77EF31A0B34F7BCF4DC9 * L_1 = p1; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_2 = (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_tF4E2861B8D2472D0096A77EF31A0B34F7BCF4DC9 * L_5 = p1; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_6 = (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_tF4E2861B8D2472D0096A77EF31A0B34F7BCF4DC9 * L_8 = p1; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_9 = (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_8->get_image_0(); NullCheck((Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_9); ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * L_10; L_10 = (( ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED * (*) (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED *)L_10); ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * L_12; L_12 = (( ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF * (*) (ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_tFA9A1263940B178971C824546FE7A9D12D4D37ED *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *)L_12); Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * L_13; L_13 = (( Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 * (*) (ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_tF04CD1DA1BC5BA03569A3D0C684083BC0A9F3CBF *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_tF4E2861B8D2472D0096A77EF31A0B34F7BCF4DC9 * L_15 = p1; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_16 = (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_tCBF422C99F1E033E60BB4E2FED60D2DC3B8128B3 L_18; L_18 = (( Buffer2DRegion_1_tCBF422C99F1E033E60BB4E2FED60D2DC3B8128B3 (*) (Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_t36E52DAAA1F54953D54A6A5238F2663FDC25C619 *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_tCBF422C99F1E033E60BB4E2FED60D2DC3B8128B3 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_t286AA3C7C10A20149648F3DF5F0C7562C060BEFC DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mE605F4FB4640E73FD3F63D30931444A5481B1D11_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t79826919804B21ACF1A7DCB2CC5860315D8C4797 * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t79826919804B21ACF1A7DCB2CC5860315D8C4797 * L_1 = p1; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_2 = (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t79826919804B21ACF1A7DCB2CC5860315D8C4797 * L_5 = p1; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_6 = (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t79826919804B21ACF1A7DCB2CC5860315D8C4797 * L_8 = p1; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_9 = (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_8->get_image_0(); NullCheck((Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_9); ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * L_10; L_10 = (( ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 * (*) (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 *)L_10); ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * L_12; L_12 = (( ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 * (*) (ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t2C190A7D2A1E8584E30E58F6F7ECDD08B1D43058 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *)L_12); Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * L_13; L_13 = (( Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 * (*) (ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_tAAC4AF9F4D2C44255EF2D1B9CDC988A2D2894DF4 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t79826919804B21ACF1A7DCB2CC5860315D8C4797 * L_15 = p1; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_16 = (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_t286AA3C7C10A20149648F3DF5F0C7562C060BEFC L_18; L_18 = (( Buffer2DRegion_1_t286AA3C7C10A20149648F3DF5F0C7562C060BEFC (*) (Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_t270B71A88CEBCE0833081D223FDAE78EB7900831 *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_t286AA3C7C10A20149648F3DF5F0C7562C060BEFC )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_tBC077D8FF79725BBD946828D60F41B183575E545 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_mB5C8BB444E250F666C880D7D4E90BD149FA224DD_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t267AD8DA7522912440FA1A2AA44DAF808414A944 * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t267AD8DA7522912440FA1A2AA44DAF808414A944 * L_1 = p1; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_2 = (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t267AD8DA7522912440FA1A2AA44DAF808414A944 * L_5 = p1; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_6 = (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t267AD8DA7522912440FA1A2AA44DAF808414A944 * L_8 = p1; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_9 = (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_8->get_image_0(); NullCheck((Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_9); ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * L_10; L_10 = (( ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 * (*) (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 *)L_10); ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * L_12; L_12 = (( ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 * (*) (ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t42CEE90BFA8F78FD6C65F543774F7B2437081B87 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *)L_12); Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * L_13; L_13 = (( Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A * (*) (ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_tEB7DCC9B092501D7D050D013B712B1E50563D4A0 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t267AD8DA7522912440FA1A2AA44DAF808414A944 * L_15 = p1; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_16 = (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_tBC077D8FF79725BBD946828D60F41B183575E545 L_18; L_18 = (( Buffer2DRegion_1_tBC077D8FF79725BBD946828D60F41B183575E545 (*) (Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_t87DC43003CA76CB1FED5F51A18DD141DF991B14A *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_tBC077D8FF79725BBD946828D60F41B183575E545 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_t30A781A0542C4B1F5F47BA677B918778298A582A DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m9E71C18F736C2C9197D2ADEB24FFF3D264E1CA52_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t100312EF5D32AF95EBA6FA1CA27AF9EA16DB1CAC * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t100312EF5D32AF95EBA6FA1CA27AF9EA16DB1CAC * L_1 = p1; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_2 = (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t100312EF5D32AF95EBA6FA1CA27AF9EA16DB1CAC * L_5 = p1; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_6 = (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t100312EF5D32AF95EBA6FA1CA27AF9EA16DB1CAC * L_8 = p1; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_9 = (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_8->get_image_0(); NullCheck((Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_9); ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * L_10; L_10 = (( ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 * (*) (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 *)L_10); ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * L_12; L_12 = (( ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF * (*) (ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_tB5AE63BBDE3ECD88E0C359BB58CB7ADAF2F24890 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *)L_12); Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * L_13; L_13 = (( Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 * (*) (ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_t75C556D67DCE70F33AD00718215CE82DE8167DAF *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t100312EF5D32AF95EBA6FA1CA27AF9EA16DB1CAC * L_15 = p1; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_16 = (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_t30A781A0542C4B1F5F47BA677B918778298A582A L_18; L_18 = (( Buffer2DRegion_1_t30A781A0542C4B1F5F47BA677B918778298A582A (*) (Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_t7120E531FE75EEC960E0F4A5E3C112B496C293C8 *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_t30A781A0542C4B1F5F47BA677B918778298A582A )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_tB27F4D746042766002430A353359E26C29120D47 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m52F7E5B65BFBA5B9D96F9E895A2CFA8D566ABB82_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t974EF03BBD16D32874915ED00082D245E06E111E * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t974EF03BBD16D32874915ED00082D245E06E111E * L_1 = p1; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_2 = (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t974EF03BBD16D32874915ED00082D245E06E111E * L_5 = p1; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_6 = (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t974EF03BBD16D32874915ED00082D245E06E111E * L_8 = p1; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_9 = (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_8->get_image_0(); NullCheck((Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_9); ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * L_10; L_10 = (( ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 * (*) (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 *)L_10); ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * L_12; L_12 = (( ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 * (*) (ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t2135ABF5423F9978568A7259B9F811FAE1DF9091 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *)L_12); Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * L_13; L_13 = (( Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 * (*) (ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_t51F4B2A26659C7533F4C2BE85694A7B854B771F6 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t974EF03BBD16D32874915ED00082D245E06E111E * L_15 = p1; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_16 = (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_tB27F4D746042766002430A353359E26C29120D47 L_18; L_18 = (( Buffer2DRegion_1_tB27F4D746042766002430A353359E26C29120D47 (*) (Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_t5727501E0B6B43944B370BE1A9DEAC2BA8B83A70 *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_tB27F4D746042766002430A353359E26C29120D47 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_t66D170E51FC3DFDDEDBB1E021DD5FD35308CE346 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m47C73ABC01EFF3690B74D29E07454F4B57E9DCEE_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t839F48AF5166D0847CDA0BE538AAB6A0E7C1D539 * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t839F48AF5166D0847CDA0BE538AAB6A0E7C1D539 * L_1 = p1; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_2 = (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t839F48AF5166D0847CDA0BE538AAB6A0E7C1D539 * L_5 = p1; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_6 = (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t839F48AF5166D0847CDA0BE538AAB6A0E7C1D539 * L_8 = p1; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_9 = (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_8->get_image_0(); NullCheck((Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_9); ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * L_10; L_10 = (( ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB * (*) (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB *)L_10); ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * L_12; L_12 = (( ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 * (*) (ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t96DFB1CBF74FD03FB3B0161D50E6CD99D6641DFB *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *)L_12); Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * L_13; L_13 = (( Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 * (*) (ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_t8C8C6C527599138DD365566E8F6692759F0705E3 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t839F48AF5166D0847CDA0BE538AAB6A0E7C1D539 * L_15 = p1; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_16 = (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_t66D170E51FC3DFDDEDBB1E021DD5FD35308CE346 L_18; L_18 = (( Buffer2DRegion_1_t66D170E51FC3DFDDEDBB1E021DD5FD35308CE346 (*) (Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_t54F098A6E04D7928C3BA525A932F9C3480990F16 *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_t66D170E51FC3DFDDEDBB1E021DD5FD35308CE346 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_t15F04655E6BC0244D89922C24FAEAFB2F6CF5D0D DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_mFF4959BD25F449CEF5580D39B559DA938A3D30A1_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t51721789DC3593BD22D09742A1526FD90FDD4CE2 * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t51721789DC3593BD22D09742A1526FD90FDD4CE2 * L_1 = p1; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_2 = (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t51721789DC3593BD22D09742A1526FD90FDD4CE2 * L_5 = p1; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_6 = (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t51721789DC3593BD22D09742A1526FD90FDD4CE2 * L_8 = p1; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_9 = (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_8->get_image_0(); NullCheck((Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_9); ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * L_10; L_10 = (( ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 * (*) (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 *)L_10); ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * L_12; L_12 = (( ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 * (*) (ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t5B7FAABEDC17948B635123F1597DD87F48795CD0 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *)L_12); Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * L_13; L_13 = (( Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 * (*) (ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_t4E354DB7525928428CE63F2EBF5921CF1597D0B5 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t51721789DC3593BD22D09742A1526FD90FDD4CE2 * L_15 = p1; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_16 = (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_t15F04655E6BC0244D89922C24FAEAFB2F6CF5D0D L_18; L_18 = (( Buffer2DRegion_1_t15F04655E6BC0244D89922C24FAEAFB2F6CF5D0D (*) (Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_t724D9F68649C3AC6B74B18CD4ED6B339A3FAD546 *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_t15F04655E6BC0244D89922C24FAEAFB2F6CF5D0D )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_tA442AF11B924DBF23B7A1CB457F370DBDB5607D0 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m9858578A75194E8AD032F138E0DCE3AB5C704474_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_tE097B1511A69D8D7A8A282100CF34382326E6B32 * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_tE097B1511A69D8D7A8A282100CF34382326E6B32 * L_1 = p1; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_2 = (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_tE097B1511A69D8D7A8A282100CF34382326E6B32 * L_5 = p1; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_6 = (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_tE097B1511A69D8D7A8A282100CF34382326E6B32 * L_8 = p1; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_9 = (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_8->get_image_0(); NullCheck((Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_9); ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * L_10; L_10 = (( ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 * (*) (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 *)L_10); ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * L_12; L_12 = (( ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 * (*) (ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_tFBBFA86D327C97C133307B000D27F339FFAD8728 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *)L_12); Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * L_13; L_13 = (( Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 * (*) (ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_tB06348F5029B1E0D9B6BD2026057029EB4937813 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_tE097B1511A69D8D7A8A282100CF34382326E6B32 * L_15 = p1; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_16 = (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_tA442AF11B924DBF23B7A1CB457F370DBDB5607D0 L_18; L_18 = (( Buffer2DRegion_1_tA442AF11B924DBF23B7A1CB457F370DBDB5607D0 (*) (Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_tB415BD65A14BA9DD716A2F0DECEF377D24CCFAF3 *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_tA442AF11B924DBF23B7A1CB457F370DBDB5607D0 )L_18; } } // SixLabors.ImageSharp.Memory.Buffer2DRegion`1 SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::g__GetRow|9_0(System.Int32,SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy/<>c__DisplayClass9_0`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Buffer2DRegion_1_t829DF5279EDF709121F3FAC64C8ABAC8123DA368 DefaultPixelSamplingStrategy_U3CEnumeratePixelRegionsU3Eg__GetRowU7C9_0_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m61B702D585DB20E71BC994FC3ED707BA02F8A9F2_gshared (int32_t ___pos0, U3CU3Ec__DisplayClass9_0_1_t0027C45FC5E1C1FB28A221E629D1101383272E32 * p1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t0027C45FC5E1C1FB28A221E629D1101383272E32 * L_1 = p1; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_2 = (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_1->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2); int32_t L_3; L_3 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_2, /*hidden argument*/NULL); V_0 = (int32_t)((int32_t)((int32_t)L_0/(int32_t)L_3)); int32_t L_4 = ___pos0; U3CU3Ec__DisplayClass9_0_1_t0027C45FC5E1C1FB28A221E629D1101383272E32 * L_5 = p1; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_6 = (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_5->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6); int32_t L_7; L_7 = Image_get_Height_m69D68D5963B2EF5806A62FE645340E325FA9D981((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_6, /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)((int32_t)L_4%(int32_t)L_7)); U3CU3Ec__DisplayClass9_0_1_t0027C45FC5E1C1FB28A221E629D1101383272E32 * L_8 = p1; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_9 = (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_8->get_image_0(); NullCheck((Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_9); ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * L_10; L_10 = (( ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 * (*) (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_11 = V_0; NullCheck((ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 *)L_10); ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * L_12; L_12 = (( ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB * (*) (ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ImageFrameCollection_1_t74065B39CC6E717552686CDC9CB4F6D9760B61B4 *)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *)L_12); Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * L_13; L_13 = (( Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C * (*) (ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ImageFrame_1_tA3A0605CA8C4FC2F2A45A58BBB5858C77DF6F1CB *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_14 = V_1; U3CU3Ec__DisplayClass9_0_1_t0027C45FC5E1C1FB28A221E629D1101383272E32 * L_15 = p1; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_16 = (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_15->get_image_0(); NullCheck((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16); int32_t L_17; L_17 = Image_get_Width_m9B177509BE941DED34096F39301132273F427CA5((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_16, /*hidden argument*/NULL); Buffer2DRegion_1_t829DF5279EDF709121F3FAC64C8ABAC8123DA368 L_18; L_18 = (( Buffer2DRegion_1_t829DF5279EDF709121F3FAC64C8ABAC8123DA368 (*) (Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((Buffer2D_1_tBF7F8C182D520FF2D40DC131A88DF2FF04CBDA4C *)L_13, (int32_t)0, (int32_t)L_14, (int32_t)L_17, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Buffer2DRegion_1_t829DF5279EDF709121F3FAC64C8ABAC8123DA368 )L_18; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mA369F8005B0802957C49A6E29AE4A61BB6D54974_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219 * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219 *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219 * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219 *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219 * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_t02BD4A2B1CB4D269AF94B4BFA40417D9A389A219 *)L_1; Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m4A93B920DC4D255D1E81BA820928344079C7DFC3_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586 * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586 *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586 * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586 *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586 * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_tF4333A2758C0AF30480F3DD15E2B8EB6E84FB586 *)L_1; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m138F0104714EFCF640993B2B6673D8A8026F585A_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_tE3B8057356F45776CA54FD5EBE3A1F0E715CEBDA *)L_1; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m2BB919437CC9FBD4F171C34F3FC923F4F51423BD_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3 * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3 *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3 * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3 *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3 * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_t0E70DE7F742A1AF0646522A0AA9557329BB798E3 *)L_1; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m5DD2FB5840A4B72C7E0CF3F059F5BBEBAF958D81_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_t16B855EBE2D81DCF562D3AE886F3F62FD9D2A1EE *)L_1; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_m726FA23D0F8EACC306893A58B0E603CD2451BF6C_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49 * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49 *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49 * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49 *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49 * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_t6F599AFAF0695A7386C8E87D6E8F84E4A9E1CC49 *)L_1; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m5B15F88BB0A5734973F2245F91AA782C4E120BD8_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_t21EE2B4F448D12554867BC73C78C97EEDD3D440A *)L_1; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m2B26758D3944D4182E86F622857B9C1CBE29B51E_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000 * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000 *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000 * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000 *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000 * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_tF0A24C0532280AA97699B97E186B2672F2EC6000 *)L_1; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m2989C840DB2F604C9AFCB21FAD69FB418673CFFA_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_t68A92621098AA3E5FB9859B2B95A09C690180F3B *)L_1; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m8697B4F24BD9A5B13CDD096174D6C9E9CEE156C1_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6 * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6 *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6 * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6 *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6 * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_tD42AC3F264A1455F2D2F27A36921015ADBD4C9F6 *)L_1; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_mA632250BC7D003EE2EA62740772668B492CE9352_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6 * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6 *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6 * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6 *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6 * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_tF2FA290B3174B757B8DE01D7EB14AA1A5699CFF6 *)L_1; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m32106F6A06F1BC0E365641CA57A207C7EF6E679C_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2 * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2 *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2 * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2 *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2 * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_tD2A6EAF5900030AFDCD56CDD37F9D2FFF6E616D2 *)L_1; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m3E85E71EC82906FE62AEAAE81ED1EE298928A234_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_t3B8AF6C7E94DEAC45AB1966BE4B800DB4389ACCC *)L_1; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m7B2EDEA6AC040484092AC88F69BC870DF783E69C_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86 * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86 *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86 * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86 *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86 * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_t97B73318514E8945F2F2D0BCF33038144F4B3F86 *)L_1; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_m50675B46DBF8714CBE4A817125E54AA333200389_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2 * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2 *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2 * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2 *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2 * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_tD0D2423685DD434426622E164F45AFDED1B04EB2 *)L_1; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m3AB837AADFA61D7741F8EFF985AF6794269E70C9_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_t632ADE42C1D2C742E65254493F676021B8CC94FA *)L_1; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mBF7C33C1A24A03F9D7145D0AD82846345188255E_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32 * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32 *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32 * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32 *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32 * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_t393A0676D95D4AB9D8A8C934C281B19D154D9B32 *)L_1; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_mD72C3784C75AFBC8D9A58972EB35CA9D16E0B68E_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_tEA81FEC8DFE2F53A3C1A13CC50F6766522A9C0EE *)L_1; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_mC325DA21BD629DA1D477B7AAFF780F72812EE14E_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2 * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2 *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2 * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2 *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2 * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_t3075EE4A68AC76B51A0CAC0E2F1C157B2906EAE2 *)L_1; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_m802144B72933DA0BB006C7FA32C91F7DABF19666_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_tCFE3ED88CAD67725EA38C38BBF4D9A51C5029DEE *)L_1; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m55F608F612BD1E2144B7907B07559DB3534A5AE9_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_t1AC3E6EB1B3BE19C83FEE4FE5B9D500346077BCE *)L_1; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m76ACEF2C3F7CEC1BCD32E408A1D9E6845624CE3F_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_t82A8D0ECE142CB26B272B8A4606AA5D5972BFB9B *)L_1; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m8EC11B87D03AE606E8D803479CDF071FBB6216E7_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81 * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81 *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81 * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81 *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81 * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_t53848CF31448249CEF7A220AE9790F82C8E70B81 *)L_1; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m43DE20A79679C7766C0544C0580FCA6D9B3FEF1C_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62 * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62 *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62 * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62 *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62 * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_tFB1C78E796626D3A5237ACEE308AEF27598F4A62 *)L_1; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m67D240290F1D4613009FDE2AFB0FAE52AABD9F78_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_tA2A88D83CADB0AB27B79801091A5C7CEFC1393FC *)L_1; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m9232188155DBCD01A983DB052F7272F049A90393_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_tE82B9F40A906C8A1ACE971D0486485B1AE7E006B *)L_1; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_mD5982262EB89C78E1F325C4960B3D590250A4BB8_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_t3B20CA95BD5A494499B33391A5E3546616D0623F *)L_1; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m098E8E1632C46105BC520EC7F2573A3E12E2B7EB_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74 * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74 *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74 * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74 *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74 * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_t9EA1C1CA3DA3B31A2087FB87F5956174A98FFD74 *)L_1; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Collections.Generic.IEnumerable`1> SixLabors.ImageSharp.Processing.Processors.Quantization.DefaultPixelSamplingStrategy::EnumeratePixelRegions(SixLabors.ImageSharp.Image`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultPixelSamplingStrategy_EnumeratePixelRegions_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m307E00114223E6558EDC31B1D343CA01E231B833_gshared (DefaultPixelSamplingStrategy_t8FAC704F20EB309B7185B433C787D861AB5FCC5D * __this, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___image0, const RuntimeMethod* method) { { U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7 * L_0 = (U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7 *, 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)); U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7 * L_1 = (U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7 *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_5(__this); U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7 * L_2 = (U3CEnumeratePixelRegionsU3Ed__9_1_t01FEAF8797F5A576A8EDD86FA0DDA64338B550F7 *)L_1; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_3 = ___image0; NullCheck(L_2); L_2->set_U3CU3E3__image_4(L_3); return (RuntimeObject*)L_2; } } // System.Void DeviceMgr::CacheDeviceConfig() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceMgr_CacheDeviceConfig_TisRuntimeObject_mE604DA650AA8D267C28DB130F6BA5DAE93C16F55_gshared (DeviceMgr_t14A09148F5A2D3E8A7DC1F3CC411D47982F5C4AD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD * V_0 = NULL; { // DeviceConfig deviceConfig = System.Activator.CreateInstance(); RuntimeObject * L_0; L_0 = (( RuntimeObject * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD *)L_0; // deviceConfigs.Add(deviceConfig.id, deviceConfig); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)__this->get_deviceConfigs_1(); DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD * L_2 = V_0; NullCheck(L_2); int32_t L_3 = (int32_t)L_2->get_id_0(); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_4); DeviceConfig_t7BA96829092735A4493D9BCCDCACF04B716A49DD * L_6 = V_0; NullCheck((Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)L_1); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)L_1, (RuntimeObject *)L_5, (RuntimeObject *)L_6); // } return; } } // T UnityEngine.Networking.DownloadHandler::GetCheckedDownloader(UnityEngine.Networking.UnityWebRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DownloadHandler_GetCheckedDownloader_TisRuntimeObject_m2D2C6F2363E675CF974BA7C74AC672826A9F191F_gshared (UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___www0, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; bool V_2 = false; RuntimeObject * V_3 = NULL; { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_0 = ___www0; V_0 = (bool)((((RuntimeObject*)(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0014; } } { NullReferenceException_t44B4F3CDE3111E74591952B8BE8707B28866D724 * L_2 = (NullReferenceException_t44B4F3CDE3111E74591952B8BE8707B28866D724 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullReferenceException_t44B4F3CDE3111E74591952B8BE8707B28866D724_il2cpp_TypeInfo_var))); NullReferenceException__ctor_mF1733893E10358B400E817297D686A48AB3FB7B3(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3B01345B07DE11553F96CC4FAB3DF6770B34BD68)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DownloadHandler_GetCheckedDownloader_TisRuntimeObject_m2D2C6F2363E675CF974BA7C74AC672826A9F191F_RuntimeMethod_var))); } IL_0014: { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_3 = ___www0; NullCheck((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)L_3); bool L_4; L_4 = UnityWebRequest_get_isDone_mF8C92D10767B80877BCFE6D119CBE9090ACCDFBD((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)L_3, /*hidden argument*/NULL); V_1 = (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0); bool L_5 = V_1; if (!L_5) { goto IL_002c; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_6 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_6, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral770A129476A73AAD6274B42460A3EA34BABCB4D3)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DownloadHandler_GetCheckedDownloader_TisRuntimeObject_m2D2C6F2363E675CF974BA7C74AC672826A9F191F_RuntimeMethod_var))); } IL_002c: { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_7 = ___www0; NullCheck((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)L_7); int32_t L_8; L_8 = UnityWebRequest_get_result_m4E9272AB25BD5CE7B927F4B1873763510476BDC6((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)L_7, /*hidden argument*/NULL); V_2 = (bool)((((int32_t)L_8) == ((int32_t)3))? 1 : 0); bool L_9 = V_2; if (!L_9) { goto IL_0045; } } { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_10 = ___www0; NullCheck((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)L_10); String_t* L_11; L_11 = UnityWebRequest_get_error_m32B69D2365C1FE2310B5936C7C295B71A92CC2B4((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)L_10, /*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*)&DownloadHandler_GetCheckedDownloader_TisRuntimeObject_m2D2C6F2363E675CF974BA7C74AC672826A9F191F_RuntimeMethod_var))); } IL_0045: { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_13 = ___www0; NullCheck((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)L_13); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_14; L_14 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)L_13, /*hidden argument*/NULL); V_3 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_14, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); goto IL_0053; } IL_0053: { RuntimeObject * L_15 = V_3; return (RuntimeObject *)L_15; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m1CCAA65C1B51626FD9E774AE94D7D2C384B3D664_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_tF09FE0E7C3EB0D526F109BD87FB29B601D07C3E1 * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_tF09FE0E7C3EB0D526F109BD87FB29B601D07C3E1 * L_3 = (ProcessorFactoryVisitor_1_tF09FE0E7C3EB0D526F109BD87FB29B601D07C3E1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_tF09FE0E7C3EB0D526F109BD87FB29B601D07C3E1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_tF09FE0E7C3EB0D526F109BD87FB29B601D07C3E1 *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tF09FE0E7C3EB0D526F109BD87FB29B601D07C3E1 * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tF09FE0E7C3EB0D526F109BD87FB29B601D07C3E1 * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_tF09FE0E7C3EB0D526F109BD87FB29B601D07C3E1 *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_tF09FE0E7C3EB0D526F109BD87FB29B601D07C3E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_tF09FE0E7C3EB0D526F109BD87FB29B601D07C3E1 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mD5CF02A07995D3CBED72E4F36B414CB622FA8A08_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_tC51B3A547C0C96F97640EBC6B66B463C725255AF * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_tC51B3A547C0C96F97640EBC6B66B463C725255AF * L_3 = (ProcessorFactoryVisitor_1_tC51B3A547C0C96F97640EBC6B66B463C725255AF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_tC51B3A547C0C96F97640EBC6B66B463C725255AF *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_tC51B3A547C0C96F97640EBC6B66B463C725255AF *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tC51B3A547C0C96F97640EBC6B66B463C725255AF * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tC51B3A547C0C96F97640EBC6B66B463C725255AF * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_tC51B3A547C0C96F97640EBC6B66B463C725255AF *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_tC51B3A547C0C96F97640EBC6B66B463C725255AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_tC51B3A547C0C96F97640EBC6B66B463C725255AF *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mB695BD82419617B761C90521B1517C7CF4030F6D_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_t7DE4C475F6E10B217AF8BCFB3BF73F58B9A06BD6 * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_t7DE4C475F6E10B217AF8BCFB3BF73F58B9A06BD6 * L_3 = (ProcessorFactoryVisitor_1_t7DE4C475F6E10B217AF8BCFB3BF73F58B9A06BD6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_t7DE4C475F6E10B217AF8BCFB3BF73F58B9A06BD6 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_t7DE4C475F6E10B217AF8BCFB3BF73F58B9A06BD6 *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t7DE4C475F6E10B217AF8BCFB3BF73F58B9A06BD6 * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t7DE4C475F6E10B217AF8BCFB3BF73F58B9A06BD6 * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_t7DE4C475F6E10B217AF8BCFB3BF73F58B9A06BD6 *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_t7DE4C475F6E10B217AF8BCFB3BF73F58B9A06BD6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_t7DE4C475F6E10B217AF8BCFB3BF73F58B9A06BD6 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m7386D2CC84C1065D8F8847652915A1407A596BA7_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_t4BAC2F03B4B068EF35CFA697AA52BA7F7CB500A1 * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_t4BAC2F03B4B068EF35CFA697AA52BA7F7CB500A1 * L_3 = (ProcessorFactoryVisitor_1_t4BAC2F03B4B068EF35CFA697AA52BA7F7CB500A1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_t4BAC2F03B4B068EF35CFA697AA52BA7F7CB500A1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_t4BAC2F03B4B068EF35CFA697AA52BA7F7CB500A1 *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t4BAC2F03B4B068EF35CFA697AA52BA7F7CB500A1 * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t4BAC2F03B4B068EF35CFA697AA52BA7F7CB500A1 * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_t4BAC2F03B4B068EF35CFA697AA52BA7F7CB500A1 *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_t4BAC2F03B4B068EF35CFA697AA52BA7F7CB500A1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_t4BAC2F03B4B068EF35CFA697AA52BA7F7CB500A1 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_mB310853FB15DCF8F2CE889A81FF201FB75DCC2D0_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_t97B3CA5E88FF666960542B7A0A1D293DB17A7A27 * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_t97B3CA5E88FF666960542B7A0A1D293DB17A7A27 * L_3 = (ProcessorFactoryVisitor_1_t97B3CA5E88FF666960542B7A0A1D293DB17A7A27 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_t97B3CA5E88FF666960542B7A0A1D293DB17A7A27 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_t97B3CA5E88FF666960542B7A0A1D293DB17A7A27 *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t97B3CA5E88FF666960542B7A0A1D293DB17A7A27 * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t97B3CA5E88FF666960542B7A0A1D293DB17A7A27 * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_t97B3CA5E88FF666960542B7A0A1D293DB17A7A27 *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_t97B3CA5E88FF666960542B7A0A1D293DB17A7A27 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_t97B3CA5E88FF666960542B7A0A1D293DB17A7A27 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mB38E136A1BE818714B6D18F88AB2618078FE712D_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_tE975752C2DEF860CC16BDC9D2EF01328393B5B43 * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_tE975752C2DEF860CC16BDC9D2EF01328393B5B43 * L_3 = (ProcessorFactoryVisitor_1_tE975752C2DEF860CC16BDC9D2EF01328393B5B43 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_tE975752C2DEF860CC16BDC9D2EF01328393B5B43 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_tE975752C2DEF860CC16BDC9D2EF01328393B5B43 *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tE975752C2DEF860CC16BDC9D2EF01328393B5B43 * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tE975752C2DEF860CC16BDC9D2EF01328393B5B43 * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_tE975752C2DEF860CC16BDC9D2EF01328393B5B43 *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_tE975752C2DEF860CC16BDC9D2EF01328393B5B43 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_tE975752C2DEF860CC16BDC9D2EF01328393B5B43 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_mB79F01D0A772D3F6940F8FA60F3183F1F59FC37E_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_t8F4085AFBAA553E900043219E1090A9E37185DF3 * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_t8F4085AFBAA553E900043219E1090A9E37185DF3 * L_3 = (ProcessorFactoryVisitor_1_t8F4085AFBAA553E900043219E1090A9E37185DF3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_t8F4085AFBAA553E900043219E1090A9E37185DF3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_t8F4085AFBAA553E900043219E1090A9E37185DF3 *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t8F4085AFBAA553E900043219E1090A9E37185DF3 * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t8F4085AFBAA553E900043219E1090A9E37185DF3 * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_t8F4085AFBAA553E900043219E1090A9E37185DF3 *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_t8F4085AFBAA553E900043219E1090A9E37185DF3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_t8F4085AFBAA553E900043219E1090A9E37185DF3 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m8B7D4B290602F6D003DDC784563D1C13EC30628C_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_tA0F5CB07C9B2FF97567527AE4FB0332A294D3CEF * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_tA0F5CB07C9B2FF97567527AE4FB0332A294D3CEF * L_3 = (ProcessorFactoryVisitor_1_tA0F5CB07C9B2FF97567527AE4FB0332A294D3CEF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_tA0F5CB07C9B2FF97567527AE4FB0332A294D3CEF *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_tA0F5CB07C9B2FF97567527AE4FB0332A294D3CEF *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tA0F5CB07C9B2FF97567527AE4FB0332A294D3CEF * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tA0F5CB07C9B2FF97567527AE4FB0332A294D3CEF * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_tA0F5CB07C9B2FF97567527AE4FB0332A294D3CEF *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_tA0F5CB07C9B2FF97567527AE4FB0332A294D3CEF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_tA0F5CB07C9B2FF97567527AE4FB0332A294D3CEF *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m8E11E1736F6A481705360F0ACDBDE4C073D12A9D_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_t1AA1FA37E09C29C7334D64B44415EC83E1A37F5A * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_t1AA1FA37E09C29C7334D64B44415EC83E1A37F5A * L_3 = (ProcessorFactoryVisitor_1_t1AA1FA37E09C29C7334D64B44415EC83E1A37F5A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_t1AA1FA37E09C29C7334D64B44415EC83E1A37F5A *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_t1AA1FA37E09C29C7334D64B44415EC83E1A37F5A *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t1AA1FA37E09C29C7334D64B44415EC83E1A37F5A * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t1AA1FA37E09C29C7334D64B44415EC83E1A37F5A * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_t1AA1FA37E09C29C7334D64B44415EC83E1A37F5A *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_t1AA1FA37E09C29C7334D64B44415EC83E1A37F5A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_t1AA1FA37E09C29C7334D64B44415EC83E1A37F5A *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m5FEDEB4C7D70EE80BD6D5BFF1B25346CC283DCF5_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_tE65B2CCD8E493BC558F5735D9490B349797001DD * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_tE65B2CCD8E493BC558F5735D9490B349797001DD * L_3 = (ProcessorFactoryVisitor_1_tE65B2CCD8E493BC558F5735D9490B349797001DD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_tE65B2CCD8E493BC558F5735D9490B349797001DD *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_tE65B2CCD8E493BC558F5735D9490B349797001DD *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tE65B2CCD8E493BC558F5735D9490B349797001DD * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tE65B2CCD8E493BC558F5735D9490B349797001DD * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_tE65B2CCD8E493BC558F5735D9490B349797001DD *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_tE65B2CCD8E493BC558F5735D9490B349797001DD *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_tE65B2CCD8E493BC558F5735D9490B349797001DD *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m8A0C0618DE4FF6DC647554EB17B0F0B1619FEABF_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_t3BC6C559F54B768C81D46A056FDBEDC9115407B8 * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_t3BC6C559F54B768C81D46A056FDBEDC9115407B8 * L_3 = (ProcessorFactoryVisitor_1_t3BC6C559F54B768C81D46A056FDBEDC9115407B8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_t3BC6C559F54B768C81D46A056FDBEDC9115407B8 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_t3BC6C559F54B768C81D46A056FDBEDC9115407B8 *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t3BC6C559F54B768C81D46A056FDBEDC9115407B8 * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t3BC6C559F54B768C81D46A056FDBEDC9115407B8 * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_t3BC6C559F54B768C81D46A056FDBEDC9115407B8 *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_t3BC6C559F54B768C81D46A056FDBEDC9115407B8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_t3BC6C559F54B768C81D46A056FDBEDC9115407B8 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m9C46A9A3F67BF7B98A528966D267B564BD833D36_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_tA92E3D3E6C526A07000D0CBA2AED255F1B70A38D * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_tA92E3D3E6C526A07000D0CBA2AED255F1B70A38D * L_3 = (ProcessorFactoryVisitor_1_tA92E3D3E6C526A07000D0CBA2AED255F1B70A38D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_tA92E3D3E6C526A07000D0CBA2AED255F1B70A38D *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_tA92E3D3E6C526A07000D0CBA2AED255F1B70A38D *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tA92E3D3E6C526A07000D0CBA2AED255F1B70A38D * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tA92E3D3E6C526A07000D0CBA2AED255F1B70A38D * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_tA92E3D3E6C526A07000D0CBA2AED255F1B70A38D *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_tA92E3D3E6C526A07000D0CBA2AED255F1B70A38D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_tA92E3D3E6C526A07000D0CBA2AED255F1B70A38D *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m629128D27B884D14D52F2CE14640D2FC1C124215_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_t3A916BBEEA5FE7D677240B817A30834838DA0787 * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_t3A916BBEEA5FE7D677240B817A30834838DA0787 * L_3 = (ProcessorFactoryVisitor_1_t3A916BBEEA5FE7D677240B817A30834838DA0787 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_t3A916BBEEA5FE7D677240B817A30834838DA0787 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_t3A916BBEEA5FE7D677240B817A30834838DA0787 *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t3A916BBEEA5FE7D677240B817A30834838DA0787 * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t3A916BBEEA5FE7D677240B817A30834838DA0787 * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_t3A916BBEEA5FE7D677240B817A30834838DA0787 *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_t3A916BBEEA5FE7D677240B817A30834838DA0787 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_t3A916BBEEA5FE7D677240B817A30834838DA0787 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_mAE881A8DA88708EB848700560830D60C78CCD15B_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_t7FC79BCA1D1CA12E71DB6123DB3ACCC2D3AE8C94 * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_t7FC79BCA1D1CA12E71DB6123DB3ACCC2D3AE8C94 * L_3 = (ProcessorFactoryVisitor_1_t7FC79BCA1D1CA12E71DB6123DB3ACCC2D3AE8C94 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_t7FC79BCA1D1CA12E71DB6123DB3ACCC2D3AE8C94 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_t7FC79BCA1D1CA12E71DB6123DB3ACCC2D3AE8C94 *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t7FC79BCA1D1CA12E71DB6123DB3ACCC2D3AE8C94 * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t7FC79BCA1D1CA12E71DB6123DB3ACCC2D3AE8C94 * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_t7FC79BCA1D1CA12E71DB6123DB3ACCC2D3AE8C94 *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_t7FC79BCA1D1CA12E71DB6123DB3ACCC2D3AE8C94 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_t7FC79BCA1D1CA12E71DB6123DB3ACCC2D3AE8C94 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_m17BC2649B03AEBF9EF5521298F9235868D45D5BD_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_t5ED266234B81839F44E2000E1572F5CA797DD2E1 * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_t5ED266234B81839F44E2000E1572F5CA797DD2E1 * L_3 = (ProcessorFactoryVisitor_1_t5ED266234B81839F44E2000E1572F5CA797DD2E1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_t5ED266234B81839F44E2000E1572F5CA797DD2E1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_t5ED266234B81839F44E2000E1572F5CA797DD2E1 *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t5ED266234B81839F44E2000E1572F5CA797DD2E1 * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t5ED266234B81839F44E2000E1572F5CA797DD2E1 * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_t5ED266234B81839F44E2000E1572F5CA797DD2E1 *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_t5ED266234B81839F44E2000E1572F5CA797DD2E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_t5ED266234B81839F44E2000E1572F5CA797DD2E1 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m153F8732E1F0C7C0FBF9A42374ACA5C1FA5F198F_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_t630CC8EE3DE97F2F901CBC97C0920B3A7F59C61E * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_t630CC8EE3DE97F2F901CBC97C0920B3A7F59C61E * L_3 = (ProcessorFactoryVisitor_1_t630CC8EE3DE97F2F901CBC97C0920B3A7F59C61E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_t630CC8EE3DE97F2F901CBC97C0920B3A7F59C61E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_t630CC8EE3DE97F2F901CBC97C0920B3A7F59C61E *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t630CC8EE3DE97F2F901CBC97C0920B3A7F59C61E * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t630CC8EE3DE97F2F901CBC97C0920B3A7F59C61E * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_t630CC8EE3DE97F2F901CBC97C0920B3A7F59C61E *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_t630CC8EE3DE97F2F901CBC97C0920B3A7F59C61E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_t630CC8EE3DE97F2F901CBC97C0920B3A7F59C61E *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_m4020A8D83D0EE60BD80F42F9C42E107F6C540AC2_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_tDF8308FDD519E8DC1CA6BD59F18424E9CA3FDB95 * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_tDF8308FDD519E8DC1CA6BD59F18424E9CA3FDB95 * L_3 = (ProcessorFactoryVisitor_1_tDF8308FDD519E8DC1CA6BD59F18424E9CA3FDB95 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_tDF8308FDD519E8DC1CA6BD59F18424E9CA3FDB95 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_tDF8308FDD519E8DC1CA6BD59F18424E9CA3FDB95 *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tDF8308FDD519E8DC1CA6BD59F18424E9CA3FDB95 * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tDF8308FDD519E8DC1CA6BD59F18424E9CA3FDB95 * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_tDF8308FDD519E8DC1CA6BD59F18424E9CA3FDB95 *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_tDF8308FDD519E8DC1CA6BD59F18424E9CA3FDB95 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_tDF8308FDD519E8DC1CA6BD59F18424E9CA3FDB95 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_mBFF8C11C735A26A427C6CE505C2F3B271482F98C_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_t9041563E880E541D50B95139BF3999CD5702D2D9 * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_t9041563E880E541D50B95139BF3999CD5702D2D9 * L_3 = (ProcessorFactoryVisitor_1_t9041563E880E541D50B95139BF3999CD5702D2D9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_t9041563E880E541D50B95139BF3999CD5702D2D9 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_t9041563E880E541D50B95139BF3999CD5702D2D9 *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t9041563E880E541D50B95139BF3999CD5702D2D9 * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t9041563E880E541D50B95139BF3999CD5702D2D9 * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_t9041563E880E541D50B95139BF3999CD5702D2D9 *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_t9041563E880E541D50B95139BF3999CD5702D2D9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_t9041563E880E541D50B95139BF3999CD5702D2D9 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m75552F64C5AFEFFD4E8BFDDBA1C3C0CF9705A322_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_t39DB0B9AE02E1A2AB80BEAA3D6532E1CECB867E4 * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_t39DB0B9AE02E1A2AB80BEAA3D6532E1CECB867E4 * L_3 = (ProcessorFactoryVisitor_1_t39DB0B9AE02E1A2AB80BEAA3D6532E1CECB867E4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_t39DB0B9AE02E1A2AB80BEAA3D6532E1CECB867E4 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_t39DB0B9AE02E1A2AB80BEAA3D6532E1CECB867E4 *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t39DB0B9AE02E1A2AB80BEAA3D6532E1CECB867E4 * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t39DB0B9AE02E1A2AB80BEAA3D6532E1CECB867E4 * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_t39DB0B9AE02E1A2AB80BEAA3D6532E1CECB867E4 *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_t39DB0B9AE02E1A2AB80BEAA3D6532E1CECB867E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_t39DB0B9AE02E1A2AB80BEAA3D6532E1CECB867E4 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mABE97D5237002CFF406B3AACCB20EABCE177CDF9_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_tED749167CC93D5B6096BAE8ABD55EE60FABA7F73 * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_tED749167CC93D5B6096BAE8ABD55EE60FABA7F73 * L_3 = (ProcessorFactoryVisitor_1_tED749167CC93D5B6096BAE8ABD55EE60FABA7F73 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_tED749167CC93D5B6096BAE8ABD55EE60FABA7F73 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_tED749167CC93D5B6096BAE8ABD55EE60FABA7F73 *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tED749167CC93D5B6096BAE8ABD55EE60FABA7F73 * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tED749167CC93D5B6096BAE8ABD55EE60FABA7F73 * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_tED749167CC93D5B6096BAE8ABD55EE60FABA7F73 *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_tED749167CC93D5B6096BAE8ABD55EE60FABA7F73 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_tED749167CC93D5B6096BAE8ABD55EE60FABA7F73 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m1F13715A9F4E6D872BEA10916237E81BF2AA7C5E_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_t6A64484F65B9DB99E40098DAE5DDDF4438EEF9E6 * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_t6A64484F65B9DB99E40098DAE5DDDF4438EEF9E6 * L_3 = (ProcessorFactoryVisitor_1_t6A64484F65B9DB99E40098DAE5DDDF4438EEF9E6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_t6A64484F65B9DB99E40098DAE5DDDF4438EEF9E6 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_t6A64484F65B9DB99E40098DAE5DDDF4438EEF9E6 *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t6A64484F65B9DB99E40098DAE5DDDF4438EEF9E6 * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t6A64484F65B9DB99E40098DAE5DDDF4438EEF9E6 * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_t6A64484F65B9DB99E40098DAE5DDDF4438EEF9E6 *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_t6A64484F65B9DB99E40098DAE5DDDF4438EEF9E6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_t6A64484F65B9DB99E40098DAE5DDDF4438EEF9E6 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m58A235F76E018E5309E592AC8227507CA36D2D9E_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_t8785BDDEC4B7CAAB670E8D2079AF25271FA5B3F2 * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_t8785BDDEC4B7CAAB670E8D2079AF25271FA5B3F2 * L_3 = (ProcessorFactoryVisitor_1_t8785BDDEC4B7CAAB670E8D2079AF25271FA5B3F2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_t8785BDDEC4B7CAAB670E8D2079AF25271FA5B3F2 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_t8785BDDEC4B7CAAB670E8D2079AF25271FA5B3F2 *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t8785BDDEC4B7CAAB670E8D2079AF25271FA5B3F2 * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t8785BDDEC4B7CAAB670E8D2079AF25271FA5B3F2 * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_t8785BDDEC4B7CAAB670E8D2079AF25271FA5B3F2 *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_t8785BDDEC4B7CAAB670E8D2079AF25271FA5B3F2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_t8785BDDEC4B7CAAB670E8D2079AF25271FA5B3F2 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m0E02D911FF8C64B3C898AB573AF7DDC995D57DDE_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_t37A1940AD129F3D0CFD30324CDCBA0971F59381F * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_t37A1940AD129F3D0CFD30324CDCBA0971F59381F * L_3 = (ProcessorFactoryVisitor_1_t37A1940AD129F3D0CFD30324CDCBA0971F59381F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_t37A1940AD129F3D0CFD30324CDCBA0971F59381F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_t37A1940AD129F3D0CFD30324CDCBA0971F59381F *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t37A1940AD129F3D0CFD30324CDCBA0971F59381F * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t37A1940AD129F3D0CFD30324CDCBA0971F59381F * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_t37A1940AD129F3D0CFD30324CDCBA0971F59381F *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_t37A1940AD129F3D0CFD30324CDCBA0971F59381F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_t37A1940AD129F3D0CFD30324CDCBA0971F59381F *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m8111F2F0B862755520BC6FA5454F5D146B673608_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_tC624415EBE195BE9E762157D4930A3CEB9672FBE * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_tC624415EBE195BE9E762157D4930A3CEB9672FBE * L_3 = (ProcessorFactoryVisitor_1_tC624415EBE195BE9E762157D4930A3CEB9672FBE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_tC624415EBE195BE9E762157D4930A3CEB9672FBE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_tC624415EBE195BE9E762157D4930A3CEB9672FBE *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tC624415EBE195BE9E762157D4930A3CEB9672FBE * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tC624415EBE195BE9E762157D4930A3CEB9672FBE * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_tC624415EBE195BE9E762157D4930A3CEB9672FBE *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_tC624415EBE195BE9E762157D4930A3CEB9672FBE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_tC624415EBE195BE9E762157D4930A3CEB9672FBE *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m438A4758F3D7BCFEED249379E0C87409BF00A32F_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_t87A17EB9BD0DF6BFC019C3095427C3C30C9F37F9 * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_t87A17EB9BD0DF6BFC019C3095427C3C30C9F37F9 * L_3 = (ProcessorFactoryVisitor_1_t87A17EB9BD0DF6BFC019C3095427C3C30C9F37F9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_t87A17EB9BD0DF6BFC019C3095427C3C30C9F37F9 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_t87A17EB9BD0DF6BFC019C3095427C3C30C9F37F9 *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t87A17EB9BD0DF6BFC019C3095427C3C30C9F37F9 * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t87A17EB9BD0DF6BFC019C3095427C3C30C9F37F9 * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_t87A17EB9BD0DF6BFC019C3095427C3C30C9F37F9 *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_t87A17EB9BD0DF6BFC019C3095427C3C30C9F37F9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_t87A17EB9BD0DF6BFC019C3095427C3C30C9F37F9 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m659FAF17232A05818B79033EEC5968C137EE6C71_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_t0BA9CD3A337483E84A553ECA6D8907378C8D5F56 * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_t0BA9CD3A337483E84A553ECA6D8907378C8D5F56 * L_3 = (ProcessorFactoryVisitor_1_t0BA9CD3A337483E84A553ECA6D8907378C8D5F56 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_t0BA9CD3A337483E84A553ECA6D8907378C8D5F56 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_t0BA9CD3A337483E84A553ECA6D8907378C8D5F56 *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t0BA9CD3A337483E84A553ECA6D8907378C8D5F56 * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t0BA9CD3A337483E84A553ECA6D8907378C8D5F56 * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_t0BA9CD3A337483E84A553ECA6D8907378C8D5F56 *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_t0BA9CD3A337483E84A553ECA6D8907378C8D5F56 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_t0BA9CD3A337483E84A553ECA6D8907378C8D5F56 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m71FF8C9DB2F7396082F41E00DEA36F6A19D23D98_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_tD0796170793ED67D30E6044F0A3A82AD7E33F5C5 * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_tD0796170793ED67D30E6044F0A3A82AD7E33F5C5 * L_3 = (ProcessorFactoryVisitor_1_tD0796170793ED67D30E6044F0A3A82AD7E33F5C5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_tD0796170793ED67D30E6044F0A3A82AD7E33F5C5 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_tD0796170793ED67D30E6044F0A3A82AD7E33F5C5 *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tD0796170793ED67D30E6044F0A3A82AD7E33F5C5 * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tD0796170793ED67D30E6044F0A3A82AD7E33F5C5 * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_tD0796170793ED67D30E6044F0A3A82AD7E33F5C5 *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_tD0796170793ED67D30E6044F0A3A82AD7E33F5C5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_tD0796170793ED67D30E6044F0A3A82AD7E33F5C5 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_mC39CBE4B8A065827015AB5261BA32CE404ED7258_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_tE0D50A18344116D0F37B36B4F795519CDD96F4BC * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_tE0D50A18344116D0F37B36B4F795519CDD96F4BC * L_3 = (ProcessorFactoryVisitor_1_tE0D50A18344116D0F37B36B4F795519CDD96F4BC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_tE0D50A18344116D0F37B36B4F795519CDD96F4BC *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_tE0D50A18344116D0F37B36B4F795519CDD96F4BC *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tE0D50A18344116D0F37B36B4F795519CDD96F4BC * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_tE0D50A18344116D0F37B36B4F795519CDD96F4BC * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_tE0D50A18344116D0F37B36B4F795519CDD96F4BC *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_tE0D50A18344116D0F37B36B4F795519CDD96F4BC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_tE0D50A18344116D0F37B36B4F795519CDD96F4BC *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Drawing.DrawImageProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DrawImageProcessor_CreatePixelSpecificProcessor_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_mAFC9F313E4CF53F4E48F636D106065ECB74A4EE0_gshared (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { ProcessorFactoryVisitor_1_t5A53DBE684EF968E0540CBAE5C13874006C252AF * V_0 = NULL; { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; ProcessorFactoryVisitor_1_t5A53DBE684EF968E0540CBAE5C13874006C252AF * L_3 = (ProcessorFactoryVisitor_1_t5A53DBE684EF968E0540CBAE5C13874006C252AF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (ProcessorFactoryVisitor_1_t5A53DBE684EF968E0540CBAE5C13874006C252AF *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ProcessorFactoryVisitor_1_t5A53DBE684EF968E0540CBAE5C13874006C252AF *)L_3; NullCheck((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this); Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_4; L_4 = DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline((DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB *)__this, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t5A53DBE684EF968E0540CBAE5C13874006C252AF * L_5 = V_0; AdvancedImageExtensions_AcceptVisitor_m3061041F9A2FF1999633CEB1DB0BEC1076BE6602((Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE *)L_4, (RuntimeObject*)L_5, /*hidden argument*/NULL); ProcessorFactoryVisitor_1_t5A53DBE684EF968E0540CBAE5C13874006C252AF * L_6 = V_0; NullCheck((ProcessorFactoryVisitor_1_t5A53DBE684EF968E0540CBAE5C13874006C252AF *)L_6); RuntimeObject* L_7; L_7 = (( RuntimeObject* (*) (ProcessorFactoryVisitor_1_t5A53DBE684EF968E0540CBAE5C13874006C252AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ProcessorFactoryVisitor_1_t5A53DBE684EF968E0540CBAE5C13874006C252AF *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject*)L_7; } } // T UnityEngine.UI.Dropdown::GetOrAddComponent(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dropdown_GetOrAddComponent_TisRuntimeObject_mE59A4BB4E7047BD50C2482F566ADDDCC1AB359EE_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_mC8214E4F028CC2F036CC82BDB81D102A02893499((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; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m80B403D65355603B80D851CA15843A93D2CE119F_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_tC0FC68C3BFAEF2F5F5CB08912A5C5F90214FE70B * L_3 = (EdgeDetector2DProcessor_1_tC0FC68C3BFAEF2F5F5CB08912A5C5F90214FE70B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_tC0FC68C3BFAEF2F5F5CB08912A5C5F90214FE70B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mACC2E7C2FE35E8AE58351E79A0AA5692BDBD2E7B_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_t2772DC7D4F831D0FF2529317A4226BE34F6526E9 * L_3 = (EdgeDetector2DProcessor_1_t2772DC7D4F831D0FF2529317A4226BE34F6526E9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_t2772DC7D4F831D0FF2529317A4226BE34F6526E9 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_mA0445E4AC80075CD4C8FFB4CAA4B3904DB487701_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_t6A3CBEAA6EB55901ABDDF9E00C21D6A68CC30112 * L_3 = (EdgeDetector2DProcessor_1_t6A3CBEAA6EB55901ABDDF9E00C21D6A68CC30112 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_t6A3CBEAA6EB55901ABDDF9E00C21D6A68CC30112 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m57D3A7677A0271E09211171F45AA231AF323E98F_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_tE37E15289E671BB17A4D74252493F511073B51B3 * L_3 = (EdgeDetector2DProcessor_1_tE37E15289E671BB17A4D74252493F511073B51B3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_tE37E15289E671BB17A4D74252493F511073B51B3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_mA64167838C2271DC78F596BEAE7907E3CB3F8A19_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_t92CA2CDB03994B363DA2C3986576CD102C29EC89 * L_3 = (EdgeDetector2DProcessor_1_t92CA2CDB03994B363DA2C3986576CD102C29EC89 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_t92CA2CDB03994B363DA2C3986576CD102C29EC89 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mC9401AF51A22554DB196B2603B7E5FEE9722869C_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_t1F501BE1D5BF0A7297A4F70E935C16E96CFC10F1 * L_3 = (EdgeDetector2DProcessor_1_t1F501BE1D5BF0A7297A4F70E935C16E96CFC10F1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_t1F501BE1D5BF0A7297A4F70E935C16E96CFC10F1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_mD6E6EFBAC0A730C59A60930A30328B0508550664_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_tD510F2EE7A90BCFAFA89BB589009AB6B76CB67EE * L_3 = (EdgeDetector2DProcessor_1_tD510F2EE7A90BCFAFA89BB589009AB6B76CB67EE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_tD510F2EE7A90BCFAFA89BB589009AB6B76CB67EE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mFC86F71AF484BCA71B6BC0C394E71A5C59492F59_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_tE7D4D987DF39726ACAA853C736DCAAA95D09007F * L_3 = (EdgeDetector2DProcessor_1_tE7D4D987DF39726ACAA853C736DCAAA95D09007F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_tE7D4D987DF39726ACAA853C736DCAAA95D09007F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m3607A493BBD994B5F98E9B9241577BC719B7FD2A_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_t7107CF6FBD1F23C219C2CFF4DF4F814FB5258758 * L_3 = (EdgeDetector2DProcessor_1_t7107CF6FBD1F23C219C2CFF4DF4F814FB5258758 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_t7107CF6FBD1F23C219C2CFF4DF4F814FB5258758 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_mD2708659AB713243921F6C3A4E78FB05E6FD97D6_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_tCF0D4A64223E4E7645A8C495FF14F0DADB37A08E * L_3 = (EdgeDetector2DProcessor_1_tCF0D4A64223E4E7645A8C495FF14F0DADB37A08E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_tCF0D4A64223E4E7645A8C495FF14F0DADB37A08E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m4C4F9B5BD584DAD0D0421754013EF8D630F6C383_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_t9EA199A57C6F0DC16F0B1B34C7A9B7ECFF31ABC7 * L_3 = (EdgeDetector2DProcessor_1_t9EA199A57C6F0DC16F0B1B34C7A9B7ECFF31ABC7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_t9EA199A57C6F0DC16F0B1B34C7A9B7ECFF31ABC7 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_mB20301B1A7A2467690AF7E90297CBCC4E0A51C80_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_tCDF63A307BE465F524D3EA6A69200558EA5B66D3 * L_3 = (EdgeDetector2DProcessor_1_tCDF63A307BE465F524D3EA6A69200558EA5B66D3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_tCDF63A307BE465F524D3EA6A69200558EA5B66D3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m0A8DCF6FFD9B2FD283EA21433DDF40D13591B425_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_t0813B463F32E59F7B24602F1AC2BB4BC397B6C0A * L_3 = (EdgeDetector2DProcessor_1_t0813B463F32E59F7B24602F1AC2BB4BC397B6C0A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_t0813B463F32E59F7B24602F1AC2BB4BC397B6C0A *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m50F7B88D5F3DFDF01AA5308759BA596BE5F5588F_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_t34752C4BA0A7EC819FB002856297C0FB60FCA4FF * L_3 = (EdgeDetector2DProcessor_1_t34752C4BA0A7EC819FB002856297C0FB60FCA4FF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_t34752C4BA0A7EC819FB002856297C0FB60FCA4FF *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mAA50C511F11E06DD4E26F4CE5B8861C528A35307_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_t8E4C6F9C39EBE9B40479461CD9C0B4A186D35990 * L_3 = (EdgeDetector2DProcessor_1_t8E4C6F9C39EBE9B40479461CD9C0B4A186D35990 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_t8E4C6F9C39EBE9B40479461CD9C0B4A186D35990 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_mBC1A83871906A8A2523E1FC9792C1DD444E63B33_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_t4237E4613F7CEBCF561C6BC3A2AF0CD6F82841B3 * L_3 = (EdgeDetector2DProcessor_1_t4237E4613F7CEBCF561C6BC3A2AF0CD6F82841B3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_t4237E4613F7CEBCF561C6BC3A2AF0CD6F82841B3 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mF0986DD3D1BAFA653B59E166F6D34A0D268DA108_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_tCAA504287264F5DCCC2B234E9134CAB0D0EA3657 * L_3 = (EdgeDetector2DProcessor_1_tCAA504287264F5DCCC2B234E9134CAB0D0EA3657 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_tCAA504287264F5DCCC2B234E9134CAB0D0EA3657 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m952767B6D9B2C7B550E37DF9B3F99C3ADD8DD027_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_tF2ED0DBBEAD3BE4BB4E3B0EA00973F2665F3C8A1 * L_3 = (EdgeDetector2DProcessor_1_tF2ED0DBBEAD3BE4BB4E3B0EA00973F2665F3C8A1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_tF2ED0DBBEAD3BE4BB4E3B0EA00973F2665F3C8A1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m0A320FE0BFD60894751D4157852782ACB5CDBE10_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_t7E4EBD5CE5B90819E51ADB7C543F527DA93C497D * L_3 = (EdgeDetector2DProcessor_1_t7E4EBD5CE5B90819E51ADB7C543F527DA93C497D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_t7E4EBD5CE5B90819E51ADB7C543F527DA93C497D *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_m6916725CAD55BF7E486AD3C693712065902BFCDF_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_tF86B594B78333859F815BE6BF4B9F6C1070ED6DC * L_3 = (EdgeDetector2DProcessor_1_tF86B594B78333859F815BE6BF4B9F6C1070ED6DC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_tF86B594B78333859F815BE6BF4B9F6C1070ED6DC *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m7D2111EF86268C52CFCDE12EB818C96184572DD3_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_t24B5E4711FB4B5F4E98E4C27C0E3198CC8626E42 * L_3 = (EdgeDetector2DProcessor_1_t24B5E4711FB4B5F4E98E4C27C0E3198CC8626E42 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_t24B5E4711FB4B5F4E98E4C27C0E3198CC8626E42 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m05D5953B606BD1FC68305A98DB47B517585557B0_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_tB6852AFE941993C32DCAC101EEDD3529F1BC3E4D * L_3 = (EdgeDetector2DProcessor_1_tB6852AFE941993C32DCAC101EEDD3529F1BC3E4D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_tB6852AFE941993C32DCAC101EEDD3529F1BC3E4D *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_mA34B9D38864E280080DEDBDB54B58A508CFE0D10_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_tC5E5780A618D259A4F7643896976C1ED5D52E2CF * L_3 = (EdgeDetector2DProcessor_1_tC5E5780A618D259A4F7643896976C1ED5D52E2CF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_tC5E5780A618D259A4F7643896976C1ED5D52E2CF *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m0B6047C285812BFA78D5DE9B15062AA82FA37518_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_t5C2532779592817CC70C22567796B3FE16322A07 * L_3 = (EdgeDetector2DProcessor_1_t5C2532779592817CC70C22567796B3FE16322A07 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_t5C2532779592817CC70C22567796B3FE16322A07 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m83E8B924891CABA16014881CBB2669B60705CB25_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_t6289351641E3FEB7ECCE303E505C0D75F5A42ED1 * L_3 = (EdgeDetector2DProcessor_1_t6289351641E3FEB7ECCE303E505C0D75F5A42ED1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_t6289351641E3FEB7ECCE303E505C0D75F5A42ED1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_mC151729CA236BEA73239EA0CF4FBB6B73B9A2DF1_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_t865776432283E6B05C6A72E874E9E140F9D2CB5E * L_3 = (EdgeDetector2DProcessor_1_t865776432283E6B05C6A72E874E9E140F9D2CB5E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_t865776432283E6B05C6A72E874E9E140F9D2CB5E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m5F9D61C0B96B0267BE0F0E7A69DAC6C7C1AD8B84_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_tD015DD0095D555C0B9844347A7E9D7650CD71284 * L_3 = (EdgeDetector2DProcessor_1_tD015DD0095D555C0B9844347A7E9D7650CD71284 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_tD015DD0095D555C0B9844347A7E9D7650CD71284 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m7335664E4BF8EF825DAD64C692E739C7A00F6D8B_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_tCA17CA73A23F9CFE1D88C010DDC1BF167BC181F2 * L_3 = (EdgeDetector2DProcessor_1_tCA17CA73A23F9CFE1D88C010DDC1BF167BC181F2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_tCA17CA73A23F9CFE1D88C010DDC1BF167BC181F2 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetector2DProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetector2DProcessor_CreatePixelSpecificProcessor_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_mE7EB0F3EADDBD678E37BF7A528B4A8301F6856C4_gshared (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetector2DProcessor_1_t6CEFC7910B9FC562245900B74668BF305AC93B8D * L_3 = (EdgeDetector2DProcessor_1_t6CEFC7910B9FC562245900B74668BF305AC93B8D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetector2DProcessor_1_t6CEFC7910B9FC562245900B74668BF305AC93B8D *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetector2DProcessor_tF1964C70CDDCF2FF46F114C6060626D869C743F9 *)__this, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m3532DFE0C4ABF748A039387B9E9814A62F22EB88_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_t48F366BD494EAF9491896249B477533DECADAD77 * L_3 = (EdgeDetectorCompassProcessor_1_t48F366BD494EAF9491896249B477533DECADAD77 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_t48F366BD494EAF9491896249B477533DECADAD77 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mCB6D7648445E5A85A1B18C88173E917E97519F3A_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_t2421B6BF09B77FEFE529BEED73945145EDC11517 * L_3 = (EdgeDetectorCompassProcessor_1_t2421B6BF09B77FEFE529BEED73945145EDC11517 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_t2421B6BF09B77FEFE529BEED73945145EDC11517 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m7558013B970966CEC579DE9D2FE2F259770C3966_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_tDEFFB95FC6F0385ECF03F05E62EBF574471B0292 * L_3 = (EdgeDetectorCompassProcessor_1_tDEFFB95FC6F0385ECF03F05E62EBF574471B0292 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_tDEFFB95FC6F0385ECF03F05E62EBF574471B0292 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_mF75EDC4A3DD35E242E49F2361113E80DAB4DB221_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_t8EC3488C46A1269528643AE7B736CB06456C9F02 * L_3 = (EdgeDetectorCompassProcessor_1_t8EC3488C46A1269528643AE7B736CB06456C9F02 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_t8EC3488C46A1269528643AE7B736CB06456C9F02 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_mF9E22BC2C7982FD5AA9FFCE5168D4D76B15F2C63_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_tAC82CF1ED477EDC5E23D5A4F93F5451094020867 * L_3 = (EdgeDetectorCompassProcessor_1_tAC82CF1ED477EDC5E23D5A4F93F5451094020867 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_tAC82CF1ED477EDC5E23D5A4F93F5451094020867 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_m51A0B88467A794891A8DC3827B8F2FE3F85205CF_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_tC60F1C41BF86313F858902CF4AFE8C1A7EA39F41 * L_3 = (EdgeDetectorCompassProcessor_1_tC60F1C41BF86313F858902CF4AFE8C1A7EA39F41 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_tC60F1C41BF86313F858902CF4AFE8C1A7EA39F41 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_mD063CB6B7FB6D08BA100AFDB3B8B2941CCBBE318_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_t4E4F3E237368E4A2139230DC79E20C24930B9B3E * L_3 = (EdgeDetectorCompassProcessor_1_t4E4F3E237368E4A2139230DC79E20C24930B9B3E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_t4E4F3E237368E4A2139230DC79E20C24930B9B3E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m3E9AED8380C4C315A424AF06E04924998F59EC63_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_t8BC04446F2A663A77BA1CF7B1475B32A52D8FFFD * L_3 = (EdgeDetectorCompassProcessor_1_t8BC04446F2A663A77BA1CF7B1475B32A52D8FFFD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_t8BC04446F2A663A77BA1CF7B1475B32A52D8FFFD *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_mCA9D273BF1B380017271812ABB740D05E63923A9_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_tE0BDC9B4379B73B723BDABA4BDBD72F26DB438E4 * L_3 = (EdgeDetectorCompassProcessor_1_tE0BDC9B4379B73B723BDABA4BDBD72F26DB438E4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_tE0BDC9B4379B73B723BDABA4BDBD72F26DB438E4 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_mCB0705A3C2BC35F95E88B31570D15FA494D758F0_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_tBD08EB9832F32AEAAC063CEE07AFB9C4E9D750F8 * L_3 = (EdgeDetectorCompassProcessor_1_tBD08EB9832F32AEAAC063CEE07AFB9C4E9D750F8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_tBD08EB9832F32AEAAC063CEE07AFB9C4E9D750F8 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m61D13508FC2578DDFDD7689991B676701DB304BA_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_t2C1D30EDCE4FB7CA7EB4052AB42361A1391E4D0F * L_3 = (EdgeDetectorCompassProcessor_1_t2C1D30EDCE4FB7CA7EB4052AB42361A1391E4D0F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_t2C1D30EDCE4FB7CA7EB4052AB42361A1391E4D0F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m845F27CBE34EC249BC143798ACC890E05FC1BF96_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_t76B6A76061F7F84E49B87207540CBB51A56B0638 * L_3 = (EdgeDetectorCompassProcessor_1_t76B6A76061F7F84E49B87207540CBB51A56B0638 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_t76B6A76061F7F84E49B87207540CBB51A56B0638 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m69B364BC3F17403CF9596A65E3201E3ADCF55EF0_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_t6CB53AB44EA7C873B2041FFEF1C89F211ACAA5F8 * L_3 = (EdgeDetectorCompassProcessor_1_t6CB53AB44EA7C873B2041FFEF1C89F211ACAA5F8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_t6CB53AB44EA7C873B2041FFEF1C89F211ACAA5F8 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m4068E286D5ED19F30D51971A5E70B8D492B9A1EC_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_t0CFA8F3448B77080C347DE86776B5DC1921240C5 * L_3 = (EdgeDetectorCompassProcessor_1_t0CFA8F3448B77080C347DE86776B5DC1921240C5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_t0CFA8F3448B77080C347DE86776B5DC1921240C5 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_m67BA43F1BF616CDD880AC7D8B18FFCE2EE34BDE5_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_t231BD1A54A4709CFFAAA74579B2C5A489E6D2A38 * L_3 = (EdgeDetectorCompassProcessor_1_t231BD1A54A4709CFFAAA74579B2C5A489E6D2A38 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_t231BD1A54A4709CFFAAA74579B2C5A489E6D2A38 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_mF385B39135DCFB07F5D407A471EE6A9E1485C37B_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_t10A1426C39516A415A0281AC31E9865879DE9C53 * L_3 = (EdgeDetectorCompassProcessor_1_t10A1426C39516A415A0281AC31E9865879DE9C53 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_t10A1426C39516A415A0281AC31E9865879DE9C53 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mE7D1F3E8AD7AFC885EAD833E5AF8B4C62FFE5817_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_t604EC92C50BA70ECC963D22293E768E28E4E9D86 * L_3 = (EdgeDetectorCompassProcessor_1_t604EC92C50BA70ECC963D22293E768E28E4E9D86 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_t604EC92C50BA70ECC963D22293E768E28E4E9D86 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_mB99F8994E2D8F57B3C5903CBC5EC8BE4A48CE3D6_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_tACC676DD8442484122FEA7A82A12EC67FC89CC3F * L_3 = (EdgeDetectorCompassProcessor_1_tACC676DD8442484122FEA7A82A12EC67FC89CC3F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_tACC676DD8442484122FEA7A82A12EC67FC89CC3F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m7D8ED23DF2A0FE1BAD09B6F1968A28E75A0850C0_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_t53C7F7E983E91C9C722E71E68F5B15CD1C093A79 * L_3 = (EdgeDetectorCompassProcessor_1_t53C7F7E983E91C9C722E71E68F5B15CD1C093A79 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_t53C7F7E983E91C9C722E71E68F5B15CD1C093A79 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_m29657394CFEB1D357C24D02605FF224D5A5375DA_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_t7D72A276C109D20C6A1A7B2BCDF5F17EC17930B6 * L_3 = (EdgeDetectorCompassProcessor_1_t7D72A276C109D20C6A1A7B2BCDF5F17EC17930B6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_t7D72A276C109D20C6A1A7B2BCDF5F17EC17930B6 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_mA7B60B0DC08512A11A9C9EF30820582DE565A337_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_tE194CC41FB6D4C42965572BA2DC6F7B5023E4A68 * L_3 = (EdgeDetectorCompassProcessor_1_tE194CC41FB6D4C42965572BA2DC6F7B5023E4A68 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_tE194CC41FB6D4C42965572BA2DC6F7B5023E4A68 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m755A90B8F49D4C54B2FE705C001BF03290E4CCDC_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_tFE7B8D582C7026C45F0A51FB666494A4EABC625B * L_3 = (EdgeDetectorCompassProcessor_1_tFE7B8D582C7026C45F0A51FB666494A4EABC625B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_tFE7B8D582C7026C45F0A51FB666494A4EABC625B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m51B896429A1265EEC9068FCE0926F80883036B71_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_tB7982EFF0A74E6A8441E30D590ED28BE88ADF833 * L_3 = (EdgeDetectorCompassProcessor_1_tB7982EFF0A74E6A8441E30D590ED28BE88ADF833 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_tB7982EFF0A74E6A8441E30D590ED28BE88ADF833 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m93B79305B44B14D6C8D2CFC4E689D7D6C7D35603_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_t5D264B395A76565C7C4D69A77BD23FC19EEE31F6 * L_3 = (EdgeDetectorCompassProcessor_1_t5D264B395A76565C7C4D69A77BD23FC19EEE31F6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_t5D264B395A76565C7C4D69A77BD23FC19EEE31F6 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m25CD4F89E06CF4B108E528244ADF81A92336C3B4_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_tD73EDEC4C499EA3768CDE68ADBEA1AF45D31E358 * L_3 = (EdgeDetectorCompassProcessor_1_tD73EDEC4C499EA3768CDE68ADBEA1AF45D31E358 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_tD73EDEC4C499EA3768CDE68ADBEA1AF45D31E358 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_mD11F976077455E56035780E17C8AF7F04AD5EE0D_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_tF5F515B1954B7673313658A80DF4C0D72E7227C7 * L_3 = (EdgeDetectorCompassProcessor_1_tF5F515B1954B7673313658A80DF4C0D72E7227C7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_tF5F515B1954B7673313658A80DF4C0D72E7227C7 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m52AB74C2C5A8CFFF185E4ED4F302979BEC3CFB6F_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_t48358BF49DEF68133221F5FF23D7C3930E9BE448 * L_3 = (EdgeDetectorCompassProcessor_1_t48358BF49DEF68133221F5FF23D7C3930E9BE448 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_t48358BF49DEF68133221F5FF23D7C3930E9BE448 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m27FFC69F90E8CBB032F5B9E45571C5F6B25DF7CA_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_t326D86D39E0D4157370D6EF93D4928511FE9A46C * L_3 = (EdgeDetectorCompassProcessor_1_t326D86D39E0D4157370D6EF93D4928511FE9A46C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_t326D86D39E0D4157370D6EF93D4928511FE9A46C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorCompassProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorCompassProcessor_CreatePixelSpecificProcessor_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_mC6FBD02C1D6A45A09D73EDC4AA5A28B61F8EE5C0_gshared (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorCompassProcessor_1_t2280B7EBA217F134FE221D454CAE633388F8FAA4 * L_3 = (EdgeDetectorCompassProcessor_1_t2280B7EBA217F134FE221D454CAE633388F8FAA4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorCompassProcessor_1_t2280B7EBA217F134FE221D454CAE633388F8FAA4 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorCompassProcessor_t9A7688D0F3D043EFEC9151FFC8BF89EEE41AAC68 *)__this, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mDE078D5AE457D134E2E4AAAAC3C616104575CABC_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_t655A2412D6E8B549E2E3A1CE380282220E1113B4 * L_3 = (EdgeDetectorProcessor_1_t655A2412D6E8B549E2E3A1CE380282220E1113B4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_t655A2412D6E8B549E2E3A1CE380282220E1113B4 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mDBD58B625A2201BA3AED856411B0F71770D44B2A_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_tB305A7D34B95FE5FEA3B5E1316389DAA77F48376 * L_3 = (EdgeDetectorProcessor_1_tB305A7D34B95FE5FEA3B5E1316389DAA77F48376 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_tB305A7D34B95FE5FEA3B5E1316389DAA77F48376 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m5B122733D3BE6EEFD51CB9100F877460B1364E66_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_t9D425DB2A67D816CBB96C26B6EA3B21BED924812 * L_3 = (EdgeDetectorProcessor_1_t9D425DB2A67D816CBB96C26B6EA3B21BED924812 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_t9D425DB2A67D816CBB96C26B6EA3B21BED924812 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_mC0F995074F6E9BED13B2F4DB658B30ED11158632_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_t7F1675E9B70D2BBA074935A72B6673921DD10439 * L_3 = (EdgeDetectorProcessor_1_t7F1675E9B70D2BBA074935A72B6673921DD10439 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_t7F1675E9B70D2BBA074935A72B6673921DD10439 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m27921F46EB3D0CB33FB02E1B071F5D3EB14D8690_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_t13A2858276DB782EE0E2830834C48D5A4D542DFE * L_3 = (EdgeDetectorProcessor_1_t13A2858276DB782EE0E2830834C48D5A4D542DFE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_t13A2858276DB782EE0E2830834C48D5A4D542DFE *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_m1D605860AAB35A3BB88E164D8B4A2ACCFBF91F67_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_t01030A19ACD2718DFCED27CF38DB5BFEEF088346 * L_3 = (EdgeDetectorProcessor_1_t01030A19ACD2718DFCED27CF38DB5BFEEF088346 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_t01030A19ACD2718DFCED27CF38DB5BFEEF088346 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m98B0322837A11BBFE82277FD53797678650B5B1E_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_tF0D82011703DD3AB22F85359D20A05B9C1DB2734 * L_3 = (EdgeDetectorProcessor_1_tF0D82011703DD3AB22F85359D20A05B9C1DB2734 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_tF0D82011703DD3AB22F85359D20A05B9C1DB2734 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m24C150F279D5CC026D588A059BD3A84B50B491BF_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_tFD94D40336522B39CF9B5FD4031BE43F46CF24D1 * L_3 = (EdgeDetectorProcessor_1_tFD94D40336522B39CF9B5FD4031BE43F46CF24D1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_tFD94D40336522B39CF9B5FD4031BE43F46CF24D1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m9CD50407D25EE373B31D80AE8C7E1D582E025840_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_t815D7D750D8039C4F534A74388ECF84B620B2B52 * L_3 = (EdgeDetectorProcessor_1_t815D7D750D8039C4F534A74388ECF84B620B2B52 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_t815D7D750D8039C4F534A74388ECF84B620B2B52 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m99AD17309F9398F4D3C7521CB2B122C2020868C9_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_tD988EB99BAE6D519535EEA1209767E1757EF28EB * L_3 = (EdgeDetectorProcessor_1_tD988EB99BAE6D519535EEA1209767E1757EF28EB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_tD988EB99BAE6D519535EEA1209767E1757EF28EB *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m7ADA3D633BD04E1F7A642F2F8D481C5F22189D5D_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_t425F5C6FA94F6AD9E2277AEB2163FFCADD45B403 * L_3 = (EdgeDetectorProcessor_1_t425F5C6FA94F6AD9E2277AEB2163FFCADD45B403 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_t425F5C6FA94F6AD9E2277AEB2163FFCADD45B403 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_mF9D178FBD6F99D6201E873DC261F9CB3BDC6F2BD_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_t18FB69ACF6B6F168418D524ECF1FA98E7AD6337B * L_3 = (EdgeDetectorProcessor_1_t18FB69ACF6B6F168418D524ECF1FA98E7AD6337B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_t18FB69ACF6B6F168418D524ECF1FA98E7AD6337B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m8541BD752CC2AACA9BDF8C209108EEAAE235043B_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_t5EEE3A4538391C45499109289E58953C3EE99FC6 * L_3 = (EdgeDetectorProcessor_1_t5EEE3A4538391C45499109289E58953C3EE99FC6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_t5EEE3A4538391C45499109289E58953C3EE99FC6 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m1DEAABB4ACB53DD66AE18A155686E7A5F0C72198_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_t4CC3A6A1A3F2A0C0964229D47C3E4F092E094118 * L_3 = (EdgeDetectorProcessor_1_t4CC3A6A1A3F2A0C0964229D47C3E4F092E094118 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_t4CC3A6A1A3F2A0C0964229D47C3E4F092E094118 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_m1E0D849A99F8EC0B8A27D09E197E216A2782E038_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_tCF6D5B500781B7FE043A6EBC7CA34B1B19152670 * L_3 = (EdgeDetectorProcessor_1_tCF6D5B500781B7FE043A6EBC7CA34B1B19152670 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_tCF6D5B500781B7FE043A6EBC7CA34B1B19152670 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m2BF14F077EE64EE6D94396B8C801D3BEF6D18CDE_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_t930A1FFF68605955C1F6D05D4D0A4BCA99390735 * L_3 = (EdgeDetectorProcessor_1_t930A1FFF68605955C1F6D05D4D0A4BCA99390735 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_t930A1FFF68605955C1F6D05D4D0A4BCA99390735 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_m46A10192C3087CC6EAC07B9657BEDB9FC9717AA5_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_t05E7D121C788609B4114AB168210840A9B4761CA * L_3 = (EdgeDetectorProcessor_1_t05E7D121C788609B4114AB168210840A9B4761CA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_t05E7D121C788609B4114AB168210840A9B4761CA *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m8B3BD61A5BF57978B462254F8F77CB811D43D302_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_tBEF1B3C8EB737689A3C9A59D674B0FA4FB876CB0 * L_3 = (EdgeDetectorProcessor_1_tBEF1B3C8EB737689A3C9A59D674B0FA4FB876CB0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_tBEF1B3C8EB737689A3C9A59D674B0FA4FB876CB0 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m2E5B5F7C166A6E95741CC14258E7E569054127E5_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_tF45E34EC06FDBFB1B6AE4269B350BEDF86CC9631 * L_3 = (EdgeDetectorProcessor_1_tF45E34EC06FDBFB1B6AE4269B350BEDF86CC9631 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_tF45E34EC06FDBFB1B6AE4269B350BEDF86CC9631 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_m42B3C89D6A121F0EB645D19AE23B6F32FEAE0E9C_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_tA565F93D18180BA7BAFF6DE89F330EB1491773DB * L_3 = (EdgeDetectorProcessor_1_tA565F93D18180BA7BAFF6DE89F330EB1491773DB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_tA565F93D18180BA7BAFF6DE89F330EB1491773DB *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m6428E29ABC124E99966437809350E2B68797ACBD_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_t3BA660BDBF7C6D491F80D4FD6038C7A87C990338 * L_3 = (EdgeDetectorProcessor_1_t3BA660BDBF7C6D491F80D4FD6038C7A87C990338 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_t3BA660BDBF7C6D491F80D4FD6038C7A87C990338 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m70D1A7369CB69022C89A0965D0FDDBD47A5DF72D_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_t526B6DEF5CFC84DC3DA6F8236B62598B231A516D * L_3 = (EdgeDetectorProcessor_1_t526B6DEF5CFC84DC3DA6F8236B62598B231A516D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_t526B6DEF5CFC84DC3DA6F8236B62598B231A516D *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m8A794F43FFB8AEEC23E88C8E08BBB9F492D845A6_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_t37E9D481242A6D83516949A3AE9ED57A1EE6EF55 * L_3 = (EdgeDetectorProcessor_1_t37E9D481242A6D83516949A3AE9ED57A1EE6EF55 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_t37E9D481242A6D83516949A3AE9ED57A1EE6EF55 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m66725D18FF1A8B8A165CC0DC82DCABA5BF999A04_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_tCC4A23434F6FF46F941CF7BB6262EEB063E6282B * L_3 = (EdgeDetectorProcessor_1_tCC4A23434F6FF46F941CF7BB6262EEB063E6282B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_tCC4A23434F6FF46F941CF7BB6262EEB063E6282B *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m1A90E5E9A2810AF7D5D5C8005CBB974C862AE3DA_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_t86CDAF61AB316A6617ACA346DD9561C8888BA455 * L_3 = (EdgeDetectorProcessor_1_t86CDAF61AB316A6617ACA346DD9561C8888BA455 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_t86CDAF61AB316A6617ACA346DD9561C8888BA455 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_mE956BF14A0D56F26AF4226BA85449CF61562AEEE_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_tFB6DBA5AD318D30633C7DE09AAD158882DF7FD0F * L_3 = (EdgeDetectorProcessor_1_tFB6DBA5AD318D30633C7DE09AAD158882DF7FD0F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_tFB6DBA5AD318D30633C7DE09AAD158882DF7FD0F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_mBDAAACC569C32C867EA80424979250BF23F6F069_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_tE679F6A233FA19DD081A147F519A9A17E1151684 * L_3 = (EdgeDetectorProcessor_1_tE679F6A233FA19DD081A147F519A9A17E1151684 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_tE679F6A233FA19DD081A147F519A9A17E1151684 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_mE22D7CE2A9BBEDB4A5284181DB43CAF8BCA49BCD_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_tF937BBFD6EEABFBB842D7A8091307DEDE47741D1 * L_3 = (EdgeDetectorProcessor_1_tF937BBFD6EEABFBB842D7A8091307DEDE47741D1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_tF937BBFD6EEABFBB842D7A8091307DEDE47741D1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Convolution.EdgeDetectorProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EdgeDetectorProcessor_CreatePixelSpecificProcessor_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m92271E1BF130A897439001EEDEFEE089F2CE7EFD_gshared (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EdgeDetectorProcessor_1_t7C333E1CECE21587116B516BBD577523AC5A72E8 * L_3 = (EdgeDetectorProcessor_1_t7C333E1CECE21587116B516BBD577523AC5A72E8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EdgeDetectorProcessor_1_t7C333E1CECE21587116B516BBD577523AC5A72E8 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EdgeDetectorProcessor_tA57051CAC46E51C030789F4E272E07A221B9621C *)__this, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m5F7D5D1DFD61C9D4554C2EF98CD886DFA477811F_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_tF322B589DB8F7B3AA0F23B236E409089D9A9B58C * L_3 = (EntropyCropProcessor_1_tF322B589DB8F7B3AA0F23B236E409089D9A9B58C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_tF322B589DB8F7B3AA0F23B236E409089D9A9B58C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t23CE7FBDD5416ABF908BFFEA11C167A9532CC4E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m06D51709D7ACAA2B565F051A8969808D93DF5C76_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_tAC23DBDED2CB5E68C1EA511198C6B5094DD99DED * L_3 = (EntropyCropProcessor_1_tAC23DBDED2CB5E68C1EA511198C6B5094DD99DED *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_tAC23DBDED2CB5E68C1EA511198C6B5094DD99DED *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t5BA422AFD33803CD897C96B8E84E53DCEB3E33C1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m0956D75F4544947712C7D28A4B7463CA0555490E_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_t31430EA603482F21AA59BF8AB998F80A79EC64E1 * L_3 = (EntropyCropProcessor_1_t31430EA603482F21AA59BF8AB998F80A79EC64E1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_t31430EA603482F21AA59BF8AB998F80A79EC64E1 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_tBDFFA7F64A2EBA2966A0CDC50E96461248A9685D *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m3535F1D256D6062EE916B2C2EFC0B0A6543D4A79_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_t5CC2C194F3C968D7BEED58673B233E90E0B2E07E * L_3 = (EntropyCropProcessor_1_t5CC2C194F3C968D7BEED58673B233E90E0B2E07E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_t5CC2C194F3C968D7BEED58673B233E90E0B2E07E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t42D6858E2F6D2142BE7BFD1A3498980B6F51B438 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m12F8E2E5E77A08CE8ECCC452ACE7FB968793EE99_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_t644537684D5C5A5FEA5A18450D61C8F1143BF84F * L_3 = (EntropyCropProcessor_1_t644537684D5C5A5FEA5A18450D61C8F1143BF84F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_t644537684D5C5A5FEA5A18450D61C8F1143BF84F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_tA2CAA15C0290036ABF87748A01C700F5370793E5 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_m79743784264BD853397FE0D1A3CB1F1A912F6EA6_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_t911CAFDE4A356A3E753345DB82378910D34F7E4E * L_3 = (EntropyCropProcessor_1_t911CAFDE4A356A3E753345DB82378910D34F7E4E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_t911CAFDE4A356A3E753345DB82378910D34F7E4E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_tA1871EC251B2BB7727AB122847FEB5339B0B3FD1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_mE1762040B1B0E1DFAEAC9EAB3C68769F5C69316B_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_t370CCCE545DCA6F372BE99A86B7462ABAA100C00 * L_3 = (EntropyCropProcessor_1_t370CCCE545DCA6F372BE99A86B7462ABAA100C00 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_t370CCCE545DCA6F372BE99A86B7462ABAA100C00 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t16A08F30B7AA2D5605BBC3247369F55E0FD9835C *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mB34355285401D9D0A467AE890BFABA64D1DFAEB6_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_tB50CDD8B6D94319FCD639C1D97756A282AD6DD41 * L_3 = (EntropyCropProcessor_1_tB50CDD8B6D94319FCD639C1D97756A282AD6DD41 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_tB50CDD8B6D94319FCD639C1D97756A282AD6DD41 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_tCC95CC26C51AF3CF8E9A867E0F24A1BD317528E1 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m6A473EB7ADF81745EA85C3C2CDA135C706BBD99E_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_tA4DFBB7B2DC6412BF5382A54D756C0734602A56C * L_3 = (EntropyCropProcessor_1_tA4DFBB7B2DC6412BF5382A54D756C0734602A56C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_tA4DFBB7B2DC6412BF5382A54D756C0734602A56C *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t7CD040C4BC218D0EEB8B657EF2A8A0CDB33928CA *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_mD71F4FA73F91D6412EB1ACF903FD53A72ECA1731_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_tE29FBA6A41ED18D84C2BE0D7E2E66CF2DB0150DB * L_3 = (EntropyCropProcessor_1_tE29FBA6A41ED18D84C2BE0D7E2E66CF2DB0150DB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_tE29FBA6A41ED18D84C2BE0D7E2E66CF2DB0150DB *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t0DC030E9BF1D7480C5458812548A85DD13204364 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m9B03DF8A10A567920AB997063F7EC818FE0902EA_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_tD6DCE2EBCA69D186C2943EBA39E217674E9699E9 * L_3 = (EntropyCropProcessor_1_tD6DCE2EBCA69D186C2943EBA39E217674E9699E9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_tD6DCE2EBCA69D186C2943EBA39E217674E9699E9 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t287F718CD65A144FD87089865B03CC18C2B4FFA0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m63F2021376817FCEF6D9B738AF5FF75E346DD3EF_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_t35A79AB1695A7510CBF472B51F72D0E3DF0FA736 * L_3 = (EntropyCropProcessor_1_t35A79AB1695A7510CBF472B51F72D0E3DF0FA736 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_t35A79AB1695A7510CBF472B51F72D0E3DF0FA736 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t6A5C99E09268B4958FBAD29B8D3BC1B2054A257E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_mA3C8028B1E365C766072C0F3279C6E11E070FEF7_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_tBB81FB0622BB74DC55B331D97237BDA661F58350 * L_3 = (EntropyCropProcessor_1_tBB81FB0622BB74DC55B331D97237BDA661F58350 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_tBB81FB0622BB74DC55B331D97237BDA661F58350 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t6A2E5F020BACFC2181D4646ACA7B1624986E1296 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m06A0DABF6CA0A7FE410223CF7A794B9F5043A7AF_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_tE2D3BE1441E77547732ECE7E31C449E4F48D666F * L_3 = (EntropyCropProcessor_1_tE2D3BE1441E77547732ECE7E31C449E4F48D666F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_tE2D3BE1441E77547732ECE7E31C449E4F48D666F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t825677EF58C68C26B6C546EFE5E692AF0297A376 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_m4407270ADF8C0051F376B1F0FA4E47F78B2D7F8D_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_tC4C0854E741C46EF0893A39F2C8FD382E0F10D43 * L_3 = (EntropyCropProcessor_1_tC4C0854E741C46EF0893A39F2C8FD382E0F10D43 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_tC4C0854E741C46EF0893A39F2C8FD382E0F10D43 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_tDDC54CC13A59CA0A8691CB5AA63C0E3091506E64 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_mE7180773A56FC5F4D7207B035F9B57894D3B0F22_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_t99002AF2A3019497FDB47DAF83417FC1715E915E * L_3 = (EntropyCropProcessor_1_t99002AF2A3019497FDB47DAF83417FC1715E915E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_t99002AF2A3019497FDB47DAF83417FC1715E915E *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_tDFDA79559D4022F1F6ABE6BEC974F14BFF9A3854 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mC27B61D0C6CFA80568D0E18661947478F8672BF9_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_t4F767FE70ABA9BEC12DAC292F70DE37C27A2DB25 * L_3 = (EntropyCropProcessor_1_t4F767FE70ABA9BEC12DAC292F70DE37C27A2DB25 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_t4F767FE70ABA9BEC12DAC292F70DE37C27A2DB25 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t316D3DE79164FCCE6644BDF946A408A285AFF05E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m2202A79231052F549C218957201D0813977B17EA_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_tE3127132D4A3DD3EA276D8E511F9F6A1070D88B8 * L_3 = (EntropyCropProcessor_1_tE3127132D4A3DD3EA276D8E511F9F6A1070D88B8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_tE3127132D4A3DD3EA276D8E511F9F6A1070D88B8 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_tA50A6FCA8492391726629FB4A179963DE9E6A2FD *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_mD8FE6A8605B7DC73EA89166F3896EC527F91F366_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_t0E47DA4E3C742239B0E2D915E6E88EBD5A8B60A7 * L_3 = (EntropyCropProcessor_1_t0E47DA4E3C742239B0E2D915E6E88EBD5A8B60A7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_t0E47DA4E3C742239B0E2D915E6E88EBD5A8B60A7 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t11C373B3C7F1D05FE39C773D2614154F7CCA0902 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_m02858BE92728E63CA257A1E5DC0BD3209BAFECCF_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_t99849D41433A5C4AFE67F31E4C6C14AA69C3C30F * L_3 = (EntropyCropProcessor_1_t99849D41433A5C4AFE67F31E4C6C14AA69C3C30F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_t99849D41433A5C4AFE67F31E4C6C14AA69C3C30F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_tEDF1BD84948C6E20A7C28FA68DFFFCDB511A3E35 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_mAD9C34B5891C2E27F1E8C6640564A693667D1DC3_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_t84448C05EFDFAE1D83126C82A80C60CC8663A0C0 * L_3 = (EntropyCropProcessor_1_t84448C05EFDFAE1D83126C82A80C60CC8663A0C0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_t84448C05EFDFAE1D83126C82A80C60CC8663A0C0 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t0E54D12B483C6DB66F953A98EE2ABE45495DAA7E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m7A67A36AD101F193A151CFDD18FCCE38E5F08B08_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_tBC7DBB57A2AB79C3714F86B470B5DD86E1291AFF * L_3 = (EntropyCropProcessor_1_tBC7DBB57A2AB79C3714F86B470B5DD86E1291AFF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_tBC7DBB57A2AB79C3714F86B470B5DD86E1291AFF *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t200D480CB8D47B741476A51F1CBDF6A0FFC0413B *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m5C570EF1D56D8CBE0B6FD255E7F7206D0FCAB4C4_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_t6242A74D249934DADAAF9F66E3CEE7C0776BAFFC * L_3 = (EntropyCropProcessor_1_t6242A74D249934DADAAF9F66E3CEE7C0776BAFFC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_t6242A74D249934DADAAF9F66E3CEE7C0776BAFFC *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t9944296834D504A3E9F09FACD214B1D211433D7F *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m2FC40C96656F4C87F2EF18854A868F316268CA3E_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_t67A021F8592151A04C3EA16EF4CAC7B2B33EEEEB * L_3 = (EntropyCropProcessor_1_t67A021F8592151A04C3EA16EF4CAC7B2B33EEEEB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_t67A021F8592151A04C3EA16EF4CAC7B2B33EEEEB *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t9E9D165D621BD250B9E7C2D5A4EC1CCA65B45227 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m10AF0367B2A86588877778018C20973B19390B53_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_t5B52EB7BDE45B645C490086714EFBFF0D26BBFDB * L_3 = (EntropyCropProcessor_1_t5B52EB7BDE45B645C490086714EFBFF0D26BBFDB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_t5B52EB7BDE45B645C490086714EFBFF0D26BBFDB *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_tDDCBB6CEF985EAB34965BB31766D67BB6F84A51E *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m1E052B90661342C8BB713316C8F3D79AF902A2D3_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_tC17E12B0AF55C3FFA315DF6BFDE00A41B92D231F * L_3 = (EntropyCropProcessor_1_tC17E12B0AF55C3FFA315DF6BFDE00A41B92D231F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_tC17E12B0AF55C3FFA315DF6BFDE00A41B92D231F *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t2AF3BAA2CACFF472A49D621692314D069CF438A0 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m3FD2EC4FC65310BCBD351DF7F0D40494F1B97F4A_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_t1ED10B2CA64856D4EFDCAC4FA45869C62CD44A12 * L_3 = (EntropyCropProcessor_1_t1ED10B2CA64856D4EFDCAC4FA45869C62CD44A12 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_t1ED10B2CA64856D4EFDCAC4FA45869C62CD44A12 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t977CD663539969F5C0792D29034190DA7EFD9535 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m61A7153539B84EC865E7B62EF11D7A64EC75BBE2_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_t4228A3EC8DA358F5329B902A01B9206C4BA3AFAB * L_3 = (EntropyCropProcessor_1_t4228A3EC8DA358F5329B902A01B9206C4BA3AFAB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_t4228A3EC8DA358F5329B902A01B9206C4BA3AFAB *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t0B0F6513C80CBDDAEC645D6FCABF0A8978D5BAB7 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // SixLabors.ImageSharp.Processing.Processors.IImageProcessor`1 SixLabors.ImageSharp.Processing.Processors.Transforms.EntropyCropProcessor::CreatePixelSpecificProcessor(SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Image`1,SixLabors.ImageSharp.Rectangle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EntropyCropProcessor_CreatePixelSpecificProcessor_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m89CA7C9EC1DF33F1FC8E5BCDCB2BAD551CCCE280_gshared (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF * __this, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * ___configuration0, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * ___source1, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 ___sourceRectangle2, const RuntimeMethod* method) { { Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 * L_0 = ___configuration0; Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 * L_1 = ___source1; Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 L_2 = ___sourceRectangle2; EntropyCropProcessor_1_t692988356E5EF58B768E3C710D33571B42B765E5 * L_3 = (EntropyCropProcessor_1_t692988356E5EF58B768E3C710D33571B42B765E5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (EntropyCropProcessor_1_t692988356E5EF58B768E3C710D33571B42B765E5 *, Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *, EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *, Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *, Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (Configuration_t78AE8A34A839BC38242F9BBC2B2C21405239F8D8 *)L_0, (EntropyCropProcessor_t25BEDCA15D6B15171BE9616798306E05669339FF *)__this, (Image_1_t038E52802B7574082E5FCFC0DE24514A48A3B6B3 *)L_1, (Rectangle_t77D12209A21C07CE10C74EF05A4DC599168F0AF7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_3; } } // System.Boolean SixLabors.ImageSharp.EnumUtils::HasFlag(TEnum,TEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumUtils_HasFlag_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m3D2FFB61280008761D7EC9B9DE13E05CDB658CF1_gshared (int32_t ___value0, int32_t ___flag1, const RuntimeMethod* method) { uint32_t V_0 = 0; { uint32_t* L_0; L_0 = (( uint32_t* (*) (int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((int32_t*)(int32_t*)(&___flag1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_1 = *((uint32_t*)L_0); V_0 = (uint32_t)L_1; uint32_t* L_2; L_2 = (( uint32_t* (*) (int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((int32_t*)(int32_t*)(&___value0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_3 = *((uint32_t*)L_2); uint32_t L_4 = V_0; uint32_t L_5 = V_0; return (bool)((((int32_t)((int32_t)((int32_t)L_3&(int32_t)L_4))) == ((int32_t)L_5))? 1 : 0); } } // System.Boolean SixLabors.ImageSharp.EnumUtils::HasFlag(TEnum,TEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumUtils_HasFlag_TisRuntimeObject_m28C63D2365A7A0A447895ECC6753796ADD0BFE83_gshared (RuntimeObject * ___value0, RuntimeObject * ___flag1, const RuntimeMethod* method) { uint32_t V_0 = 0; { uint32_t* L_0; L_0 = (( uint32_t* (*) (RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject **)(RuntimeObject **)(&___flag1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_1 = *((uint32_t*)L_0); V_0 = (uint32_t)L_1; uint32_t* L_2; L_2 = (( uint32_t* (*) (RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject **)(RuntimeObject **)(&___value0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_3 = *((uint32_t*)L_2); uint32_t L_4 = V_0; uint32_t L_5 = V_0; return (bool)((((int32_t)((int32_t)((int32_t)L_3&(int32_t)L_4))) == ((int32_t)L_5))? 1 : 0); } } // TEnum SixLabors.ImageSharp.EnumUtils::Parse(System.Int32,TEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EnumUtils_Parse_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m8EEE6A3C0EC8EB18D2342EE9B7C0A41AD4BCECB5_gshared (int32_t ___value0, int32_t ___defaultValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { 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_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeArray * L_2; L_2 = Enum_GetValues_m8EEC6B32F297FDB2F7375DC8B197E0E1AB8643BD((Type_t *)L_1, /*hidden argument*/NULL); NullCheck((RuntimeArray *)L_2); RuntimeObject* L_3; L_3 = Array_GetEnumerator_m7BC171F2F69907FD4585E7B4A3A224473BE32964((RuntimeArray *)L_2, /*hidden argument*/NULL); V_0 = (RuntimeObject*)L_3; } IL_0015: try {// begin try (depth: 1) { goto IL_0034; } IL_0017: { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))))); int32_t L_6 = V_1; V_2 = (int32_t)L_6; int32_t L_7 = ___value0; int32_t* L_8; L_8 = (( int32_t* (*) (int32_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((int32_t*)(int32_t*)(&V_2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_9 = *((int32_t*)L_8); if ((!(((uint32_t)L_7) == ((uint32_t)L_9)))) { goto IL_0034; } } IL_0030: { int32_t L_10 = V_1; V_3 = (int32_t)L_10; IL2CPP_LEAVE(0x54, FINALLY_003e); } IL_0034: { 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_0017; } } IL_003c: { IL2CPP_LEAVE(0x52, FINALLY_003e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003e; } FINALLY_003e: {// begin finally (depth: 1) { RuntimeObject* L_13 = V_0; V_4 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_4; if (!L_14) { goto IL_0051; } } IL_004a: { RuntimeObject* L_15 = V_4; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_15); } IL_0051: { IL2CPP_END_FINALLY(62) } }// end finally (depth: 1) IL2CPP_CLEANUP(62) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x54, IL_0054) IL2CPP_JUMP_TBL(0x52, IL_0052) } IL_0052: { int32_t L_16 = ___defaultValue1; return (int32_t)L_16; } IL_0054: { int32_t L_17 = V_3; return (int32_t)L_17; } } // TEnum SixLabors.ImageSharp.EnumUtils::Parse(System.Int32,TEnum) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EnumUtils_Parse_TisRuntimeObject_m47E4AA2102BBB34CA52345FED8920B1A74CF8745_gshared (int32_t ___value0, RuntimeObject * ___defaultValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { 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_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeArray * L_2; L_2 = Enum_GetValues_m8EEC6B32F297FDB2F7375DC8B197E0E1AB8643BD((Type_t *)L_1, /*hidden argument*/NULL); NullCheck((RuntimeArray *)L_2); RuntimeObject* L_3; L_3 = Array_GetEnumerator_m7BC171F2F69907FD4585E7B4A3A224473BE32964((RuntimeArray *)L_2, /*hidden argument*/NULL); V_0 = (RuntimeObject*)L_3; } IL_0015: try {// begin try (depth: 1) { goto IL_0034; } IL_0017: { RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); V_1 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); RuntimeObject * L_6 = V_1; V_2 = (RuntimeObject *)L_6; int32_t L_7 = ___value0; int32_t* L_8; L_8 = (( int32_t* (*) (RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject **)(RuntimeObject **)(&V_2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_9 = *((int32_t*)L_8); if ((!(((uint32_t)L_7) == ((uint32_t)L_9)))) { goto IL_0034; } } IL_0030: { RuntimeObject * L_10 = V_1; V_3 = (RuntimeObject *)L_10; IL2CPP_LEAVE(0x54, FINALLY_003e); } IL_0034: { 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_0017; } } IL_003c: { IL2CPP_LEAVE(0x52, FINALLY_003e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003e; } FINALLY_003e: {// begin finally (depth: 1) { RuntimeObject* L_13 = V_0; V_4 = (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_4; if (!L_14) { goto IL_0051; } } IL_004a: { RuntimeObject* L_15 = V_4; NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_15); } IL_0051: { IL2CPP_END_FINALLY(62) } }// end finally (depth: 1) IL2CPP_CLEANUP(62) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x54, IL_0054) IL2CPP_JUMP_TBL(0x52, IL_0052) } IL_0052: { RuntimeObject * L_16 = ___defaultValue1; return (RuntimeObject *)L_16; } IL_0054: { RuntimeObject * L_17 = V_3; return (RuntimeObject *)L_17; } } // System.Boolean System.Linq.Enumerable::All(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_All_TisRuntimeObject_m4C0A04A431720E859C6CAB04F55175E5FBD2E08C_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_m4C0A04A431720E859C6CAB04F55175E5FBD2E08C_RuntimeMethod_var))); } IL_000e: { Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_m4C0A04A431720E859C6CAB04F55175E5FBD2E08C_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_m32B57C948ED1A4E666A55FA3D720DE75886070A7_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_m32B57C948ED1A4E666A55FA3D720DE75886070A7_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_TisComplex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_m67FBA6BD11E88F3437C44F31E2C3787DEBF7DC22_gshared (RuntimeObject* ___source0, Func_2_tAB75D6F626EAD6344A2492DE72A71159D04FF48C * ___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; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C 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 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisComplex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_m67FBA6BD11E88F3437C44F31E2C3787DEBF7DC22_RuntimeMethod_var))); } IL_000e: { Func_2_tAB75D6F626EAD6344A2492DE72A71159D04FF48C * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisComplex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_m67FBA6BD11E88F3437C44F31E2C3787DEBF7DC22_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); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_7; L_7 = InterfaceFuncInvoker0< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_6); V_1 = (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_7; Func_2_tAB75D6F626EAD6344A2492DE72A71159D04FF48C * L_8 = ___predicate1; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_9 = V_1; NullCheck((Func_2_tAB75D6F626EAD6344A2492DE72A71159D04FF48C *)L_8); bool L_10; L_10 = (( bool (*) (Func_2_tAB75D6F626EAD6344A2492DE72A71159D04FF48C *, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_2_tAB75D6F626EAD6344A2492DE72A71159D04FF48C *)L_8, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )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.Boolean System.Linq.Enumerable::Any(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Any_TisComplex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_m2CFDCF8F5D977AE73A205FBEC8F6E056748E5983_gshared (RuntimeObject* ___source0, Func_2_t8CEC9815E3BFE42053037EA1CE5ECC0E03AF2479 * ___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; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 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 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisComplex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_m2CFDCF8F5D977AE73A205FBEC8F6E056748E5983_RuntimeMethod_var))); } IL_000e: { Func_2_t8CEC9815E3BFE42053037EA1CE5ECC0E03AF2479 * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisComplex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_m2CFDCF8F5D977AE73A205FBEC8F6E056748E5983_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); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_7; L_7 = InterfaceFuncInvoker0< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_6); V_1 = (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_7; Func_2_t8CEC9815E3BFE42053037EA1CE5ECC0E03AF2479 * L_8 = ___predicate1; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_9 = V_1; NullCheck((Func_2_t8CEC9815E3BFE42053037EA1CE5ECC0E03AF2479 *)L_8); bool L_10; L_10 = (( bool (*) (Func_2_t8CEC9815E3BFE42053037EA1CE5ECC0E03AF2479 *, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_2_t8CEC9815E3BFE42053037EA1CE5ECC0E03AF2479 *)L_8, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )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.Boolean System.Linq.Enumerable::Any(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Any_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mCE24575701410424AE895AE576C926572EFA4595_gshared (RuntimeObject* ___source0, Func_2_t4E607BF9FA9E115F43BD77F92F4285E3B8C7FB0D * ___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; double V_1 = 0.0; 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mCE24575701410424AE895AE576C926572EFA4595_RuntimeMethod_var))); } IL_000e: { Func_2_t4E607BF9FA9E115F43BD77F92F4285E3B8C7FB0D * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mCE24575701410424AE895AE576C926572EFA4595_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); double L_7; L_7 = InterfaceFuncInvoker0< double >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_6); V_1 = (double)L_7; Func_2_t4E607BF9FA9E115F43BD77F92F4285E3B8C7FB0D * L_8 = ___predicate1; double L_9 = V_1; NullCheck((Func_2_t4E607BF9FA9E115F43BD77F92F4285E3B8C7FB0D *)L_8); bool L_10; L_10 = (( bool (*) (Func_2_t4E607BF9FA9E115F43BD77F92F4285E3B8C7FB0D *, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_2_t4E607BF9FA9E115F43BD77F92F4285E3B8C7FB0D *)L_8, (double)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.Boolean System.Linq.Enumerable::Any(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Any_TisIccLut_tFB99AB82ABB1A482C310EE322C51C9EFC62A778C_mCEF2066FCA2F684445A2272E1E293153B3C8C699_gshared (RuntimeObject* ___source0, Func_2_tAEDD11CB360DF89F5E78FBBBE20C0068DE81A907 * ___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; IccLut_tFB99AB82ABB1A482C310EE322C51C9EFC62A778C 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 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisIccLut_tFB99AB82ABB1A482C310EE322C51C9EFC62A778C_mCEF2066FCA2F684445A2272E1E293153B3C8C699_RuntimeMethod_var))); } IL_000e: { Func_2_tAEDD11CB360DF89F5E78FBBBE20C0068DE81A907 * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisIccLut_tFB99AB82ABB1A482C310EE322C51C9EFC62A778C_mCEF2066FCA2F684445A2272E1E293153B3C8C699_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); IccLut_tFB99AB82ABB1A482C310EE322C51C9EFC62A778C L_7; L_7 = InterfaceFuncInvoker0< IccLut_tFB99AB82ABB1A482C310EE322C51C9EFC62A778C >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_6); V_1 = (IccLut_tFB99AB82ABB1A482C310EE322C51C9EFC62A778C )L_7; Func_2_tAEDD11CB360DF89F5E78FBBBE20C0068DE81A907 * L_8 = ___predicate1; IccLut_tFB99AB82ABB1A482C310EE322C51C9EFC62A778C L_9 = V_1; NullCheck((Func_2_tAEDD11CB360DF89F5E78FBBBE20C0068DE81A907 *)L_8); bool L_10; L_10 = (( bool (*) (Func_2_tAEDD11CB360DF89F5E78FBBBE20C0068DE81A907 *, IccLut_tFB99AB82ABB1A482C310EE322C51C9EFC62A778C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_2_tAEDD11CB360DF89F5E78FBBBE20C0068DE81A907 *)L_8, (IccLut_tFB99AB82ABB1A482C310EE322C51C9EFC62A778C )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.Boolean System.Linq.Enumerable::Any(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Any_TisIccNamedColor_t1FBC033809515457EC209B625E1FE6B1B5C83A5A_mCE62841F6B5590099FDF097E446132492957406F_gshared (RuntimeObject* ___source0, Func_2_t2A6508E80F23617BED190D105C71C334B4AE3C25 * ___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; IccNamedColor_t1FBC033809515457EC209B625E1FE6B1B5C83A5A 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 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisIccNamedColor_t1FBC033809515457EC209B625E1FE6B1B5C83A5A_mCE62841F6B5590099FDF097E446132492957406F_RuntimeMethod_var))); } IL_000e: { Func_2_t2A6508E80F23617BED190D105C71C334B4AE3C25 * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisIccNamedColor_t1FBC033809515457EC209B625E1FE6B1B5C83A5A_mCE62841F6B5590099FDF097E446132492957406F_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); IccNamedColor_t1FBC033809515457EC209B625E1FE6B1B5C83A5A L_7; L_7 = InterfaceFuncInvoker0< IccNamedColor_t1FBC033809515457EC209B625E1FE6B1B5C83A5A >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_6); V_1 = (IccNamedColor_t1FBC033809515457EC209B625E1FE6B1B5C83A5A )L_7; Func_2_t2A6508E80F23617BED190D105C71C334B4AE3C25 * L_8 = ___predicate1; IccNamedColor_t1FBC033809515457EC209B625E1FE6B1B5C83A5A L_9 = V_1; NullCheck((Func_2_t2A6508E80F23617BED190D105C71C334B4AE3C25 *)L_8); bool L_10; L_10 = (( bool (*) (Func_2_t2A6508E80F23617BED190D105C71C334B4AE3C25 *, IccNamedColor_t1FBC033809515457EC209B625E1FE6B1B5C83A5A , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_2_t2A6508E80F23617BED190D105C71C334B4AE3C25 *)L_8, (IccNamedColor_t1FBC033809515457EC209B625E1FE6B1B5C83A5A )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.Boolean System.Linq.Enumerable::Any(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Any_TisRuntimeObject_m4175AF82F03F3455AA3D53F7A60E9EB341C1DE04_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_m4175AF82F03F3455AA3D53F7A60E9EB341C1DE04_RuntimeMethod_var))); } IL_000e: { Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_m4175AF82F03F3455AA3D53F7A60E9EB341C1DE04_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.Boolean System.Linq.Enumerable::Any(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Any_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m9CA7D2CBC65D1EFD641580E589C54C5EACC720B1_gshared (RuntimeObject* ___source0, Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A * ___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; float V_1 = 0.0f; 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m9CA7D2CBC65D1EFD641580E589C54C5EACC720B1_RuntimeMethod_var))); } IL_000e: { Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m9CA7D2CBC65D1EFD641580E589C54C5EACC720B1_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); float L_7; L_7 = InterfaceFuncInvoker0< float >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_6); V_1 = (float)L_7; Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A * L_8 = ___predicate1; float L_9 = V_1; NullCheck((Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A *)L_8); bool L_10; L_10 = (( bool (*) (Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_2_t7214BC9C9A47482C751067B9A197D164F4041A3A *)L_8, (float)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_TisByteEnum_t39285A9D8C7F88982FF718C04A9FA1AE64827307_m7ABD74ED8256FE353E842A1EE383B21A9F9FB11D_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisByteEnum_t39285A9D8C7F88982FF718C04A9FA1AE64827307_m7ABD74ED8256FE353E842A1EE383B21A9F9FB11D_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::Cast(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Cast_TisDictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_m1B8BA2DA1AC956243534D1CED5A8F1788159E00E_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisDictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_m1B8BA2DA1AC956243534D1CED5A8F1788159E00E_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::Cast(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Cast_TisRuntimeObject_m969FC696854F478B1E82F29E0D977D89B2E3F53F_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_m969FC696854F478B1E82F29E0D977D89B2E3F53F_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_TisByteEnum_t39285A9D8C7F88982FF718C04A9FA1AE64827307_m33B1756962B241057E147D4EE63456447F5165BD_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { { U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 * L_0 = (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 *, 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_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 * L_1 = (U3CCastIteratorU3Ed__99_1_t0B44FFEA580A2C0C5756BF41D9D2B662BCE3B5C7 *)L_0; RuntimeObject* L_2 = ___source0; NullCheck(L_1); L_1->set_U3CU3E3__source_4(L_2); return (RuntimeObject*)L_1; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::CastIterator(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_CastIterator_TisDictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_mD9459BEF2D8035B7540D3D6B573C8DF7E35FC0CA_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { { U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 * L_0 = (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 *, 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_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 * L_1 = (U3CCastIteratorU3Ed__99_1_t22D17F647763B7E6D2ECBD7830AF1C71AC1CDB46 *)L_0; RuntimeObject* L_2 = ___source0; NullCheck(L_1); L_1->set_U3CU3E3__source_4(L_2); return (RuntimeObject*)L_1; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::CastIterator(System.Collections.IEnumerable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_CastIterator_TisRuntimeObject_mB7F03A5469D381FD6713C954ED388F36F0D18EAF_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_mFCD177EFE8B94F9E53B0FE8BBDEE34BD10173702_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_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * Enumerable_CombinePredicates_TisMemory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0_mF9FA90EE65398DA42FA169B7F072C050EA8D4DBC_gshared (Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * ___predicate10, Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t5DFEBF6DF226D7DE9F12B2BE4E83FB1424007A56 * L_0 = (U3CU3Ec__DisplayClass6_0_1_t5DFEBF6DF226D7DE9F12B2BE4E83FB1424007A56 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t5DFEBF6DF226D7DE9F12B2BE4E83FB1424007A56 *, 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_t5DFEBF6DF226D7DE9F12B2BE4E83FB1424007A56 * L_1 = (U3CU3Ec__DisplayClass6_0_1_t5DFEBF6DF226D7DE9F12B2BE4E83FB1424007A56 *)L_0; Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t5DFEBF6DF226D7DE9F12B2BE4E83FB1424007A56 * L_3 = (U3CU3Ec__DisplayClass6_0_1_t5DFEBF6DF226D7DE9F12B2BE4E83FB1424007A56 *)L_1; Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A * L_5 = (Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t2DB28CDE73A61C4A59C13B58512574A18AAD196A *, 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_t2DB28CDE73A61C4A59C13B58512574A18AAD196A *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * Enumerable_CombinePredicates_TisMemory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB_mCC1340E49C86810C477433D2214B77F9FCF3CCAD_gshared (Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * ___predicate10, Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_tFB7CA5068C5BDCC5D62E246AD05A6748F1A6997E * L_0 = (U3CU3Ec__DisplayClass6_0_1_tFB7CA5068C5BDCC5D62E246AD05A6748F1A6997E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_tFB7CA5068C5BDCC5D62E246AD05A6748F1A6997E *, 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_tFB7CA5068C5BDCC5D62E246AD05A6748F1A6997E * L_1 = (U3CU3Ec__DisplayClass6_0_1_tFB7CA5068C5BDCC5D62E246AD05A6748F1A6997E *)L_0; Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_tFB7CA5068C5BDCC5D62E246AD05A6748F1A6997E * L_3 = (U3CU3Ec__DisplayClass6_0_1_tFB7CA5068C5BDCC5D62E246AD05A6748F1A6997E *)L_1; Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 * L_5 = (Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tF635FBDB1210DC20F1171DA28714E4D298497E03 *, 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_tF635FBDB1210DC20F1171DA28714E4D298497E03 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * Enumerable_CombinePredicates_TisMemory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D_m5F13173246E77317D75880680EF910D1F30B5951_gshared (Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * ___predicate10, Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t8E76E81A81CDA76456157FEC54BDCD33A723FC8C * L_0 = (U3CU3Ec__DisplayClass6_0_1_t8E76E81A81CDA76456157FEC54BDCD33A723FC8C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t8E76E81A81CDA76456157FEC54BDCD33A723FC8C *, 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_t8E76E81A81CDA76456157FEC54BDCD33A723FC8C * L_1 = (U3CU3Ec__DisplayClass6_0_1_t8E76E81A81CDA76456157FEC54BDCD33A723FC8C *)L_0; Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t8E76E81A81CDA76456157FEC54BDCD33A723FC8C * L_3 = (U3CU3Ec__DisplayClass6_0_1_t8E76E81A81CDA76456157FEC54BDCD33A723FC8C *)L_1; Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 * L_5 = (Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 *, 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_t6988291E5D8B5D9A6AFB4F4237986B6F689EC834 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * Enumerable_CombinePredicates_TisMemory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE_mA0B97602D195A809EC23FA7B0C8187D18D420F83_gshared (Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * ___predicate10, Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t71FF39BC5109C1576424B31EBB11DC8E186A167E * L_0 = (U3CU3Ec__DisplayClass6_0_1_t71FF39BC5109C1576424B31EBB11DC8E186A167E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t71FF39BC5109C1576424B31EBB11DC8E186A167E *, 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_t71FF39BC5109C1576424B31EBB11DC8E186A167E * L_1 = (U3CU3Ec__DisplayClass6_0_1_t71FF39BC5109C1576424B31EBB11DC8E186A167E *)L_0; Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t71FF39BC5109C1576424B31EBB11DC8E186A167E * L_3 = (U3CU3Ec__DisplayClass6_0_1_t71FF39BC5109C1576424B31EBB11DC8E186A167E *)L_1; Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC * L_5 = (Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC *, 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_t7D72CE89D646FA06AEA2F1397EBE9039D6DA80BC *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * Enumerable_CombinePredicates_TisMemory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931_mD2A23628CFE28EE69A6E1C57AB0B54B9D33AEC90_gshared (Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * ___predicate10, Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_tEE9D23412F716DE38E439EEC5379FDA5FA32A27B * L_0 = (U3CU3Ec__DisplayClass6_0_1_tEE9D23412F716DE38E439EEC5379FDA5FA32A27B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_tEE9D23412F716DE38E439EEC5379FDA5FA32A27B *, 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_tEE9D23412F716DE38E439EEC5379FDA5FA32A27B * L_1 = (U3CU3Ec__DisplayClass6_0_1_tEE9D23412F716DE38E439EEC5379FDA5FA32A27B *)L_0; Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_tEE9D23412F716DE38E439EEC5379FDA5FA32A27B * L_3 = (U3CU3Ec__DisplayClass6_0_1_tEE9D23412F716DE38E439EEC5379FDA5FA32A27B *)L_1; Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 * L_5 = (Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 *, 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_t8B9BAC23F0ABA5D13657BAF5C95E2F52D61DC943 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * Enumerable_CombinePredicates_TisMemory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0_m1CA393CB5CF9F6C4A0FBF7F6917FCABD05212860_gshared (Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * ___predicate10, Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t984FF52D51A56376E63C2B5FB4D48E2E00C904E8 * L_0 = (U3CU3Ec__DisplayClass6_0_1_t984FF52D51A56376E63C2B5FB4D48E2E00C904E8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t984FF52D51A56376E63C2B5FB4D48E2E00C904E8 *, 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_t984FF52D51A56376E63C2B5FB4D48E2E00C904E8 * L_1 = (U3CU3Ec__DisplayClass6_0_1_t984FF52D51A56376E63C2B5FB4D48E2E00C904E8 *)L_0; Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t984FF52D51A56376E63C2B5FB4D48E2E00C904E8 * L_3 = (U3CU3Ec__DisplayClass6_0_1_t984FF52D51A56376E63C2B5FB4D48E2E00C904E8 *)L_1; Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB * L_5 = (Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tC5269B59497A505314148321B1DC18E74DC3A6AB *, 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_tC5269B59497A505314148321B1DC18E74DC3A6AB *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * Enumerable_CombinePredicates_TisMemory_1_t7563249509690F7EA9872AC8D92A514A79493FAE_m16BA8DE76F88801547692FB8078DA6A6CC7C21C8_gshared (Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * ___predicate10, Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t9469BB1B5F85E83047ED9EB3D8B5B4F475736D92 * L_0 = (U3CU3Ec__DisplayClass6_0_1_t9469BB1B5F85E83047ED9EB3D8B5B4F475736D92 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t9469BB1B5F85E83047ED9EB3D8B5B4F475736D92 *, 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_t9469BB1B5F85E83047ED9EB3D8B5B4F475736D92 * L_1 = (U3CU3Ec__DisplayClass6_0_1_t9469BB1B5F85E83047ED9EB3D8B5B4F475736D92 *)L_0; Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t9469BB1B5F85E83047ED9EB3D8B5B4F475736D92 * L_3 = (U3CU3Ec__DisplayClass6_0_1_t9469BB1B5F85E83047ED9EB3D8B5B4F475736D92 *)L_1; Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 * L_5 = (Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 *, 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_t60A6CCC648B7A621DA9031E3117E0A50EB5E5609 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * Enumerable_CombinePredicates_TisMemory_1_t989A25F213E59B429D409844716D883464EB981E_m54BCC915D881820E90B91B834831D12E66210EC7_gshared (Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * ___predicate10, Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t5C13840EA0215454984711B9DE27D9B3FE2014D2 * L_0 = (U3CU3Ec__DisplayClass6_0_1_t5C13840EA0215454984711B9DE27D9B3FE2014D2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t5C13840EA0215454984711B9DE27D9B3FE2014D2 *, 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_t5C13840EA0215454984711B9DE27D9B3FE2014D2 * L_1 = (U3CU3Ec__DisplayClass6_0_1_t5C13840EA0215454984711B9DE27D9B3FE2014D2 *)L_0; Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t5C13840EA0215454984711B9DE27D9B3FE2014D2 * L_3 = (U3CU3Ec__DisplayClass6_0_1_t5C13840EA0215454984711B9DE27D9B3FE2014D2 *)L_1; Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A * L_5 = (Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tEC8881E139B2D632F56E30927F0913C7DF0A755A *, 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_tEC8881E139B2D632F56E30927F0913C7DF0A755A *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * Enumerable_CombinePredicates_TisMemory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE_m50D11E73D20396E8AA43D4215819EDACAA03E942_gshared (Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * ___predicate10, Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t46EAE19C8A1B2FCEF638DB4929A5B2EC091E7C44 * L_0 = (U3CU3Ec__DisplayClass6_0_1_t46EAE19C8A1B2FCEF638DB4929A5B2EC091E7C44 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t46EAE19C8A1B2FCEF638DB4929A5B2EC091E7C44 *, 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_t46EAE19C8A1B2FCEF638DB4929A5B2EC091E7C44 * L_1 = (U3CU3Ec__DisplayClass6_0_1_t46EAE19C8A1B2FCEF638DB4929A5B2EC091E7C44 *)L_0; Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t46EAE19C8A1B2FCEF638DB4929A5B2EC091E7C44 * L_3 = (U3CU3Ec__DisplayClass6_0_1_t46EAE19C8A1B2FCEF638DB4929A5B2EC091E7C44 *)L_1; Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 * L_5 = (Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 *, 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_t99EEF716EEDCD0334FD84571DA64F7C6BCAA1D61 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * Enumerable_CombinePredicates_TisMemory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9_mC0DBDC6E91250616D2ED54878CDDDC01D4D98FA6_gshared (Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * ___predicate10, Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t423C6AED3BEDE2D7B2C96647511E18D6EE581280 * L_0 = (U3CU3Ec__DisplayClass6_0_1_t423C6AED3BEDE2D7B2C96647511E18D6EE581280 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t423C6AED3BEDE2D7B2C96647511E18D6EE581280 *, 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_t423C6AED3BEDE2D7B2C96647511E18D6EE581280 * L_1 = (U3CU3Ec__DisplayClass6_0_1_t423C6AED3BEDE2D7B2C96647511E18D6EE581280 *)L_0; Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t423C6AED3BEDE2D7B2C96647511E18D6EE581280 * L_3 = (U3CU3Ec__DisplayClass6_0_1_t423C6AED3BEDE2D7B2C96647511E18D6EE581280 *)L_1; Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 * L_5 = (Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tCE351FA58C547025F3D1F988788B8B6C70887516 *, 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_tCE351FA58C547025F3D1F988788B8B6C70887516 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * Enumerable_CombinePredicates_TisMemory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4_m11582F8CC3C0AE960D441D051C25D77F158FCB64_gshared (Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * ___predicate10, Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_tDB7B1A8AB27F753F9876D0B42C58E5CB1DF6E19F * L_0 = (U3CU3Ec__DisplayClass6_0_1_tDB7B1A8AB27F753F9876D0B42C58E5CB1DF6E19F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_tDB7B1A8AB27F753F9876D0B42C58E5CB1DF6E19F *, 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_tDB7B1A8AB27F753F9876D0B42C58E5CB1DF6E19F * L_1 = (U3CU3Ec__DisplayClass6_0_1_tDB7B1A8AB27F753F9876D0B42C58E5CB1DF6E19F *)L_0; Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_tDB7B1A8AB27F753F9876D0B42C58E5CB1DF6E19F * L_3 = (U3CU3Ec__DisplayClass6_0_1_tDB7B1A8AB27F753F9876D0B42C58E5CB1DF6E19F *)L_1; Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 * L_5 = (Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 *, 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_tCE30D0E3A35676C812796FEA23B877C81C64FEC4 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * Enumerable_CombinePredicates_TisMemory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0_m919E21C8CBE24810D0FFCC3B6572880B63D16385_gshared (Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * ___predicate10, Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_tB834CB40E2A5DC4D9DD243BA119790D587BAF64E * L_0 = (U3CU3Ec__DisplayClass6_0_1_tB834CB40E2A5DC4D9DD243BA119790D587BAF64E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_tB834CB40E2A5DC4D9DD243BA119790D587BAF64E *, 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_tB834CB40E2A5DC4D9DD243BA119790D587BAF64E * L_1 = (U3CU3Ec__DisplayClass6_0_1_tB834CB40E2A5DC4D9DD243BA119790D587BAF64E *)L_0; Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_tB834CB40E2A5DC4D9DD243BA119790D587BAF64E * L_3 = (U3CU3Ec__DisplayClass6_0_1_tB834CB40E2A5DC4D9DD243BA119790D587BAF64E *)L_1; Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 * L_5 = (Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 *, 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_t23D7D81B67AE0760068A585AAF6689F92AD56BB5 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * Enumerable_CombinePredicates_TisMemory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49_mC6E5AE8B3F011FCADE0AEA86E968883A185DF5C4_gshared (Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * ___predicate10, Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t7EB714DADD1163AC1C003DCEE30B6B004D4228EC * L_0 = (U3CU3Ec__DisplayClass6_0_1_t7EB714DADD1163AC1C003DCEE30B6B004D4228EC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t7EB714DADD1163AC1C003DCEE30B6B004D4228EC *, 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_t7EB714DADD1163AC1C003DCEE30B6B004D4228EC * L_1 = (U3CU3Ec__DisplayClass6_0_1_t7EB714DADD1163AC1C003DCEE30B6B004D4228EC *)L_0; Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t7EB714DADD1163AC1C003DCEE30B6B004D4228EC * L_3 = (U3CU3Ec__DisplayClass6_0_1_t7EB714DADD1163AC1C003DCEE30B6B004D4228EC *)L_1; Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE * L_5 = (Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE *, 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_tA4AB3F73F5A7DDB481E03A0A244EEACAF4008DAE *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * Enumerable_CombinePredicates_TisMemory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89_m909C9B981CFCCD11B5BF3C474F870294C005992D_gshared (Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * ___predicate10, Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t736E17618CC3579A6D36ABF4DDE9B6A068B9422E * L_0 = (U3CU3Ec__DisplayClass6_0_1_t736E17618CC3579A6D36ABF4DDE9B6A068B9422E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t736E17618CC3579A6D36ABF4DDE9B6A068B9422E *, 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_t736E17618CC3579A6D36ABF4DDE9B6A068B9422E * L_1 = (U3CU3Ec__DisplayClass6_0_1_t736E17618CC3579A6D36ABF4DDE9B6A068B9422E *)L_0; Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t736E17618CC3579A6D36ABF4DDE9B6A068B9422E * L_3 = (U3CU3Ec__DisplayClass6_0_1_t736E17618CC3579A6D36ABF4DDE9B6A068B9422E *)L_1; Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A * L_5 = (Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tFC20CC0E201D570B9569067910CF434B3A27D77A *, 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_tFC20CC0E201D570B9569067910CF434B3A27D77A *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * Enumerable_CombinePredicates_TisMemory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7_mF7A0E9963F14118AABD076AC5FEC8A5BD733E964_gshared (Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * ___predicate10, Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t2E17BA1C04122F0D52D2968BB4B9CE3C80F92262 * L_0 = (U3CU3Ec__DisplayClass6_0_1_t2E17BA1C04122F0D52D2968BB4B9CE3C80F92262 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t2E17BA1C04122F0D52D2968BB4B9CE3C80F92262 *, 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_t2E17BA1C04122F0D52D2968BB4B9CE3C80F92262 * L_1 = (U3CU3Ec__DisplayClass6_0_1_t2E17BA1C04122F0D52D2968BB4B9CE3C80F92262 *)L_0; Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t2E17BA1C04122F0D52D2968BB4B9CE3C80F92262 * L_3 = (U3CU3Ec__DisplayClass6_0_1_t2E17BA1C04122F0D52D2968BB4B9CE3C80F92262 *)L_1; Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 * L_5 = (Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t11A07DF880826E6D552B7C5F53D530D8D09A2825 *, 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_t11A07DF880826E6D552B7C5F53D530D8D09A2825 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * Enumerable_CombinePredicates_TisMemory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7_m786A533A8CCFA04FF6DB029393D1F1F1765D8238_gshared (Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * ___predicate10, Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_tE4EA1E421C45A779EF29E195817F6E89ED3A6BF3 * L_0 = (U3CU3Ec__DisplayClass6_0_1_tE4EA1E421C45A779EF29E195817F6E89ED3A6BF3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_tE4EA1E421C45A779EF29E195817F6E89ED3A6BF3 *, 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_tE4EA1E421C45A779EF29E195817F6E89ED3A6BF3 * L_1 = (U3CU3Ec__DisplayClass6_0_1_tE4EA1E421C45A779EF29E195817F6E89ED3A6BF3 *)L_0; Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_tE4EA1E421C45A779EF29E195817F6E89ED3A6BF3 * L_3 = (U3CU3Ec__DisplayClass6_0_1_tE4EA1E421C45A779EF29E195817F6E89ED3A6BF3 *)L_1; Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 * L_5 = (Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 *, 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_t61DC2FE0838AFE9297136F89AC8F5386A1E32823 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * Enumerable_CombinePredicates_TisMemory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA_mC0348C37003626BC55DF152078C3ED5C00E52B1D_gshared (Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * ___predicate10, Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t10090F4FD7163144A2961BB635B6D81B61E0E2FC * L_0 = (U3CU3Ec__DisplayClass6_0_1_t10090F4FD7163144A2961BB635B6D81B61E0E2FC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t10090F4FD7163144A2961BB635B6D81B61E0E2FC *, 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_t10090F4FD7163144A2961BB635B6D81B61E0E2FC * L_1 = (U3CU3Ec__DisplayClass6_0_1_t10090F4FD7163144A2961BB635B6D81B61E0E2FC *)L_0; Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t10090F4FD7163144A2961BB635B6D81B61E0E2FC * L_3 = (U3CU3Ec__DisplayClass6_0_1_t10090F4FD7163144A2961BB635B6D81B61E0E2FC *)L_1; Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 * L_5 = (Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 *, 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_t329C8DB78CD3C5498020EA27FB1E9BA992057A49 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t71246452552324E63369238428A8262C35D51CF9 * Enumerable_CombinePredicates_TisMemory_1_tA7A508702FE7E293003570A324EEEB9484F060C8_mDD73F3D43CCA1C27A6BB63D46247478C7E0D1DAD_gshared (Func_2_t71246452552324E63369238428A8262C35D51CF9 * ___predicate10, Func_2_t71246452552324E63369238428A8262C35D51CF9 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_tBFC99CF024E91818AC044183A8C987E97B47286B * L_0 = (U3CU3Ec__DisplayClass6_0_1_tBFC99CF024E91818AC044183A8C987E97B47286B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_tBFC99CF024E91818AC044183A8C987E97B47286B *, 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_tBFC99CF024E91818AC044183A8C987E97B47286B * L_1 = (U3CU3Ec__DisplayClass6_0_1_tBFC99CF024E91818AC044183A8C987E97B47286B *)L_0; Func_2_t71246452552324E63369238428A8262C35D51CF9 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_tBFC99CF024E91818AC044183A8C987E97B47286B * L_3 = (U3CU3Ec__DisplayClass6_0_1_tBFC99CF024E91818AC044183A8C987E97B47286B *)L_1; Func_2_t71246452552324E63369238428A8262C35D51CF9 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t71246452552324E63369238428A8262C35D51CF9 * L_5 = (Func_2_t71246452552324E63369238428A8262C35D51CF9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t71246452552324E63369238428A8262C35D51CF9 *, 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_t71246452552324E63369238428A8262C35D51CF9 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * Enumerable_CombinePredicates_TisMemory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C_m967450B1FCCB2082F2AABC4CD69F7AA49A20D320_gshared (Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * ___predicate10, Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t79EC3C701A8468EA1EC27711E8F91B909E15940E * L_0 = (U3CU3Ec__DisplayClass6_0_1_t79EC3C701A8468EA1EC27711E8F91B909E15940E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t79EC3C701A8468EA1EC27711E8F91B909E15940E *, 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_t79EC3C701A8468EA1EC27711E8F91B909E15940E * L_1 = (U3CU3Ec__DisplayClass6_0_1_t79EC3C701A8468EA1EC27711E8F91B909E15940E *)L_0; Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t79EC3C701A8468EA1EC27711E8F91B909E15940E * L_3 = (U3CU3Ec__DisplayClass6_0_1_t79EC3C701A8468EA1EC27711E8F91B909E15940E *)L_1; Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 * L_5 = (Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 *, 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_t045EB8DA696529EC56BE6F396B7CD3F5C9DB9708 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * Enumerable_CombinePredicates_TisMemory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031_mE9028706E75A021D70AE7702FE76A4DD6F60E5AC_gshared (Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * ___predicate10, Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t29A51E0067AAF8F1B58A9465D07095EE50945D12 * L_0 = (U3CU3Ec__DisplayClass6_0_1_t29A51E0067AAF8F1B58A9465D07095EE50945D12 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t29A51E0067AAF8F1B58A9465D07095EE50945D12 *, 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_t29A51E0067AAF8F1B58A9465D07095EE50945D12 * L_1 = (U3CU3Ec__DisplayClass6_0_1_t29A51E0067AAF8F1B58A9465D07095EE50945D12 *)L_0; Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t29A51E0067AAF8F1B58A9465D07095EE50945D12 * L_3 = (U3CU3Ec__DisplayClass6_0_1_t29A51E0067AAF8F1B58A9465D07095EE50945D12 *)L_1; Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F * L_5 = (Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F *, 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_tD8A1427AF660E3479BCADCAC10FAEB24AE2B332F *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * Enumerable_CombinePredicates_TisMemory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4_mD18FF7924D9A1CE5037A45B353AE45C5654B634F_gshared (Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * ___predicate10, Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t75787217F96A4200A04F5CD384B8E33ED8936239 * L_0 = (U3CU3Ec__DisplayClass6_0_1_t75787217F96A4200A04F5CD384B8E33ED8936239 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t75787217F96A4200A04F5CD384B8E33ED8936239 *, 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_t75787217F96A4200A04F5CD384B8E33ED8936239 * L_1 = (U3CU3Ec__DisplayClass6_0_1_t75787217F96A4200A04F5CD384B8E33ED8936239 *)L_0; Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t75787217F96A4200A04F5CD384B8E33ED8936239 * L_3 = (U3CU3Ec__DisplayClass6_0_1_t75787217F96A4200A04F5CD384B8E33ED8936239 *)L_1; Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 * L_5 = (Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 *, 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_t8331ED3421DA803E22C254F5725DC5A3C84FA4C0 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * Enumerable_CombinePredicates_TisMemory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3_mDB834CA6CB2F1BCCA23802733FE95B8750B5453E_gshared (Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * ___predicate10, Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t557BF2B40EFEF26B848DEF86EE3805503806C128 * L_0 = (U3CU3Ec__DisplayClass6_0_1_t557BF2B40EFEF26B848DEF86EE3805503806C128 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t557BF2B40EFEF26B848DEF86EE3805503806C128 *, 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_t557BF2B40EFEF26B848DEF86EE3805503806C128 * L_1 = (U3CU3Ec__DisplayClass6_0_1_t557BF2B40EFEF26B848DEF86EE3805503806C128 *)L_0; Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t557BF2B40EFEF26B848DEF86EE3805503806C128 * L_3 = (U3CU3Ec__DisplayClass6_0_1_t557BF2B40EFEF26B848DEF86EE3805503806C128 *)L_1; Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE * L_5 = (Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE *, 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_t41A1A1EE9B1867AD6AE3229D7D79CE975D46D2BE *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * Enumerable_CombinePredicates_TisMemory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043_mC43C6023C6CE09245E63B2F538020D49838A1655_gshared (Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * ___predicate10, Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t6A2C5EAF41ED30CA2A12BA7A3B9D59629D0C04AA * L_0 = (U3CU3Ec__DisplayClass6_0_1_t6A2C5EAF41ED30CA2A12BA7A3B9D59629D0C04AA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t6A2C5EAF41ED30CA2A12BA7A3B9D59629D0C04AA *, 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_t6A2C5EAF41ED30CA2A12BA7A3B9D59629D0C04AA * L_1 = (U3CU3Ec__DisplayClass6_0_1_t6A2C5EAF41ED30CA2A12BA7A3B9D59629D0C04AA *)L_0; Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t6A2C5EAF41ED30CA2A12BA7A3B9D59629D0C04AA * L_3 = (U3CU3Ec__DisplayClass6_0_1_t6A2C5EAF41ED30CA2A12BA7A3B9D59629D0C04AA *)L_1; Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D * L_5 = (Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D *, 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_tC7B713C07E6D1ECB9385895EAB2ADE2EAF672A4D *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * Enumerable_CombinePredicates_TisMemory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D_m60F78F8C773D62349438D1634B4E68DAFA59DAD7_gshared (Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * ___predicate10, Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t0948EB1AC54C08F3AF7645C4DFE122B2136255CB * L_0 = (U3CU3Ec__DisplayClass6_0_1_t0948EB1AC54C08F3AF7645C4DFE122B2136255CB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t0948EB1AC54C08F3AF7645C4DFE122B2136255CB *, 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_t0948EB1AC54C08F3AF7645C4DFE122B2136255CB * L_1 = (U3CU3Ec__DisplayClass6_0_1_t0948EB1AC54C08F3AF7645C4DFE122B2136255CB *)L_0; Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t0948EB1AC54C08F3AF7645C4DFE122B2136255CB * L_3 = (U3CU3Ec__DisplayClass6_0_1_t0948EB1AC54C08F3AF7645C4DFE122B2136255CB *)L_1; Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C * L_5 = (Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C *, 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_t13384EF2F4C2DDC0EE572F9991FC44DD15D0C99C *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * Enumerable_CombinePredicates_TisMemory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215_mD505E5C764C802B94E4A1426C6A124D945030C9B_gshared (Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * ___predicate10, Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t227C0BFDB5D4630D05B880D1449F2FA1C93092BF * L_0 = (U3CU3Ec__DisplayClass6_0_1_t227C0BFDB5D4630D05B880D1449F2FA1C93092BF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t227C0BFDB5D4630D05B880D1449F2FA1C93092BF *, 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_t227C0BFDB5D4630D05B880D1449F2FA1C93092BF * L_1 = (U3CU3Ec__DisplayClass6_0_1_t227C0BFDB5D4630D05B880D1449F2FA1C93092BF *)L_0; Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t227C0BFDB5D4630D05B880D1449F2FA1C93092BF * L_3 = (U3CU3Ec__DisplayClass6_0_1_t227C0BFDB5D4630D05B880D1449F2FA1C93092BF *)L_1; Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 * L_5 = (Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 *, 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_t9DCFD5707B3D5C6FEB4D3421151299887FF93A60 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * Enumerable_CombinePredicates_TisMemory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1_mCDE3CFDE294A62ADDD158C74AE04795A3558A6A9_gshared (Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * ___predicate10, Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t1677B375E9A005FFF69E763084C54C4E5FBDAAD4 * L_0 = (U3CU3Ec__DisplayClass6_0_1_t1677B375E9A005FFF69E763084C54C4E5FBDAAD4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t1677B375E9A005FFF69E763084C54C4E5FBDAAD4 *, 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_t1677B375E9A005FFF69E763084C54C4E5FBDAAD4 * L_1 = (U3CU3Ec__DisplayClass6_0_1_t1677B375E9A005FFF69E763084C54C4E5FBDAAD4 *)L_0; Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t1677B375E9A005FFF69E763084C54C4E5FBDAAD4 * L_3 = (U3CU3Ec__DisplayClass6_0_1_t1677B375E9A005FFF69E763084C54C4E5FBDAAD4 *)L_1; Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B * L_5 = (Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B *, 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_tAD2BB836C1B592D71654D0364EED2C76FF0B0B8B *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * Enumerable_CombinePredicates_TisMemory_1_t814A542F09F5105E92E19024DD750603F06FFA6B_mE6AD9DC437BF25C4A7A2C1B664E8A1D7F826851D_gshared (Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * ___predicate10, Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t6DAEAF31EA8648BA9B1C53BA4957599BA25397D1 * L_0 = (U3CU3Ec__DisplayClass6_0_1_t6DAEAF31EA8648BA9B1C53BA4957599BA25397D1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t6DAEAF31EA8648BA9B1C53BA4957599BA25397D1 *, 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_t6DAEAF31EA8648BA9B1C53BA4957599BA25397D1 * L_1 = (U3CU3Ec__DisplayClass6_0_1_t6DAEAF31EA8648BA9B1C53BA4957599BA25397D1 *)L_0; Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t6DAEAF31EA8648BA9B1C53BA4957599BA25397D1 * L_3 = (U3CU3Ec__DisplayClass6_0_1_t6DAEAF31EA8648BA9B1C53BA4957599BA25397D1 *)L_1; Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 * L_5 = (Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 *, 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_t30973C8E8EDA698F7B6E4154A8AFE1EFDAC79175 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * Enumerable_CombinePredicates_TisMemory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF_m09EE5F7C386A581DE0A51A00A43E72596A3A28C4_gshared (Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * ___predicate10, Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_tC002CD9BDDF26B49B4A5378EBBA38999D1DC7795 * L_0 = (U3CU3Ec__DisplayClass6_0_1_tC002CD9BDDF26B49B4A5378EBBA38999D1DC7795 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_tC002CD9BDDF26B49B4A5378EBBA38999D1DC7795 *, 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_tC002CD9BDDF26B49B4A5378EBBA38999D1DC7795 * L_1 = (U3CU3Ec__DisplayClass6_0_1_tC002CD9BDDF26B49B4A5378EBBA38999D1DC7795 *)L_0; Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_tC002CD9BDDF26B49B4A5378EBBA38999D1DC7795 * L_3 = (U3CU3Ec__DisplayClass6_0_1_tC002CD9BDDF26B49B4A5378EBBA38999D1DC7795 *)L_1; Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 * L_5 = (Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t1884A41C8BD67DEBFEE584E6657F589A381CE861 *, 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_t1884A41C8BD67DEBFEE584E6657F589A381CE861 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * Enumerable_CombinePredicates_TisMemory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658_mC2D9DF8B4A3CA0880F4764FA8040B6D995A55961_gshared (Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * ___predicate10, Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t3BC2F40D7A89CDBEE82F603F5DD24D3D31AFB20A * L_0 = (U3CU3Ec__DisplayClass6_0_1_t3BC2F40D7A89CDBEE82F603F5DD24D3D31AFB20A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t3BC2F40D7A89CDBEE82F603F5DD24D3D31AFB20A *, 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_t3BC2F40D7A89CDBEE82F603F5DD24D3D31AFB20A * L_1 = (U3CU3Ec__DisplayClass6_0_1_t3BC2F40D7A89CDBEE82F603F5DD24D3D31AFB20A *)L_0; Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t3BC2F40D7A89CDBEE82F603F5DD24D3D31AFB20A * L_3 = (U3CU3Ec__DisplayClass6_0_1_t3BC2F40D7A89CDBEE82F603F5DD24D3D31AFB20A *)L_1; Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 * L_5 = (Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 *, 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_t0F49011D236CAD2C42EE3CD060FD32AD38058E53 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * Enumerable_CombinePredicates_TisMemory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E_m2E8871C1AA35887B85689DEE0B3BC23CCD2CACB7_gshared (Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * ___predicate10, Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t063B368398ED57D5DFF0A6F920A36507276E5D6F * L_0 = (U3CU3Ec__DisplayClass6_0_1_t063B368398ED57D5DFF0A6F920A36507276E5D6F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t063B368398ED57D5DFF0A6F920A36507276E5D6F *, 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_t063B368398ED57D5DFF0A6F920A36507276E5D6F * L_1 = (U3CU3Ec__DisplayClass6_0_1_t063B368398ED57D5DFF0A6F920A36507276E5D6F *)L_0; Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t063B368398ED57D5DFF0A6F920A36507276E5D6F * L_3 = (U3CU3Ec__DisplayClass6_0_1_t063B368398ED57D5DFF0A6F920A36507276E5D6F *)L_1; Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 * L_5 = (Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 *, 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_t4D60CB5C3BA8825965769E7B6B14C48ED0E191E0 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * Enumerable_CombinePredicates_TisMemory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA_m8E3F70273AF6105E9B708514FE7658EFF4804BEC_gshared (Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * ___predicate10, Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t8648A829BCDB06436A55EDA2EFBB8C2D812A857C * L_0 = (U3CU3Ec__DisplayClass6_0_1_t8648A829BCDB06436A55EDA2EFBB8C2D812A857C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t8648A829BCDB06436A55EDA2EFBB8C2D812A857C *, 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_t8648A829BCDB06436A55EDA2EFBB8C2D812A857C * L_1 = (U3CU3Ec__DisplayClass6_0_1_t8648A829BCDB06436A55EDA2EFBB8C2D812A857C *)L_0; Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t8648A829BCDB06436A55EDA2EFBB8C2D812A857C * L_3 = (U3CU3Ec__DisplayClass6_0_1_t8648A829BCDB06436A55EDA2EFBB8C2D812A857C *)L_1; Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 * L_5 = (Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 *, 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_t357FD493EEF0ECFEAF2D5B36CA65E415F4D818F6 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * Enumerable_CombinePredicates_TisMemory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B_m31FC540E9F747F786056712BCBE72FC95D33CF3E_gshared (Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * ___predicate10, Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_tAC0E88C70807C277F0790FDC621A5B02F7249854 * L_0 = (U3CU3Ec__DisplayClass6_0_1_tAC0E88C70807C277F0790FDC621A5B02F7249854 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_tAC0E88C70807C277F0790FDC621A5B02F7249854 *, 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_tAC0E88C70807C277F0790FDC621A5B02F7249854 * L_1 = (U3CU3Ec__DisplayClass6_0_1_tAC0E88C70807C277F0790FDC621A5B02F7249854 *)L_0; Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_tAC0E88C70807C277F0790FDC621A5B02F7249854 * L_3 = (U3CU3Ec__DisplayClass6_0_1_tAC0E88C70807C277F0790FDC621A5B02F7249854 *)L_1; Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 * L_5 = (Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 *, 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_t9C38AE7B998139F41CB7EA6A0270EC128137A6E8 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * Enumerable_CombinePredicates_TisMemory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE_m8476864667D985CF279A3D7A1ED73CCAFE1B0AE4_gshared (Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * ___predicate10, Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t241D4DCDD63E92B493F20E993F48ACD32026A833 * L_0 = (U3CU3Ec__DisplayClass6_0_1_t241D4DCDD63E92B493F20E993F48ACD32026A833 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t241D4DCDD63E92B493F20E993F48ACD32026A833 *, 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_t241D4DCDD63E92B493F20E993F48ACD32026A833 * L_1 = (U3CU3Ec__DisplayClass6_0_1_t241D4DCDD63E92B493F20E993F48ACD32026A833 *)L_0; Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t241D4DCDD63E92B493F20E993F48ACD32026A833 * L_3 = (U3CU3Ec__DisplayClass6_0_1_t241D4DCDD63E92B493F20E993F48ACD32026A833 *)L_1; Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E * L_5 = (Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t9D21E653ECF261D96C7E07D10A348AC4015D355E *, 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_t9D21E653ECF261D96C7E07D10A348AC4015D355E *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * Enumerable_CombinePredicates_TisMemory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054_mCC8C5A4484F5DDFFFD3E0F610B1413569B1BF116_gshared (Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * ___predicate10, Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_t1B79DF4B33026B4CB5284510176691202B099FDD * L_0 = (U3CU3Ec__DisplayClass6_0_1_t1B79DF4B33026B4CB5284510176691202B099FDD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_t1B79DF4B33026B4CB5284510176691202B099FDD *, 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_t1B79DF4B33026B4CB5284510176691202B099FDD * L_1 = (U3CU3Ec__DisplayClass6_0_1_t1B79DF4B33026B4CB5284510176691202B099FDD *)L_0; Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_t1B79DF4B33026B4CB5284510176691202B099FDD * L_3 = (U3CU3Ec__DisplayClass6_0_1_t1B79DF4B33026B4CB5284510176691202B099FDD *)L_1; Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 * L_5 = (Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t239CB9BD97BACD157551702FB480608AE50B3744 *, 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_t239CB9BD97BACD157551702FB480608AE50B3744 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * Enumerable_CombinePredicates_TisMemory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA_mA53A5A89109C062BCD88843F8A204C46A0A8B425_gshared (Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * ___predicate10, Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_tB9DD4E6C1902AAFDAEB8E05118567DE2B92BBC1A * L_0 = (U3CU3Ec__DisplayClass6_0_1_tB9DD4E6C1902AAFDAEB8E05118567DE2B92BBC1A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_tB9DD4E6C1902AAFDAEB8E05118567DE2B92BBC1A *, 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_tB9DD4E6C1902AAFDAEB8E05118567DE2B92BBC1A * L_1 = (U3CU3Ec__DisplayClass6_0_1_tB9DD4E6C1902AAFDAEB8E05118567DE2B92BBC1A *)L_0; Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_tB9DD4E6C1902AAFDAEB8E05118567DE2B92BBC1A * L_3 = (U3CU3Ec__DisplayClass6_0_1_tB9DD4E6C1902AAFDAEB8E05118567DE2B92BBC1A *)L_1; Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B * L_5 = (Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B *, 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_tD3A8DDD74292A647E1AFF1A80AF6EC1E8A1F663B *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombinePredicates>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tB8572691A3B246ABF46383743017D964596AF563 * Enumerable_CombinePredicates_TisMemory_1_t3232108BC547E6E6D76B052248C41BE34889A556_m10FAB8E52F7C854F6236256EB57048B8C3EF077D_gshared (Func_2_tB8572691A3B246ABF46383743017D964596AF563 * ___predicate10, Func_2_tB8572691A3B246ABF46383743017D964596AF563 * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_tDA69AE0B425F129DBC2C121A56BFD07169A78AF8 * L_0 = (U3CU3Ec__DisplayClass6_0_1_tDA69AE0B425F129DBC2C121A56BFD07169A78AF8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_tDA69AE0B425F129DBC2C121A56BFD07169A78AF8 *, 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_tDA69AE0B425F129DBC2C121A56BFD07169A78AF8 * L_1 = (U3CU3Ec__DisplayClass6_0_1_tDA69AE0B425F129DBC2C121A56BFD07169A78AF8 *)L_0; Func_2_tB8572691A3B246ABF46383743017D964596AF563 * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_tDA69AE0B425F129DBC2C121A56BFD07169A78AF8 * L_3 = (U3CU3Ec__DisplayClass6_0_1_tDA69AE0B425F129DBC2C121A56BFD07169A78AF8 *)L_1; Func_2_tB8572691A3B246ABF46383743017D964596AF563 * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_tB8572691A3B246ABF46383743017D964596AF563 * L_5 = (Func_2_tB8572691A3B246ABF46383743017D964596AF563 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tB8572691A3B246ABF46383743017D964596AF563 *, 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_tB8572691A3B246ABF46383743017D964596AF563 *)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_m21F6D373E901E6AE23F8B5C3BC933BEF3FE8DAF3_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_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * Enumerable_CombinePredicates_TisRuntimeObject_mB59C0C03D8B3A5610209D4EF048EEF127DC790E5_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_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * Enumerable_CombinePredicates_TisUInt16Enum_tF2B459B3D0051061056FFACAB957767640B848ED_m7F2E795D4FCA5B5333215A5AD399D899A299844B_gshared (Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * ___predicate10, Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * ___predicate21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass6_0_1_tEBB94FD394F38FC10C9ADE59A2F9D87388DD88DC * L_0 = (U3CU3Ec__DisplayClass6_0_1_tEBB94FD394F38FC10C9ADE59A2F9D87388DD88DC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_tEBB94FD394F38FC10C9ADE59A2F9D87388DD88DC *, 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_tEBB94FD394F38FC10C9ADE59A2F9D87388DD88DC * L_1 = (U3CU3Ec__DisplayClass6_0_1_tEBB94FD394F38FC10C9ADE59A2F9D87388DD88DC *)L_0; Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * L_2 = ___predicate10; NullCheck(L_1); L_1->set_predicate1_0(L_2); U3CU3Ec__DisplayClass6_0_1_tEBB94FD394F38FC10C9ADE59A2F9D87388DD88DC * L_3 = (U3CU3Ec__DisplayClass6_0_1_tEBB94FD394F38FC10C9ADE59A2F9D87388DD88DC *)L_1; Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * L_4 = ___predicate21; NullCheck(L_3); L_3->set_predicate2_1(L_4); Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A * L_5 = (Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A *, 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_tF7BBB5AE8CADB54C1CC33F6E53294CF6A485494A *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0_m944C391BD9C09D8ACAF8AE8650DFC250362718E1_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t1B733826B9B2B1905C7E4BD5C687C7286AB65737 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t1B733826B9B2B1905C7E4BD5C687C7286AB65737 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t1B733826B9B2B1905C7E4BD5C687C7286AB65737 *, 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_t1B733826B9B2B1905C7E4BD5C687C7286AB65737 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t1B733826B9B2B1905C7E4BD5C687C7286AB65737 *)L_0; Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t1B733826B9B2B1905C7E4BD5C687C7286AB65737 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t1B733826B9B2B1905C7E4BD5C687C7286AB65737 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * L_5 = (Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F *, 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_t874107612DA0AF3B8755FC97B773420D1AB3F66F *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB_mBD19B37347E18DDF3EFF8BC490220E92BA8D5D51_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t2A10C6916FCD35D3D4122ACDDCA2F2AD2F0E6D3D * L_0 = (U3CU3Ec__DisplayClass7_0_3_t2A10C6916FCD35D3D4122ACDDCA2F2AD2F0E6D3D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t2A10C6916FCD35D3D4122ACDDCA2F2AD2F0E6D3D *, 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_t2A10C6916FCD35D3D4122ACDDCA2F2AD2F0E6D3D * L_1 = (U3CU3Ec__DisplayClass7_0_3_t2A10C6916FCD35D3D4122ACDDCA2F2AD2F0E6D3D *)L_0; Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t2A10C6916FCD35D3D4122ACDDCA2F2AD2F0E6D3D * L_3 = (U3CU3Ec__DisplayClass7_0_3_t2A10C6916FCD35D3D4122ACDDCA2F2AD2F0E6D3D *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * L_5 = (Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 *, 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_tE20358793EA2E519514C8E748F2A14FD07B706F9 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D_mB890B0B609D879AAAE6EBC638B7BAC06ED19638C_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t3CCCE894E2D5B1A95B741129E4CD4D64C6B4E589 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t3CCCE894E2D5B1A95B741129E4CD4D64C6B4E589 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t3CCCE894E2D5B1A95B741129E4CD4D64C6B4E589 *, 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_t3CCCE894E2D5B1A95B741129E4CD4D64C6B4E589 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t3CCCE894E2D5B1A95B741129E4CD4D64C6B4E589 *)L_0; Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t3CCCE894E2D5B1A95B741129E4CD4D64C6B4E589 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t3CCCE894E2D5B1A95B741129E4CD4D64C6B4E589 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * L_5 = (Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 *, 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_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE_m358DBEA02212D1426F4407BBB6E482788C09C63A_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t37EE1BDF60D7326CE52E010AF56301CC376F4363 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t37EE1BDF60D7326CE52E010AF56301CC376F4363 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t37EE1BDF60D7326CE52E010AF56301CC376F4363 *, 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_t37EE1BDF60D7326CE52E010AF56301CC376F4363 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t37EE1BDF60D7326CE52E010AF56301CC376F4363 *)L_0; Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t37EE1BDF60D7326CE52E010AF56301CC376F4363 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t37EE1BDF60D7326CE52E010AF56301CC376F4363 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * L_5 = (Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B *, 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_tE65A765659AB3DD016D05F57A53CDD9CA586008B *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931_m8F30D050AF679F8F23D32FB2EA1653D254C643D9_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t9D81845FF643B4EB8224AFE54C29FD2A6E8168D2 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t9D81845FF643B4EB8224AFE54C29FD2A6E8168D2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t9D81845FF643B4EB8224AFE54C29FD2A6E8168D2 *, 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_t9D81845FF643B4EB8224AFE54C29FD2A6E8168D2 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t9D81845FF643B4EB8224AFE54C29FD2A6E8168D2 *)L_0; Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t9D81845FF643B4EB8224AFE54C29FD2A6E8168D2 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t9D81845FF643B4EB8224AFE54C29FD2A6E8168D2 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * L_5 = (Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 *, 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_t0AD6969EB2345E373DC6F13AB1A92272C5542968 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0_m2E1013DECA5EE97D2200FCFD682A801461672FB3_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t17A30191A41575D1556FF291BABCB2EA378B3B77 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t17A30191A41575D1556FF291BABCB2EA378B3B77 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t17A30191A41575D1556FF291BABCB2EA378B3B77 *, 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_t17A30191A41575D1556FF291BABCB2EA378B3B77 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t17A30191A41575D1556FF291BABCB2EA378B3B77 *)L_0; Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t17A30191A41575D1556FF291BABCB2EA378B3B77 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t17A30191A41575D1556FF291BABCB2EA378B3B77 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * L_5 = (Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 *, 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_tE2EE992F4ED129F81B65351036EBBDA96654B987 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t7563249509690F7EA9872AC8D92A514A79493FAE_mFE7D7F49F1EA7198FFA68A8C822A12F84E950124_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t7E3650DD9E3A658652E003491E877AFFB17447B8 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t7E3650DD9E3A658652E003491E877AFFB17447B8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t7E3650DD9E3A658652E003491E877AFFB17447B8 *, 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_t7E3650DD9E3A658652E003491E877AFFB17447B8 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t7E3650DD9E3A658652E003491E877AFFB17447B8 *)L_0; Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t7E3650DD9E3A658652E003491E877AFFB17447B8 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t7E3650DD9E3A658652E003491E877AFFB17447B8 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * L_5 = (Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F *, 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_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t989A25F213E59B429D409844716D883464EB981E_mE350AF4ADC6B8AC3B0D1655F8EE56F48C03A33CD_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t2A3D7B92D366107E073452BF2D046805AA83C28B * L_0 = (U3CU3Ec__DisplayClass7_0_3_t2A3D7B92D366107E073452BF2D046805AA83C28B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t2A3D7B92D366107E073452BF2D046805AA83C28B *, 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_t2A3D7B92D366107E073452BF2D046805AA83C28B * L_1 = (U3CU3Ec__DisplayClass7_0_3_t2A3D7B92D366107E073452BF2D046805AA83C28B *)L_0; Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t2A3D7B92D366107E073452BF2D046805AA83C28B * L_3 = (U3CU3Ec__DisplayClass7_0_3_t2A3D7B92D366107E073452BF2D046805AA83C28B *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * L_5 = (Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 *, 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_t6C2AD6A1D12C42E119D5442843AE89180690BA59 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE_mB11DAA02581DD9135D37096F80DD42F3B8476316_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t1ADF94950DFE34E3E5C94B1B117E6E57FE98D956 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t1ADF94950DFE34E3E5C94B1B117E6E57FE98D956 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t1ADF94950DFE34E3E5C94B1B117E6E57FE98D956 *, 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_t1ADF94950DFE34E3E5C94B1B117E6E57FE98D956 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t1ADF94950DFE34E3E5C94B1B117E6E57FE98D956 *)L_0; Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t1ADF94950DFE34E3E5C94B1B117E6E57FE98D956 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t1ADF94950DFE34E3E5C94B1B117E6E57FE98D956 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * L_5 = (Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 *, 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_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9_mC6E889EA147936FBC4AC1EE5296229B9B8F5F885_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t5F7C9C786CAC2112143560B1E9BD16EF98E5749E * L_0 = (U3CU3Ec__DisplayClass7_0_3_t5F7C9C786CAC2112143560B1E9BD16EF98E5749E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t5F7C9C786CAC2112143560B1E9BD16EF98E5749E *, 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_t5F7C9C786CAC2112143560B1E9BD16EF98E5749E * L_1 = (U3CU3Ec__DisplayClass7_0_3_t5F7C9C786CAC2112143560B1E9BD16EF98E5749E *)L_0; Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t5F7C9C786CAC2112143560B1E9BD16EF98E5749E * L_3 = (U3CU3Ec__DisplayClass7_0_3_t5F7C9C786CAC2112143560B1E9BD16EF98E5749E *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * L_5 = (Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 *, 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_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4_m8011C08D01AA5568DFDDBC6A8F1F3C201F0BEE3B_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t1825838926BD61B26593BFB538CE328923BC2DCD * L_0 = (U3CU3Ec__DisplayClass7_0_3_t1825838926BD61B26593BFB538CE328923BC2DCD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t1825838926BD61B26593BFB538CE328923BC2DCD *, 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_t1825838926BD61B26593BFB538CE328923BC2DCD * L_1 = (U3CU3Ec__DisplayClass7_0_3_t1825838926BD61B26593BFB538CE328923BC2DCD *)L_0; Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t1825838926BD61B26593BFB538CE328923BC2DCD * L_3 = (U3CU3Ec__DisplayClass7_0_3_t1825838926BD61B26593BFB538CE328923BC2DCD *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * L_5 = (Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 *, 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_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0_m8CC4D6865FAFB6F96ED02C177BAECA5B4AF204F4_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t23D208051BB810D184E6A9911C2030EB3D882A0C * L_0 = (U3CU3Ec__DisplayClass7_0_3_t23D208051BB810D184E6A9911C2030EB3D882A0C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t23D208051BB810D184E6A9911C2030EB3D882A0C *, 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_t23D208051BB810D184E6A9911C2030EB3D882A0C * L_1 = (U3CU3Ec__DisplayClass7_0_3_t23D208051BB810D184E6A9911C2030EB3D882A0C *)L_0; Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t23D208051BB810D184E6A9911C2030EB3D882A0C * L_3 = (U3CU3Ec__DisplayClass7_0_3_t23D208051BB810D184E6A9911C2030EB3D882A0C *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * L_5 = (Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 *, 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_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49_m00A9529CB8E3E052DAA7EAE18A4A4B43E34A8271_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tEAAFE0CC40D2F4AB535EB0744E030A1D785AA7F0 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tEAAFE0CC40D2F4AB535EB0744E030A1D785AA7F0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tEAAFE0CC40D2F4AB535EB0744E030A1D785AA7F0 *, 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_tEAAFE0CC40D2F4AB535EB0744E030A1D785AA7F0 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tEAAFE0CC40D2F4AB535EB0744E030A1D785AA7F0 *)L_0; Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tEAAFE0CC40D2F4AB535EB0744E030A1D785AA7F0 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tEAAFE0CC40D2F4AB535EB0744E030A1D785AA7F0 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * L_5 = (Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 *, 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_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89_m5A089B07BE877D7C09D0C1A8779540F699FE2AC2_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t251634F6D81EABA1DE61D4B819121DE4F963ECF6 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t251634F6D81EABA1DE61D4B819121DE4F963ECF6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t251634F6D81EABA1DE61D4B819121DE4F963ECF6 *, 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_t251634F6D81EABA1DE61D4B819121DE4F963ECF6 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t251634F6D81EABA1DE61D4B819121DE4F963ECF6 *)L_0; Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t251634F6D81EABA1DE61D4B819121DE4F963ECF6 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t251634F6D81EABA1DE61D4B819121DE4F963ECF6 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * L_5 = (Func_2_tFD81B74596B148B39BB05469981F25AED577A157 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tFD81B74596B148B39BB05469981F25AED577A157 *, 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_tFD81B74596B148B39BB05469981F25AED577A157 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7_mACF428AC277128A3054BE971038374F783C1992C_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tE560A8F2C8E065FCB1FA75B16CA5D65229F5CAF0 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tE560A8F2C8E065FCB1FA75B16CA5D65229F5CAF0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tE560A8F2C8E065FCB1FA75B16CA5D65229F5CAF0 *, 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_tE560A8F2C8E065FCB1FA75B16CA5D65229F5CAF0 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tE560A8F2C8E065FCB1FA75B16CA5D65229F5CAF0 *)L_0; Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tE560A8F2C8E065FCB1FA75B16CA5D65229F5CAF0 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tE560A8F2C8E065FCB1FA75B16CA5D65229F5CAF0 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * L_5 = (Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB *, 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_t9B13531ED80F18295EEEF7F3C13161F61B7215EB *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7_m4E7EE57C715EAFF6C6324B841A491C08CE0E698A_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tE432C2E928DBFA7423B7377440B79C9666CA2E21 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tE432C2E928DBFA7423B7377440B79C9666CA2E21 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tE432C2E928DBFA7423B7377440B79C9666CA2E21 *, 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_tE432C2E928DBFA7423B7377440B79C9666CA2E21 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tE432C2E928DBFA7423B7377440B79C9666CA2E21 *)L_0; Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tE432C2E928DBFA7423B7377440B79C9666CA2E21 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tE432C2E928DBFA7423B7377440B79C9666CA2E21 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * L_5 = (Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 *, 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_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA_m04DFF3CD8FCF125B9E3102CED7D35A1BE49C3872_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t6342AD335659D13DE053B287FAC22BD59790350E * L_0 = (U3CU3Ec__DisplayClass7_0_3_t6342AD335659D13DE053B287FAC22BD59790350E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t6342AD335659D13DE053B287FAC22BD59790350E *, 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_t6342AD335659D13DE053B287FAC22BD59790350E * L_1 = (U3CU3Ec__DisplayClass7_0_3_t6342AD335659D13DE053B287FAC22BD59790350E *)L_0; Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t6342AD335659D13DE053B287FAC22BD59790350E * L_3 = (U3CU3Ec__DisplayClass7_0_3_t6342AD335659D13DE053B287FAC22BD59790350E *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * L_5 = (Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED *, 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_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_tA7A508702FE7E293003570A324EEEB9484F060C8_mB319D5E07D24D8FD4262D0B825B1D51D35F9BC44_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tF23E83C20CA4C6450C19423851C5846AF3E7FC96 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tF23E83C20CA4C6450C19423851C5846AF3E7FC96 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tF23E83C20CA4C6450C19423851C5846AF3E7FC96 *, 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_tF23E83C20CA4C6450C19423851C5846AF3E7FC96 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tF23E83C20CA4C6450C19423851C5846AF3E7FC96 *)L_0; Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tF23E83C20CA4C6450C19423851C5846AF3E7FC96 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tF23E83C20CA4C6450C19423851C5846AF3E7FC96 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * L_5 = (Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B *, 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_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C_m5A54F3007CE9A3510BA607249D29B4FD0014E6E9_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tE095D66C06019E8037B1CE45152D56550D898336 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tE095D66C06019E8037B1CE45152D56550D898336 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tE095D66C06019E8037B1CE45152D56550D898336 *, 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_tE095D66C06019E8037B1CE45152D56550D898336 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tE095D66C06019E8037B1CE45152D56550D898336 *)L_0; Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tE095D66C06019E8037B1CE45152D56550D898336 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tE095D66C06019E8037B1CE45152D56550D898336 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * L_5 = (Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C *, 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_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031_m3145AEC8D05913F6F32E7171547EE3AEE8755D0D_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t08AB392E7CE16C06D4F42950ECECBECF8B9D28B8 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t08AB392E7CE16C06D4F42950ECECBECF8B9D28B8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t08AB392E7CE16C06D4F42950ECECBECF8B9D28B8 *, 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_t08AB392E7CE16C06D4F42950ECECBECF8B9D28B8 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t08AB392E7CE16C06D4F42950ECECBECF8B9D28B8 *)L_0; Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t08AB392E7CE16C06D4F42950ECECBECF8B9D28B8 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t08AB392E7CE16C06D4F42950ECECBECF8B9D28B8 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * L_5 = (Func_2_t5182A96930054BE024323674CBD1CD426A177ACA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t5182A96930054BE024323674CBD1CD426A177ACA *, 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_t5182A96930054BE024323674CBD1CD426A177ACA *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4_m4F9ECBF3EC09F0024DD19E5BA09A33521E2EF77E_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tD405E6FF3025596D7234B917936AC51743B78392 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tD405E6FF3025596D7234B917936AC51743B78392 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tD405E6FF3025596D7234B917936AC51743B78392 *, 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_tD405E6FF3025596D7234B917936AC51743B78392 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tD405E6FF3025596D7234B917936AC51743B78392 *)L_0; Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tD405E6FF3025596D7234B917936AC51743B78392 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tD405E6FF3025596D7234B917936AC51743B78392 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * L_5 = (Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 *, 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_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3_m363B8E54AE09C52C08C1DF4B9FF722B7EA9C0342_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t850B05D3B1F0C232E923172731D143347BBDE7F6 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t850B05D3B1F0C232E923172731D143347BBDE7F6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t850B05D3B1F0C232E923172731D143347BBDE7F6 *, 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_t850B05D3B1F0C232E923172731D143347BBDE7F6 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t850B05D3B1F0C232E923172731D143347BBDE7F6 *)L_0; Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t850B05D3B1F0C232E923172731D143347BBDE7F6 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t850B05D3B1F0C232E923172731D143347BBDE7F6 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * L_5 = (Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C *, 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_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043_mA78305EBAD2B06F3B4450E913C035D374D151A08_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t3B2DC8A1BF505F2C7F8F111FE3EBAA8779C98363 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t3B2DC8A1BF505F2C7F8F111FE3EBAA8779C98363 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t3B2DC8A1BF505F2C7F8F111FE3EBAA8779C98363 *, 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_t3B2DC8A1BF505F2C7F8F111FE3EBAA8779C98363 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t3B2DC8A1BF505F2C7F8F111FE3EBAA8779C98363 *)L_0; Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t3B2DC8A1BF505F2C7F8F111FE3EBAA8779C98363 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t3B2DC8A1BF505F2C7F8F111FE3EBAA8779C98363 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * L_5 = (Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 *, 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_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D_mBC2208C6B1B46186113734137F987ECA04CDC950_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t7BD4631F2CE2066E9E87BA9E8A903949021848D6 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t7BD4631F2CE2066E9E87BA9E8A903949021848D6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t7BD4631F2CE2066E9E87BA9E8A903949021848D6 *, 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_t7BD4631F2CE2066E9E87BA9E8A903949021848D6 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t7BD4631F2CE2066E9E87BA9E8A903949021848D6 *)L_0; Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t7BD4631F2CE2066E9E87BA9E8A903949021848D6 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t7BD4631F2CE2066E9E87BA9E8A903949021848D6 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * L_5 = (Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 *, 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_t148D62B7563D65748C6086C0249D98AC437E7D79 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215_m5044DC1DC98E7DC61F191F2DDDCEF3AA83385245_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t60A58ADFF02D2A66FAD890CF33F47068CBF24F08 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t60A58ADFF02D2A66FAD890CF33F47068CBF24F08 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t60A58ADFF02D2A66FAD890CF33F47068CBF24F08 *, 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_t60A58ADFF02D2A66FAD890CF33F47068CBF24F08 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t60A58ADFF02D2A66FAD890CF33F47068CBF24F08 *)L_0; Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t60A58ADFF02D2A66FAD890CF33F47068CBF24F08 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t60A58ADFF02D2A66FAD890CF33F47068CBF24F08 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * L_5 = (Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF *, 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_tA9A94FE006C4EA87AD4663480885709AADCAC9AF *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1_mB1F5091CB78EC6E72633650E4FE862564E92A903_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tFEE30A97969CBC838D8A1F0FA165A551498A91FB * L_0 = (U3CU3Ec__DisplayClass7_0_3_tFEE30A97969CBC838D8A1F0FA165A551498A91FB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tFEE30A97969CBC838D8A1F0FA165A551498A91FB *, 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_tFEE30A97969CBC838D8A1F0FA165A551498A91FB * L_1 = (U3CU3Ec__DisplayClass7_0_3_tFEE30A97969CBC838D8A1F0FA165A551498A91FB *)L_0; Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tFEE30A97969CBC838D8A1F0FA165A551498A91FB * L_3 = (U3CU3Ec__DisplayClass7_0_3_tFEE30A97969CBC838D8A1F0FA165A551498A91FB *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * L_5 = (Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 *, 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_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t814A542F09F5105E92E19024DD750603F06FFA6B_m9D27228B621283A9CC6CA03FEBE204AA5F2BF141_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t7AAD2EC561471CC24A62F56F378357E92B6FCA71 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t7AAD2EC561471CC24A62F56F378357E92B6FCA71 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t7AAD2EC561471CC24A62F56F378357E92B6FCA71 *, 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_t7AAD2EC561471CC24A62F56F378357E92B6FCA71 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t7AAD2EC561471CC24A62F56F378357E92B6FCA71 *)L_0; Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t7AAD2EC561471CC24A62F56F378357E92B6FCA71 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t7AAD2EC561471CC24A62F56F378357E92B6FCA71 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * L_5 = (Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 *, 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_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF_mF8CD1B5158239531CC2898945C3E72A611DA6A6E_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t4257CBB016C8AAD693B78961E806C75BAD6E6BD3 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t4257CBB016C8AAD693B78961E806C75BAD6E6BD3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t4257CBB016C8AAD693B78961E806C75BAD6E6BD3 *, 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_t4257CBB016C8AAD693B78961E806C75BAD6E6BD3 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t4257CBB016C8AAD693B78961E806C75BAD6E6BD3 *)L_0; Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t4257CBB016C8AAD693B78961E806C75BAD6E6BD3 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t4257CBB016C8AAD693B78961E806C75BAD6E6BD3 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * L_5 = (Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 *, 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_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658_mC704A4BA867F7E863422CE08BFCC33E827BA433F_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t15FA7769B4652CC5A77A3058CE13ACB8C83176E6 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t15FA7769B4652CC5A77A3058CE13ACB8C83176E6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t15FA7769B4652CC5A77A3058CE13ACB8C83176E6 *, 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_t15FA7769B4652CC5A77A3058CE13ACB8C83176E6 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t15FA7769B4652CC5A77A3058CE13ACB8C83176E6 *)L_0; Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t15FA7769B4652CC5A77A3058CE13ACB8C83176E6 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t15FA7769B4652CC5A77A3058CE13ACB8C83176E6 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * L_5 = (Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 *, 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_tF6F51BA45704858319C9B9985D27D2293161E875 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E_m9D99988628437B274F78A173D789CC392CCAB080_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t1639A508803D12DE846D873A5F61CB4DC5737F95 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t1639A508803D12DE846D873A5F61CB4DC5737F95 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t1639A508803D12DE846D873A5F61CB4DC5737F95 *, 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_t1639A508803D12DE846D873A5F61CB4DC5737F95 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t1639A508803D12DE846D873A5F61CB4DC5737F95 *)L_0; Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t1639A508803D12DE846D873A5F61CB4DC5737F95 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t1639A508803D12DE846D873A5F61CB4DC5737F95 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * L_5 = (Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D *, 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_t4450FC86C7084E06E62FA5B9905EA67489833E5D *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA_mF890159554E03175837D275C246D7EAA4FB3A44F_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t98F43FC7224D6B8FF7D6B731A17E1BC1DE3F8774 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t98F43FC7224D6B8FF7D6B731A17E1BC1DE3F8774 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t98F43FC7224D6B8FF7D6B731A17E1BC1DE3F8774 *, 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_t98F43FC7224D6B8FF7D6B731A17E1BC1DE3F8774 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t98F43FC7224D6B8FF7D6B731A17E1BC1DE3F8774 *)L_0; Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t98F43FC7224D6B8FF7D6B731A17E1BC1DE3F8774 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t98F43FC7224D6B8FF7D6B731A17E1BC1DE3F8774 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * L_5 = (Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 *, 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_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B_mA1E531FF87B9871B19444C30DDF8319CCDFD8FAE_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tFA46DD5D73911DE1256A9CE96495B1CD7AB3AE4F * L_0 = (U3CU3Ec__DisplayClass7_0_3_tFA46DD5D73911DE1256A9CE96495B1CD7AB3AE4F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tFA46DD5D73911DE1256A9CE96495B1CD7AB3AE4F *, 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_tFA46DD5D73911DE1256A9CE96495B1CD7AB3AE4F * L_1 = (U3CU3Ec__DisplayClass7_0_3_tFA46DD5D73911DE1256A9CE96495B1CD7AB3AE4F *)L_0; Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tFA46DD5D73911DE1256A9CE96495B1CD7AB3AE4F * L_3 = (U3CU3Ec__DisplayClass7_0_3_tFA46DD5D73911DE1256A9CE96495B1CD7AB3AE4F *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * L_5 = (Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 *, 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_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE_mF3F52FDDDCFD24502764184BB39A2015C0E8FC72_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tE1AE62DB8C8F1A6C38E8BEC7F68B22E1D81D033C * L_0 = (U3CU3Ec__DisplayClass7_0_3_tE1AE62DB8C8F1A6C38E8BEC7F68B22E1D81D033C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tE1AE62DB8C8F1A6C38E8BEC7F68B22E1D81D033C *, 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_tE1AE62DB8C8F1A6C38E8BEC7F68B22E1D81D033C * L_1 = (U3CU3Ec__DisplayClass7_0_3_tE1AE62DB8C8F1A6C38E8BEC7F68B22E1D81D033C *)L_0; Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tE1AE62DB8C8F1A6C38E8BEC7F68B22E1D81D033C * L_3 = (U3CU3Ec__DisplayClass7_0_3_tE1AE62DB8C8F1A6C38E8BEC7F68B22E1D81D033C *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * L_5 = (Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 *, 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_t5AC469087DA545C8C0CEC726168EFC66032DF712 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054_m79E27EDA3891E873372B33CEC1725CE0CE06C059_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t37B543AB330090517AA6D78594D6C5579A7CE5A0 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t37B543AB330090517AA6D78594D6C5579A7CE5A0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t37B543AB330090517AA6D78594D6C5579A7CE5A0 *, 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_t37B543AB330090517AA6D78594D6C5579A7CE5A0 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t37B543AB330090517AA6D78594D6C5579A7CE5A0 *)L_0; Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t37B543AB330090517AA6D78594D6C5579A7CE5A0 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t37B543AB330090517AA6D78594D6C5579A7CE5A0 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * L_5 = (Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A *, 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_t46A60BA2D4F17E047EB88BDB0597738ED799468A *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA_mBA82E0A493F5A3FACE1223BC5F87F25BDD7BF036_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tA457245BFBE353C0E907095F6A5D236AEB8176D8 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tA457245BFBE353C0E907095F6A5D236AEB8176D8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tA457245BFBE353C0E907095F6A5D236AEB8176D8 *, 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_tA457245BFBE353C0E907095F6A5D236AEB8176D8 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tA457245BFBE353C0E907095F6A5D236AEB8176D8 *)L_0; Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tA457245BFBE353C0E907095F6A5D236AEB8176D8 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tA457245BFBE353C0E907095F6A5D236AEB8176D8 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * L_5 = (Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB *, 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_t282E15818BB68D2C2878030597E99A81F769E4AB *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisMemory_1_t3232108BC547E6E6D76B052248C41BE34889A556_m15B0E9C14ED3A76DA30C1DD4BCC02B0CE346A2EB_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t2BD3710C5A1C9A35B3D34F00E5DD606674336332 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t2BD3710C5A1C9A35B3D34F00E5DD606674336332 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t2BD3710C5A1C9A35B3D34F00E5DD606674336332 *, 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_t2BD3710C5A1C9A35B3D34F00E5DD606674336332 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t2BD3710C5A1C9A35B3D34F00E5DD606674336332 *)L_0; Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t2BD3710C5A1C9A35B3D34F00E5DD606674336332 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t2BD3710C5A1C9A35B3D34F00E5DD606674336332 *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * L_5 = (Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 *, 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_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * Enumerable_CombineSelectors_TisRuntimeObject_TisRuntimeObject_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mCD624921AE7F1CECFE388AD0A8E8A900B743BB1D_gshared (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector10, Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t2CA995B8F85D2DD7C4919B46F2D5E8C85B21290E * L_0 = (U3CU3Ec__DisplayClass7_0_3_t2CA995B8F85D2DD7C4919B46F2D5E8C85B21290E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t2CA995B8F85D2DD7C4919B46F2D5E8C85B21290E *, 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_t2CA995B8F85D2DD7C4919B46F2D5E8C85B21290E * L_1 = (U3CU3Ec__DisplayClass7_0_3_t2CA995B8F85D2DD7C4919B46F2D5E8C85B21290E *)L_0; Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t2CA995B8F85D2DD7C4919B46F2D5E8C85B21290E * L_3 = (U3CU3Ec__DisplayClass7_0_3_t2CA995B8F85D2DD7C4919B46F2D5E8C85B21290E *)L_1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_5 = (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *, 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_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *)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_mB936AD9A2B30EDCBEB2569FEC0A846EBFFD0BDFB_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_t053D2B54EABDF2D08AF93BCF2FD688A13D471115 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0_m7C081EC76DCDC49E7940FCD40B31F81E66DEC059_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t2DF50AE83E1F1A3DC115BCBF96413B382A27A638 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t2DF50AE83E1F1A3DC115BCBF96413B382A27A638 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t2DF50AE83E1F1A3DC115BCBF96413B382A27A638 *, 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_t2DF50AE83E1F1A3DC115BCBF96413B382A27A638 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t2DF50AE83E1F1A3DC115BCBF96413B382A27A638 *)L_0; Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t2DF50AE83E1F1A3DC115BCBF96413B382A27A638 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t2DF50AE83E1F1A3DC115BCBF96413B382A27A638 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t053D2B54EABDF2D08AF93BCF2FD688A13D471115 * L_5 = (Func_2_t053D2B54EABDF2D08AF93BCF2FD688A13D471115 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t053D2B54EABDF2D08AF93BCF2FD688A13D471115 *, 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_t053D2B54EABDF2D08AF93BCF2FD688A13D471115 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t3392110F43E2BABF9B4FE94ACC529370BFED1DF9 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB_mFCE3EEF32B914E10BA558E4C7E3E941794546C30_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tA19551C3FB1938263AB22A924D14661BE5B70BBF * L_0 = (U3CU3Ec__DisplayClass7_0_3_tA19551C3FB1938263AB22A924D14661BE5B70BBF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tA19551C3FB1938263AB22A924D14661BE5B70BBF *, 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_tA19551C3FB1938263AB22A924D14661BE5B70BBF * L_1 = (U3CU3Ec__DisplayClass7_0_3_tA19551C3FB1938263AB22A924D14661BE5B70BBF *)L_0; Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tA19551C3FB1938263AB22A924D14661BE5B70BBF * L_3 = (U3CU3Ec__DisplayClass7_0_3_tA19551C3FB1938263AB22A924D14661BE5B70BBF *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t3392110F43E2BABF9B4FE94ACC529370BFED1DF9 * L_5 = (Func_2_t3392110F43E2BABF9B4FE94ACC529370BFED1DF9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t3392110F43E2BABF9B4FE94ACC529370BFED1DF9 *, 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_t3392110F43E2BABF9B4FE94ACC529370BFED1DF9 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t0A72C117A66832F7C51A8E75D59563AE9AF14415 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D_m22B1BD1147C3896B26680D4136FF60C5F90665B5_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t40C3F3942F9B95DC9EE094331E005CEC0BD3E395 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t40C3F3942F9B95DC9EE094331E005CEC0BD3E395 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t40C3F3942F9B95DC9EE094331E005CEC0BD3E395 *, 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_t40C3F3942F9B95DC9EE094331E005CEC0BD3E395 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t40C3F3942F9B95DC9EE094331E005CEC0BD3E395 *)L_0; Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t40C3F3942F9B95DC9EE094331E005CEC0BD3E395 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t40C3F3942F9B95DC9EE094331E005CEC0BD3E395 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t0A72C117A66832F7C51A8E75D59563AE9AF14415 * L_5 = (Func_2_t0A72C117A66832F7C51A8E75D59563AE9AF14415 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t0A72C117A66832F7C51A8E75D59563AE9AF14415 *, 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_t0A72C117A66832F7C51A8E75D59563AE9AF14415 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tEA0806351A226BB336B75F20D7FAD45BB6FA6548 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE_m4B1E460240533B3DA2EEB431F2B409451CB01555_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t6DAC14BB2ECE616BAD6D69DA031ECE7C58D43E80 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t6DAC14BB2ECE616BAD6D69DA031ECE7C58D43E80 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t6DAC14BB2ECE616BAD6D69DA031ECE7C58D43E80 *, 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_t6DAC14BB2ECE616BAD6D69DA031ECE7C58D43E80 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t6DAC14BB2ECE616BAD6D69DA031ECE7C58D43E80 *)L_0; Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t6DAC14BB2ECE616BAD6D69DA031ECE7C58D43E80 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t6DAC14BB2ECE616BAD6D69DA031ECE7C58D43E80 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tEA0806351A226BB336B75F20D7FAD45BB6FA6548 * L_5 = (Func_2_tEA0806351A226BB336B75F20D7FAD45BB6FA6548 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tEA0806351A226BB336B75F20D7FAD45BB6FA6548 *, 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_tEA0806351A226BB336B75F20D7FAD45BB6FA6548 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t24959D12153C564CD09380AC01C49CC861DEB865 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931_m72AA0C16D035B7A4AF71950709E2D8292EE56BDA_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t7158F385F7CD56AB1296557E5AF9214CDFD13BAD * L_0 = (U3CU3Ec__DisplayClass7_0_3_t7158F385F7CD56AB1296557E5AF9214CDFD13BAD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t7158F385F7CD56AB1296557E5AF9214CDFD13BAD *, 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_t7158F385F7CD56AB1296557E5AF9214CDFD13BAD * L_1 = (U3CU3Ec__DisplayClass7_0_3_t7158F385F7CD56AB1296557E5AF9214CDFD13BAD *)L_0; Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t7158F385F7CD56AB1296557E5AF9214CDFD13BAD * L_3 = (U3CU3Ec__DisplayClass7_0_3_t7158F385F7CD56AB1296557E5AF9214CDFD13BAD *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t24959D12153C564CD09380AC01C49CC861DEB865 * L_5 = (Func_2_t24959D12153C564CD09380AC01C49CC861DEB865 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t24959D12153C564CD09380AC01C49CC861DEB865 *, 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_t24959D12153C564CD09380AC01C49CC861DEB865 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t96D5F0DED0C2B664C7CFB45042CD136E34842A4C * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0_m3B2651793375044C5FB2C9EAC3CFD18E4BAD1E9E_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tDC87D575021AA26E226181C2A7193CDB515D106C * L_0 = (U3CU3Ec__DisplayClass7_0_3_tDC87D575021AA26E226181C2A7193CDB515D106C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tDC87D575021AA26E226181C2A7193CDB515D106C *, 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_tDC87D575021AA26E226181C2A7193CDB515D106C * L_1 = (U3CU3Ec__DisplayClass7_0_3_tDC87D575021AA26E226181C2A7193CDB515D106C *)L_0; Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tDC87D575021AA26E226181C2A7193CDB515D106C * L_3 = (U3CU3Ec__DisplayClass7_0_3_tDC87D575021AA26E226181C2A7193CDB515D106C *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t96D5F0DED0C2B664C7CFB45042CD136E34842A4C * L_5 = (Func_2_t96D5F0DED0C2B664C7CFB45042CD136E34842A4C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t96D5F0DED0C2B664C7CFB45042CD136E34842A4C *, 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_t96D5F0DED0C2B664C7CFB45042CD136E34842A4C *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tCD62034ED2D89102BBD6DBECF08A26CD16C25CC7 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t7563249509690F7EA9872AC8D92A514A79493FAE_m1303DA6B11921B02681B423DBEB40D00B884518E_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t4D6393B162E7F8469F2898038DFBC2C44F7F615A * L_0 = (U3CU3Ec__DisplayClass7_0_3_t4D6393B162E7F8469F2898038DFBC2C44F7F615A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t4D6393B162E7F8469F2898038DFBC2C44F7F615A *, 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_t4D6393B162E7F8469F2898038DFBC2C44F7F615A * L_1 = (U3CU3Ec__DisplayClass7_0_3_t4D6393B162E7F8469F2898038DFBC2C44F7F615A *)L_0; Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t4D6393B162E7F8469F2898038DFBC2C44F7F615A * L_3 = (U3CU3Ec__DisplayClass7_0_3_t4D6393B162E7F8469F2898038DFBC2C44F7F615A *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tCD62034ED2D89102BBD6DBECF08A26CD16C25CC7 * L_5 = (Func_2_tCD62034ED2D89102BBD6DBECF08A26CD16C25CC7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tCD62034ED2D89102BBD6DBECF08A26CD16C25CC7 *, 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_tCD62034ED2D89102BBD6DBECF08A26CD16C25CC7 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tFE929118F994CCB6F43F23B883CA05BFFFA344C1 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t989A25F213E59B429D409844716D883464EB981E_mBA01125AA896137CE4F8544EA8F087D9F76A6A68_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tBC6CCF93CE0121F628805DF39B11BC0A5EAD432F * L_0 = (U3CU3Ec__DisplayClass7_0_3_tBC6CCF93CE0121F628805DF39B11BC0A5EAD432F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tBC6CCF93CE0121F628805DF39B11BC0A5EAD432F *, 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_tBC6CCF93CE0121F628805DF39B11BC0A5EAD432F * L_1 = (U3CU3Ec__DisplayClass7_0_3_tBC6CCF93CE0121F628805DF39B11BC0A5EAD432F *)L_0; Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tBC6CCF93CE0121F628805DF39B11BC0A5EAD432F * L_3 = (U3CU3Ec__DisplayClass7_0_3_tBC6CCF93CE0121F628805DF39B11BC0A5EAD432F *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tFE929118F994CCB6F43F23B883CA05BFFFA344C1 * L_5 = (Func_2_tFE929118F994CCB6F43F23B883CA05BFFFA344C1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tFE929118F994CCB6F43F23B883CA05BFFFA344C1 *, 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_tFE929118F994CCB6F43F23B883CA05BFFFA344C1 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t43120EF71F0B23A2E3DAFDCF2D153B3D717DDB4C * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE_m1A406E04547CDE6B8694B20F82244DAF44F73C4C_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tC4ED619319CC72E19D0F356B79D7AE295806E4A2 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tC4ED619319CC72E19D0F356B79D7AE295806E4A2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tC4ED619319CC72E19D0F356B79D7AE295806E4A2 *, 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_tC4ED619319CC72E19D0F356B79D7AE295806E4A2 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tC4ED619319CC72E19D0F356B79D7AE295806E4A2 *)L_0; Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tC4ED619319CC72E19D0F356B79D7AE295806E4A2 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tC4ED619319CC72E19D0F356B79D7AE295806E4A2 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t43120EF71F0B23A2E3DAFDCF2D153B3D717DDB4C * L_5 = (Func_2_t43120EF71F0B23A2E3DAFDCF2D153B3D717DDB4C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t43120EF71F0B23A2E3DAFDCF2D153B3D717DDB4C *, 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_t43120EF71F0B23A2E3DAFDCF2D153B3D717DDB4C *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t7F88FE9A58E990409D399F6F4008D1806BB0F885 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9_m8F543E19212A7368BB6C6C99D71303FD44EC002B_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tF42381A02E76B65B5328D6EACD1E08A29EF5B392 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tF42381A02E76B65B5328D6EACD1E08A29EF5B392 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tF42381A02E76B65B5328D6EACD1E08A29EF5B392 *, 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_tF42381A02E76B65B5328D6EACD1E08A29EF5B392 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tF42381A02E76B65B5328D6EACD1E08A29EF5B392 *)L_0; Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tF42381A02E76B65B5328D6EACD1E08A29EF5B392 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tF42381A02E76B65B5328D6EACD1E08A29EF5B392 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t7F88FE9A58E990409D399F6F4008D1806BB0F885 * L_5 = (Func_2_t7F88FE9A58E990409D399F6F4008D1806BB0F885 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t7F88FE9A58E990409D399F6F4008D1806BB0F885 *, 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_t7F88FE9A58E990409D399F6F4008D1806BB0F885 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tB35ECB1EF85773E85A7780EB0FD79F60CAFD167F * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4_mA9138ADA78317702B4EA3F2E11D6A19BB5EAC1F1_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t98F391D9140502432059966094CA7E259DB3E627 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t98F391D9140502432059966094CA7E259DB3E627 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t98F391D9140502432059966094CA7E259DB3E627 *, 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_t98F391D9140502432059966094CA7E259DB3E627 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t98F391D9140502432059966094CA7E259DB3E627 *)L_0; Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t98F391D9140502432059966094CA7E259DB3E627 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t98F391D9140502432059966094CA7E259DB3E627 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tB35ECB1EF85773E85A7780EB0FD79F60CAFD167F * L_5 = (Func_2_tB35ECB1EF85773E85A7780EB0FD79F60CAFD167F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tB35ECB1EF85773E85A7780EB0FD79F60CAFD167F *, 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_tB35ECB1EF85773E85A7780EB0FD79F60CAFD167F *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t4B1AB0511DCFA3E1F54D9D3D1C70655F62FEC1D7 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0_mE985C0339565FB352537AEBB55060B95AD18393B_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tE9780B9D8063E9F0141A969ACAFD304508AF555D * L_0 = (U3CU3Ec__DisplayClass7_0_3_tE9780B9D8063E9F0141A969ACAFD304508AF555D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tE9780B9D8063E9F0141A969ACAFD304508AF555D *, 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_tE9780B9D8063E9F0141A969ACAFD304508AF555D * L_1 = (U3CU3Ec__DisplayClass7_0_3_tE9780B9D8063E9F0141A969ACAFD304508AF555D *)L_0; Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tE9780B9D8063E9F0141A969ACAFD304508AF555D * L_3 = (U3CU3Ec__DisplayClass7_0_3_tE9780B9D8063E9F0141A969ACAFD304508AF555D *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t4B1AB0511DCFA3E1F54D9D3D1C70655F62FEC1D7 * L_5 = (Func_2_t4B1AB0511DCFA3E1F54D9D3D1C70655F62FEC1D7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t4B1AB0511DCFA3E1F54D9D3D1C70655F62FEC1D7 *, 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_t4B1AB0511DCFA3E1F54D9D3D1C70655F62FEC1D7 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tFD2BFACA0A49615C9E0B25483BAAA94EF377BC62 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49_mC0664AAB2AF25CA39CCA157DDC1FFB408908064E_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t4FCB6856122E434AD5DECFA090B03ADF5565B616 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t4FCB6856122E434AD5DECFA090B03ADF5565B616 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t4FCB6856122E434AD5DECFA090B03ADF5565B616 *, 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_t4FCB6856122E434AD5DECFA090B03ADF5565B616 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t4FCB6856122E434AD5DECFA090B03ADF5565B616 *)L_0; Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t4FCB6856122E434AD5DECFA090B03ADF5565B616 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t4FCB6856122E434AD5DECFA090B03ADF5565B616 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tFD2BFACA0A49615C9E0B25483BAAA94EF377BC62 * L_5 = (Func_2_tFD2BFACA0A49615C9E0B25483BAAA94EF377BC62 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tFD2BFACA0A49615C9E0B25483BAAA94EF377BC62 *, 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_tFD2BFACA0A49615C9E0B25483BAAA94EF377BC62 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t8CB918836220145D2340F9957E6C5F276C4137C2 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89_m2181CDE50DEB29199D9FF739B3BC65D87BE6958B_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t21ACF070312C410FA0C6DD1C34A2472FA49C3371 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t21ACF070312C410FA0C6DD1C34A2472FA49C3371 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t21ACF070312C410FA0C6DD1C34A2472FA49C3371 *, 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_t21ACF070312C410FA0C6DD1C34A2472FA49C3371 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t21ACF070312C410FA0C6DD1C34A2472FA49C3371 *)L_0; Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t21ACF070312C410FA0C6DD1C34A2472FA49C3371 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t21ACF070312C410FA0C6DD1C34A2472FA49C3371 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t8CB918836220145D2340F9957E6C5F276C4137C2 * L_5 = (Func_2_t8CB918836220145D2340F9957E6C5F276C4137C2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t8CB918836220145D2340F9957E6C5F276C4137C2 *, 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_t8CB918836220145D2340F9957E6C5F276C4137C2 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t09359088B37196580165BF098AE567064572CB96 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7_mCBC86221097ADA5C1FAB311F038EDC343D96A4A1_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t785B375B7E10DFCFA56FDAC5594E299ACD26C3C1 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t785B375B7E10DFCFA56FDAC5594E299ACD26C3C1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t785B375B7E10DFCFA56FDAC5594E299ACD26C3C1 *, 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_t785B375B7E10DFCFA56FDAC5594E299ACD26C3C1 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t785B375B7E10DFCFA56FDAC5594E299ACD26C3C1 *)L_0; Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t785B375B7E10DFCFA56FDAC5594E299ACD26C3C1 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t785B375B7E10DFCFA56FDAC5594E299ACD26C3C1 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t09359088B37196580165BF098AE567064572CB96 * L_5 = (Func_2_t09359088B37196580165BF098AE567064572CB96 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t09359088B37196580165BF098AE567064572CB96 *, 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_t09359088B37196580165BF098AE567064572CB96 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t8FDBF88C8735206D446D7BF4B6BBF45952CF8B9D * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7_m72402673805821FA292BD49F2019D1C9A741AF35_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t907989D7FF6A2ABE7538A813914DFD9FB52D8A85 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t907989D7FF6A2ABE7538A813914DFD9FB52D8A85 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t907989D7FF6A2ABE7538A813914DFD9FB52D8A85 *, 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_t907989D7FF6A2ABE7538A813914DFD9FB52D8A85 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t907989D7FF6A2ABE7538A813914DFD9FB52D8A85 *)L_0; Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t907989D7FF6A2ABE7538A813914DFD9FB52D8A85 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t907989D7FF6A2ABE7538A813914DFD9FB52D8A85 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t8FDBF88C8735206D446D7BF4B6BBF45952CF8B9D * L_5 = (Func_2_t8FDBF88C8735206D446D7BF4B6BBF45952CF8B9D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t8FDBF88C8735206D446D7BF4B6BBF45952CF8B9D *, 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_t8FDBF88C8735206D446D7BF4B6BBF45952CF8B9D *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t5C837A4A6B6613D0C6695AF4098C6C15FE64F014 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA_mBD1810F23419B1672C7CC4E1FEBE43FB42A09C6C_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t3E1BD9DB083F0372153729A444ABF5F6EB9C8D6E * L_0 = (U3CU3Ec__DisplayClass7_0_3_t3E1BD9DB083F0372153729A444ABF5F6EB9C8D6E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t3E1BD9DB083F0372153729A444ABF5F6EB9C8D6E *, 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_t3E1BD9DB083F0372153729A444ABF5F6EB9C8D6E * L_1 = (U3CU3Ec__DisplayClass7_0_3_t3E1BD9DB083F0372153729A444ABF5F6EB9C8D6E *)L_0; Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t3E1BD9DB083F0372153729A444ABF5F6EB9C8D6E * L_3 = (U3CU3Ec__DisplayClass7_0_3_t3E1BD9DB083F0372153729A444ABF5F6EB9C8D6E *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t5C837A4A6B6613D0C6695AF4098C6C15FE64F014 * L_5 = (Func_2_t5C837A4A6B6613D0C6695AF4098C6C15FE64F014 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t5C837A4A6B6613D0C6695AF4098C6C15FE64F014 *, 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_t5C837A4A6B6613D0C6695AF4098C6C15FE64F014 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t061EF894E3300369464572C898B2407E22EF3441 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_tA7A508702FE7E293003570A324EEEB9484F060C8_mB0AA69EF9EF0E2C367C8DBCD20A08847DBA0B2C6_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t81955DE97CA6050B6AA44797644CA277C27939A6 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t81955DE97CA6050B6AA44797644CA277C27939A6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t81955DE97CA6050B6AA44797644CA277C27939A6 *, 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_t81955DE97CA6050B6AA44797644CA277C27939A6 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t81955DE97CA6050B6AA44797644CA277C27939A6 *)L_0; Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t81955DE97CA6050B6AA44797644CA277C27939A6 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t81955DE97CA6050B6AA44797644CA277C27939A6 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t061EF894E3300369464572C898B2407E22EF3441 * L_5 = (Func_2_t061EF894E3300369464572C898B2407E22EF3441 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t061EF894E3300369464572C898B2407E22EF3441 *, 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_t061EF894E3300369464572C898B2407E22EF3441 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t95234C88C1F30E9B41E8B8B1ED4706761D605B21 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C_m85A072F4B197C8C8AD1EB316C04DA2372D3A1802_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tC0D8D4B751415D993BBDEB42A36E062A8B33D430 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tC0D8D4B751415D993BBDEB42A36E062A8B33D430 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tC0D8D4B751415D993BBDEB42A36E062A8B33D430 *, 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_tC0D8D4B751415D993BBDEB42A36E062A8B33D430 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tC0D8D4B751415D993BBDEB42A36E062A8B33D430 *)L_0; Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tC0D8D4B751415D993BBDEB42A36E062A8B33D430 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tC0D8D4B751415D993BBDEB42A36E062A8B33D430 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t95234C88C1F30E9B41E8B8B1ED4706761D605B21 * L_5 = (Func_2_t95234C88C1F30E9B41E8B8B1ED4706761D605B21 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t95234C88C1F30E9B41E8B8B1ED4706761D605B21 *, 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_t95234C88C1F30E9B41E8B8B1ED4706761D605B21 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tB00D5EEC171B630759096485B233901DB43BF8CF * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031_m59130C25F5130AEF9B0F862137541909679E28C3_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t84FD1166D924B153ABE302BEAEAD1B09C014DA81 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t84FD1166D924B153ABE302BEAEAD1B09C014DA81 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t84FD1166D924B153ABE302BEAEAD1B09C014DA81 *, 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_t84FD1166D924B153ABE302BEAEAD1B09C014DA81 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t84FD1166D924B153ABE302BEAEAD1B09C014DA81 *)L_0; Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t84FD1166D924B153ABE302BEAEAD1B09C014DA81 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t84FD1166D924B153ABE302BEAEAD1B09C014DA81 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tB00D5EEC171B630759096485B233901DB43BF8CF * L_5 = (Func_2_tB00D5EEC171B630759096485B233901DB43BF8CF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tB00D5EEC171B630759096485B233901DB43BF8CF *, 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_tB00D5EEC171B630759096485B233901DB43BF8CF *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t17DCAFFB0BC6EFD8723C2490F093A4C144B494FE * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4_m496A3D6FE05166B3270AC8021821C305938C16FE_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tEAFAB516E21CAD441FF12A347FEEBE5F07F17774 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tEAFAB516E21CAD441FF12A347FEEBE5F07F17774 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tEAFAB516E21CAD441FF12A347FEEBE5F07F17774 *, 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_tEAFAB516E21CAD441FF12A347FEEBE5F07F17774 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tEAFAB516E21CAD441FF12A347FEEBE5F07F17774 *)L_0; Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tEAFAB516E21CAD441FF12A347FEEBE5F07F17774 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tEAFAB516E21CAD441FF12A347FEEBE5F07F17774 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t17DCAFFB0BC6EFD8723C2490F093A4C144B494FE * L_5 = (Func_2_t17DCAFFB0BC6EFD8723C2490F093A4C144B494FE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t17DCAFFB0BC6EFD8723C2490F093A4C144B494FE *, 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_t17DCAFFB0BC6EFD8723C2490F093A4C144B494FE *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t133D2751609059C1728FB803B694896EDE3CDB05 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3_m64CD27A87978A8680BD233C279339E02E3F6F56A_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t5AFAC3B399536FF1273D7D3E5DD1BC47166ECDB3 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t5AFAC3B399536FF1273D7D3E5DD1BC47166ECDB3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t5AFAC3B399536FF1273D7D3E5DD1BC47166ECDB3 *, 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_t5AFAC3B399536FF1273D7D3E5DD1BC47166ECDB3 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t5AFAC3B399536FF1273D7D3E5DD1BC47166ECDB3 *)L_0; Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t5AFAC3B399536FF1273D7D3E5DD1BC47166ECDB3 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t5AFAC3B399536FF1273D7D3E5DD1BC47166ECDB3 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t133D2751609059C1728FB803B694896EDE3CDB05 * L_5 = (Func_2_t133D2751609059C1728FB803B694896EDE3CDB05 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t133D2751609059C1728FB803B694896EDE3CDB05 *, 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_t133D2751609059C1728FB803B694896EDE3CDB05 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t7724CFF6C02B9686F1A23E38E78334D619CD0359 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043_mF844B9F587E728440DEAFA3F607A9E229B332F22_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t1D1C37C09C864CD8BB85FC1C643191962C7A2743 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t1D1C37C09C864CD8BB85FC1C643191962C7A2743 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t1D1C37C09C864CD8BB85FC1C643191962C7A2743 *, 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_t1D1C37C09C864CD8BB85FC1C643191962C7A2743 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t1D1C37C09C864CD8BB85FC1C643191962C7A2743 *)L_0; Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t1D1C37C09C864CD8BB85FC1C643191962C7A2743 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t1D1C37C09C864CD8BB85FC1C643191962C7A2743 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t7724CFF6C02B9686F1A23E38E78334D619CD0359 * L_5 = (Func_2_t7724CFF6C02B9686F1A23E38E78334D619CD0359 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t7724CFF6C02B9686F1A23E38E78334D619CD0359 *, 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_t7724CFF6C02B9686F1A23E38E78334D619CD0359 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t11AF083145B07438E76C2179469046702C171AA2 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D_mAC4301DA11368C42C04911FB575F163A28A3D392_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t8284E03F9B9184916E33244D5A7F39D569A2E2B8 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t8284E03F9B9184916E33244D5A7F39D569A2E2B8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t8284E03F9B9184916E33244D5A7F39D569A2E2B8 *, 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_t8284E03F9B9184916E33244D5A7F39D569A2E2B8 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t8284E03F9B9184916E33244D5A7F39D569A2E2B8 *)L_0; Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t8284E03F9B9184916E33244D5A7F39D569A2E2B8 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t8284E03F9B9184916E33244D5A7F39D569A2E2B8 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t11AF083145B07438E76C2179469046702C171AA2 * L_5 = (Func_2_t11AF083145B07438E76C2179469046702C171AA2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t11AF083145B07438E76C2179469046702C171AA2 *, 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_t11AF083145B07438E76C2179469046702C171AA2 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t8BB421865D27C0D99A8ED71CD853D7085A494D74 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215_m43AFF09E96A2CC9C4450FBE8ACEFF5187624EE7A_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t18EA87B1F029CEBDD36C645AC4EA79158B63FF79 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t18EA87B1F029CEBDD36C645AC4EA79158B63FF79 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t18EA87B1F029CEBDD36C645AC4EA79158B63FF79 *, 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_t18EA87B1F029CEBDD36C645AC4EA79158B63FF79 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t18EA87B1F029CEBDD36C645AC4EA79158B63FF79 *)L_0; Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t18EA87B1F029CEBDD36C645AC4EA79158B63FF79 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t18EA87B1F029CEBDD36C645AC4EA79158B63FF79 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t8BB421865D27C0D99A8ED71CD853D7085A494D74 * L_5 = (Func_2_t8BB421865D27C0D99A8ED71CD853D7085A494D74 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t8BB421865D27C0D99A8ED71CD853D7085A494D74 *, 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_t8BB421865D27C0D99A8ED71CD853D7085A494D74 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t5D89C07592E8B4B8A741A9FCAC03153AC7FE0E69 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1_m906C53FC1EB415A1785180C2CFCA08FDADA42561_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tBEF394AE6C3BB363BCDF06F79092F025623D5400 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tBEF394AE6C3BB363BCDF06F79092F025623D5400 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tBEF394AE6C3BB363BCDF06F79092F025623D5400 *, 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_tBEF394AE6C3BB363BCDF06F79092F025623D5400 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tBEF394AE6C3BB363BCDF06F79092F025623D5400 *)L_0; Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tBEF394AE6C3BB363BCDF06F79092F025623D5400 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tBEF394AE6C3BB363BCDF06F79092F025623D5400 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t5D89C07592E8B4B8A741A9FCAC03153AC7FE0E69 * L_5 = (Func_2_t5D89C07592E8B4B8A741A9FCAC03153AC7FE0E69 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t5D89C07592E8B4B8A741A9FCAC03153AC7FE0E69 *, 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_t5D89C07592E8B4B8A741A9FCAC03153AC7FE0E69 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t838A6E05A593267E6770A337644654460420411A * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t814A542F09F5105E92E19024DD750603F06FFA6B_m5C016843F3E3B6591E71ED389DD1A1678D73760B_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t3BCB4B8419F9CECE2E1F1233F421AAD530D9DBE8 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t3BCB4B8419F9CECE2E1F1233F421AAD530D9DBE8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t3BCB4B8419F9CECE2E1F1233F421AAD530D9DBE8 *, 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_t3BCB4B8419F9CECE2E1F1233F421AAD530D9DBE8 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t3BCB4B8419F9CECE2E1F1233F421AAD530D9DBE8 *)L_0; Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t3BCB4B8419F9CECE2E1F1233F421AAD530D9DBE8 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t3BCB4B8419F9CECE2E1F1233F421AAD530D9DBE8 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t838A6E05A593267E6770A337644654460420411A * L_5 = (Func_2_t838A6E05A593267E6770A337644654460420411A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t838A6E05A593267E6770A337644654460420411A *, 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_t838A6E05A593267E6770A337644654460420411A *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t6144C788CB8CA6D69827E741BCD41FC2E152FE29 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF_mD5006889721FAE98F5890101FBF67A5B1902F37B_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t8B629B23958F6B6D95A60606281B7DEEF3D31C87 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t8B629B23958F6B6D95A60606281B7DEEF3D31C87 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t8B629B23958F6B6D95A60606281B7DEEF3D31C87 *, 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_t8B629B23958F6B6D95A60606281B7DEEF3D31C87 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t8B629B23958F6B6D95A60606281B7DEEF3D31C87 *)L_0; Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t8B629B23958F6B6D95A60606281B7DEEF3D31C87 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t8B629B23958F6B6D95A60606281B7DEEF3D31C87 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t6144C788CB8CA6D69827E741BCD41FC2E152FE29 * L_5 = (Func_2_t6144C788CB8CA6D69827E741BCD41FC2E152FE29 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t6144C788CB8CA6D69827E741BCD41FC2E152FE29 *, 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_t6144C788CB8CA6D69827E741BCD41FC2E152FE29 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t34B97771A0078A8273A23C56EEE4D43342623274 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658_m8E4AD647C195393595CAFAF6A8FEA071B85D441A_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t5E2FE0468B7BF98D4AB732283F671F6EF3ADCF55 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t5E2FE0468B7BF98D4AB732283F671F6EF3ADCF55 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t5E2FE0468B7BF98D4AB732283F671F6EF3ADCF55 *, 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_t5E2FE0468B7BF98D4AB732283F671F6EF3ADCF55 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t5E2FE0468B7BF98D4AB732283F671F6EF3ADCF55 *)L_0; Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t5E2FE0468B7BF98D4AB732283F671F6EF3ADCF55 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t5E2FE0468B7BF98D4AB732283F671F6EF3ADCF55 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t34B97771A0078A8273A23C56EEE4D43342623274 * L_5 = (Func_2_t34B97771A0078A8273A23C56EEE4D43342623274 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t34B97771A0078A8273A23C56EEE4D43342623274 *, 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_t34B97771A0078A8273A23C56EEE4D43342623274 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t2C031683AA90DDC7B997FD7FA2C8A7BDEB5AC430 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E_m5BCEC1F303DF464971191A5FF9E93A3ABC70B102_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t5DF2CA3028B734EAB6D27BD7BC4A0ACE7F4752F4 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t5DF2CA3028B734EAB6D27BD7BC4A0ACE7F4752F4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t5DF2CA3028B734EAB6D27BD7BC4A0ACE7F4752F4 *, 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_t5DF2CA3028B734EAB6D27BD7BC4A0ACE7F4752F4 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t5DF2CA3028B734EAB6D27BD7BC4A0ACE7F4752F4 *)L_0; Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t5DF2CA3028B734EAB6D27BD7BC4A0ACE7F4752F4 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t5DF2CA3028B734EAB6D27BD7BC4A0ACE7F4752F4 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t2C031683AA90DDC7B997FD7FA2C8A7BDEB5AC430 * L_5 = (Func_2_t2C031683AA90DDC7B997FD7FA2C8A7BDEB5AC430 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t2C031683AA90DDC7B997FD7FA2C8A7BDEB5AC430 *, 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_t2C031683AA90DDC7B997FD7FA2C8A7BDEB5AC430 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t0E9D7CD20EA091FE6D6442B79A98A4A61BE908F0 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA_mCB1964700656937F68CB9B18046E8BFA469B65AD_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tBBB5BC86B6DA48E83798199582B505A5C006AD53 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tBBB5BC86B6DA48E83798199582B505A5C006AD53 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tBBB5BC86B6DA48E83798199582B505A5C006AD53 *, 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_tBBB5BC86B6DA48E83798199582B505A5C006AD53 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tBBB5BC86B6DA48E83798199582B505A5C006AD53 *)L_0; Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tBBB5BC86B6DA48E83798199582B505A5C006AD53 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tBBB5BC86B6DA48E83798199582B505A5C006AD53 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t0E9D7CD20EA091FE6D6442B79A98A4A61BE908F0 * L_5 = (Func_2_t0E9D7CD20EA091FE6D6442B79A98A4A61BE908F0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t0E9D7CD20EA091FE6D6442B79A98A4A61BE908F0 *, 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_t0E9D7CD20EA091FE6D6442B79A98A4A61BE908F0 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tC39B98FB82720BAEEB44F52A6B22A36F79879962 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B_mFA6A77BB057E2B36AC7D146BC4CEE0E927403521_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t94A6C2787F96C35FED6CB4BF3DF2407E8FCD5BB4 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t94A6C2787F96C35FED6CB4BF3DF2407E8FCD5BB4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t94A6C2787F96C35FED6CB4BF3DF2407E8FCD5BB4 *, 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_t94A6C2787F96C35FED6CB4BF3DF2407E8FCD5BB4 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t94A6C2787F96C35FED6CB4BF3DF2407E8FCD5BB4 *)L_0; Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t94A6C2787F96C35FED6CB4BF3DF2407E8FCD5BB4 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t94A6C2787F96C35FED6CB4BF3DF2407E8FCD5BB4 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tC39B98FB82720BAEEB44F52A6B22A36F79879962 * L_5 = (Func_2_tC39B98FB82720BAEEB44F52A6B22A36F79879962 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tC39B98FB82720BAEEB44F52A6B22A36F79879962 *, 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_tC39B98FB82720BAEEB44F52A6B22A36F79879962 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tF763012343AC0F7D5AE2892C19C62FF25B83A6C7 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE_mDC7F667ADD3094D102F6B7B4EEF91B1AB9378208_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t91B546FD41A10BB87E626D84D30CDE1DAE91A604 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t91B546FD41A10BB87E626D84D30CDE1DAE91A604 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t91B546FD41A10BB87E626D84D30CDE1DAE91A604 *, 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_t91B546FD41A10BB87E626D84D30CDE1DAE91A604 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t91B546FD41A10BB87E626D84D30CDE1DAE91A604 *)L_0; Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t91B546FD41A10BB87E626D84D30CDE1DAE91A604 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t91B546FD41A10BB87E626D84D30CDE1DAE91A604 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tF763012343AC0F7D5AE2892C19C62FF25B83A6C7 * L_5 = (Func_2_tF763012343AC0F7D5AE2892C19C62FF25B83A6C7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tF763012343AC0F7D5AE2892C19C62FF25B83A6C7 *, 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_tF763012343AC0F7D5AE2892C19C62FF25B83A6C7 *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t34780C59A229A689E04290A1F7CD89082B8F213F * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054_mCD36641DE36B5B51C1EE0AFA6393637B60A013A2_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t259BD4D4AE2E04EDA404EE58F481C5DF2FFDDADF * L_0 = (U3CU3Ec__DisplayClass7_0_3_t259BD4D4AE2E04EDA404EE58F481C5DF2FFDDADF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t259BD4D4AE2E04EDA404EE58F481C5DF2FFDDADF *, 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_t259BD4D4AE2E04EDA404EE58F481C5DF2FFDDADF * L_1 = (U3CU3Ec__DisplayClass7_0_3_t259BD4D4AE2E04EDA404EE58F481C5DF2FFDDADF *)L_0; Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t259BD4D4AE2E04EDA404EE58F481C5DF2FFDDADF * L_3 = (U3CU3Ec__DisplayClass7_0_3_t259BD4D4AE2E04EDA404EE58F481C5DF2FFDDADF *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t34780C59A229A689E04290A1F7CD89082B8F213F * L_5 = (Func_2_t34780C59A229A689E04290A1F7CD89082B8F213F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t34780C59A229A689E04290A1F7CD89082B8F213F *, 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_t34780C59A229A689E04290A1F7CD89082B8F213F *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t5373D9577802C55F46C524A7773A8CEE22AEE4ED * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA_mE1375E47F867A0C3C790B65D3DECD29786F44BA6_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t2523552E8260385D9466EF57F822DE06FA3CA214 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t2523552E8260385D9466EF57F822DE06FA3CA214 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t2523552E8260385D9466EF57F822DE06FA3CA214 *, 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_t2523552E8260385D9466EF57F822DE06FA3CA214 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t2523552E8260385D9466EF57F822DE06FA3CA214 *)L_0; Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t2523552E8260385D9466EF57F822DE06FA3CA214 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t2523552E8260385D9466EF57F822DE06FA3CA214 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t5373D9577802C55F46C524A7773A8CEE22AEE4ED * L_5 = (Func_2_t5373D9577802C55F46C524A7773A8CEE22AEE4ED *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t5373D9577802C55F46C524A7773A8CEE22AEE4ED *, 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_t5373D9577802C55F46C524A7773A8CEE22AEE4ED *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors>(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_tE089C952ED81C1166C6B2F9A582A695741D7122E * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisMemory_1_t3232108BC547E6E6D76B052248C41BE34889A556_m2D5C5AA4E39202DD4D5EF1A75B35A99E0A17120E_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tDFE9505EF16F8EA1176E4C6D7A2F68C450826868 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tDFE9505EF16F8EA1176E4C6D7A2F68C450826868 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tDFE9505EF16F8EA1176E4C6D7A2F68C450826868 *, 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_tDFE9505EF16F8EA1176E4C6D7A2F68C450826868 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tDFE9505EF16F8EA1176E4C6D7A2F68C450826868 *)L_0; Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tDFE9505EF16F8EA1176E4C6D7A2F68C450826868 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tDFE9505EF16F8EA1176E4C6D7A2F68C450826868 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_tE089C952ED81C1166C6B2F9A582A695741D7122E * L_5 = (Func_2_tE089C952ED81C1166C6B2F9A582A695741D7122E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_tE089C952ED81C1166C6B2F9A582A695741D7122E *, 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_tE089C952ED81C1166C6B2F9A582A695741D7122E *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t8A5F47384D3AB42A5C3C8659860DB39D858084FC * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m58F1D9F6E6F850579E8DD13DCAB5BF3DDF986188_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_t0C96EB9FC305012DE58DC25D95C4BC3664B5E0F4 * L_0 = (U3CU3Ec__DisplayClass7_0_3_t0C96EB9FC305012DE58DC25D95C4BC3664B5E0F4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_t0C96EB9FC305012DE58DC25D95C4BC3664B5E0F4 *, 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_t0C96EB9FC305012DE58DC25D95C4BC3664B5E0F4 * L_1 = (U3CU3Ec__DisplayClass7_0_3_t0C96EB9FC305012DE58DC25D95C4BC3664B5E0F4 *)L_0; Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_t0C96EB9FC305012DE58DC25D95C4BC3664B5E0F4 * L_3 = (U3CU3Ec__DisplayClass7_0_3_t0C96EB9FC305012DE58DC25D95C4BC3664B5E0F4 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t8A5F47384D3AB42A5C3C8659860DB39D858084FC * L_5 = (Func_2_t8A5F47384D3AB42A5C3C8659860DB39D858084FC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t8A5F47384D3AB42A5C3C8659860DB39D858084FC *, 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_t8A5F47384D3AB42A5C3C8659860DB39D858084FC *)L_5; } } // System.Func`2 System.Linq.Enumerable::CombineSelectors(System.Func`2,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * Enumerable_CombineSelectors_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_TisRuntimeObject_m976C5DF760A415EB53AE9EAE414487785AB799C7_gshared (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector10, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___selector21, const RuntimeMethod* method) { { U3CU3Ec__DisplayClass7_0_3_tFA13179CE0BC88B0281C95A33B2384C7AD343298 * L_0 = (U3CU3Ec__DisplayClass7_0_3_tFA13179CE0BC88B0281C95A33B2384C7AD343298 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass7_0_3_tFA13179CE0BC88B0281C95A33B2384C7AD343298 *, 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_tFA13179CE0BC88B0281C95A33B2384C7AD343298 * L_1 = (U3CU3Ec__DisplayClass7_0_3_tFA13179CE0BC88B0281C95A33B2384C7AD343298 *)L_0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_2 = ___selector21; NullCheck(L_1); L_1->set_selector2_0(L_2); U3CU3Ec__DisplayClass7_0_3_tFA13179CE0BC88B0281C95A33B2384C7AD343298 * L_3 = (U3CU3Ec__DisplayClass7_0_3_tFA13179CE0BC88B0281C95A33B2384C7AD343298 *)L_1; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_4 = ___selector10; NullCheck(L_3); L_3->set_selector1_1(L_4); Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_5 = (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, 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_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_5; } } // System.Boolean System.Linq.Enumerable::Contains(System.Collections.Generic.IEnumerable`1,TSource) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Contains_TisRuntimeObject_m729FB40D7A2B5627E4E77539A1D84D2A81E8BC22_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,System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Contains_TisRuntimeObject_mE9DB531B73C9C0E5BD9211B12716AD1A64EF1937_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_mE9DB531B73C9C0E5BD9211B12716AD1A64EF1937_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.Int32 System.Linq.Enumerable::Count>(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403_m074CC23876F8366BB3160567795B937AD8A84E21_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403_m074CC23876F8366BB3160567795B937AD8A84E21_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403_m074CC23876F8366BB3160567795B937AD8A84E21_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_TisValueTuple_2_t69671C4973C1A3829B2193E4C598B1AE7162E403_m074CC23876F8366BB3160567795B937AD8A84E21_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_TisVector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_m307FE11A007D32F57B3B8B4457AF62964A74D392_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisVector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_m307FE11A007D32F57B3B8B4457AF62964A74D392_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisVector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_m307FE11A007D32F57B3B8B4457AF62964A74D392_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_TisVector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_m307FE11A007D32F57B3B8B4457AF62964A74D392_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_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m444B5BADABD758CBB8289342DC3E6868635F6EB6_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m444B5BADABD758CBB8289342DC3E6868635F6EB6_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m444B5BADABD758CBB8289342DC3E6868635F6EB6_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_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m444B5BADABD758CBB8289342DC3E6868635F6EB6_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_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mBD69570C2A84E2C61E5B85BF58A0FE25158EB259_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mBD69570C2A84E2C61E5B85BF58A0FE25158EB259_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mBD69570C2A84E2C61E5B85BF58A0FE25158EB259_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_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_mBD69570C2A84E2C61E5B85BF58A0FE25158EB259_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_TisFraction_t949DB96245DCB21D980284D32045C76D207D04E7_m9B7949B4BB3AFE90EBE51C0EE13AFCEA085B5D52_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisFraction_t949DB96245DCB21D980284D32045C76D207D04E7_m9B7949B4BB3AFE90EBE51C0EE13AFCEA085B5D52_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisFraction_t949DB96245DCB21D980284D32045C76D207D04E7_m9B7949B4BB3AFE90EBE51C0EE13AFCEA085B5D52_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_TisFraction_t949DB96245DCB21D980284D32045C76D207D04E7_m9B7949B4BB3AFE90EBE51C0EE13AFCEA085B5D52_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_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8BB6C6048C3242CE8F87C0C7CAE2FD5E8DCEE85E_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8BB6C6048C3242CE8F87C0C7CAE2FD5E8DCEE85E_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8BB6C6048C3242CE8F87C0C7CAE2FD5E8DCEE85E_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_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m8BB6C6048C3242CE8F87C0C7CAE2FD5E8DCEE85E_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_m1F9AC916BECBAB0F076D581A3316AF430DBB365D_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m1F9AC916BECBAB0F076D581A3316AF430DBB365D_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_m1F9AC916BECBAB0F076D581A3316AF430DBB365D_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_m1F9AC916BECBAB0F076D581A3316AF430DBB365D_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_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mEAFD4BBDC83CFE26AB27081DB78E6ED242529326_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mEAFD4BBDC83CFE26AB27081DB78E6ED242529326_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mEAFD4BBDC83CFE26AB27081DB78E6ED242529326_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_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mEAFD4BBDC83CFE26AB27081DB78E6ED242529326_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_m1A161C58BCDDFCF3A206ED7DFBEB0F9231B18AE3_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisRuntimeObject_m1A161C58BCDDFCF3A206ED7DFBEB0F9231B18AE3_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_m1A161C58BCDDFCF3A206ED7DFBEB0F9231B18AE3_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_m1A161C58BCDDFCF3A206ED7DFBEB0F9231B18AE3_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_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m50A018588440E08DD2B1BF68C7D23E18A2142EEA_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m50A018588440E08DD2B1BF68C7D23E18A2142EEA_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m50A018588440E08DD2B1BF68C7D23E18A2142EEA_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_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m50A018588440E08DD2B1BF68C7D23E18A2142EEA_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_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mD7022F96AB190687E30AB4BCFB278CFE8E1EBD5C_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mD7022F96AB190687E30AB4BCFB278CFE8E1EBD5C_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mD7022F96AB190687E30AB4BCFB278CFE8E1EBD5C_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_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mD7022F96AB190687E30AB4BCFB278CFE8E1EBD5C_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_m2187060A8535B666386AD04E80918488336EC037_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m2187060A8535B666386AD04E80918488336EC037_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_m2187060A8535B666386AD04E80918488336EC037_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_m2187060A8535B666386AD04E80918488336EC037_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_mDF719E0A3476EC41D88102BDE0449630F5C6A649_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mDF719E0A3476EC41D88102BDE0449630F5C6A649_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_mDF719E0A3476EC41D88102BDE0449630F5C6A649_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_mDF719E0A3476EC41D88102BDE0449630F5C6A649_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_TisMember_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F_m8FB04E36C7E1BFF8D27FF5A720059A24336E3144_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisMember_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F_m8FB04E36C7E1BFF8D27FF5A720059A24336E3144_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMember_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F_m8FB04E36C7E1BFF8D27FF5A720059A24336E3144_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_TisMember_t7A63F9F3CA66F26928FCF6F970EEF7BBFB39415F_m8FB04E36C7E1BFF8D27FF5A720059A24336E3144_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_m096B29CA6B960AE9896F1ED1B5A48DB5C740EE28_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_m096B29CA6B960AE9896F1ED1B5A48DB5C740EE28_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_m096B29CA6B960AE9896F1ED1B5A48DB5C740EE28_RuntimeMethod_var))); } IL_000e: { Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_m096B29CA6B960AE9896F1ED1B5A48DB5C740EE28_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_m096B29CA6B960AE9896F1ED1B5A48DB5C740EE28_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.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Count_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m5E918B4843BA187FDB02F61B15C2144B1A3FDAF0_gshared (RuntimeObject* ___source0, Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 * ___predicate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Count_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m5E918B4843BA187FDB02F61B15C2144B1A3FDAF0_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; uint16_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m5E918B4843BA187FDB02F61B15C2144B1A3FDAF0_RuntimeMethod_var))); } IL_000e: { Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m5E918B4843BA187FDB02F61B15C2144B1A3FDAF0_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); uint16_t L_7; L_7 = InterfaceFuncInvoker0< uint16_t >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_6); V_2 = (uint16_t)L_7; Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 * L_8 = ___predicate1; uint16_t L_9 = V_2; NullCheck((Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 *)L_8); bool L_10; L_10 = (( bool (*) (Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 *, uint16_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 *)L_8, (uint16_t)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_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m5E918B4843BA187FDB02F61B15C2144B1A3FDAF0_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; } } // TSource System.Linq.Enumerable::ElementAt>(System.Collections.Generic.IEnumerable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 Enumerable_ElementAt_TisVector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_mF1FC9CC532CD83164524473DD7F05E77441950EA_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; Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisVector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_mF1FC9CC532CD83164524473DD7F05E77441950EA_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); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_6; L_6 = InterfaceFuncInvoker1< Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 , 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 (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisVector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_mF1FC9CC532CD83164524473DD7F05E77441950EA_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisVector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38_mF1FC9CC532CD83164524473DD7F05E77441950EA_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); Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_16; L_16 = InterfaceFuncInvoker0< Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_15); V_2 = (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )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: { Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 L_20 = V_2; return (Vector_1_tDFDD2B93AFA39964F2886BE77923E372E905DE38 )L_20; } } // TSource System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Enumerable_ElementAt_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7888FC944DAD84EF9B0FDA6AC026792E23DDB0B3_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; uint8_t V_2 = 0x0; 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7888FC944DAD84EF9B0FDA6AC026792E23DDB0B3_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); uint8_t L_6; L_6 = InterfaceFuncInvoker1< uint8_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 (uint8_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7888FC944DAD84EF9B0FDA6AC026792E23DDB0B3_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7888FC944DAD84EF9B0FDA6AC026792E23DDB0B3_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); uint8_t L_16; L_16 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_15); V_2 = (uint8_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: { uint8_t L_20 = V_2; return (uint8_t)L_20; } } // TSource System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Enumerable_ElementAt_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m3DB55F074085C74AA4C7AE19B0539EEE136087CF_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; double V_2 = 0.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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m3DB55F074085C74AA4C7AE19B0539EEE136087CF_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); double L_6; L_6 = InterfaceFuncInvoker1< double, 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 (double)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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m3DB55F074085C74AA4C7AE19B0539EEE136087CF_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m3DB55F074085C74AA4C7AE19B0539EEE136087CF_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); double L_16; L_16 = InterfaceFuncInvoker0< double >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_15); V_2 = (double)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: { double L_20 = V_2; return (double)L_20; } } // TSource System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 Enumerable_ElementAt_TisFraction_t949DB96245DCB21D980284D32045C76D207D04E7_m122045304FF632D9D698D46D3417600F84C3A7AC_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; Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisFraction_t949DB96245DCB21D980284D32045C76D207D04E7_m122045304FF632D9D698D46D3417600F84C3A7AC_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); Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 L_6; L_6 = InterfaceFuncInvoker1< Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 , 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 (Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 )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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisFraction_t949DB96245DCB21D980284D32045C76D207D04E7_m122045304FF632D9D698D46D3417600F84C3A7AC_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisFraction_t949DB96245DCB21D980284D32045C76D207D04E7_m122045304FF632D9D698D46D3417600F84C3A7AC_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); Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 L_16; L_16 = InterfaceFuncInvoker0< Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_15); V_2 = (Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 )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: { Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 L_20 = V_2; return (Fraction_t949DB96245DCB21D980284D32045C76D207D04E7 )L_20; } } // TSource System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Enumerable_ElementAt_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m93D7498C2DB9E9ED589015B99821F6E0FDDCD8A5_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; int16_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m93D7498C2DB9E9ED589015B99821F6E0FDDCD8A5_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); int16_t L_6; L_6 = InterfaceFuncInvoker1< int16_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 (int16_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m93D7498C2DB9E9ED589015B99821F6E0FDDCD8A5_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m93D7498C2DB9E9ED589015B99821F6E0FDDCD8A5_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); int16_t L_16; L_16 = InterfaceFuncInvoker0< int16_t >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_15); V_2 = (int16_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: { int16_t L_20 = V_2; return (int16_t)L_20; } } // TSource System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_ElementAt_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mD53CE08355DC3B2915F5A04B619E1AD0B67435E7_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; int32_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mD53CE08355DC3B2915F5A04B619E1AD0B67435E7_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); int32_t L_6; L_6 = InterfaceFuncInvoker1< int32_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 (int32_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mD53CE08355DC3B2915F5A04B619E1AD0B67435E7_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mD53CE08355DC3B2915F5A04B619E1AD0B67435E7_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); int32_t L_16; L_16 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_15); V_2 = (int32_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: { int32_t L_20 = V_2; return (int32_t)L_20; } } // TSource System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Enumerable_ElementAt_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m38E8B24CAE736E6031E59CB71756EAD54CA60519_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; int64_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m38E8B24CAE736E6031E59CB71756EAD54CA60519_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); int64_t L_6; L_6 = InterfaceFuncInvoker1< int64_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 (int64_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m38E8B24CAE736E6031E59CB71756EAD54CA60519_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m38E8B24CAE736E6031E59CB71756EAD54CA60519_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); int64_t L_16; L_16 = InterfaceFuncInvoker0< int64_t >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_15); V_2 = (int64_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: { int64_t L_20 = V_2; return (int64_t)L_20; } } // TSource System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_ElementAt_TisRuntimeObject_mBBCF44295D51BD430050C90B60C186B86F66699E_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_mBBCF44295D51BD430050C90B60C186B86F66699E_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_mBBCF44295D51BD430050C90B60C186B86F66699E_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_mBBCF44295D51BD430050C90B60C186B86F66699E_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 float Enumerable_ElementAt_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m2D1DD69FB7727596B8A36B78DD2B333C6CA4C0C8_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; float V_2 = 0.0f; 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m2D1DD69FB7727596B8A36B78DD2B333C6CA4C0C8_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); float L_6; L_6 = InterfaceFuncInvoker1< float, 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 (float)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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m2D1DD69FB7727596B8A36B78DD2B333C6CA4C0C8_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m2D1DD69FB7727596B8A36B78DD2B333C6CA4C0C8_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); float L_16; L_16 = InterfaceFuncInvoker0< float >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_15); V_2 = (float)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: { float L_20 = V_2; return (float)L_20; } } // TSource System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Enumerable_ElementAt_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m79DDD6F19B2E8560D4AC7E36ABDA3B3CC63FA34F_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; uint16_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m79DDD6F19B2E8560D4AC7E36ABDA3B3CC63FA34F_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); uint16_t L_6; L_6 = InterfaceFuncInvoker1< uint16_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 (uint16_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m79DDD6F19B2E8560D4AC7E36ABDA3B3CC63FA34F_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m79DDD6F19B2E8560D4AC7E36ABDA3B3CC63FA34F_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); uint16_t L_16; L_16 = InterfaceFuncInvoker0< uint16_t >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_15); V_2 = (uint16_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: { uint16_t L_20 = V_2; return (uint16_t)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_mD3FDBE8328F7289A8B4579E55B0BDE63B9B9F7FB_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_mD3FDBE8328F7289A8B4579E55B0BDE63B9B9F7FB_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_mD3FDBE8328F7289A8B4579E55B0BDE63B9B9F7FB_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_mD3FDBE8328F7289A8B4579E55B0BDE63B9B9F7FB_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; } } // TSource System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Enumerable_ElementAt_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mB109562A44218DC3875F84B98E008B68C883F9DD_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; uint64_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mB109562A44218DC3875F84B98E008B68C883F9DD_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); uint64_t L_6; L_6 = InterfaceFuncInvoker1< uint64_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 (uint64_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mB109562A44218DC3875F84B98E008B68C883F9DD_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mB109562A44218DC3875F84B98E008B68C883F9DD_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); uint64_t L_16; L_16 = InterfaceFuncInvoker0< uint64_t >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_15); V_2 = (uint64_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: { uint64_t L_20 = V_2; return (uint64_t)L_20; } } // TSource System.Linq.Enumerable::ElementAt(System.Collections.Generic.IEnumerable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Enumerable_ElementAt_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m03443F8B45D053F53C1CB57C456AAFBE39ACB01E_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; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m03443F8B45D053F53C1CB57C456AAFBE39ACB01E_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); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = InterfaceFuncInvoker1< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , 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 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m03443F8B45D053F53C1CB57C456AAFBE39ACB01E_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_m2EFB999454161A6B48F8DAC3753FDC190538F0F2((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_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m03443F8B45D053F53C1CB57C456AAFBE39ACB01E_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); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = InterfaceFuncInvoker0< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_15); V_2 = (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )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: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = V_2; return (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_20; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Empty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Empty_TisRuntimeObject_m118DE54A7EF06BAF42E1F551D3342732563120D5_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 RuntimeObject * Enumerable_First_TisRuntimeObject_m5BF502E3C61085AD7B2A51CCEFC291A3025BC475_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_m5BF502E3C61085AD7B2A51CCEFC291A3025BC475_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_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_First_TisRuntimeObject_m5BF502E3C61085AD7B2A51CCEFC291A3025BC475_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_m52BE8AFB43E57E98CDA1DF93283BD40B2CA3AF8A_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_m52BE8AFB43E57E98CDA1DF93283BD40B2CA3AF8A_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_m00D45BC0D9EC4462283FE165AA85C0AF2EAEF400_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_m00D45BC0D9EC4462283FE165AA85C0AF2EAEF400_RuntimeMethod_var))); } IL_000e: { Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_m00D45BC0D9EC4462283FE165AA85C0AF2EAEF400_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; } } // System.Collections.Generic.IEnumerable`1> System.Linq.Enumerable::GroupBy(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_GroupBy_TisIccLocalizedString_t709A955D5AA96E1327C149F1399CFBB47588581A_TisRuntimeObject_mE716EE63274853A2BFD7E3A6424CEE39E17D76F2_gshared (RuntimeObject* ___source0, Func_2_t1BCA906C2230DF98911C4C17F7CFEFC22BC5A63C * ___keySelector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; Func_2_t1BCA906C2230DF98911C4C17F7CFEFC22BC5A63C * L_1 = ___keySelector1; Func_2_t818E6D4A8129167C884A1838069229E4787FEF80 * L_2; L_2 = (( Func_2_t818E6D4A8129167C884A1838069229E4787FEF80 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); GroupedEnumerable_3_tE3B4CD30299C8079967DF47935AA29A4BBBD38A3 * L_3 = (GroupedEnumerable_3_tE3B4CD30299C8079967DF47935AA29A4BBBD38A3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)); (( void (*) (GroupedEnumerable_3_tE3B4CD30299C8079967DF47935AA29A4BBBD38A3 *, RuntimeObject*, Func_2_t1BCA906C2230DF98911C4C17F7CFEFC22BC5A63C *, Func_2_t818E6D4A8129167C884A1838069229E4787FEF80 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(L_3, (RuntimeObject*)L_0, (Func_2_t1BCA906C2230DF98911C4C17F7CFEFC22BC5A63C *)L_1, (Func_2_t818E6D4A8129167C884A1838069229E4787FEF80 *)L_2, (RuntimeObject*)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (RuntimeObject*)L_3; } } // System.Collections.Generic.IEnumerable`1> System.Linq.Enumerable::GroupBy(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_GroupBy_TisRuntimeObject_TisRuntimeObject_m4AE019F86C164741F0973F57128CD692F03BB475_gshared (RuntimeObject* ___source0, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___keySelector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_1 = ___keySelector1; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_2; L_2 = (( Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); GroupedEnumerable_3_t2F417AA3DCEF91504F41C449A0707859549DE6A1 * L_3 = (GroupedEnumerable_3_t2F417AA3DCEF91504F41C449A0707859549DE6A1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 2)); (( void (*) (GroupedEnumerable_3_t2F417AA3DCEF91504F41C449A0707859549DE6A1 *, RuntimeObject*, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(L_3, (RuntimeObject*)L_0, (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_1, (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_2, (RuntimeObject*)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (RuntimeObject*)L_3; } } // TSource System.Linq.Enumerable::Last(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_Last_TisRuntimeObject_m4D85F65C85F02B0BC38289C96F7BDDD97EB9B885_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_m4D85F65C85F02B0BC38289C96F7BDDD97EB9B885_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_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Last_TisRuntimeObject_m4D85F65C85F02B0BC38289C96F7BDDD97EB9B885_RuntimeMethod_var))); } IL_0062: { RuntimeObject * L_22 = V_4; return (RuntimeObject *)L_22; } } // TSource System.Linq.Enumerable::LastOrDefault(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_LastOrDefault_TisRuntimeObject_mF67120DE101FDBA343567C1AD56D855B5243A703_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; RuntimeObject * V_5 = 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_LastOrDefault_TisRuntimeObject_mF67120DE101FDBA343567C1AD56D855B5243A703_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(0x67, 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(0x67, IL_0067) IL2CPP_JUMP_TBL(0x5C, IL_005c) } IL_005c: { il2cpp_codegen_initobj((&V_5), sizeof(RuntimeObject *)); RuntimeObject * L_21 = V_5; return (RuntimeObject *)L_21; } IL_0067: { RuntimeObject * L_22 = V_4; return (RuntimeObject *)L_22; } } // TSource System.Linq.Enumerable::LastOrDefault(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_LastOrDefault_TisRuntimeObject_mF5687D0C96989DE9852F1857D89635A019ECB1C2_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; 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_LastOrDefault_TisRuntimeObject_mF5687D0C96989DE9852F1857D89635A019ECB1C2_RuntimeMethod_var))); } IL_000e: { Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_LastOrDefault_TisRuntimeObject_mF5687D0C96989DE9852F1857D89635A019ECB1C2_RuntimeMethod_var))); } IL_001c: { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); 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_002b: try {// begin try (depth: 1) { goto IL_003f; } IL_002d: { 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_003f; } } IL_003d: { RuntimeObject * L_11 = V_2; V_0 = (RuntimeObject *)L_11; } IL_003f: { 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_002d; } } 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_14 = V_1; if (!L_14) { goto IL_0052; } } IL_004c: { 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_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: { RuntimeObject * L_16 = V_0; return (RuntimeObject *)L_16; } } // System.Int32 System.Linq.Enumerable::Max(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Max_TisRuntimeObject_mA4F063BD2171CB852C0AFB64225EDE631E058300_gshared (RuntimeObject* ___source0, Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_1 = ___selector1; RuntimeObject* L_2; L_2 = (( RuntimeObject* (*) (RuntimeObject*, Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject*)L_0, (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_3; L_3 = Enumerable_Max_mE02EED2C10C2F8F0B2DCE468C87EF3064E854A8D((RuntimeObject*)L_2, /*hidden argument*/NULL); return (int32_t)L_3; } } // 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_mB735B680F48A736574325BEE7B0CD4D6118C25AD_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_mC19E107D16C6D81B50C8BC188DB3CE5496178ECD_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_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mB2AE3BEECB9CFD0EC4A8864EA2C45AC2E52F1119_gshared (RuntimeObject* ___source0, Func_2_tC3246CBAFBB962E2C6075141A9B6BFC365266428 * ___keySelector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; Func_2_tC3246CBAFBB962E2C6075141A9B6BFC365266428 * L_1 = ___keySelector1; OrderedEnumerable_2_t8CF56BCC85D75AC0001F38B4B1F1EEEE9D2F8CB5 * L_2 = (OrderedEnumerable_2_t8CF56BCC85D75AC0001F38B4B1F1EEEE9D2F8CB5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (OrderedEnumerable_2_t8CF56BCC85D75AC0001F38B4B1F1EEEE9D2F8CB5 *, RuntimeObject*, Func_2_tC3246CBAFBB962E2C6075141A9B6BFC365266428 *, RuntimeObject*, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_2, (RuntimeObject*)L_0, (Func_2_tC3246CBAFBB962E2C6075141A9B6BFC365266428 *)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_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m892C71EB5CFF2F7D4790A1991577C553FE6D9D78_gshared (RuntimeObject* ___source0, Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * ___keySelector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA * L_1 = ___keySelector1; OrderedEnumerable_2_t9C8693E36F69588575127CA8DC174DFE9013668C * L_2 = (OrderedEnumerable_2_t9C8693E36F69588575127CA8DC174DFE9013668C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (OrderedEnumerable_2_t9C8693E36F69588575127CA8DC174DFE9013668C *, RuntimeObject*, Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA *, RuntimeObject*, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_2, (RuntimeObject*)L_0, (Func_2_tFF6AE79EFD0857556AD37A1A1594C43F76012FEA *)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_mFD5EA3E00152BF8286EABE91C3824A7CB60F6C8B_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::Reverse(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Reverse_TisRuntimeObject_m9AC71B31601BC5C30774F74492565D83BFAE8F30_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_Reverse_TisRuntimeObject_m9AC71B31601BC5C30774F74492565D83BFAE8F30_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::ReverseIterator(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_ReverseIterator_TisRuntimeObject_m8DBC02B4B8234C1DD1A826853D11F7D1B5C97710_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { { U3CReverseIteratorU3Ed__79_1_t0603018E4A0C07093490945C8C6C89F8D7F6957F * L_0 = (U3CReverseIteratorU3Ed__79_1_t0603018E4A0C07093490945C8C6C89F8D7F6957F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CReverseIteratorU3Ed__79_1_t0603018E4A0C07093490945C8C6C89F8D7F6957F *, 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)); U3CReverseIteratorU3Ed__79_1_t0603018E4A0C07093490945C8C6C89F8D7F6957F * L_1 = (U3CReverseIteratorU3Ed__79_1_t0603018E4A0C07093490945C8C6C89F8D7F6957F *)L_0; RuntimeObject* L_2 = ___source0; NullCheck(L_1); L_1->set_U3CU3E3__source_4(L_2); return (RuntimeObject*)L_1; } } // 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_TisDictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_m3992769EE21F50BAD74DC8C4E163904B2C8A7950_gshared (RuntimeObject* ___source0, Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisDictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_m3992769EE21F50BAD74DC8C4E163904B2C8A7950_RuntimeMethod_var))); } IL_000e: { Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisDictionaryEntry_tF60471FAB430320A9C7D4382BF966EAAC06D7A90_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_m3992769EE21F50BAD74DC8C4E163904B2C8A7950_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_t55BB654766384A6772127C44074D90C5256518A1 *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 * L_6 = ___selector1; NullCheck((Iterator_1_t55BB654766384A6772127C44074D90C5256518A1 *)((Iterator_1_t55BB654766384A6772127C44074D90C5256518A1 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (Iterator_1_t55BB654766384A6772127C44074D90C5256518A1 *)((Iterator_1_t55BB654766384A6772127C44074D90C5256518A1 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0047; } } { RuntimeObject* L_9 = ___source0; Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 * L_10 = ___selector1; WhereSelectArrayIterator_2_tFC928449C9A55E7C4399B6C59F05DCA7508E7141 * L_11 = (WhereSelectArrayIterator_2_tFC928449C9A55E7C4399B6C59F05DCA7508E7141 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tFC928449C9A55E7C4399B6C59F05DCA7508E7141 *, DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1*, Func_2_tFDE366CF3ED667CA489D6D5A017B4D50934D4536 *, Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1*)((DictionaryEntryU5BU5D_t33D15CB512B443D0720CE6253811B8F4FA7179B1*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_tFDE366CF3ED667CA489D6D5A017B4D50934D4536 *)NULL, (Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 *)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_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599 *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005d; } } { RuntimeObject* L_13 = ___source0; Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 * L_14 = ___selector1; WhereSelectListIterator_2_t5FD91D7EB04B74E1359F40B4B728987285988F69 * L_15 = (WhereSelectListIterator_2_t5FD91D7EB04B74E1359F40B4B728987285988F69 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t5FD91D7EB04B74E1359F40B4B728987285988F69 *, List_1_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599 *, Func_2_tFDE366CF3ED667CA489D6D5A017B4D50934D4536 *, Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599 *)((List_1_tC20BFA2D5D117CA0E97E0D950CF66025B8E5C599 *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_tFDE366CF3ED667CA489D6D5A017B4D50934D4536 *)NULL, (Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_tF9AB82F1F3C4DAF85210C29B56B81A8A5B107A88 * L_18 = (WhereSelectEnumerableIterator_2_tF9AB82F1F3C4DAF85210C29B56B81A8A5B107A88 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_tF9AB82F1F3C4DAF85210C29B56B81A8A5B107A88 *, RuntimeObject*, Func_2_tFDE366CF3ED667CA489D6D5A017B4D50934D4536 *, Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_tFDE366CF3ED667CA489D6D5A017B4D50934D4536 *)NULL, (Func_2_t1E20DE50533BAE1E98417DE755A255FCF9C471B2 *)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_TisMemory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0_mE760E218D066E34F6E2D0CBDAD98011E66A75102_gshared (RuntimeObject* ___source0, Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0_mE760E218D066E34F6E2D0CBDAD98011E66A75102_RuntimeMethod_var))); } IL_000e: { Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0_mE760E218D066E34F6E2D0CBDAD98011E66A75102_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_t874107612DA0AF3B8755FC97B773420D1AB3F66F * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * >::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_t874107612DA0AF3B8755FC97B773420D1AB3F66F *)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_t874107612DA0AF3B8755FC97B773420D1AB3F66F * L_10 = ___selector1; WhereSelectArrayIterator_2_tA7C45CBFA72C35B990296C88655CD238FA9A2A3F * L_11 = (WhereSelectArrayIterator_2_tA7C45CBFA72C35B990296C88655CD238FA9A2A3F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tA7C45CBFA72C35B990296C88655CD238FA9A2A3F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F *, 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_t874107612DA0AF3B8755FC97B773420D1AB3F66F *)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_t874107612DA0AF3B8755FC97B773420D1AB3F66F * L_14 = ___selector1; WhereSelectListIterator_2_t3873280F90800ECF2F435D0D3248E206FAB20BD0 * L_15 = (WhereSelectListIterator_2_t3873280F90800ECF2F435D0D3248E206FAB20BD0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t3873280F90800ECF2F435D0D3248E206FAB20BD0 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F *, 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_t874107612DA0AF3B8755FC97B773420D1AB3F66F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t0A4154063EE9104465C7427126EDDF59775DA40D * L_18 = (WhereSelectEnumerableIterator_2_t0A4154063EE9104465C7427126EDDF59775DA40D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t0A4154063EE9104465C7427126EDDF59775DA40D *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t874107612DA0AF3B8755FC97B773420D1AB3F66F *)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_TisMemory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB_mF80DBD452794365D6BC6569562463F12CA37B8C7_gshared (RuntimeObject* ___source0, Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB_mF80DBD452794365D6BC6569562463F12CA37B8C7_RuntimeMethod_var))); } IL_000e: { Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB_mF80DBD452794365D6BC6569562463F12CA37B8C7_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_tE20358793EA2E519514C8E748F2A14FD07B706F9 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * >::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_tE20358793EA2E519514C8E748F2A14FD07B706F9 *)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_tE20358793EA2E519514C8E748F2A14FD07B706F9 * L_10 = ___selector1; WhereSelectArrayIterator_2_t8473AE64F889B2833EFB7AC8761AF0EF0C755BEC * L_11 = (WhereSelectArrayIterator_2_t8473AE64F889B2833EFB7AC8761AF0EF0C755BEC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t8473AE64F889B2833EFB7AC8761AF0EF0C755BEC *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 *, 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_tE20358793EA2E519514C8E748F2A14FD07B706F9 *)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_tE20358793EA2E519514C8E748F2A14FD07B706F9 * L_14 = ___selector1; WhereSelectListIterator_2_tA6D44D13313F233A8751652C47CE60A814137716 * L_15 = (WhereSelectListIterator_2_tA6D44D13313F233A8751652C47CE60A814137716 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_tA6D44D13313F233A8751652C47CE60A814137716 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 *, 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_tE20358793EA2E519514C8E748F2A14FD07B706F9 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t9AF5F20559F6331050BEE5B43FBA6E1DDFB6ABFA * L_18 = (WhereSelectEnumerableIterator_2_t9AF5F20559F6331050BEE5B43FBA6E1DDFB6ABFA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t9AF5F20559F6331050BEE5B43FBA6E1DDFB6ABFA *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_tE20358793EA2E519514C8E748F2A14FD07B706F9 *)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_TisMemory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D_m19AC5B5DA0BAE18D189D8884FC55B657156D5962_gshared (RuntimeObject* ___source0, Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D_m19AC5B5DA0BAE18D189D8884FC55B657156D5962_RuntimeMethod_var))); } IL_000e: { Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D_m19AC5B5DA0BAE18D189D8884FC55B657156D5962_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_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * >::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_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 *)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_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * L_10 = ___selector1; WhereSelectArrayIterator_2_tDBE51BC8D9CA59E1E30E52119677F7597654F90C * L_11 = (WhereSelectArrayIterator_2_tDBE51BC8D9CA59E1E30E52119677F7597654F90C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tDBE51BC8D9CA59E1E30E52119677F7597654F90C *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 *, 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_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 *)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_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * L_14 = ___selector1; WhereSelectListIterator_2_t4F1F3414DFE4FF602058FF2558CDE15259839D5F * L_15 = (WhereSelectListIterator_2_t4F1F3414DFE4FF602058FF2558CDE15259839D5F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t4F1F3414DFE4FF602058FF2558CDE15259839D5F *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 *, 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_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t259C34602322E05141CC48A9BFD04AD9BFBB7F9D * L_18 = (WhereSelectEnumerableIterator_2_t259C34602322E05141CC48A9BFD04AD9BFBB7F9D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t259C34602322E05141CC48A9BFD04AD9BFBB7F9D *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_tEF6BD99B4D4600CA9F4A3BF97C7BD80D169270E4 *)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_TisMemory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE_mFBA0B8A7807386DF3F3404F0528EBF5665608F20_gshared (RuntimeObject* ___source0, Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE_mFBA0B8A7807386DF3F3404F0528EBF5665608F20_RuntimeMethod_var))); } IL_000e: { Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE_mFBA0B8A7807386DF3F3404F0528EBF5665608F20_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_tE65A765659AB3DD016D05F57A53CDD9CA586008B * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * >::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_tE65A765659AB3DD016D05F57A53CDD9CA586008B *)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_tE65A765659AB3DD016D05F57A53CDD9CA586008B * L_10 = ___selector1; WhereSelectArrayIterator_2_t9548083000A8686644DA93C4619116155FDA5CB7 * L_11 = (WhereSelectArrayIterator_2_t9548083000A8686644DA93C4619116155FDA5CB7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t9548083000A8686644DA93C4619116155FDA5CB7 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B *, 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_tE65A765659AB3DD016D05F57A53CDD9CA586008B *)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_tE65A765659AB3DD016D05F57A53CDD9CA586008B * L_14 = ___selector1; WhereSelectListIterator_2_t02181A2AFD28395CCCB0FEAEC4A54D20557BE74F * L_15 = (WhereSelectListIterator_2_t02181A2AFD28395CCCB0FEAEC4A54D20557BE74F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t02181A2AFD28395CCCB0FEAEC4A54D20557BE74F *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B *, 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_tE65A765659AB3DD016D05F57A53CDD9CA586008B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t978C3F5C7D04FB1F36F295ED2C0846567A459078 * L_18 = (WhereSelectEnumerableIterator_2_t978C3F5C7D04FB1F36F295ED2C0846567A459078 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t978C3F5C7D04FB1F36F295ED2C0846567A459078 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_tE65A765659AB3DD016D05F57A53CDD9CA586008B *)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_TisMemory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931_m47D597A3195C44C4FBAAC7A593891DB78E58D115_gshared (RuntimeObject* ___source0, Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931_m47D597A3195C44C4FBAAC7A593891DB78E58D115_RuntimeMethod_var))); } IL_000e: { Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931_m47D597A3195C44C4FBAAC7A593891DB78E58D115_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_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * >::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_t0AD6969EB2345E373DC6F13AB1A92272C5542968 *)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_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * L_10 = ___selector1; WhereSelectArrayIterator_2_t0D2161295964F54481A5AAF395ECD1828262A958 * L_11 = (WhereSelectArrayIterator_2_t0D2161295964F54481A5AAF395ECD1828262A958 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t0D2161295964F54481A5AAF395ECD1828262A958 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 *, 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_t0AD6969EB2345E373DC6F13AB1A92272C5542968 *)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_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * L_14 = ___selector1; WhereSelectListIterator_2_t08921466015FB15570B6CD34EBE59F02F18F4F68 * L_15 = (WhereSelectListIterator_2_t08921466015FB15570B6CD34EBE59F02F18F4F68 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t08921466015FB15570B6CD34EBE59F02F18F4F68 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 *, 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_t0AD6969EB2345E373DC6F13AB1A92272C5542968 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_tABBF92F54EAEF46DD7AB7314ADBFFFC6C8615F14 * L_18 = (WhereSelectEnumerableIterator_2_tABBF92F54EAEF46DD7AB7314ADBFFFC6C8615F14 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_tABBF92F54EAEF46DD7AB7314ADBFFFC6C8615F14 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t0AD6969EB2345E373DC6F13AB1A92272C5542968 *)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_TisMemory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0_m01B66FC5E30FF6B97E8826FE0E82CA86C3F3CB75_gshared (RuntimeObject* ___source0, Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0_m01B66FC5E30FF6B97E8826FE0E82CA86C3F3CB75_RuntimeMethod_var))); } IL_000e: { Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0_m01B66FC5E30FF6B97E8826FE0E82CA86C3F3CB75_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_tE2EE992F4ED129F81B65351036EBBDA96654B987 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * >::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_tE2EE992F4ED129F81B65351036EBBDA96654B987 *)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_tE2EE992F4ED129F81B65351036EBBDA96654B987 * L_10 = ___selector1; WhereSelectArrayIterator_2_t9B24903B8BC7F16FBC5D5EEDB1CE98AA16DD8DE4 * L_11 = (WhereSelectArrayIterator_2_t9B24903B8BC7F16FBC5D5EEDB1CE98AA16DD8DE4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t9B24903B8BC7F16FBC5D5EEDB1CE98AA16DD8DE4 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 *, 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_tE2EE992F4ED129F81B65351036EBBDA96654B987 *)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_tE2EE992F4ED129F81B65351036EBBDA96654B987 * L_14 = ___selector1; WhereSelectListIterator_2_t39BC0D2E0BEE158028C90283FD7BEA25938D1679 * L_15 = (WhereSelectListIterator_2_t39BC0D2E0BEE158028C90283FD7BEA25938D1679 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t39BC0D2E0BEE158028C90283FD7BEA25938D1679 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 *, 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_tE2EE992F4ED129F81B65351036EBBDA96654B987 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t345B847C1FC74E1A32E4EF2483D33E276E3897B6 * L_18 = (WhereSelectEnumerableIterator_2_t345B847C1FC74E1A32E4EF2483D33E276E3897B6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t345B847C1FC74E1A32E4EF2483D33E276E3897B6 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_tE2EE992F4ED129F81B65351036EBBDA96654B987 *)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_TisMemory_1_t7563249509690F7EA9872AC8D92A514A79493FAE_m74FD2E19A0465C7D4444E0D2678612CBF6F72D92_gshared (RuntimeObject* ___source0, Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t7563249509690F7EA9872AC8D92A514A79493FAE_m74FD2E19A0465C7D4444E0D2678612CBF6F72D92_RuntimeMethod_var))); } IL_000e: { Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t7563249509690F7EA9872AC8D92A514A79493FAE_m74FD2E19A0465C7D4444E0D2678612CBF6F72D92_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_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * >::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_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F *)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_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * L_10 = ___selector1; WhereSelectArrayIterator_2_t4E171F3F98500AD238D76B0586018C6AD3204120 * L_11 = (WhereSelectArrayIterator_2_t4E171F3F98500AD238D76B0586018C6AD3204120 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t4E171F3F98500AD238D76B0586018C6AD3204120 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F *, 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_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F *)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_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * L_14 = ___selector1; WhereSelectListIterator_2_tBEFBDFAFBF02CA3BF4EC57D42C4866E84D65D5CA * L_15 = (WhereSelectListIterator_2_tBEFBDFAFBF02CA3BF4EC57D42C4866E84D65D5CA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_tBEFBDFAFBF02CA3BF4EC57D42C4866E84D65D5CA *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F *, 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_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F * L_17 = ___selector1; WhereSelectEnumerableIterator_2_tFB50D6544679741A5D8D572E449C262A9A18C852 * L_18 = (WhereSelectEnumerableIterator_2_tFB50D6544679741A5D8D572E449C262A9A18C852 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_tFB50D6544679741A5D8D572E449C262A9A18C852 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t3BA828EC70B11BBFB8C9807BE1CA8840767A706F *)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_TisMemory_1_t989A25F213E59B429D409844716D883464EB981E_m2BD252DA32A11A99B82A6CD824CBC3BEA623EAF0_gshared (RuntimeObject* ___source0, Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t989A25F213E59B429D409844716D883464EB981E_m2BD252DA32A11A99B82A6CD824CBC3BEA623EAF0_RuntimeMethod_var))); } IL_000e: { Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t989A25F213E59B429D409844716D883464EB981E_m2BD252DA32A11A99B82A6CD824CBC3BEA623EAF0_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_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * >::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_t6C2AD6A1D12C42E119D5442843AE89180690BA59 *)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_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * L_10 = ___selector1; WhereSelectArrayIterator_2_tA0FC764C929F017C76565E210EE4C8458D3864A8 * L_11 = (WhereSelectArrayIterator_2_tA0FC764C929F017C76565E210EE4C8458D3864A8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tA0FC764C929F017C76565E210EE4C8458D3864A8 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 *, 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_t6C2AD6A1D12C42E119D5442843AE89180690BA59 *)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_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * L_14 = ___selector1; WhereSelectListIterator_2_t7E953D36470180040D879152F6DA4FA3810E049B * L_15 = (WhereSelectListIterator_2_t7E953D36470180040D879152F6DA4FA3810E049B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t7E953D36470180040D879152F6DA4FA3810E049B *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 *, 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_t6C2AD6A1D12C42E119D5442843AE89180690BA59 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t4664D68521C14937068C93566AE6723ECCE947D9 * L_18 = (WhereSelectEnumerableIterator_2_t4664D68521C14937068C93566AE6723ECCE947D9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t4664D68521C14937068C93566AE6723ECCE947D9 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t6C2AD6A1D12C42E119D5442843AE89180690BA59 *)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_TisMemory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE_m4F8F1B0440BAD0EA9ACB3A4A069C7F4784121C9C_gshared (RuntimeObject* ___source0, Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE_m4F8F1B0440BAD0EA9ACB3A4A069C7F4784121C9C_RuntimeMethod_var))); } IL_000e: { Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE_m4F8F1B0440BAD0EA9ACB3A4A069C7F4784121C9C_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_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * >::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_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 *)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_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * L_10 = ___selector1; WhereSelectArrayIterator_2_t6AB46974D9E5CF68E816C841D9C3366C82D9EF59 * L_11 = (WhereSelectArrayIterator_2_t6AB46974D9E5CF68E816C841D9C3366C82D9EF59 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t6AB46974D9E5CF68E816C841D9C3366C82D9EF59 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 *, 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_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 *)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_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * L_14 = ___selector1; WhereSelectListIterator_2_t21D8D2FD1CC77791C9D24D313425BF0E6153E770 * L_15 = (WhereSelectListIterator_2_t21D8D2FD1CC77791C9D24D313425BF0E6153E770 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t21D8D2FD1CC77791C9D24D313425BF0E6153E770 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 *, 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_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t47418AFD01B8E7E301031FC7796E7DD8BC7D7BC2 * L_18 = (WhereSelectEnumerableIterator_2_t47418AFD01B8E7E301031FC7796E7DD8BC7D7BC2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t47418AFD01B8E7E301031FC7796E7DD8BC7D7BC2 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t3CB2D595330ACF96921864D0B0F51B2C1776EB67 *)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_TisMemory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9_m6C6EEC72C68342F0CA7001484F6222B233170B06_gshared (RuntimeObject* ___source0, Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9_m6C6EEC72C68342F0CA7001484F6222B233170B06_RuntimeMethod_var))); } IL_000e: { Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9_m6C6EEC72C68342F0CA7001484F6222B233170B06_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_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * >::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_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 *)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_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * L_10 = ___selector1; WhereSelectArrayIterator_2_tBA116330F485C952EA56C2DAF26F822778307240 * L_11 = (WhereSelectArrayIterator_2_tBA116330F485C952EA56C2DAF26F822778307240 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tBA116330F485C952EA56C2DAF26F822778307240 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 *, 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_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 *)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_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * L_14 = ___selector1; WhereSelectListIterator_2_t6E5C2AAD531C031F7FBF7ADE9E78B2290A7710A8 * L_15 = (WhereSelectListIterator_2_t6E5C2AAD531C031F7FBF7ADE9E78B2290A7710A8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t6E5C2AAD531C031F7FBF7ADE9E78B2290A7710A8 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 *, 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_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t22C2860EA8D5D901F68FBEDA6B217BA3B38636E9 * L_18 = (WhereSelectEnumerableIterator_2_t22C2860EA8D5D901F68FBEDA6B217BA3B38636E9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t22C2860EA8D5D901F68FBEDA6B217BA3B38636E9 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t513AA72FADC492DFA7AD6DFD47973D7ED6F04037 *)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_TisMemory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4_m509CC92DC2DECEAF61ACC14CA3537AB3205413CC_gshared (RuntimeObject* ___source0, Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4_m509CC92DC2DECEAF61ACC14CA3537AB3205413CC_RuntimeMethod_var))); } IL_000e: { Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4_m509CC92DC2DECEAF61ACC14CA3537AB3205413CC_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_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * >::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_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 *)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_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * L_10 = ___selector1; WhereSelectArrayIterator_2_t76707F6D3CD4AA206D48D1A8DA79385632AEFDB2 * L_11 = (WhereSelectArrayIterator_2_t76707F6D3CD4AA206D48D1A8DA79385632AEFDB2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t76707F6D3CD4AA206D48D1A8DA79385632AEFDB2 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 *, 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_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 *)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_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * L_14 = ___selector1; WhereSelectListIterator_2_tF39C59170B3F1FA7B2B17C6D53E22A02E4FE8273 * L_15 = (WhereSelectListIterator_2_tF39C59170B3F1FA7B2B17C6D53E22A02E4FE8273 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_tF39C59170B3F1FA7B2B17C6D53E22A02E4FE8273 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 *, 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_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t221D7783AE19E2DF3342815730270EED9CB43BAB * L_18 = (WhereSelectEnumerableIterator_2_t221D7783AE19E2DF3342815730270EED9CB43BAB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t221D7783AE19E2DF3342815730270EED9CB43BAB *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t4A0BD1F7AC2E377C527228168FE3AB68DD1171C5 *)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_TisMemory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0_m604832ED6BAC748DDEE6F2CC0AE1954D5A14CF66_gshared (RuntimeObject* ___source0, Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0_m604832ED6BAC748DDEE6F2CC0AE1954D5A14CF66_RuntimeMethod_var))); } IL_000e: { Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tD992FE0926F09AB5C16EFA717DA94F284AB00DA0_m604832ED6BAC748DDEE6F2CC0AE1954D5A14CF66_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_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * >::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_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 *)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_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * L_10 = ___selector1; WhereSelectArrayIterator_2_t5AEE7704173A9190C57C4EE17AAF37DC6EDB69B7 * L_11 = (WhereSelectArrayIterator_2_t5AEE7704173A9190C57C4EE17AAF37DC6EDB69B7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t5AEE7704173A9190C57C4EE17AAF37DC6EDB69B7 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 *, 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_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 *)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_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * L_14 = ___selector1; WhereSelectListIterator_2_t9B36568CDC4BE50919D9857472A7520202263A4C * L_15 = (WhereSelectListIterator_2_t9B36568CDC4BE50919D9857472A7520202263A4C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t9B36568CDC4BE50919D9857472A7520202263A4C *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 *, 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_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_tB8E7EE73B875DA076FB190A2C4AA18189DEC24AE * L_18 = (WhereSelectEnumerableIterator_2_tB8E7EE73B875DA076FB190A2C4AA18189DEC24AE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_tB8E7EE73B875DA076FB190A2C4AA18189DEC24AE *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t42858427E8DA17CF9C1EEB5B1163D10CB0923609 *)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_TisMemory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49_mBC6C21F8DCBC9BA508BA544D332B8607972AC8E5_gshared (RuntimeObject* ___source0, Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49_mBC6C21F8DCBC9BA508BA544D332B8607972AC8E5_RuntimeMethod_var))); } IL_000e: { Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t5A36E7C7367A507DEB0A3BD14518B9EBBBF3AF49_mBC6C21F8DCBC9BA508BA544D332B8607972AC8E5_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_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * >::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_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 *)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_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * L_10 = ___selector1; WhereSelectArrayIterator_2_t506531D62C1B32EA52249AD3841B4FC71E22BF12 * L_11 = (WhereSelectArrayIterator_2_t506531D62C1B32EA52249AD3841B4FC71E22BF12 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t506531D62C1B32EA52249AD3841B4FC71E22BF12 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 *, 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_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 *)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_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * L_14 = ___selector1; WhereSelectListIterator_2_t5A25548176E490C5D029E5DD58737E5D9AEB17E0 * L_15 = (WhereSelectListIterator_2_t5A25548176E490C5D029E5DD58737E5D9AEB17E0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t5A25548176E490C5D029E5DD58737E5D9AEB17E0 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 *, 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_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t015A8791980F17E70165BC17FC9E67B13C5B4EF5 * L_18 = (WhereSelectEnumerableIterator_2_t015A8791980F17E70165BC17FC9E67B13C5B4EF5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t015A8791980F17E70165BC17FC9E67B13C5B4EF5 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t9E84E7EE26D670C6484551843C3DA9C1C7BDE754 *)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_TisMemory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89_m03280BD5E457BBD037160BEE40953E2E19EAF464_gshared (RuntimeObject* ___source0, Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89_m03280BD5E457BBD037160BEE40953E2E19EAF464_RuntimeMethod_var))); } IL_000e: { Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t1B5CBB2ED2A22F1FEA83FE7BB170FDFE612FDF89_m03280BD5E457BBD037160BEE40953E2E19EAF464_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_tFD81B74596B148B39BB05469981F25AED577A157 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * >::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_tFD81B74596B148B39BB05469981F25AED577A157 *)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_tFD81B74596B148B39BB05469981F25AED577A157 * L_10 = ___selector1; WhereSelectArrayIterator_2_tB3A100D2154E81CFFECE0DEEAFA753C1AEABA133 * L_11 = (WhereSelectArrayIterator_2_tB3A100D2154E81CFFECE0DEEAFA753C1AEABA133 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tB3A100D2154E81CFFECE0DEEAFA753C1AEABA133 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tFD81B74596B148B39BB05469981F25AED577A157 *, 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_tFD81B74596B148B39BB05469981F25AED577A157 *)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_tFD81B74596B148B39BB05469981F25AED577A157 * L_14 = ___selector1; WhereSelectListIterator_2_tBCE52B48AE3AC872BA0A805D74B604CB44F3E668 * L_15 = (WhereSelectListIterator_2_tBCE52B48AE3AC872BA0A805D74B604CB44F3E668 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_tBCE52B48AE3AC872BA0A805D74B604CB44F3E668 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tFD81B74596B148B39BB05469981F25AED577A157 *, 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_tFD81B74596B148B39BB05469981F25AED577A157 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_tFD81B74596B148B39BB05469981F25AED577A157 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t66A5969FF3CCF47D84ED02190AD4EC3BCD1FA33A * L_18 = (WhereSelectEnumerableIterator_2_t66A5969FF3CCF47D84ED02190AD4EC3BCD1FA33A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t66A5969FF3CCF47D84ED02190AD4EC3BCD1FA33A *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tFD81B74596B148B39BB05469981F25AED577A157 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_tFD81B74596B148B39BB05469981F25AED577A157 *)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_TisMemory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7_m5F9BE475C8AE9B416DE1B346BA698A4A4521D83F_gshared (RuntimeObject* ___source0, Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7_m5F9BE475C8AE9B416DE1B346BA698A4A4521D83F_RuntimeMethod_var))); } IL_000e: { Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t3C64C031E0A8775EF545CABB5B38B6D03AD8C3B7_m5F9BE475C8AE9B416DE1B346BA698A4A4521D83F_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_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * >::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_t9B13531ED80F18295EEEF7F3C13161F61B7215EB *)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_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * L_10 = ___selector1; WhereSelectArrayIterator_2_tEAB11B7C5A14522872654D5892E62C2634A2FF41 * L_11 = (WhereSelectArrayIterator_2_tEAB11B7C5A14522872654D5892E62C2634A2FF41 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tEAB11B7C5A14522872654D5892E62C2634A2FF41 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB *, 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_t9B13531ED80F18295EEEF7F3C13161F61B7215EB *)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_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * L_14 = ___selector1; WhereSelectListIterator_2_t4659702D634CAF8E528D1706CD17231CAF5E3FC8 * L_15 = (WhereSelectListIterator_2_t4659702D634CAF8E528D1706CD17231CAF5E3FC8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t4659702D634CAF8E528D1706CD17231CAF5E3FC8 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB *, 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_t9B13531ED80F18295EEEF7F3C13161F61B7215EB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB * L_17 = ___selector1; WhereSelectEnumerableIterator_2_tE1A3DD06E87E650C92BFD495FC83F7DA1898EFC3 * L_18 = (WhereSelectEnumerableIterator_2_tE1A3DD06E87E650C92BFD495FC83F7DA1898EFC3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_tE1A3DD06E87E650C92BFD495FC83F7DA1898EFC3 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t9B13531ED80F18295EEEF7F3C13161F61B7215EB *)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_TisMemory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7_m7870137D3A58B0578BD7525FA5156D83B718DC03_gshared (RuntimeObject* ___source0, Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7_m7870137D3A58B0578BD7525FA5156D83B718DC03_RuntimeMethod_var))); } IL_000e: { Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t46758CC81C72EE5F61401262CE5B7D106F22D0A7_m7870137D3A58B0578BD7525FA5156D83B718DC03_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_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * >::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_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 *)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_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * L_10 = ___selector1; WhereSelectArrayIterator_2_tD5153ECD05D1C23008DCF710D8538C9591E93C39 * L_11 = (WhereSelectArrayIterator_2_tD5153ECD05D1C23008DCF710D8538C9591E93C39 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tD5153ECD05D1C23008DCF710D8538C9591E93C39 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 *, 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_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 *)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_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * L_14 = ___selector1; WhereSelectListIterator_2_t3245456978E4922F36A46BDCB3C30D7426F50A85 * L_15 = (WhereSelectListIterator_2_t3245456978E4922F36A46BDCB3C30D7426F50A85 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t3245456978E4922F36A46BDCB3C30D7426F50A85 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 *, 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_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t90E726D1B9A7BA72D80CD03E333CB9B1B24F894C * L_18 = (WhereSelectEnumerableIterator_2_t90E726D1B9A7BA72D80CD03E333CB9B1B24F894C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t90E726D1B9A7BA72D80CD03E333CB9B1B24F894C *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t3ACAD63B0E2F5BE495FEE1C62DF0825AD5410818 *)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_TisMemory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA_m7C1A722B4DE880371FCF7B93F340A2A42494FA79_gshared (RuntimeObject* ___source0, Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA_m7C1A722B4DE880371FCF7B93F340A2A42494FA79_RuntimeMethod_var))); } IL_000e: { Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t76C566949C7FF6DE5EC53B23C6C477AB4A39A3FA_m7C1A722B4DE880371FCF7B93F340A2A42494FA79_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_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * >::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_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED *)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_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * L_10 = ___selector1; WhereSelectArrayIterator_2_t51CA0467034BD29DE73DA5BF5656DCF77596B58B * L_11 = (WhereSelectArrayIterator_2_t51CA0467034BD29DE73DA5BF5656DCF77596B58B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t51CA0467034BD29DE73DA5BF5656DCF77596B58B *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED *, 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_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED *)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_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * L_14 = ___selector1; WhereSelectListIterator_2_tF4FE2BCDC8C1C4E4A6796B7AC1732634878F79B6 * L_15 = (WhereSelectListIterator_2_tF4FE2BCDC8C1C4E4A6796B7AC1732634878F79B6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_tF4FE2BCDC8C1C4E4A6796B7AC1732634878F79B6 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED *, 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_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t27FEFB02A8275DDF0826B899974CE8E06780E49A * L_18 = (WhereSelectEnumerableIterator_2_t27FEFB02A8275DDF0826B899974CE8E06780E49A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t27FEFB02A8275DDF0826B899974CE8E06780E49A *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_tF10F37DE7CBA5C832E38CF2B68051352ED2C2DED *)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_TisMemory_1_tA7A508702FE7E293003570A324EEEB9484F060C8_m12AE80626F6BD098FE45F6BEC0368D2F6A8D581E_gshared (RuntimeObject* ___source0, Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tA7A508702FE7E293003570A324EEEB9484F060C8_m12AE80626F6BD098FE45F6BEC0368D2F6A8D581E_RuntimeMethod_var))); } IL_000e: { Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tA7A508702FE7E293003570A324EEEB9484F060C8_m12AE80626F6BD098FE45F6BEC0368D2F6A8D581E_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_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * >::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_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B *)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_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * L_10 = ___selector1; WhereSelectArrayIterator_2_t0EF055CBE349413F9065CFB86E274003A316ACFC * L_11 = (WhereSelectArrayIterator_2_t0EF055CBE349413F9065CFB86E274003A316ACFC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t0EF055CBE349413F9065CFB86E274003A316ACFC *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B *, 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_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B *)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_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * L_14 = ___selector1; WhereSelectListIterator_2_t4D50C22C0A3A2D3F93020F548E67598397CC3ADD * L_15 = (WhereSelectListIterator_2_t4D50C22C0A3A2D3F93020F548E67598397CC3ADD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t4D50C22C0A3A2D3F93020F548E67598397CC3ADD *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B *, 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_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B * L_17 = ___selector1; WhereSelectEnumerableIterator_2_tFB260DE6B31637D861B02B002A39AA91C4C5338F * L_18 = (WhereSelectEnumerableIterator_2_tFB260DE6B31637D861B02B002A39AA91C4C5338F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_tFB260DE6B31637D861B02B002A39AA91C4C5338F *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t6FF2B6C2AEDF73789ACD3FB81D3B53AC1A5DA76B *)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_TisMemory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C_m08BD273F155D4E560DC045D98BDED5A00AEF1D49_gshared (RuntimeObject* ___source0, Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C_m08BD273F155D4E560DC045D98BDED5A00AEF1D49_RuntimeMethod_var))); } IL_000e: { Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t5E18128264724A42F8BC6F340A2CFDC9A9E06F5C_m08BD273F155D4E560DC045D98BDED5A00AEF1D49_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_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * >::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_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C *)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_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * L_10 = ___selector1; WhereSelectArrayIterator_2_t11E15CBE6911B0648691604404C52E7037922505 * L_11 = (WhereSelectArrayIterator_2_t11E15CBE6911B0648691604404C52E7037922505 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t11E15CBE6911B0648691604404C52E7037922505 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C *, 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_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C *)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_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * L_14 = ___selector1; WhereSelectListIterator_2_t527B472201E5384C9084291F21282B055B8B718B * L_15 = (WhereSelectListIterator_2_t527B472201E5384C9084291F21282B055B8B718B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t527B472201E5384C9084291F21282B055B8B718B *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C *, 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_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C * L_17 = ___selector1; WhereSelectEnumerableIterator_2_tB8EEB4467EC453C2E43340E420D34176296B83B6 * L_18 = (WhereSelectEnumerableIterator_2_tB8EEB4467EC453C2E43340E420D34176296B83B6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_tB8EEB4467EC453C2E43340E420D34176296B83B6 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t6CFCF05A02E9B4B7225B4867AA5287DBAD95803C *)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_TisMemory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031_mFEB5D4E47656AB60C7CF19F9A524DA41D9C7C802_gshared (RuntimeObject* ___source0, Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031_mFEB5D4E47656AB60C7CF19F9A524DA41D9C7C802_RuntimeMethod_var))); } IL_000e: { Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tFFA1B47B559ED3725A0D84770C020382BEEF8031_mFEB5D4E47656AB60C7CF19F9A524DA41D9C7C802_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_t5182A96930054BE024323674CBD1CD426A177ACA * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * >::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_t5182A96930054BE024323674CBD1CD426A177ACA *)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_t5182A96930054BE024323674CBD1CD426A177ACA * L_10 = ___selector1; WhereSelectArrayIterator_2_t099230CCDC6AE6A678DAE695CDD681CDEF16D7AD * L_11 = (WhereSelectArrayIterator_2_t099230CCDC6AE6A678DAE695CDD681CDEF16D7AD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t099230CCDC6AE6A678DAE695CDD681CDEF16D7AD *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t5182A96930054BE024323674CBD1CD426A177ACA *, 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_t5182A96930054BE024323674CBD1CD426A177ACA *)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_t5182A96930054BE024323674CBD1CD426A177ACA * L_14 = ___selector1; WhereSelectListIterator_2_t1BF83F8F5D0005E5CCCCBE1398CBCB6854785CA6 * L_15 = (WhereSelectListIterator_2_t1BF83F8F5D0005E5CCCCBE1398CBCB6854785CA6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t1BF83F8F5D0005E5CCCCBE1398CBCB6854785CA6 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t5182A96930054BE024323674CBD1CD426A177ACA *, 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_t5182A96930054BE024323674CBD1CD426A177ACA *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t5182A96930054BE024323674CBD1CD426A177ACA * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t46BC5162DB5BD291102372639E7B3AC14EA3085D * L_18 = (WhereSelectEnumerableIterator_2_t46BC5162DB5BD291102372639E7B3AC14EA3085D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t46BC5162DB5BD291102372639E7B3AC14EA3085D *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t5182A96930054BE024323674CBD1CD426A177ACA *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t5182A96930054BE024323674CBD1CD426A177ACA *)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_TisMemory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4_mB65B6D62F61849ABBC656C356C8ED8891C9D00F7_gshared (RuntimeObject* ___source0, Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4_mB65B6D62F61849ABBC656C356C8ED8891C9D00F7_RuntimeMethod_var))); } IL_000e: { Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t4C68A701286CD564433404E3BD0F30FCFD756DE4_mB65B6D62F61849ABBC656C356C8ED8891C9D00F7_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_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * >::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_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 *)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_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * L_10 = ___selector1; WhereSelectArrayIterator_2_t3DCFFBEA2B7E5A250AA92D7778D44D03719DEBAE * L_11 = (WhereSelectArrayIterator_2_t3DCFFBEA2B7E5A250AA92D7778D44D03719DEBAE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t3DCFFBEA2B7E5A250AA92D7778D44D03719DEBAE *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 *, 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_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 *)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_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * L_14 = ___selector1; WhereSelectListIterator_2_t15B4846D9621943CB344B05F8A18378F6FB6A8C9 * L_15 = (WhereSelectListIterator_2_t15B4846D9621943CB344B05F8A18378F6FB6A8C9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t15B4846D9621943CB344B05F8A18378F6FB6A8C9 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 *, 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_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t4C8B9C0A0AA84C71E4B33518D9E1592C05B09148 * L_18 = (WhereSelectEnumerableIterator_2_t4C8B9C0A0AA84C71E4B33518D9E1592C05B09148 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t4C8B9C0A0AA84C71E4B33518D9E1592C05B09148 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t049FF8CB00D5E9327F5C510EAF2EDDB7894C4068 *)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_TisMemory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3_mA44DDDC914A3D86E9B5E3A8F75D0BE276B6DB287_gshared (RuntimeObject* ___source0, Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3_mA44DDDC914A3D86E9B5E3A8F75D0BE276B6DB287_RuntimeMethod_var))); } IL_000e: { Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tDA24BF50A467530A5D2666CA81BAE46EA159E4D3_mA44DDDC914A3D86E9B5E3A8F75D0BE276B6DB287_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_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * >::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_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C *)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_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * L_10 = ___selector1; WhereSelectArrayIterator_2_t56AC40569BBB4BD604A6204862A11A2DBE062178 * L_11 = (WhereSelectArrayIterator_2_t56AC40569BBB4BD604A6204862A11A2DBE062178 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t56AC40569BBB4BD604A6204862A11A2DBE062178 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C *, 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_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C *)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_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * L_14 = ___selector1; WhereSelectListIterator_2_t416CB7811AF551F0B0733AA4F8C1EED2AAA0A5AA * L_15 = (WhereSelectListIterator_2_t416CB7811AF551F0B0733AA4F8C1EED2AAA0A5AA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t416CB7811AF551F0B0733AA4F8C1EED2AAA0A5AA *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C *, 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_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t9C71C8C2E0876A59A5645424F75A969E73D0DF8A * L_18 = (WhereSelectEnumerableIterator_2_t9C71C8C2E0876A59A5645424F75A969E73D0DF8A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t9C71C8C2E0876A59A5645424F75A969E73D0DF8A *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_tB881AA3F82F8CCA422DE63D6A952AB76C4B5F85C *)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_TisMemory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043_m504940D8DF154C0B1C0340F35E11EFC42D804938_gshared (RuntimeObject* ___source0, Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043_m504940D8DF154C0B1C0340F35E11EFC42D804938_RuntimeMethod_var))); } IL_000e: { Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t19F56308D9ECEC750597F12DE7EC3E72FA6A7043_m504940D8DF154C0B1C0340F35E11EFC42D804938_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_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * >::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_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 *)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_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * L_10 = ___selector1; WhereSelectArrayIterator_2_tCA6AE70E0F7CAD0EF5E770DCADAC45F7FD6F5762 * L_11 = (WhereSelectArrayIterator_2_tCA6AE70E0F7CAD0EF5E770DCADAC45F7FD6F5762 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tCA6AE70E0F7CAD0EF5E770DCADAC45F7FD6F5762 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 *, 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_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 *)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_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * L_14 = ___selector1; WhereSelectListIterator_2_t75A9D4DFB67D04FAD4CD3FE4EFDF89D919DB2BD4 * L_15 = (WhereSelectListIterator_2_t75A9D4DFB67D04FAD4CD3FE4EFDF89D919DB2BD4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t75A9D4DFB67D04FAD4CD3FE4EFDF89D919DB2BD4 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 *, 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_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t738B8F454EFF8E8A978FEEE994602FECD0650C34 * L_18 = (WhereSelectEnumerableIterator_2_t738B8F454EFF8E8A978FEEE994602FECD0650C34 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t738B8F454EFF8E8A978FEEE994602FECD0650C34 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t0604CB1D40441E2D3A2CE3E705D471371F8A81F7 *)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_TisMemory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D_mB18D9DBDBFEC9EDD7A231A61062721420FE2F434_gshared (RuntimeObject* ___source0, Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D_mB18D9DBDBFEC9EDD7A231A61062721420FE2F434_RuntimeMethod_var))); } IL_000e: { Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t53567E40B3C611695CEB9882D61D5E1EF7A9523D_mB18D9DBDBFEC9EDD7A231A61062721420FE2F434_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_t148D62B7563D65748C6086C0249D98AC437E7D79 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * >::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_t148D62B7563D65748C6086C0249D98AC437E7D79 *)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_t148D62B7563D65748C6086C0249D98AC437E7D79 * L_10 = ___selector1; WhereSelectArrayIterator_2_tE6580F247E1F7EC256D82B863B9CB2B18D02FB5B * L_11 = (WhereSelectArrayIterator_2_tE6580F247E1F7EC256D82B863B9CB2B18D02FB5B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tE6580F247E1F7EC256D82B863B9CB2B18D02FB5B *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 *, 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_t148D62B7563D65748C6086C0249D98AC437E7D79 *)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_t148D62B7563D65748C6086C0249D98AC437E7D79 * L_14 = ___selector1; WhereSelectListIterator_2_t6152FF5D1EE411E3187B0B8871C256D87BD644C7 * L_15 = (WhereSelectListIterator_2_t6152FF5D1EE411E3187B0B8871C256D87BD644C7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t6152FF5D1EE411E3187B0B8871C256D87BD644C7 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 *, 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_t148D62B7563D65748C6086C0249D98AC437E7D79 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t12BEA74FB79217A086C8C84BA08166CAB7547E51 * L_18 = (WhereSelectEnumerableIterator_2_t12BEA74FB79217A086C8C84BA08166CAB7547E51 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t12BEA74FB79217A086C8C84BA08166CAB7547E51 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t148D62B7563D65748C6086C0249D98AC437E7D79 *)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_TisMemory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215_mF0AA2304EE14E015F7FEA53C8187CA398F893563_gshared (RuntimeObject* ___source0, Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215_mF0AA2304EE14E015F7FEA53C8187CA398F893563_RuntimeMethod_var))); } IL_000e: { Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tC99C0EAA6BC316B43C9C6DB1C77F9C2C53EA5215_mF0AA2304EE14E015F7FEA53C8187CA398F893563_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_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * >::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_tA9A94FE006C4EA87AD4663480885709AADCAC9AF *)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_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * L_10 = ___selector1; WhereSelectArrayIterator_2_t32289157527E6146F7D8D96F424AF26395F5BFEB * L_11 = (WhereSelectArrayIterator_2_t32289157527E6146F7D8D96F424AF26395F5BFEB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t32289157527E6146F7D8D96F424AF26395F5BFEB *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF *, 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_tA9A94FE006C4EA87AD4663480885709AADCAC9AF *)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_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * L_14 = ___selector1; WhereSelectListIterator_2_tDE800D1B9CF15CC96EE1D1AB12B7E5F4AC6C9C58 * L_15 = (WhereSelectListIterator_2_tDE800D1B9CF15CC96EE1D1AB12B7E5F4AC6C9C58 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_tDE800D1B9CF15CC96EE1D1AB12B7E5F4AC6C9C58 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF *, 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_tA9A94FE006C4EA87AD4663480885709AADCAC9AF *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF * L_17 = ___selector1; WhereSelectEnumerableIterator_2_tBF9060925152D06DE02B38F0BBE86C0C8BC035B2 * L_18 = (WhereSelectEnumerableIterator_2_tBF9060925152D06DE02B38F0BBE86C0C8BC035B2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_tBF9060925152D06DE02B38F0BBE86C0C8BC035B2 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_tA9A94FE006C4EA87AD4663480885709AADCAC9AF *)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_TisMemory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1_m6A01F487C2D6027A5DEE45B391269B74019390CD_gshared (RuntimeObject* ___source0, Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1_m6A01F487C2D6027A5DEE45B391269B74019390CD_RuntimeMethod_var))); } IL_000e: { Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t15F9122B568D48320666A89F8ED4E5F360CA0AC1_m6A01F487C2D6027A5DEE45B391269B74019390CD_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_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * >::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_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 *)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_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * L_10 = ___selector1; WhereSelectArrayIterator_2_tF5F1DA041ABA1737FF98672651F4BAE77A9BA283 * L_11 = (WhereSelectArrayIterator_2_tF5F1DA041ABA1737FF98672651F4BAE77A9BA283 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tF5F1DA041ABA1737FF98672651F4BAE77A9BA283 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 *, 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_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 *)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_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * L_14 = ___selector1; WhereSelectListIterator_2_tCDF3FCD9993018F2E6E20BD25E27F49152FC1085 * L_15 = (WhereSelectListIterator_2_tCDF3FCD9993018F2E6E20BD25E27F49152FC1085 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_tCDF3FCD9993018F2E6E20BD25E27F49152FC1085 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 *, 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_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t0D47FC9C81372A3EC6471A716ADF5E35CB96B27B * L_18 = (WhereSelectEnumerableIterator_2_t0D47FC9C81372A3EC6471A716ADF5E35CB96B27B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t0D47FC9C81372A3EC6471A716ADF5E35CB96B27B *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_tD02C35D4E35C3C064C7FC1403850F0914B8B7815 *)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_TisMemory_1_t814A542F09F5105E92E19024DD750603F06FFA6B_m0D6C0680F63104C97D794E475DDC9165D843F9AC_gshared (RuntimeObject* ___source0, Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t814A542F09F5105E92E19024DD750603F06FFA6B_m0D6C0680F63104C97D794E475DDC9165D843F9AC_RuntimeMethod_var))); } IL_000e: { Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t814A542F09F5105E92E19024DD750603F06FFA6B_m0D6C0680F63104C97D794E475DDC9165D843F9AC_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_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * >::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_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 *)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_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * L_10 = ___selector1; WhereSelectArrayIterator_2_tC10906A910E2F44313989F8E362A05BA6EDE72D2 * L_11 = (WhereSelectArrayIterator_2_tC10906A910E2F44313989F8E362A05BA6EDE72D2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tC10906A910E2F44313989F8E362A05BA6EDE72D2 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 *, 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_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 *)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_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * L_14 = ___selector1; WhereSelectListIterator_2_tBBB4B1136117E046828100E024E705E199790561 * L_15 = (WhereSelectListIterator_2_tBBB4B1136117E046828100E024E705E199790561 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_tBBB4B1136117E046828100E024E705E199790561 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 *, 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_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t46282FDBF4C324D74386DA78CC59F47F3A5E62C5 * L_18 = (WhereSelectEnumerableIterator_2_t46282FDBF4C324D74386DA78CC59F47F3A5E62C5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t46282FDBF4C324D74386DA78CC59F47F3A5E62C5 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_tE1BE8CFBBE9B2A3508B43CFDFBC118CFF30912D0 *)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_TisMemory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF_mFB52D15FBDE76EA6725F4F0A1F94F8E04F651C20_gshared (RuntimeObject* ___source0, Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF_mFB52D15FBDE76EA6725F4F0A1F94F8E04F651C20_RuntimeMethod_var))); } IL_000e: { Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t06258D3443DEBAB5C8CD6536B8AA1671DA577BEF_mFB52D15FBDE76EA6725F4F0A1F94F8E04F651C20_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_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * >::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_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 *)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_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * L_10 = ___selector1; WhereSelectArrayIterator_2_t3DCFA147E1F9D0C65B16CDE8EA5A650AF07C204B * L_11 = (WhereSelectArrayIterator_2_t3DCFA147E1F9D0C65B16CDE8EA5A650AF07C204B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t3DCFA147E1F9D0C65B16CDE8EA5A650AF07C204B *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 *, 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_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 *)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_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * L_14 = ___selector1; WhereSelectListIterator_2_t5EF1462626BD313DB874A091B4C319076A0342F3 * L_15 = (WhereSelectListIterator_2_t5EF1462626BD313DB874A091B4C319076A0342F3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t5EF1462626BD313DB874A091B4C319076A0342F3 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 *, 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_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t51E8E110B194CDF9840A491AB63028AAC6A5A57A * L_18 = (WhereSelectEnumerableIterator_2_t51E8E110B194CDF9840A491AB63028AAC6A5A57A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t51E8E110B194CDF9840A491AB63028AAC6A5A57A *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t396BA002BA2F9E31EAADFB9F7E9AA2CDA6D66710 *)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_TisMemory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658_m4C2DCD13464915697FAA985609F4220CECDC6C04_gshared (RuntimeObject* ___source0, Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658_m4C2DCD13464915697FAA985609F4220CECDC6C04_RuntimeMethod_var))); } IL_000e: { Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t2C49F7AD66F0A61BD4BAD22F5152BB7D72581658_m4C2DCD13464915697FAA985609F4220CECDC6C04_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_tF6F51BA45704858319C9B9985D27D2293161E875 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * >::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_tF6F51BA45704858319C9B9985D27D2293161E875 *)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_tF6F51BA45704858319C9B9985D27D2293161E875 * L_10 = ___selector1; WhereSelectArrayIterator_2_t5806107A9FF8453061C9779CFA416D2DF2D014F2 * L_11 = (WhereSelectArrayIterator_2_t5806107A9FF8453061C9779CFA416D2DF2D014F2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t5806107A9FF8453061C9779CFA416D2DF2D014F2 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 *, 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_tF6F51BA45704858319C9B9985D27D2293161E875 *)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_tF6F51BA45704858319C9B9985D27D2293161E875 * L_14 = ___selector1; WhereSelectListIterator_2_tA4C01D1F6592A2E9AEABB28A2EE1174CDB61266E * L_15 = (WhereSelectListIterator_2_tA4C01D1F6592A2E9AEABB28A2EE1174CDB61266E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_tA4C01D1F6592A2E9AEABB28A2EE1174CDB61266E *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 *, 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_tF6F51BA45704858319C9B9985D27D2293161E875 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t0221928974465FBC7AEE39B4818D3A80E04B6D76 * L_18 = (WhereSelectEnumerableIterator_2_t0221928974465FBC7AEE39B4818D3A80E04B6D76 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t0221928974465FBC7AEE39B4818D3A80E04B6D76 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_tF6F51BA45704858319C9B9985D27D2293161E875 *)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_TisMemory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E_m355645B0965FF61151D5BD7F22C9DE1CDDF508A4_gshared (RuntimeObject* ___source0, Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E_m355645B0965FF61151D5BD7F22C9DE1CDDF508A4_RuntimeMethod_var))); } IL_000e: { Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tD679CAE35E6989CB96F2F11F86610C7921655F6E_m355645B0965FF61151D5BD7F22C9DE1CDDF508A4_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_t4450FC86C7084E06E62FA5B9905EA67489833E5D * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * >::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_t4450FC86C7084E06E62FA5B9905EA67489833E5D *)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_t4450FC86C7084E06E62FA5B9905EA67489833E5D * L_10 = ___selector1; WhereSelectArrayIterator_2_t5B4D98E0DFA2C8A521EF75573EC2E1A80C5E8F6C * L_11 = (WhereSelectArrayIterator_2_t5B4D98E0DFA2C8A521EF75573EC2E1A80C5E8F6C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t5B4D98E0DFA2C8A521EF75573EC2E1A80C5E8F6C *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D *, 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_t4450FC86C7084E06E62FA5B9905EA67489833E5D *)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_t4450FC86C7084E06E62FA5B9905EA67489833E5D * L_14 = ___selector1; WhereSelectListIterator_2_t7FFFB7DC983F69A88BBA4442C33CFBD8B17C5ED5 * L_15 = (WhereSelectListIterator_2_t7FFFB7DC983F69A88BBA4442C33CFBD8B17C5ED5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t7FFFB7DC983F69A88BBA4442C33CFBD8B17C5ED5 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D *, 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_t4450FC86C7084E06E62FA5B9905EA67489833E5D *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t853613F5270FED9AED823B5BC7254A824F1BFFF3 * L_18 = (WhereSelectEnumerableIterator_2_t853613F5270FED9AED823B5BC7254A824F1BFFF3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t853613F5270FED9AED823B5BC7254A824F1BFFF3 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t4450FC86C7084E06E62FA5B9905EA67489833E5D *)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_TisMemory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA_m0FD8CE63944C336B4C20F9F6F0FF0D5097DD747C_gshared (RuntimeObject* ___source0, Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA_m0FD8CE63944C336B4C20F9F6F0FF0D5097DD747C_RuntimeMethod_var))); } IL_000e: { Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tCF52D8672B0849B395FD2C6AFF47879ABC9050BA_m0FD8CE63944C336B4C20F9F6F0FF0D5097DD747C_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_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * >::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_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 *)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_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * L_10 = ___selector1; WhereSelectArrayIterator_2_t19620B43424A7C04C04B0CA2AFCC349E11570813 * L_11 = (WhereSelectArrayIterator_2_t19620B43424A7C04C04B0CA2AFCC349E11570813 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t19620B43424A7C04C04B0CA2AFCC349E11570813 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 *, 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_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 *)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_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * L_14 = ___selector1; WhereSelectListIterator_2_tAC45AE0E4A1F4DE923CBE18B9A680921568A69AE * L_15 = (WhereSelectListIterator_2_tAC45AE0E4A1F4DE923CBE18B9A680921568A69AE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_tAC45AE0E4A1F4DE923CBE18B9A680921568A69AE *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 *, 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_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t074E8B5A87043494968E9FE59217DFD2AFD7536D * L_18 = (WhereSelectEnumerableIterator_2_t074E8B5A87043494968E9FE59217DFD2AFD7536D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t074E8B5A87043494968E9FE59217DFD2AFD7536D *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t4E927EE2DEBD2BC9894016A08779D4088F8B9C04 *)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_TisMemory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B_m18478B72522B4848D7092F28342B6FDB2E5C43ED_gshared (RuntimeObject* ___source0, Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B_m18478B72522B4848D7092F28342B6FDB2E5C43ED_RuntimeMethod_var))); } IL_000e: { Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t6719F2FB7E41CEB1606DD631EDD0514C3CEB003B_m18478B72522B4848D7092F28342B6FDB2E5C43ED_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_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * >::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_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 *)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_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * L_10 = ___selector1; WhereSelectArrayIterator_2_tB1242473DD88189D9574C980568D2C02CA0BA44F * L_11 = (WhereSelectArrayIterator_2_tB1242473DD88189D9574C980568D2C02CA0BA44F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tB1242473DD88189D9574C980568D2C02CA0BA44F *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 *, 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_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 *)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_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * L_14 = ___selector1; WhereSelectListIterator_2_t18ECDB9AE541BC2983087AB0159A35E07C21B29C * L_15 = (WhereSelectListIterator_2_t18ECDB9AE541BC2983087AB0159A35E07C21B29C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t18ECDB9AE541BC2983087AB0159A35E07C21B29C *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 *, 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_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t95E8CABEBD0103F6EAA93B96D7D68C3CF4E83BA3 * L_18 = (WhereSelectEnumerableIterator_2_t95E8CABEBD0103F6EAA93B96D7D68C3CF4E83BA3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t95E8CABEBD0103F6EAA93B96D7D68C3CF4E83BA3 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t4B7B7E1D6183EE652EDE95E3815B530F54E128B2 *)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_TisMemory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE_m2F0CA30F873258F5F67DFE5C0DF4EF66649D8272_gshared (RuntimeObject* ___source0, Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE_m2F0CA30F873258F5F67DFE5C0DF4EF66649D8272_RuntimeMethod_var))); } IL_000e: { Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t24F601C9F59B5DFDC419B99B868B6EC8745DAEFE_m2F0CA30F873258F5F67DFE5C0DF4EF66649D8272_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_t5AC469087DA545C8C0CEC726168EFC66032DF712 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * >::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_t5AC469087DA545C8C0CEC726168EFC66032DF712 *)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_t5AC469087DA545C8C0CEC726168EFC66032DF712 * L_10 = ___selector1; WhereSelectArrayIterator_2_t0ECE10D9E2F55694D8BC23D0128A920DA5F1E889 * L_11 = (WhereSelectArrayIterator_2_t0ECE10D9E2F55694D8BC23D0128A920DA5F1E889 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t0ECE10D9E2F55694D8BC23D0128A920DA5F1E889 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 *, 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_t5AC469087DA545C8C0CEC726168EFC66032DF712 *)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_t5AC469087DA545C8C0CEC726168EFC66032DF712 * L_14 = ___selector1; WhereSelectListIterator_2_tFF2331CFE6E64F881B340AD0CA55F9BFA09D5FAF * L_15 = (WhereSelectListIterator_2_tFF2331CFE6E64F881B340AD0CA55F9BFA09D5FAF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_tFF2331CFE6E64F881B340AD0CA55F9BFA09D5FAF *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 *, 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_t5AC469087DA545C8C0CEC726168EFC66032DF712 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t7C910534C435CF6E2A174BD15A7A9A6FA2F685FE * L_18 = (WhereSelectEnumerableIterator_2_t7C910534C435CF6E2A174BD15A7A9A6FA2F685FE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t7C910534C435CF6E2A174BD15A7A9A6FA2F685FE *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t5AC469087DA545C8C0CEC726168EFC66032DF712 *)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_TisMemory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054_m7905DF29446D15D4A783B77C4619C5066CE8FD0E_gshared (RuntimeObject* ___source0, Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054_m7905DF29446D15D4A783B77C4619C5066CE8FD0E_RuntimeMethod_var))); } IL_000e: { Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_tDDFC5FF130EB5E3AE81672A3F92AF743570E3054_m7905DF29446D15D4A783B77C4619C5066CE8FD0E_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_t46A60BA2D4F17E047EB88BDB0597738ED799468A * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * >::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_t46A60BA2D4F17E047EB88BDB0597738ED799468A *)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_t46A60BA2D4F17E047EB88BDB0597738ED799468A * L_10 = ___selector1; WhereSelectArrayIterator_2_t020FAE4C7191BD19EB3735239FF5306DD0917A01 * L_11 = (WhereSelectArrayIterator_2_t020FAE4C7191BD19EB3735239FF5306DD0917A01 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t020FAE4C7191BD19EB3735239FF5306DD0917A01 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A *, 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_t46A60BA2D4F17E047EB88BDB0597738ED799468A *)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_t46A60BA2D4F17E047EB88BDB0597738ED799468A * L_14 = ___selector1; WhereSelectListIterator_2_t37A90069D4873CD49EEB9DC1143143700D8796FB * L_15 = (WhereSelectListIterator_2_t37A90069D4873CD49EEB9DC1143143700D8796FB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t37A90069D4873CD49EEB9DC1143143700D8796FB *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A *, 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_t46A60BA2D4F17E047EB88BDB0597738ED799468A *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t0A21CE885D9CF4DB45F7BC580242127D046673B1 * L_18 = (WhereSelectEnumerableIterator_2_t0A21CE885D9CF4DB45F7BC580242127D046673B1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t0A21CE885D9CF4DB45F7BC580242127D046673B1 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t46A60BA2D4F17E047EB88BDB0597738ED799468A *)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_TisMemory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA_mCE0FB8FC2735F25AA03C54B1A5558F0DC587ED14_gshared (RuntimeObject* ___source0, Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA_mCE0FB8FC2735F25AA03C54B1A5558F0DC587ED14_RuntimeMethod_var))); } IL_000e: { Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t3703C84DFC49467DFDCE59909CB3B57C267ADFDA_mCE0FB8FC2735F25AA03C54B1A5558F0DC587ED14_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_t282E15818BB68D2C2878030597E99A81F769E4AB * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * >::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_t282E15818BB68D2C2878030597E99A81F769E4AB *)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_t282E15818BB68D2C2878030597E99A81F769E4AB * L_10 = ___selector1; WhereSelectArrayIterator_2_t42B563C03A0E02FA9D8E8B92FF75CE1862CCCFC4 * L_11 = (WhereSelectArrayIterator_2_t42B563C03A0E02FA9D8E8B92FF75CE1862CCCFC4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t42B563C03A0E02FA9D8E8B92FF75CE1862CCCFC4 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB *, 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_t282E15818BB68D2C2878030597E99A81F769E4AB *)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_t282E15818BB68D2C2878030597E99A81F769E4AB * L_14 = ___selector1; WhereSelectListIterator_2_tD725FDC2AEBACA2A6BD9F7AC40E31A844EFCE2DB * L_15 = (WhereSelectListIterator_2_tD725FDC2AEBACA2A6BD9F7AC40E31A844EFCE2DB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_tD725FDC2AEBACA2A6BD9F7AC40E31A844EFCE2DB *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB *, 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_t282E15818BB68D2C2878030597E99A81F769E4AB *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t5BAFCC9F96859C3461FE303B426F9605784A1B19 * L_18 = (WhereSelectEnumerableIterator_2_t5BAFCC9F96859C3461FE303B426F9605784A1B19 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t5BAFCC9F96859C3461FE303B426F9605784A1B19 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t282E15818BB68D2C2878030597E99A81F769E4AB *)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_TisMemory_1_t3232108BC547E6E6D76B052248C41BE34889A556_mB5318A5048B0CA320B014172CE0E87F941CD7D3A_gshared (RuntimeObject* ___source0, Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t3232108BC547E6E6D76B052248C41BE34889A556_mB5318A5048B0CA320B014172CE0E87F941CD7D3A_RuntimeMethod_var))); } IL_000e: { Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisMemory_1_t3232108BC547E6E6D76B052248C41BE34889A556_mB5318A5048B0CA320B014172CE0E87F941CD7D3A_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_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * >::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_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 *)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_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * L_10 = ___selector1; WhereSelectArrayIterator_2_t05211EF1C880921530E76D287F5904B81830E9B2 * L_11 = (WhereSelectArrayIterator_2_t05211EF1C880921530E76D287F5904B81830E9B2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t05211EF1C880921530E76D287F5904B81830E9B2 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 *, 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_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 *)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_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * L_14 = ___selector1; WhereSelectListIterator_2_tDBE4E1C2BD6614006F899A4705B584D27F2B0737 * L_15 = (WhereSelectListIterator_2_tDBE4E1C2BD6614006F899A4705B584D27F2B0737 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_tDBE4E1C2BD6614006F899A4705B584D27F2B0737 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 *, 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_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_tD461B633E48512391CB168121AF612E469F06BFB * L_18 = (WhereSelectEnumerableIterator_2_tD461B633E48512391CB168121AF612E469F06BFB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_tD461B633E48512391CB168121AF612E469F06BFB *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_tDC2AA8CCB4CBE8617531B82C975C7A6D169D2CB2 *)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_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m47DFE30320E4C1EE960F985789C67E07F44ED446_gshared (RuntimeObject* ___source0, Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m47DFE30320E4C1EE960F985789C67E07F44ED446_RuntimeMethod_var))); } IL_000e: { Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m47DFE30320E4C1EE960F985789C67E07F44ED446_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_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * 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 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * >::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_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *)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_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_10 = ___selector1; WhereSelectArrayIterator_2_tFCBDA92EB06915053F579B5C24EBAD5DAD1B84B7 * L_11 = (WhereSelectArrayIterator_2_tFCBDA92EB06915053F579B5C24EBAD5DAD1B84B7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_tFCBDA92EB06915053F579B5C24EBAD5DAD1B84B7 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *, 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_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *)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_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_14 = ___selector1; WhereSelectListIterator_2_tA7C52B3E46CAC7800298BB868DD54565FDCB75B6 * L_15 = (WhereSelectListIterator_2_tA7C52B3E46CAC7800298BB868DD54565FDCB75B6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_tA7C52B3E46CAC7800298BB868DD54565FDCB75B6 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *, 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_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t25EA10EC3147E08EEA83832A057482C587703B9D * L_18 = (WhereSelectEnumerableIterator_2_t25EA10EC3147E08EEA83832A057482C587703B9D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t25EA10EC3147E08EEA83832A057482C587703B9D *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)NULL, (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C *)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_mF567DE2F48C3BA25C731A3378A78C455348794EC_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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_mF567DE2F48C3BA25C731A3378A78C455348794EC_RuntimeMethod_var))); } IL_000e: { Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_mF567DE2F48C3BA25C731A3378A78C455348794EC_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 = GenericVirtualFuncInvoker1< 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_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_m8BAB4202339BE7FDC9E8519CDCC86317B9625BB9_gshared (RuntimeObject* ___source0, Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_m8BAB4202339BE7FDC9E8519CDCC86317B9625BB9_RuntimeMethod_var))); } IL_000e: { Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisStyleSelectorPart_t707EDC970FC0F3E91E56DCBC178672A120426D54_TisRuntimeObject_m8BAB4202339BE7FDC9E8519CDCC86317B9625BB9_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_t70C7DA28953E2F0168A9D16B98E57C1B40D64A57 *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_6 = ___selector1; NullCheck((Iterator_1_t70C7DA28953E2F0168A9D16B98E57C1B40D64A57 *)((Iterator_1_t70C7DA28953E2F0168A9D16B98E57C1B40D64A57 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (Iterator_1_t70C7DA28953E2F0168A9D16B98E57C1B40D64A57 *)((Iterator_1_t70C7DA28953E2F0168A9D16B98E57C1B40D64A57 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((StyleSelectorPartU5BU5D_tD8762DADE4104C7D73D7B821DF7E5BBC87417BB7*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0047; } } { RuntimeObject* L_9 = ___source0; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_10 = ___selector1; WhereSelectArrayIterator_2_t49E50A395D6004220E3A7ACD1AFFD129393B098E * L_11 = (WhereSelectArrayIterator_2_t49E50A395D6004220E3A7ACD1AFFD129393B098E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t49E50A395D6004220E3A7ACD1AFFD129393B098E *, StyleSelectorPartU5BU5D_tD8762DADE4104C7D73D7B821DF7E5BBC87417BB7*, Func_2_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC *, Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (StyleSelectorPartU5BU5D_tD8762DADE4104C7D73D7B821DF7E5BBC87417BB7*)((StyleSelectorPartU5BU5D_tD8762DADE4104C7D73D7B821DF7E5BBC87417BB7*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC *)NULL, (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)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_tE7DC2F192C483F9E5722779E3C2C1910490AAE59 *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005d; } } { RuntimeObject* L_13 = ___source0; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_14 = ___selector1; WhereSelectListIterator_2_t0F9C36BA8F331B1C4C968AB639F343F642078798 * L_15 = (WhereSelectListIterator_2_t0F9C36BA8F331B1C4C968AB639F343F642078798 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t0F9C36BA8F331B1C4C968AB639F343F642078798 *, List_1_tE7DC2F192C483F9E5722779E3C2C1910490AAE59 *, Func_2_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC *, Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_tE7DC2F192C483F9E5722779E3C2C1910490AAE59 *)((List_1_tE7DC2F192C483F9E5722779E3C2C1910490AAE59 *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC *)NULL, (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_tF480AE5ADD931EEE44A713040BA622E7577211AE * L_18 = (WhereSelectEnumerableIterator_2_tF480AE5ADD931EEE44A713040BA622E7577211AE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_tF480AE5ADD931EEE44A713040BA622E7577211AE *, RuntimeObject*, Func_2_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC *, Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t0A3D12C95DB15867D9D7D83394FF45A41B67FDAC *)NULL, (Func_2_t43979C5A872BA9ED7A923D533A01683A98D71957 *)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_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_TisUInt16Enum_tF2B459B3D0051061056FFACAB957767640B848ED_m8EFE217F500677C8506DEEC657D4499CE1DE0E46_gshared (RuntimeObject* ___source0, Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_TisUInt16Enum_tF2B459B3D0051061056FFACAB957767640B848ED_m8EFE217F500677C8506DEEC657D4499CE1DE0E46_RuntimeMethod_var))); } IL_000e: { Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_TisUInt16Enum_tF2B459B3D0051061056FFACAB957767640B848ED_m8EFE217F500677C8506DEEC657D4499CE1DE0E46_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_tA6A92A296F1ED793BA6074DB7BDA4B3E47F1ACE7 *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 * L_6 = ___selector1; NullCheck((Iterator_1_tA6A92A296F1ED793BA6074DB7BDA4B3E47F1ACE7 *)((Iterator_1_tA6A92A296F1ED793BA6074DB7BDA4B3E47F1ACE7 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = GenericVirtualFuncInvoker1< RuntimeObject*, Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1), (Iterator_1_tA6A92A296F1ED793BA6074DB7BDA4B3E47F1ACE7 *)((Iterator_1_tA6A92A296F1ED793BA6074DB7BDA4B3E47F1ACE7 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0047; } } { RuntimeObject* L_9 = ___source0; Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 * L_10 = ___selector1; WhereSelectArrayIterator_2_t68F6407871709B24A70C3839363FE226C0121E22 * L_11 = (WhereSelectArrayIterator_2_t68F6407871709B24A70C3839363FE226C0121E22 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereSelectArrayIterator_2_t68F6407871709B24A70C3839363FE226C0121E22 *, UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*, Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 *, Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*)((UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 *)NULL, (Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 *)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_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5 *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005d; } } { RuntimeObject* L_13 = ___source0; Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 * L_14 = ___selector1; WhereSelectListIterator_2_t0516934432C923C15EA90F58C66EF2772618F2E7 * L_15 = (WhereSelectListIterator_2_t0516934432C923C15EA90F58C66EF2772618F2E7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereSelectListIterator_2_t0516934432C923C15EA90F58C66EF2772618F2E7 *, List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5 *, Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 *, Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5 *)((List_1_tBBC4E953860E582A3E060CC10B1387AFC5A36FC5 *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 *)NULL, (Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005d: { RuntimeObject* L_16 = ___source0; Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 * L_17 = ___selector1; WhereSelectEnumerableIterator_2_t369E968BE6E5DAA85B31CD3B1A2F233AA164B1D7 * L_18 = (WhereSelectEnumerableIterator_2_t369E968BE6E5DAA85B31CD3B1A2F233AA164B1D7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereSelectEnumerableIterator_2_t369E968BE6E5DAA85B31CD3B1A2F233AA164B1D7 *, RuntimeObject*, Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 *, Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_tE5EC24D560780816A793D66A79200F82985F58F3 *)NULL, (Func_2_t144AD70DAA4CE511BFC2ED801E2A4D3466E65523 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::SelectMany(System.Collections.Generic.IEnumerable`1,System.Func`2>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_SelectMany_TisRuntimeObject_TisRuntimeObject_mB753E7C2D35AEB5156C3BB488CB112F062751EC3_gshared (RuntimeObject* ___source0, Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_SelectMany_TisRuntimeObject_TisRuntimeObject_mB753E7C2D35AEB5156C3BB488CB112F062751EC3_RuntimeMethod_var))); } IL_000e: { Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_SelectMany_TisRuntimeObject_TisRuntimeObject_mB753E7C2D35AEB5156C3BB488CB112F062751EC3_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * L_5 = ___selector1; RuntimeObject* L_6; L_6 = (( RuntimeObject* (*) (RuntimeObject*, Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject*)L_4, (Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (RuntimeObject*)L_6; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::SelectManyIterator(System.Collections.Generic.IEnumerable`1,System.Func`2>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_SelectManyIterator_TisRuntimeObject_TisRuntimeObject_mFF32764C44623FEDD671131F1EFDD01B079BAB51_gshared (RuntimeObject* ___source0, Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * ___selector1, const RuntimeMethod* method) { { U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * L_0 = (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *, 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)); U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * L_1 = (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)L_0; RuntimeObject* L_2 = ___source0; NullCheck(L_1); L_1->set_U3CU3E3__source_4(L_2); U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * L_3 = (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)L_1; Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * L_4 = ___selector1; NullCheck(L_3); L_3->set_U3CU3E3__selector_6(L_4); return (RuntimeObject*)L_3; } } // System.Boolean System.Linq.Enumerable::SequenceEqual(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_SequenceEqual_TisRuntimeObject_m3299FB848E47D8852A7FDE47B8753CDB7CF50769_gshared (RuntimeObject* ___first0, RuntimeObject* ___second1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___first0; RuntimeObject* L_1 = ___second1; bool L_2; L_2 = (( bool (*) (RuntimeObject*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject*)L_0, (RuntimeObject*)L_1, (RuntimeObject*)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (bool)L_2; } } // System.Boolean System.Linq.Enumerable::SequenceEqual(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_SequenceEqual_TisRuntimeObject_m29A0DC5E2B5AA9CAFE609A18443585AF9B8C908D_gshared (RuntimeObject* ___first0, RuntimeObject* ___second1, 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 = ___first0; if (L_2) { goto IL_0018; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7342733D8103FEFBE51AC627B4F279696F4D7CC9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_SequenceEqual_TisRuntimeObject_m29A0DC5E2B5AA9CAFE609A18443585AF9B8C908D_RuntimeMethod_var))); } IL_0018: { RuntimeObject* L_4 = ___second1; if (L_4) { goto IL_0026; } } { Exception_t * L_5; L_5 = Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral363278D8E9773708C6063667EE23AA08E939B3C7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_SequenceEqual_TisRuntimeObject_m29A0DC5E2B5AA9CAFE609A18443585AF9B8C908D_RuntimeMethod_var))); } IL_0026: { RuntimeObject* L_6 = ___first0; NullCheck((RuntimeObject*)L_6); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_6); V_0 = (RuntimeObject*)L_7; } IL_002d: try {// begin try (depth: 1) { RuntimeObject* L_8 = ___second1; 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_0034: try {// begin try (depth: 2) { goto IL_0056; } IL_0036: { 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_0052; } } IL_003e: { RuntimeObject* L_12 = ___comparer2; RuntimeObject* L_13 = V_0; NullCheck((RuntimeObject*)L_13); RuntimeObject * L_14; L_14 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_13); 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, 3), (RuntimeObject*)L_15); NullCheck((RuntimeObject*)L_12); bool L_17; L_17 = 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_12, (RuntimeObject *)L_14, (RuntimeObject *)L_16); if (L_17) { goto IL_0056; } } IL_0052: { V_2 = (bool)0; IL2CPP_LEAVE(0x82, FINALLY_006c); } IL_0056: { RuntimeObject* L_18 = V_0; NullCheck((RuntimeObject*)L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_18); if (L_19) { goto IL_0036; } } IL_005e: { RuntimeObject* L_20 = V_1; NullCheck((RuntimeObject*)L_20); bool L_21; L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_20); if (!L_21) { goto IL_006a; } } IL_0066: { V_2 = (bool)0; IL2CPP_LEAVE(0x82, FINALLY_006c); } IL_006a: { IL2CPP_LEAVE(0x80, FINALLY_006c); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006c; } FINALLY_006c: {// begin finally (depth: 2) { RuntimeObject* L_22 = V_1; if (!L_22) { goto IL_0075; } } IL_006f: { RuntimeObject* L_23 = V_1; NullCheck((RuntimeObject*)L_23); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_23); } IL_0075: { IL2CPP_END_FINALLY(108) } }// end finally (depth: 2) IL2CPP_CLEANUP(108) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x82, FINALLY_0076); IL2CPP_END_CLEANUP(0x80, FINALLY_0076); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0076; } FINALLY_0076: {// begin finally (depth: 1) { RuntimeObject* L_24 = V_0; if (!L_24) { goto IL_007f; } } IL_0079: { RuntimeObject* L_25 = V_0; NullCheck((RuntimeObject*)L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_25); } IL_007f: { IL2CPP_END_FINALLY(118) } }// end finally (depth: 1) IL2CPP_CLEANUP(118) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x82, IL_0082) IL2CPP_JUMP_TBL(0x80, IL_0080) } IL_0080: { return (bool)1; } IL_0082: { bool L_26 = V_2; return (bool)L_26; } } // TSource System.Linq.Enumerable::Single>(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 Enumerable_Single_TisMemory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0_m63A6BE8922A8A4425B3130DC4CB599BD289485CC_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; Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 V_3; memset((&V_3), 0, sizeof(V_3)); Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 V_4; memset((&V_4), 0, sizeof(V_4)); 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_Single_TisMemory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0_m63A6BE8922A8A4425B3130DC4CB599BD289485CC_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_0036; } } { 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 (!L_6) { goto IL_0028; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_002e; } } { goto IL_006b; } IL_0028: { Exception_t * L_8; L_8 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0_m63A6BE8922A8A4425B3130DC4CB599BD289485CC_RuntimeMethod_var))); } IL_002e: { RuntimeObject* L_9 = V_0; NullCheck((RuntimeObject*)L_9); Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 L_10; L_10 = InterfaceFuncInvoker1< Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_9, (int32_t)0); return (Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 )L_10; } IL_0036: { RuntimeObject* L_11 = ___source0; NullCheck((RuntimeObject*)L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_11); V_2 = (RuntimeObject*)L_12; } IL_003d: try {// begin try (depth: 1) { RuntimeObject* L_13 = V_2; 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_004b; } } IL_0045: { Exception_t * L_15; L_15 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0_m63A6BE8922A8A4425B3130DC4CB599BD289485CC_RuntimeMethod_var))); } IL_004b: { RuntimeObject* L_16 = V_2; NullCheck((RuntimeObject*)L_16); Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_16); V_3 = (Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 )L_17; RuntimeObject* L_18 = V_2; NullCheck((RuntimeObject*)L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_18); if (L_19) { goto IL_005f; } } IL_005a: { Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 L_20 = V_3; V_4 = (Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 )L_20; IL2CPP_LEAVE(0x71, FINALLY_0061); } IL_005f: { IL2CPP_LEAVE(0x6B, FINALLY_0061); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0061; } FINALLY_0061: {// begin finally (depth: 1) { RuntimeObject* L_21 = V_2; if (!L_21) { goto IL_006a; } } IL_0064: { RuntimeObject* L_22 = V_2; NullCheck((RuntimeObject*)L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_22); } IL_006a: { IL2CPP_END_FINALLY(97) } }// end finally (depth: 1) IL2CPP_CLEANUP(97) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x71, IL_0071) IL2CPP_JUMP_TBL(0x6B, IL_006b) } IL_006b: { Exception_t * L_23; L_23 = Error_MoreThanOneElement_mDB56C9FA4C344A86553D6AFB66D10B290302C53A(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0_m63A6BE8922A8A4425B3130DC4CB599BD289485CC_RuntimeMethod_var))); } IL_0071: { Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 L_24 = V_4; return (Memory_1_t9D6CDE6E5289AC284B7A11B21F0F78F88FD6E7E0 )L_24; } } // TSource System.Linq.Enumerable::Single>(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB Enumerable_Single_TisMemory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB_m9D2337F4D57F0220A3956A29580590081CDA3EFA_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; Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB V_3; memset((&V_3), 0, sizeof(V_3)); Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB V_4; memset((&V_4), 0, sizeof(V_4)); 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_Single_TisMemory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB_m9D2337F4D57F0220A3956A29580590081CDA3EFA_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_0036; } } { 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 (!L_6) { goto IL_0028; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_002e; } } { goto IL_006b; } IL_0028: { Exception_t * L_8; L_8 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB_m9D2337F4D57F0220A3956A29580590081CDA3EFA_RuntimeMethod_var))); } IL_002e: { RuntimeObject* L_9 = V_0; NullCheck((RuntimeObject*)L_9); Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB L_10; L_10 = InterfaceFuncInvoker1< Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_9, (int32_t)0); return (Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB )L_10; } IL_0036: { RuntimeObject* L_11 = ___source0; NullCheck((RuntimeObject*)L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_11); V_2 = (RuntimeObject*)L_12; } IL_003d: try {// begin try (depth: 1) { RuntimeObject* L_13 = V_2; 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_004b; } } IL_0045: { Exception_t * L_15; L_15 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB_m9D2337F4D57F0220A3956A29580590081CDA3EFA_RuntimeMethod_var))); } IL_004b: { RuntimeObject* L_16 = V_2; NullCheck((RuntimeObject*)L_16); Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_16); V_3 = (Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB )L_17; RuntimeObject* L_18 = V_2; NullCheck((RuntimeObject*)L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_18); if (L_19) { goto IL_005f; } } IL_005a: { Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB L_20 = V_3; V_4 = (Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB )L_20; IL2CPP_LEAVE(0x71, FINALLY_0061); } IL_005f: { IL2CPP_LEAVE(0x6B, FINALLY_0061); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0061; } FINALLY_0061: {// begin finally (depth: 1) { RuntimeObject* L_21 = V_2; if (!L_21) { goto IL_006a; } } IL_0064: { RuntimeObject* L_22 = V_2; NullCheck((RuntimeObject*)L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_22); } IL_006a: { IL2CPP_END_FINALLY(97) } }// end finally (depth: 1) IL2CPP_CLEANUP(97) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x71, IL_0071) IL2CPP_JUMP_TBL(0x6B, IL_006b) } IL_006b: { Exception_t * L_23; L_23 = Error_MoreThanOneElement_mDB56C9FA4C344A86553D6AFB66D10B290302C53A(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB_m9D2337F4D57F0220A3956A29580590081CDA3EFA_RuntimeMethod_var))); } IL_0071: { Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB L_24 = V_4; return (Memory_1_t4C1042F7B48B968C9317EE27A77CEE9B49356FDB )L_24; } } // TSource System.Linq.Enumerable::Single>(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D Enumerable_Single_TisMemory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D_m3996D214DDED5613653A03D9195BB52DE658AEDC_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; Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D V_3; memset((&V_3), 0, sizeof(V_3)); Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D V_4; memset((&V_4), 0, sizeof(V_4)); 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_Single_TisMemory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D_m3996D214DDED5613653A03D9195BB52DE658AEDC_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_0036; } } { 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 (!L_6) { goto IL_0028; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_002e; } } { goto IL_006b; } IL_0028: { Exception_t * L_8; L_8 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D_m3996D214DDED5613653A03D9195BB52DE658AEDC_RuntimeMethod_var))); } IL_002e: { RuntimeObject* L_9 = V_0; NullCheck((RuntimeObject*)L_9); Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D L_10; L_10 = InterfaceFuncInvoker1< Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_9, (int32_t)0); return (Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D )L_10; } IL_0036: { RuntimeObject* L_11 = ___source0; NullCheck((RuntimeObject*)L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_11); V_2 = (RuntimeObject*)L_12; } IL_003d: try {// begin try (depth: 1) { RuntimeObject* L_13 = V_2; 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_004b; } } IL_0045: { Exception_t * L_15; L_15 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D_m3996D214DDED5613653A03D9195BB52DE658AEDC_RuntimeMethod_var))); } IL_004b: { RuntimeObject* L_16 = V_2; NullCheck((RuntimeObject*)L_16); Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_16); V_3 = (Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D )L_17; RuntimeObject* L_18 = V_2; NullCheck((RuntimeObject*)L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_18); if (L_19) { goto IL_005f; } } IL_005a: { Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D L_20 = V_3; V_4 = (Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D )L_20; IL2CPP_LEAVE(0x71, FINALLY_0061); } IL_005f: { IL2CPP_LEAVE(0x6B, FINALLY_0061); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0061; } FINALLY_0061: {// begin finally (depth: 1) { RuntimeObject* L_21 = V_2; if (!L_21) { goto IL_006a; } } IL_0064: { RuntimeObject* L_22 = V_2; NullCheck((RuntimeObject*)L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_22); } IL_006a: { IL2CPP_END_FINALLY(97) } }// end finally (depth: 1) IL2CPP_CLEANUP(97) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x71, IL_0071) IL2CPP_JUMP_TBL(0x6B, IL_006b) } IL_006b: { Exception_t * L_23; L_23 = Error_MoreThanOneElement_mDB56C9FA4C344A86553D6AFB66D10B290302C53A(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D_m3996D214DDED5613653A03D9195BB52DE658AEDC_RuntimeMethod_var))); } IL_0071: { Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D L_24 = V_4; return (Memory_1_t52BF449C14477B272943AC8B462A46FFF33D1D6D )L_24; } } // TSource System.Linq.Enumerable::Single>(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE Enumerable_Single_TisMemory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE_mE4336662863539650E2303DD117B2C33BF07F5FB_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; Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE V_3; memset((&V_3), 0, sizeof(V_3)); Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE V_4; memset((&V_4), 0, sizeof(V_4)); 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_Single_TisMemory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE_mE4336662863539650E2303DD117B2C33BF07F5FB_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_0036; } } { 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 (!L_6) { goto IL_0028; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_002e; } } { goto IL_006b; } IL_0028: { Exception_t * L_8; L_8 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE_mE4336662863539650E2303DD117B2C33BF07F5FB_RuntimeMethod_var))); } IL_002e: { RuntimeObject* L_9 = V_0; NullCheck((RuntimeObject*)L_9); Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE L_10; L_10 = InterfaceFuncInvoker1< Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_9, (int32_t)0); return (Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE )L_10; } IL_0036: { RuntimeObject* L_11 = ___source0; NullCheck((RuntimeObject*)L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_11); V_2 = (RuntimeObject*)L_12; } IL_003d: try {// begin try (depth: 1) { RuntimeObject* L_13 = V_2; 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_004b; } } IL_0045: { Exception_t * L_15; L_15 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE_mE4336662863539650E2303DD117B2C33BF07F5FB_RuntimeMethod_var))); } IL_004b: { RuntimeObject* L_16 = V_2; NullCheck((RuntimeObject*)L_16); Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_16); V_3 = (Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE )L_17; RuntimeObject* L_18 = V_2; NullCheck((RuntimeObject*)L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_18); if (L_19) { goto IL_005f; } } IL_005a: { Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE L_20 = V_3; V_4 = (Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE )L_20; IL2CPP_LEAVE(0x71, FINALLY_0061); } IL_005f: { IL2CPP_LEAVE(0x6B, FINALLY_0061); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0061; } FINALLY_0061: {// begin finally (depth: 1) { RuntimeObject* L_21 = V_2; if (!L_21) { goto IL_006a; } } IL_0064: { RuntimeObject* L_22 = V_2; NullCheck((RuntimeObject*)L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_22); } IL_006a: { IL2CPP_END_FINALLY(97) } }// end finally (depth: 1) IL2CPP_CLEANUP(97) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x71, IL_0071) IL2CPP_JUMP_TBL(0x6B, IL_006b) } IL_006b: { Exception_t * L_23; L_23 = Error_MoreThanOneElement_mDB56C9FA4C344A86553D6AFB66D10B290302C53A(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE_mE4336662863539650E2303DD117B2C33BF07F5FB_RuntimeMethod_var))); } IL_0071: { Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE L_24 = V_4; return (Memory_1_t8565D9589188E5D9F958BA6C97C4C2C53D5270EE )L_24; } } // TSource System.Linq.Enumerable::Single>(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 Enumerable_Single_TisMemory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931_mE8F3287A5B5E49803C4AC828149D020A58C56C09_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; Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 V_3; memset((&V_3), 0, sizeof(V_3)); Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 V_4; memset((&V_4), 0, sizeof(V_4)); 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_Single_TisMemory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931_mE8F3287A5B5E49803C4AC828149D020A58C56C09_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_0036; } } { 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 (!L_6) { goto IL_0028; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_002e; } } { goto IL_006b; } IL_0028: { Exception_t * L_8; L_8 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931_mE8F3287A5B5E49803C4AC828149D020A58C56C09_RuntimeMethod_var))); } IL_002e: { RuntimeObject* L_9 = V_0; NullCheck((RuntimeObject*)L_9); Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 L_10; L_10 = InterfaceFuncInvoker1< Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_9, (int32_t)0); return (Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 )L_10; } IL_0036: { RuntimeObject* L_11 = ___source0; NullCheck((RuntimeObject*)L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_11); V_2 = (RuntimeObject*)L_12; } IL_003d: try {// begin try (depth: 1) { RuntimeObject* L_13 = V_2; 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_004b; } } IL_0045: { Exception_t * L_15; L_15 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931_mE8F3287A5B5E49803C4AC828149D020A58C56C09_RuntimeMethod_var))); } IL_004b: { RuntimeObject* L_16 = V_2; NullCheck((RuntimeObject*)L_16); Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_16); V_3 = (Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 )L_17; RuntimeObject* L_18 = V_2; NullCheck((RuntimeObject*)L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_18); if (L_19) { goto IL_005f; } } IL_005a: { Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 L_20 = V_3; V_4 = (Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 )L_20; IL2CPP_LEAVE(0x71, FINALLY_0061); } IL_005f: { IL2CPP_LEAVE(0x6B, FINALLY_0061); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0061; } FINALLY_0061: {// begin finally (depth: 1) { RuntimeObject* L_21 = V_2; if (!L_21) { goto IL_006a; } } IL_0064: { RuntimeObject* L_22 = V_2; NullCheck((RuntimeObject*)L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_22); } IL_006a: { IL2CPP_END_FINALLY(97) } }// end finally (depth: 1) IL2CPP_CLEANUP(97) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x71, IL_0071) IL2CPP_JUMP_TBL(0x6B, IL_006b) } IL_006b: { Exception_t * L_23; L_23 = Error_MoreThanOneElement_mDB56C9FA4C344A86553D6AFB66D10B290302C53A(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931_mE8F3287A5B5E49803C4AC828149D020A58C56C09_RuntimeMethod_var))); } IL_0071: { Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 L_24 = V_4; return (Memory_1_tF1607C3BD90F0394E7CCC173BE1740F9F8B6C931 )L_24; } } // TSource System.Linq.Enumerable::Single>(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 Enumerable_Single_TisMemory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0_m8FFF06F2854C7B9E6BE78D0A3836368EDAE1D10D_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; Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 V_3; memset((&V_3), 0, sizeof(V_3)); Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 V_4; memset((&V_4), 0, sizeof(V_4)); 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_Single_TisMemory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0_m8FFF06F2854C7B9E6BE78D0A3836368EDAE1D10D_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_0036; } } { 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 (!L_6) { goto IL_0028; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_002e; } } { goto IL_006b; } IL_0028: { Exception_t * L_8; L_8 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0_m8FFF06F2854C7B9E6BE78D0A3836368EDAE1D10D_RuntimeMethod_var))); } IL_002e: { RuntimeObject* L_9 = V_0; NullCheck((RuntimeObject*)L_9); Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 L_10; L_10 = InterfaceFuncInvoker1< Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_9, (int32_t)0); return (Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 )L_10; } IL_0036: { RuntimeObject* L_11 = ___source0; NullCheck((RuntimeObject*)L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_11); V_2 = (RuntimeObject*)L_12; } IL_003d: try {// begin try (depth: 1) { RuntimeObject* L_13 = V_2; 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_004b; } } IL_0045: { Exception_t * L_15; L_15 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0_m8FFF06F2854C7B9E6BE78D0A3836368EDAE1D10D_RuntimeMethod_var))); } IL_004b: { RuntimeObject* L_16 = V_2; NullCheck((RuntimeObject*)L_16); Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_16); V_3 = (Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 )L_17; RuntimeObject* L_18 = V_2; NullCheck((RuntimeObject*)L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_18); if (L_19) { goto IL_005f; } } IL_005a: { Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 L_20 = V_3; V_4 = (Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 )L_20; IL2CPP_LEAVE(0x71, FINALLY_0061); } IL_005f: { IL2CPP_LEAVE(0x6B, FINALLY_0061); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0061; } FINALLY_0061: {// begin finally (depth: 1) { RuntimeObject* L_21 = V_2; if (!L_21) { goto IL_006a; } } IL_0064: { RuntimeObject* L_22 = V_2; NullCheck((RuntimeObject*)L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_22); } IL_006a: { IL2CPP_END_FINALLY(97) } }// end finally (depth: 1) IL2CPP_CLEANUP(97) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x71, IL_0071) IL2CPP_JUMP_TBL(0x6B, IL_006b) } IL_006b: { Exception_t * L_23; L_23 = Error_MoreThanOneElement_mDB56C9FA4C344A86553D6AFB66D10B290302C53A(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0_m8FFF06F2854C7B9E6BE78D0A3836368EDAE1D10D_RuntimeMethod_var))); } IL_0071: { Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 L_24 = V_4; return (Memory_1_t5FEC8ECAD6546BD493AD59C8A865EF7FDB6603C0 )L_24; } } // TSource System.Linq.Enumerable::Single>(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE Enumerable_Single_TisMemory_1_t7563249509690F7EA9872AC8D92A514A79493FAE_mBA0E1D6D2752949D25DE8B6FC4ABF720B9CC8B6B_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; Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE V_3; memset((&V_3), 0, sizeof(V_3)); Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE V_4; memset((&V_4), 0, sizeof(V_4)); 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_Single_TisMemory_1_t7563249509690F7EA9872AC8D92A514A79493FAE_mBA0E1D6D2752949D25DE8B6FC4ABF720B9CC8B6B_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_0036; } } { 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 (!L_6) { goto IL_0028; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_002e; } } { goto IL_006b; } IL_0028: { Exception_t * L_8; L_8 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t7563249509690F7EA9872AC8D92A514A79493FAE_mBA0E1D6D2752949D25DE8B6FC4ABF720B9CC8B6B_RuntimeMethod_var))); } IL_002e: { RuntimeObject* L_9 = V_0; NullCheck((RuntimeObject*)L_9); Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE L_10; L_10 = InterfaceFuncInvoker1< Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_9, (int32_t)0); return (Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE )L_10; } IL_0036: { RuntimeObject* L_11 = ___source0; NullCheck((RuntimeObject*)L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_11); V_2 = (RuntimeObject*)L_12; } IL_003d: try {// begin try (depth: 1) { RuntimeObject* L_13 = V_2; 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_004b; } } IL_0045: { Exception_t * L_15; L_15 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t7563249509690F7EA9872AC8D92A514A79493FAE_mBA0E1D6D2752949D25DE8B6FC4ABF720B9CC8B6B_RuntimeMethod_var))); } IL_004b: { RuntimeObject* L_16 = V_2; NullCheck((RuntimeObject*)L_16); Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_16); V_3 = (Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE )L_17; RuntimeObject* L_18 = V_2; NullCheck((RuntimeObject*)L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_18); if (L_19) { goto IL_005f; } } IL_005a: { Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE L_20 = V_3; V_4 = (Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE )L_20; IL2CPP_LEAVE(0x71, FINALLY_0061); } IL_005f: { IL2CPP_LEAVE(0x6B, FINALLY_0061); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0061; } FINALLY_0061: {// begin finally (depth: 1) { RuntimeObject* L_21 = V_2; if (!L_21) { goto IL_006a; } } IL_0064: { RuntimeObject* L_22 = V_2; NullCheck((RuntimeObject*)L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_22); } IL_006a: { IL2CPP_END_FINALLY(97) } }// end finally (depth: 1) IL2CPP_CLEANUP(97) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x71, IL_0071) IL2CPP_JUMP_TBL(0x6B, IL_006b) } IL_006b: { Exception_t * L_23; L_23 = Error_MoreThanOneElement_mDB56C9FA4C344A86553D6AFB66D10B290302C53A(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t7563249509690F7EA9872AC8D92A514A79493FAE_mBA0E1D6D2752949D25DE8B6FC4ABF720B9CC8B6B_RuntimeMethod_var))); } IL_0071: { Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE L_24 = V_4; return (Memory_1_t7563249509690F7EA9872AC8D92A514A79493FAE )L_24; } } // TSource System.Linq.Enumerable::Single>(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t989A25F213E59B429D409844716D883464EB981E Enumerable_Single_TisMemory_1_t989A25F213E59B429D409844716D883464EB981E_m367772F821E65C335956E794AE63996E9CA079B1_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; Memory_1_t989A25F213E59B429D409844716D883464EB981E V_3; memset((&V_3), 0, sizeof(V_3)); Memory_1_t989A25F213E59B429D409844716D883464EB981E V_4; memset((&V_4), 0, sizeof(V_4)); 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_Single_TisMemory_1_t989A25F213E59B429D409844716D883464EB981E_m367772F821E65C335956E794AE63996E9CA079B1_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_0036; } } { 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 (!L_6) { goto IL_0028; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_002e; } } { goto IL_006b; } IL_0028: { Exception_t * L_8; L_8 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t989A25F213E59B429D409844716D883464EB981E_m367772F821E65C335956E794AE63996E9CA079B1_RuntimeMethod_var))); } IL_002e: { RuntimeObject* L_9 = V_0; NullCheck((RuntimeObject*)L_9); Memory_1_t989A25F213E59B429D409844716D883464EB981E L_10; L_10 = InterfaceFuncInvoker1< Memory_1_t989A25F213E59B429D409844716D883464EB981E , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_9, (int32_t)0); return (Memory_1_t989A25F213E59B429D409844716D883464EB981E )L_10; } IL_0036: { RuntimeObject* L_11 = ___source0; NullCheck((RuntimeObject*)L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_11); V_2 = (RuntimeObject*)L_12; } IL_003d: try {// begin try (depth: 1) { RuntimeObject* L_13 = V_2; 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_004b; } } IL_0045: { Exception_t * L_15; L_15 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t989A25F213E59B429D409844716D883464EB981E_m367772F821E65C335956E794AE63996E9CA079B1_RuntimeMethod_var))); } IL_004b: { RuntimeObject* L_16 = V_2; NullCheck((RuntimeObject*)L_16); Memory_1_t989A25F213E59B429D409844716D883464EB981E L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t989A25F213E59B429D409844716D883464EB981E >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_16); V_3 = (Memory_1_t989A25F213E59B429D409844716D883464EB981E )L_17; RuntimeObject* L_18 = V_2; NullCheck((RuntimeObject*)L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_18); if (L_19) { goto IL_005f; } } IL_005a: { Memory_1_t989A25F213E59B429D409844716D883464EB981E L_20 = V_3; V_4 = (Memory_1_t989A25F213E59B429D409844716D883464EB981E )L_20; IL2CPP_LEAVE(0x71, FINALLY_0061); } IL_005f: { IL2CPP_LEAVE(0x6B, FINALLY_0061); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0061; } FINALLY_0061: {// begin finally (depth: 1) { RuntimeObject* L_21 = V_2; if (!L_21) { goto IL_006a; } } IL_0064: { RuntimeObject* L_22 = V_2; NullCheck((RuntimeObject*)L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_22); } IL_006a: { IL2CPP_END_FINALLY(97) } }// end finally (depth: 1) IL2CPP_CLEANUP(97) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x71, IL_0071) IL2CPP_JUMP_TBL(0x6B, IL_006b) } IL_006b: { Exception_t * L_23; L_23 = Error_MoreThanOneElement_mDB56C9FA4C344A86553D6AFB66D10B290302C53A(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t989A25F213E59B429D409844716D883464EB981E_m367772F821E65C335956E794AE63996E9CA079B1_RuntimeMethod_var))); } IL_0071: { Memory_1_t989A25F213E59B429D409844716D883464EB981E L_24 = V_4; return (Memory_1_t989A25F213E59B429D409844716D883464EB981E )L_24; } } // TSource System.Linq.Enumerable::Single>(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE Enumerable_Single_TisMemory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE_m08711F30A08A8F910F0238290BECF2349032E0C9_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; Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE V_3; memset((&V_3), 0, sizeof(V_3)); Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE V_4; memset((&V_4), 0, sizeof(V_4)); 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_Single_TisMemory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE_m08711F30A08A8F910F0238290BECF2349032E0C9_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_0036; } } { 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 (!L_6) { goto IL_0028; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_002e; } } { goto IL_006b; } IL_0028: { Exception_t * L_8; L_8 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE_m08711F30A08A8F910F0238290BECF2349032E0C9_RuntimeMethod_var))); } IL_002e: { RuntimeObject* L_9 = V_0; NullCheck((RuntimeObject*)L_9); Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE L_10; L_10 = InterfaceFuncInvoker1< Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_9, (int32_t)0); return (Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE )L_10; } IL_0036: { RuntimeObject* L_11 = ___source0; NullCheck((RuntimeObject*)L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_11); V_2 = (RuntimeObject*)L_12; } IL_003d: try {// begin try (depth: 1) { RuntimeObject* L_13 = V_2; 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_004b; } } IL_0045: { Exception_t * L_15; L_15 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE_m08711F30A08A8F910F0238290BECF2349032E0C9_RuntimeMethod_var))); } IL_004b: { RuntimeObject* L_16 = V_2; NullCheck((RuntimeObject*)L_16); Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_16); V_3 = (Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE )L_17; RuntimeObject* L_18 = V_2; NullCheck((RuntimeObject*)L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_18); if (L_19) { goto IL_005f; } } IL_005a: { Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE L_20 = V_3; V_4 = (Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE )L_20; IL2CPP_LEAVE(0x71, FINALLY_0061); } IL_005f: { IL2CPP_LEAVE(0x6B, FINALLY_0061); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0061; } FINALLY_0061: {// begin finally (depth: 1) { RuntimeObject* L_21 = V_2; if (!L_21) { goto IL_006a; } } IL_0064: { RuntimeObject* L_22 = V_2; NullCheck((RuntimeObject*)L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_22); } IL_006a: { IL2CPP_END_FINALLY(97) } }// end finally (depth: 1) IL2CPP_CLEANUP(97) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x71, IL_0071) IL2CPP_JUMP_TBL(0x6B, IL_006b) } IL_006b: { Exception_t * L_23; L_23 = Error_MoreThanOneElement_mDB56C9FA4C344A86553D6AFB66D10B290302C53A(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE_m08711F30A08A8F910F0238290BECF2349032E0C9_RuntimeMethod_var))); } IL_0071: { Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE L_24 = V_4; return (Memory_1_t30CC991BFEDE3970CD6AA7E7A64969931BB3B4CE )L_24; } } // TSource System.Linq.Enumerable::Single>(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 Enumerable_Single_TisMemory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9_m2D65CCDAC9AA2C4CACC144B7E3E66007D2F88957_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; Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 V_3; memset((&V_3), 0, sizeof(V_3)); Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 V_4; memset((&V_4), 0, sizeof(V_4)); 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_Single_TisMemory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9_m2D65CCDAC9AA2C4CACC144B7E3E66007D2F88957_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_0036; } } { 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 (!L_6) { goto IL_0028; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_002e; } } { goto IL_006b; } IL_0028: { Exception_t * L_8; L_8 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9_m2D65CCDAC9AA2C4CACC144B7E3E66007D2F88957_RuntimeMethod_var))); } IL_002e: { RuntimeObject* L_9 = V_0; NullCheck((RuntimeObject*)L_9); Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 L_10; L_10 = InterfaceFuncInvoker1< Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_9, (int32_t)0); return (Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 )L_10; } IL_0036: { RuntimeObject* L_11 = ___source0; NullCheck((RuntimeObject*)L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_11); V_2 = (RuntimeObject*)L_12; } IL_003d: try {// begin try (depth: 1) { RuntimeObject* L_13 = V_2; 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_004b; } } IL_0045: { Exception_t * L_15; L_15 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9_m2D65CCDAC9AA2C4CACC144B7E3E66007D2F88957_RuntimeMethod_var))); } IL_004b: { RuntimeObject* L_16 = V_2; NullCheck((RuntimeObject*)L_16); Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_16); V_3 = (Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 )L_17; RuntimeObject* L_18 = V_2; NullCheck((RuntimeObject*)L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_18); if (L_19) { goto IL_005f; } } IL_005a: { Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 L_20 = V_3; V_4 = (Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 )L_20; IL2CPP_LEAVE(0x71, FINALLY_0061); } IL_005f: { IL2CPP_LEAVE(0x6B, FINALLY_0061); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0061; } FINALLY_0061: {// begin finally (depth: 1) { RuntimeObject* L_21 = V_2; if (!L_21) { goto IL_006a; } } IL_0064: { RuntimeObject* L_22 = V_2; NullCheck((RuntimeObject*)L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_22); } IL_006a: { IL2CPP_END_FINALLY(97) } }// end finally (depth: 1) IL2CPP_CLEANUP(97) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x71, IL_0071) IL2CPP_JUMP_TBL(0x6B, IL_006b) } IL_006b: { Exception_t * L_23; L_23 = Error_MoreThanOneElement_mDB56C9FA4C344A86553D6AFB66D10B290302C53A(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9_m2D65CCDAC9AA2C4CACC144B7E3E66007D2F88957_RuntimeMethod_var))); } IL_0071: { Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 L_24 = V_4; return (Memory_1_tDC1BB2007CC49B78C6C191A260FD818418D9E1D9 )L_24; } } // TSource System.Linq.Enumerable::Single>(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 Enumerable_Single_TisMemory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4_mBB77D63B7F6EA1D4EF80C51888069FD832287E01_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; Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 V_3; memset((&V_3), 0, sizeof(V_3)); Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 V_4; memset((&V_4), 0, sizeof(V_4)); 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_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E((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_Single_TisMemory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4_mBB77D63B7F6EA1D4EF80C51888069FD832287E01_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_0036; } } { 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 (!L_6) { goto IL_0028; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_002e; } } { goto IL_006b; } IL_0028: { Exception_t * L_8; L_8 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4_mBB77D63B7F6EA1D4EF80C51888069FD832287E01_RuntimeMethod_var))); } IL_002e: { RuntimeObject* L_9 = V_0; NullCheck((RuntimeObject*)L_9); Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 L_10; L_10 = InterfaceFuncInvoker1< Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1>::get_Item(System.Int32) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_9, (int32_t)0); return (Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 )L_10; } IL_0036: { RuntimeObject* L_11 = ___source0; NullCheck((RuntimeObject*)L_11); RuntimeObject* L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1>::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_11); V_2 = (RuntimeObject*)L_12; } IL_003d: try {// begin try (depth: 1) { RuntimeObject* L_13 = V_2; 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_004b; } } IL_0045: { Exception_t * L_15; L_15 = Error_NoElements_mB89E91246572F009281D79730950808F17C3F353(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4_mBB77D63B7F6EA1D4EF80C51888069FD832287E01_RuntimeMethod_var))); } IL_004b: { RuntimeObject* L_16 = V_2; NullCheck((RuntimeObject*)L_16); Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 L_17; L_17 = InterfaceFuncInvoker0< Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1>::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 3), (RuntimeObject*)L_16); V_3 = (Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 )L_17; RuntimeObject* L_18 = V_2; NullCheck((RuntimeObject*)L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_18); if (L_19) { goto IL_005f; } } IL_005a: { Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 L_20 = V_3; V_4 = (Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 )L_20; IL2CPP_LEAVE(0x71, FINALLY_0061); } IL_005f: { IL2CPP_LEAVE(0x6B, FINALLY_0061); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0061; } FINALLY_0061: {// begin finally (depth: 1) { RuntimeObject* L_21 = V_2; if (!L_21) { goto IL_006a; } } IL_0064: { RuntimeObject* L_22 = V_2; NullCheck((RuntimeObject*)L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_22); } IL_006a: { IL2CPP_END_FINALLY(97) } }// end finally (depth: 1) IL2CPP_CLEANUP(97) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x71, IL_0071) IL2CPP_JUMP_TBL(0x6B, IL_006b) } IL_006b: { Exception_t * L_23; L_23 = Error_MoreThanOneElement_mDB56C9FA4C344A86553D6AFB66D10B290302C53A(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Single_TisMemory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4_mBB77D63B7F6EA1D4EF80C51888069FD832287E01_RuntimeMethod_var))); } IL_0071: { Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 L_24 = V_4; return (Memory_1_t5E76C75EEFD223630C434F33FCC6BFAA6F2072D4 )L_24; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_FromRgba64_m379C68C51759467319F75B1AAAEE16678E603839_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); A8_FromScaledVector4_m1E483205F773972AD8620091788831A79B41EE74_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_FromScaledVector4_m1E483205F773972AD8620091788831A79B41EE74_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; A8_FromVector4_mE4D1B2CCAF5141C2ADCEED6D60650BBBFD5825B8_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_FromRgba64_m268206D51CD3611C38AFA1B91F10D864ECCCC4E2_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; uint16_t L_1 = L_0.get_R_0(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint8_t L_2; L_2 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_1, /*hidden argument*/NULL); __this->set_R_3(L_2); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_3 = ___source0; uint16_t L_4 = L_3.get_G_1(); uint8_t L_5; L_5 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_4, /*hidden argument*/NULL); __this->set_G_2(L_5); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_6 = ___source0; uint16_t L_7 = L_6.get_B_2(); uint8_t L_8; L_8 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_7, /*hidden argument*/NULL); __this->set_B_1(L_8); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_9 = ___source0; uint16_t L_10 = L_9.get_A_3(); uint8_t L_11; L_11 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_10, /*hidden argument*/NULL); __this->set_A_0(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_FromScaledVector4_mD360ED86AD6BFA982FCDEF963FE4540E2F1BAB65_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Abgr32_FromVector4_m3520445B8B869C0AED67BB3B156ABF04E3470942_inline((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_FromRgba64_m4A3FD9BAE5AFB06387033C02CABCC55AAACEEAE5_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; uint16_t L_1 = L_0.get_R_0(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint8_t L_2; L_2 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_1, /*hidden argument*/NULL); __this->set_R_1(L_2); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_3 = ___source0; uint16_t L_4 = L_3.get_G_1(); uint8_t L_5; L_5 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_4, /*hidden argument*/NULL); __this->set_G_2(L_5); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_6 = ___source0; uint16_t L_7 = L_6.get_B_2(); uint8_t L_8; L_8 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_7, /*hidden argument*/NULL); __this->set_B_3(L_8); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_9 = ___source0; uint16_t L_10 = L_9.get_A_3(); uint8_t L_11; L_11 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_10, /*hidden argument*/NULL); __this->set_A_0(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_FromScaledVector4_m8CEFC9290F734BC843C4EDAED2CAE9E6831E28EA_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Argb32_FromVector4_m311C8685532CE964478E7274EEA81DFAEBE80F9B_inline((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromRgba64_mD173E28EE269CDD7847975D76437B19142275E9A_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; uint16_t L_1 = L_0.get_R_0(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint8_t L_2; L_2 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_1, /*hidden argument*/NULL); __this->set_R_2(L_2); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_3 = ___source0; uint16_t L_4 = L_3.get_G_1(); uint8_t L_5; L_5 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_4, /*hidden argument*/NULL); __this->set_G_1(L_5); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_6 = ___source0; uint16_t L_7 = L_6.get_B_2(); uint8_t L_8; L_8 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_7, /*hidden argument*/NULL); __this->set_B_0(L_8); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromScaledVector4_m6029FBEA40DEC6DB9E73394AAA8A24FE3CDFE4A8_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Bgr24_FromVector4_m91DFC71E32A6CD0187990AA5400B91C03CA0B5A0_inline((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_FromRgba64_m8E0E43770A6BD1BA24E3E9F9530B257CF5A848A5_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); Bgr565_FromScaledVector4_m6279FD6F11F86C8A668338DB75FB6EABDA2432F3_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_FromScaledVector4_m6279FD6F11F86C8A668338DB75FB6EABDA2432F3_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Bgr565_FromVector4_m5913050889283D1CC9243DB1BD2E8FB8F2AE2B28_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_FromRgba64_mC16E4A87FAE97CDF497AFD5E14CECD4795EE41FD_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; uint16_t L_1 = L_0.get_R_0(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint8_t L_2; L_2 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_1, /*hidden argument*/NULL); __this->set_R_2(L_2); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_3 = ___source0; uint16_t L_4 = L_3.get_G_1(); uint8_t L_5; L_5 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_4, /*hidden argument*/NULL); __this->set_G_1(L_5); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_6 = ___source0; uint16_t L_7 = L_6.get_B_2(); uint8_t L_8; L_8 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_7, /*hidden argument*/NULL); __this->set_B_0(L_8); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_9 = ___source0; uint16_t L_10 = L_9.get_A_3(); uint8_t L_11; L_11 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_10, /*hidden argument*/NULL); __this->set_A_3(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_FromScaledVector4_m6D737715051E3C00A46B1DCC70E5C20F4886390F_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Bgra32_FromVector4_m0177837EC9B1BC381977C9057F50835835EBE914_inline((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_FromRgba64_m4E436B6D045A92CA560D301BC78BFC9EF6910780_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); Bgra4444_FromScaledVector4_m444EB11C9B4C92DB98282D0FF527CBFB87E318DD_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_FromScaledVector4_m444EB11C9B4C92DB98282D0FF527CBFB87E318DD_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Bgra4444_FromVector4_m2F1480CF149FB04E94DFE1A88C5A85F54F79089E_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_FromRgba64_m037D1F8A6B388D88E755848EE67AA1A7A2231468_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); Bgra5551_FromScaledVector4_m67A2F9776071C2D6A8821CA3331671961DC13C1F_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_FromScaledVector4_m67A2F9776071C2D6A8821CA3331671961DC13C1F_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Bgra5551_FromVector4_mEABD575E5F8334D80ED2AE9BCB8055C66874C732_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_FromRgba64_mFAAD01BCD8F1EEE02754B1132D1679A8E56E300E_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); Byte4_FromScaledVector4_m3881009A0F02FBA393AAA0F58872382A535CB943_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_FromScaledVector4_m3881009A0F02FBA393AAA0F58872382A535CB943_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_0, (255.0f), /*hidden argument*/NULL); Byte4_FromVector4_mB0F7E70A1749780227B6D390A11F0EFC8271C837_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)__this, L_1, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfSingle_FromRgba64_mC592BB26A4E72549FB43FD88679528FB42F17BB5_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); HalfSingle_FromScaledVector4_mB044A1BA1B497D545D3DA68E9185153502B93259_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfSingle_FromScaledVector4_mB044A1BA1B497D545D3DA68E9185153502B93259_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { float V_0 = 0.0f; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_X_0(); V_0 = L_1; float L_2 = V_0; V_0 = ((float)il2cpp_codegen_multiply((float)L_2, (float)(2.0f))); float L_3 = V_0; V_0 = ((float)il2cpp_codegen_subtract((float)L_3, (float)(1.0f))); float L_4 = V_0; uint16_t L_5; L_5 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_4, /*hidden argument*/NULL); HalfSingle_set_PackedValue_m546ED3A990045143E45A91EB09574C39AC586FF4_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)__this, L_5, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector2_FromRgba64_m4438111F772E321AF66A54782EB845F5C43772B9_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); HalfVector2_FromScaledVector4_m81F09EE0AEA8341626C34BBD56D732B97D1E55E2_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector2_FromScaledVector4_m81F09EE0AEA8341626C34BBD56D732B97D1E55E2_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { Vector2_t1455881409307224D6099F54FA7E478733EEF61D V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; float L_3 = L_2.get_Y_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642((&L_4), L_1, L_3, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_5; L_5 = Vector2_op_Multiply_m0CD784E43FF58B7F93A5EA52427DEAAD697AAE61_inline(L_4, (2.0f), /*hidden argument*/NULL); V_0 = L_5; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6 = V_0; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_7; L_7 = Vector2_get_One_mEE6AA7A2084E3BED5D8D68D4D97C3E455116F2E8(/*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_8; L_8 = Vector2_op_Subtraction_m306DDA5D8B4AD933963554AD0739EC4F1E9B4607_inline(L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_9 = V_0; float L_10 = L_9.get_X_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_11 = V_0; float L_12 = L_11.get_Y_1(); uint32_t L_13; L_13 = HalfVector2_Pack_m72AEE59B9CE4F897487EE8666A8B93CF82B68994_inline(L_10, L_12, /*hidden argument*/NULL); HalfVector2_set_PackedValue_m8733BF4891A90BDF49735A404AA0EE1C4AB7E0E4_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)__this, L_13, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_FromRgba64_m958D1915C1323308BA2AA58AB62341666774154D_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); HalfVector4_FromScaledVector4_m9ABF0154F5F24F306BC86868C0182536BCE17126_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_FromScaledVector4_m9ABF0154F5F24F306BC86868C0182536BCE17126_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_0, (2.0f), /*hidden argument*/NULL); ___vector0 = L_1; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Subtraction_mDC838062C35F83AC065B3DE02E3D6A50B9F89FF9_inline(L_2, L_3, /*hidden argument*/NULL); ___vector0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ___vector0; HalfVector4_FromVector4_m577F77830F4805FBAAE72C1201D266CC63CDA45B_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)__this, L_5, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_FromRgba64_m3957AE6CDC286A45FB26B413B859503975112054_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; uint16_t L_1 = L_0.get_R_0(); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_2 = ___source0; uint16_t L_3 = L_2.get_G_1(); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_4 = ___source0; uint16_t L_5 = L_4.get_B_2(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint16_t L_6; L_6 = ColorNumerics_Get16BitBT709Luminance_mC7601D1DEEF3EEA4487A44A04F27BDCE240FAC16_inline(L_1, L_3, L_5, /*hidden argument*/NULL); L16_set_PackedValue_mD91D026E1930D94BB54CFFE7566D92ED77FE67BF_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)__this, L_6, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_FromScaledVector4_m87BBAB661A2906BC069C35984B1CB4F61081AC14_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; L16_ConvertFromRgbaScaledVector4_m3AF78A92B3A73A584FE5BBB5ED2CA09AD445BB71_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_FromRgba64_mFC46AB674C1A97E5AEE7DB90CAEA1066B994DFE6_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; uint16_t L_1 = L_0.get_R_0(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint8_t L_2; L_2 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_1, /*hidden argument*/NULL); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_3 = ___source0; uint16_t L_4 = L_3.get_G_1(); uint8_t L_5; L_5 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_4, /*hidden argument*/NULL); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_6 = ___source0; uint16_t L_7 = L_6.get_B_2(); uint8_t L_8; L_8 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_7, /*hidden argument*/NULL); uint8_t L_9; L_9 = ColorNumerics_Get8BitBT709Luminance_mCDF3C9179C965CE2E30D243B2D8AAEE36EF2F999_inline(L_2, L_5, L_8, /*hidden argument*/NULL); L8_set_PackedValue_mC1D9510EC05B0EB11654045F0D0FCED0A9E91FFF_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)__this, L_9, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_FromScaledVector4_mD3411B06A5EE0F32E26F2F0B18917F46411BAC24_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; L8_ConvertFromRgbaScaledVector4_m76EFCD08455CF2931CD5520DE764D5BC8AB0688A_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La16_FromScaledVector4_m040190BA1817DBB3AFB0330F4F2E805B41ADD8B7_inline (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; La16_ConvertFromRgbaScaledVector4_m90C66FCCDFA3921D1AA8C666FFBBCCF79F62ECFB_inline((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La32_FromRgba64_mF19FEA17F04ED6EC3A88EB7E6CB2758A4C368AFF_inline (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; uint16_t L_1 = L_0.get_R_0(); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_2 = ___source0; uint16_t L_3 = L_2.get_G_1(); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_4 = ___source0; uint16_t L_5 = L_4.get_B_2(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint16_t L_6; L_6 = ColorNumerics_Get16BitBT709Luminance_mC7601D1DEEF3EEA4487A44A04F27BDCE240FAC16_inline(L_1, L_3, L_5, /*hidden argument*/NULL); __this->set_L_0(L_6); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_7 = ___source0; uint16_t L_8 = L_7.get_A_3(); __this->set_A_1(L_8); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La32_FromScaledVector4_mD711A78C4D50D7139DB3EC03530A86CDEAEDE01A_inline (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; La32_ConvertFromRgbaScaledVector4_m6CF47024EE24CF89BD138642520A4AE2CD5AD9FB_inline((La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte2_FromRgba64_mADA69B96565C90F3C73C5DA49C1EA5A1AD24B230_inline (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); NormalizedByte2_FromScaledVector4_m3DA389298A28C5DB39E0FC326E466E06A2ACFB11_inline((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte2_FromScaledVector4_m3DA389298A28C5DB39E0FC326E466E06A2ACFB11_inline (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2_t1455881409307224D6099F54FA7E478733EEF61D V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; float L_3 = L_2.get_Y_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642((&L_4), L_1, L_3, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_5; L_5 = Vector2_op_Multiply_m0CD784E43FF58B7F93A5EA52427DEAAD697AAE61_inline(L_4, (2.0f), /*hidden argument*/NULL); V_0 = L_5; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6 = V_0; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_7; L_7 = Vector2_get_One_mEE6AA7A2084E3BED5D8D68D4D97C3E455116F2E8(/*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_8; L_8 = Vector2_op_Subtraction_m306DDA5D8B4AD933963554AD0739EC4F1E9B4607_inline(L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_il2cpp_TypeInfo_var); uint16_t L_10; L_10 = NormalizedByte2_Pack_m6CE88C97823CD69364283CC30C12682807E53B48_inline(L_9, /*hidden argument*/NULL); NormalizedByte2_set_PackedValue_m4789D3F6B4CB4329C425CB662CFD9242A874A379_inline((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)__this, L_10, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte4_FromRgba64_mB3BFB28CA1B7685A24F6FDD9A3EBDEB812CF0510_inline (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); NormalizedByte4_FromScaledVector4_m777CA06392F4672AC8C48E3EFE9738ADF1F672A2_inline((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte4_FromScaledVector4_m777CA06392F4672AC8C48E3EFE9738ADF1F672A2_inline (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_0, (2.0f), /*hidden argument*/NULL); ___vector0 = L_1; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Subtraction_mDC838062C35F83AC065B3DE02E3D6A50B9F89FF9_inline(L_2, L_3, /*hidden argument*/NULL); ___vector0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ___vector0; NormalizedByte4_FromVector4_mB68D741A2843AEE85FFF4373D7696D2C2242EEEE_inline((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)__this, L_5, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort2_FromRgba64_m40A95564595AF83B53C65D73091D41FD95C9FB6F_inline (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); NormalizedShort2_FromScaledVector4_mF1C70B078723C6FC99FCA1F00F6C45539B8FEEA2_inline((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort2_FromScaledVector4_mF1C70B078723C6FC99FCA1F00F6C45539B8FEEA2_inline (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2_t1455881409307224D6099F54FA7E478733EEF61D V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; float L_3 = L_2.get_Y_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642((&L_4), L_1, L_3, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_5; L_5 = Vector2_op_Multiply_m0CD784E43FF58B7F93A5EA52427DEAAD697AAE61_inline(L_4, (2.0f), /*hidden argument*/NULL); V_0 = L_5; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6 = V_0; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_7; L_7 = Vector2_get_One_mEE6AA7A2084E3BED5D8D68D4D97C3E455116F2E8(/*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_8; L_8 = Vector2_op_Subtraction_m306DDA5D8B4AD933963554AD0739EC4F1E9B4607_inline(L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_il2cpp_TypeInfo_var); uint32_t L_10; L_10 = NormalizedShort2_Pack_m1AD820D26D9FF9E17FC194E70144B23E466C0B1C_inline(L_9, /*hidden argument*/NULL); NormalizedShort2_set_PackedValue_m9AAFAC013EC0B1280CAB5CE61A8DAF21BE50BD87_inline((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)__this, L_10, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort4_FromRgba64_m8B98A049A87A1B2484D78B71846B9D253BED190B_inline (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); NormalizedShort4_FromScaledVector4_m147B54AD44A3472D0CCBEC95E964DAE9CC484EAD_inline((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort4_FromScaledVector4_m147B54AD44A3472D0CCBEC95E964DAE9CC484EAD_inline (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_0, (2.0f), /*hidden argument*/NULL); ___vector0 = L_1; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Subtraction_mDC838062C35F83AC065B3DE02E3D6A50B9F89FF9_inline(L_2, L_3, /*hidden argument*/NULL); ___vector0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ___vector0; NormalizedShort4_FromVector4_m2D9CB47367215FAC0A4127EA5668749937E1BC7F_inline((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)__this, L_5, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rg32_FromRgba64_mFC727F236BA01EAACC4634418350BD373F82AC74_inline (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); Rg32_FromScaledVector4_mF79C16B0080F760BB55861E74042EC84281A08FF_inline((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rg32_FromScaledVector4_mF79C16B0080F760BB55861E74042EC84281A08FF_inline (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Rg32_FromVector4_m7190BC219E3FDC310A5C0348FC0B803DDEA69294_inline((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb24_FromRgba64_m4BD5FCD86D1B7124FE91C9CC0639AB52E1AF1CF8_inline (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; uint16_t L_1 = L_0.get_R_0(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint8_t L_2; L_2 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_1, /*hidden argument*/NULL); __this->set_R_0(L_2); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_3 = ___source0; uint16_t L_4 = L_3.get_G_1(); uint8_t L_5; L_5 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_4, /*hidden argument*/NULL); __this->set_G_1(L_5); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_6 = ___source0; uint16_t L_7 = L_6.get_B_2(); uint8_t L_8; L_8 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_7, /*hidden argument*/NULL); __this->set_B_2(L_8); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb24_FromScaledVector4_m4D63BA77DDF06E3054217D095981DAB38A262D7E_inline (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Rgb24_FromVector4_mF1B830F312DD222856C6F1334063FD598FF7EA8B_inline((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb48_FromRgba64_m8D2D5CD4F543C3EAB7D27A335747060BFFCEB6CB_inline (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_0; L_0 = Rgba64_get_Rgb_mFC2E4D0122BBF12286BEEFFF838658B4C5045875_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); *(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)__this = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb48_FromScaledVector4_mD7671E932ED1132846FC64D3332EA237B3502947_inline (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Rgb48_FromVector4_m8FFE922830DB69BE37C13DFFDDC5CA374089D7C0_inline((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba1010102_FromRgba64_m28DA43F24BF0DB0D85405D08899838CA14173D1B_inline (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); Rgba1010102_FromScaledVector4_mACB6D5AD8FD90D2F1950F589CB17F598612957BE_inline((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba1010102_FromScaledVector4_mACB6D5AD8FD90D2F1950F589CB17F598612957BE_inline (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Rgba1010102_FromVector4_m568A21AA7FE0593011979E9397C00E093BBFE5E3_inline((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_FromRgba64_mD3312D13CDC70A1D9E42A597984A6D60FAA525C4_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; uint16_t L_1 = L_0.get_R_0(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint8_t L_2; L_2 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_1, /*hidden argument*/NULL); __this->set_R_0(L_2); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_3 = ___source0; uint16_t L_4 = L_3.get_G_1(); uint8_t L_5; L_5 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_4, /*hidden argument*/NULL); __this->set_G_1(L_5); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_6 = ___source0; uint16_t L_7 = L_6.get_B_2(); uint8_t L_8; L_8 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_7, /*hidden argument*/NULL); __this->set_B_2(L_8); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_9 = ___source0; uint16_t L_10 = L_9.get_A_3(); uint8_t L_11; L_11 = ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline(L_10, /*hidden argument*/NULL); __this->set_A_3(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_FromScaledVector4_mC1723A2DAD9B3E710EA111A66E1FBAD107CB9D2D_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Rgba32_FromVector4_mD5A40E53DFF193D01E8A14AFA093E11BCC4183F7_inline((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba64_FromRgba64_m1C83CC8FC6D911B659982D86D7BC51FAA521789B_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_0 = ___source0; *(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)__this = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba64_FromScaledVector4_m432EB442B26E1A9D49F97829C1C77AD1AC8CAF96_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Rgba64_FromVector4_m19E0D698D27BF30E024200BB837E863FF99B649F_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RgbaVector_FromRgba64_mB6A7778E3568448BC30ABBE200D5194E46A525EA_inline (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); RgbaVector_FromScaledVector4_mB77E531110732161D6023D9C21BC738ED601E95D_inline((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RgbaVector_FromScaledVector4_mB77E531110732161D6023D9C21BC738ED601E95D_inline (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; RgbaVector_FromVector4_mEF5F780A05D9E22D2E2793C69EA890DCB5807623_inline((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short2_FromRgba64_mFD2B511E3809A2C46B60E7ADD12657E175C81F7A_inline (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); Short2_FromScaledVector4_m082763DFBE07BD70B4DFCF058C28314172FC26BC_inline((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short2_FromScaledVector4_m082763DFBE07BD70B4DFCF058C28314172FC26BC_inline (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2_t1455881409307224D6099F54FA7E478733EEF61D V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; float L_3 = L_2.get_Y_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642((&L_4), L_1, L_3, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_5; L_5 = Vector2_op_Multiply_m0CD784E43FF58B7F93A5EA52427DEAAD697AAE61_inline(L_4, (65534.0f), /*hidden argument*/NULL); V_0 = L_5; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6 = V_0; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_7; memset((&L_7), 0, sizeof(L_7)); Vector2__ctor_m23DE3099B38383DB35C1EAC7CE065DD421CC3510((&L_7), (32767.0f), /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_8; L_8 = Vector2_op_Subtraction_m306DDA5D8B4AD933963554AD0739EC4F1E9B4607_inline(L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_il2cpp_TypeInfo_var); uint32_t L_10; L_10 = Short2_Pack_m8A7753F894DE4CB78A59D3F03BA98248E05E63F7_inline(L_9, /*hidden argument*/NULL); Short2_set_PackedValue_mBF2FB5BA80EB14454CAC49036655C5A934E3A559_inline((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)__this, L_10, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short4_FromRgba64_m30AC5BDB5F8761AB9AB1C7E38DEF7569D3F35F21_inline (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * __this, Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F ___source0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&___source0), /*hidden argument*/NULL); Short4_FromScaledVector4_m023D283B782EBE115F2DC2474F81504491F2EC83_inline((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short4_FromScaledVector4_m023D283B782EBE115F2DC2474F81504491F2EC83_inline (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_0, (65534.0f), /*hidden argument*/NULL); ___vector0 = L_1; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; memset((&L_3), 0, sizeof(L_3)); Vector4__ctor_m63EC2B2E36402A4891067A37B6F0A50CACDD34DE((&L_3), (32767.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Subtraction_mDC838062C35F83AC065B3DE02E3D6A50B9F89FF9_inline(L_2, L_3, /*hidden argument*/NULL); ___vector0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ___vector0; Short4_FromVector4_m519AA6025A1F7F2FE3946C845C5102F63B63155F_inline((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)__this, L_5, /*hidden argument*/NULL); return; } } 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; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * DrawImageProcessor_get_Image_m49B1A65298B4E8C9AEA8502C2E5B8064769BCC58_inline (DrawImageProcessor_t95122EE1BD457216A36CA6992975D59950BE12CB * __this, const RuntimeMethod* method) { { Image_t4765B593A9A3F9207A8C44E769C04FB6C54233EE * L_0 = __this->get_U3CImageU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 Color_ToPixel_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_m411E7C97B3C83A337801B48B058DC805BDCC04D0_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )((*(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_3 = V_0; return (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); A8_FromRgba64_m379C68C51759467319F75B1AAAEE16678E603839_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_6 = V_0; return (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); A8_FromScaledVector4_m1E483205F773972AD8620091788831A79B41EE74_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 L_9 = V_0; return (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 Color_ToPixel_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_m5235C55C0BEC9F3144BDC0E8FEB3DC407C09FADC_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )((*(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_3 = V_0; return (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Abgr32_FromRgba64_m268206D51CD3611C38AFA1B91F10D864ECCCC4E2_inline((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_6 = V_0; return (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Abgr32_FromScaledVector4_mD360ED86AD6BFA982FCDEF963FE4540E2F1BAB65_inline((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 L_9 = V_0; return (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD Color_ToPixel_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m6A855E40A4125411B1FA9CEE1C4B1721B866861E_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )((*(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_3 = V_0; return (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Argb32_FromRgba64_m4A3FD9BAE5AFB06387033C02CABCC55AAACEEAE5_inline((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_6 = V_0; return (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Argb32_FromScaledVector4_m8CEFC9290F734BC843C4EDAED2CAE9E6831E28EA_inline((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD L_9 = V_0; return (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 Color_ToPixel_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m463641372050A214211005D033897F1172AFA664_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )((*(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_3 = V_0; return (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Bgr24_FromRgba64_mD173E28EE269CDD7847975D76437B19142275E9A_inline((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_6 = V_0; return (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Bgr24_FromScaledVector4_m6029FBEA40DEC6DB9E73394AAA8A24FE3CDFE4A8_inline((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_9 = V_0; return (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C Color_ToPixel_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3F8CCC030030EBC2DD855FD5B57D8A54DE409F8E_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )((*(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_3 = V_0; return (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Bgr565_FromRgba64_m8E0E43770A6BD1BA24E3E9F9530B257CF5A848A5_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_6 = V_0; return (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Bgr565_FromScaledVector4_m6279FD6F11F86C8A668338DB75FB6EABDA2432F3_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C L_9 = V_0; return (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 Color_ToPixel_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_mA375321794A579D11DB58A1DD8258816D23496E5_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )((*(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_3 = V_0; return (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Bgra32_FromRgba64_mC16E4A87FAE97CDF497AFD5E14CECD4795EE41FD_inline((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_6 = V_0; return (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Bgra32_FromScaledVector4_m6D737715051E3C00A46B1DCC70E5C20F4886390F_inline((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 L_9 = V_0; return (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 Color_ToPixel_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m368E7240F12416C8B5450AB421B74DF3A5675127_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )((*(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_3 = V_0; return (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Bgra4444_FromRgba64_m4E436B6D045A92CA560D301BC78BFC9EF6910780_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_6 = V_0; return (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Bgra4444_FromScaledVector4_m444EB11C9B4C92DB98282D0FF527CBFB87E318DD_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 L_9 = V_0; return (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 Color_ToPixel_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_mE2209780C7675D244C8D83D1625C4EE8B9CC372B_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )((*(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_3 = V_0; return (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Bgra5551_FromRgba64_m037D1F8A6B388D88E755848EE67AA1A7A2231468_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_6 = V_0; return (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Bgra5551_FromScaledVector4_m67A2F9776071C2D6A8821CA3331671961DC13C1F_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 L_9 = V_0; return (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 Color_ToPixel_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m83B5326A461A5A4D978956F952AFF307B86B3B8A_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )((*(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_3 = V_0; return (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Byte4_FromRgba64_mFAAD01BCD8F1EEE02754B1132D1679A8E56E300E_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_6 = V_0; return (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Byte4_FromScaledVector4_m3881009A0F02FBA393AAA0F58872382A535CB943_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 L_9 = V_0; return (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E Color_ToPixel_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m49D16B7FC79E876F20537A6199C5DAD247770D31_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )((*(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_3 = V_0; return (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); HalfSingle_FromRgba64_mC592BB26A4E72549FB43FD88679528FB42F17BB5_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_6 = V_0; return (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); HalfSingle_FromScaledVector4_mB044A1BA1B497D545D3DA68E9185153502B93259_inline((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E L_9 = V_0; return (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC Color_ToPixel_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m5FF63C3A51C30631ABF94F1E127A220BA676B213_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )((*(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_3 = V_0; return (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); HalfVector2_FromRgba64_m4438111F772E321AF66A54782EB845F5C43772B9_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_6 = V_0; return (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); HalfVector2_FromScaledVector4_m81F09EE0AEA8341626C34BBD56D732B97D1E55E2_inline((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC L_9 = V_0; return (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 Color_ToPixel_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_m2C5C6FF5992B29BA1046CD350610C865CA988730_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )((*(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_3 = V_0; return (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); HalfVector4_FromRgba64_m958D1915C1323308BA2AA58AB62341666774154D_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_6 = V_0; return (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); HalfVector4_FromScaledVector4_m9ABF0154F5F24F306BC86868C0182536BCE17126_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 L_9 = V_0; return (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L16_t82A3FD4325827CB571596BA0DA68B251F985D94F Color_ToPixel_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m1289C77A9E75E2C9AE5A2182F6522ACAE58B12AF_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L16_t82A3FD4325827CB571596BA0DA68B251F985D94F V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )((*(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_3 = V_0; return (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); L16_FromRgba64_m3957AE6CDC286A45FB26B413B859503975112054_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_6 = V_0; return (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); L16_FromScaledVector4_m87BBAB661A2906BC069C35984B1CB4F61081AC14_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F L_9 = V_0; return (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L8_t0DC62ABA8124A587901AC9D023076EF568A23003 Color_ToPixel_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_m87D67F02EA22CEED9BC41810B3960F84C2F60079_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } L8_t0DC62ABA8124A587901AC9D023076EF568A23003 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )((*(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_3 = V_0; return (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); L8_FromRgba64_mFC46AB674C1A97E5AEE7DB90CAEA1066B994DFE6_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_6 = V_0; return (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); L8_FromScaledVector4_mD3411B06A5EE0F32E26F2F0B18917F46411BAC24_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 L_9 = V_0; return (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 Color_ToPixel_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mC2472E553E7E5F089C90B9982635F2939C4535E9_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )((*(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_3 = V_0; return (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); La16_FromRgba64_m16AF55E95F4198C70AA2E8FF601EA39948A47A3B((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_6 = V_0; return (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); La16_FromScaledVector4_m040190BA1817DBB3AFB0330F4F2E805B41ADD8B7_inline((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 L_9 = V_0; return (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 Color_ToPixel_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_m0A8BF6C3EDCE6F70D9019AE13BA995E8C27BC74F_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )((*(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)((La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_3 = V_0; return (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); La32_FromRgba64_mF19FEA17F04ED6EC3A88EB7E6CB2758A4C368AFF_inline((La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_6 = V_0; return (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); La32_FromScaledVector4_mD711A78C4D50D7139DB3EC03530A86CDEAEDE01A_inline((La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 L_9 = V_0; return (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 Color_ToPixel_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mD6AB80F9848725354C839565700370C4762A7DCA_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )((*(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_3 = V_0; return (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); NormalizedByte2_FromRgba64_mADA69B96565C90F3C73C5DA49C1EA5A1AD24B230_inline((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_6 = V_0; return (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); NormalizedByte2_FromScaledVector4_m3DA389298A28C5DB39E0FC326E466E06A2ACFB11_inline((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 L_9 = V_0; return (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 Color_ToPixel_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m62D2D6B435F1FBF52CD41ABBDB0175BFD2765286_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )((*(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_3 = V_0; return (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); NormalizedByte4_FromRgba64_mB3BFB28CA1B7685A24F6FDD9A3EBDEB812CF0510_inline((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_6 = V_0; return (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); NormalizedByte4_FromScaledVector4_m777CA06392F4672AC8C48E3EFE9738ADF1F672A2_inline((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 L_9 = V_0; return (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 Color_ToPixel_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m933DAF603E80E8CB915EFCAE1B480838094AAB69_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )((*(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_3 = V_0; return (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); NormalizedShort2_FromRgba64_m40A95564595AF83B53C65D73091D41FD95C9FB6F_inline((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_6 = V_0; return (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); NormalizedShort2_FromScaledVector4_mF1C70B078723C6FC99FCA1F00F6C45539B8FEEA2_inline((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 L_9 = V_0; return (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 Color_ToPixel_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mC49A82D6B99AA3974667CCACF71C37934BCEDDD1_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )((*(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 L_3 = V_0; return (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); NormalizedShort4_FromRgba64_m8B98A049A87A1B2484D78B71846B9D253BED190B_inline((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 L_6 = V_0; return (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); NormalizedShort4_FromScaledVector4_m147B54AD44A3472D0CCBEC95E964DAE9CC484EAD_inline((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 L_9 = V_0; return (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB Color_ToPixel_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m2695C7717ADD5D6F7577F7C2782EADC48E365160_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )((*(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB L_3 = V_0; return (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Rg32_FromRgba64_mFC727F236BA01EAACC4634418350BD373F82AC74_inline((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB L_6 = V_0; return (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Rg32_FromScaledVector4_mF79C16B0080F760BB55861E74042EC84281A08FF_inline((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB L_9 = V_0; return (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 Color_ToPixel_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_mEEE69EB96D735D3922799EA7FD357522354B0A94_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )((*(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 L_3 = V_0; return (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Rgb24_FromRgba64_m4BD5FCD86D1B7124FE91C9CC0639AB52E1AF1CF8_inline((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 L_6 = V_0; return (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Rgb24_FromScaledVector4_m4D63BA77DDF06E3054217D095981DAB38A262D7E_inline((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 L_9 = V_0; return (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F Color_ToPixel_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m52C1A03ED80D7547939F55DF88575003B47B18ED_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )((*(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_3 = V_0; return (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Rgb48_FromRgba64_m8D2D5CD4F543C3EAB7D27A335747060BFFCEB6CB_inline((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_6 = V_0; return (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Rgb48_FromScaledVector4_mD7671E932ED1132846FC64D3332EA237B3502947_inline((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_9 = V_0; return (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC Color_ToPixel_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_mAD8156FD40E62339FEA3D958EFFC4F19A7202022_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )((*(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC L_3 = V_0; return (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Rgba1010102_FromRgba64_m28DA43F24BF0DB0D85405D08899838CA14173D1B_inline((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC L_6 = V_0; return (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Rgba1010102_FromScaledVector4_mACB6D5AD8FD90D2F1950F589CB17F598612957BE_inline((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC L_9 = V_0; return (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 Color_ToPixel_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_m4C051E7AC50C4EA533EA111271F6507BEC753550_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )((*(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_3 = V_0; return (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Rgba32_FromRgba64_mD3312D13CDC70A1D9E42A597984A6D60FAA525C4_inline((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_6 = V_0; return (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Rgba32_FromScaledVector4_mC1723A2DAD9B3E710EA111A66E1FBAD107CB9D2D_inline((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_9 = V_0; return (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F Color_ToPixel_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m854A5D469FE743D8FA2CD86CAE4B4C67C2802464_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )((*(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_3 = V_0; return (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Rgba64_FromRgba64_m1C83CC8FC6D911B659982D86D7BC51FAA521789B_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_6 = V_0; return (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Rgba64_FromScaledVector4_m432EB442B26E1A9D49F97829C1C77AD1AC8CAF96_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_9 = V_0; return (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 Color_ToPixel_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m7CC7F9D77612BAA2E7C6977E4624D027A8D29C80_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )((*(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 L_3 = V_0; return (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); RgbaVector_FromRgba64_mB6A7778E3568448BC30ABBE200D5194E46A525EA_inline((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 L_6 = V_0; return (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); RgbaVector_FromScaledVector4_mB77E531110732161D6023D9C21BC738ED601E95D_inline((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 L_9 = V_0; return (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 Color_ToPixel_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m173BFE2F403FF28FB498A77F7F1F7819AEDEB9AB_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )((*(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 L_3 = V_0; return (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Short2_FromRgba64_mFD2B511E3809A2C46B60E7ADD12657E175C81F7A_inline((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 L_6 = V_0; return (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Short2_FromScaledVector4_m082763DFBE07BD70B4DFCF058C28314172FC26BC_inline((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 L_9 = V_0; return (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C Color_ToPixel_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m677E3C336BBFE5816190F880E456026417251C00_gshared_inline (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; { RuntimeObject* L_0 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); V_1 = (RuntimeObject*)L_0; RuntimeObject* L_1 = V_1; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0018; } } { RuntimeObject* L_2 = V_1; V_0 = (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )((*(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))))); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C L_3 = V_0; return (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )L_3; } IL_0018: { RuntimeObject* L_4 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); if (L_4) { goto IL_003d; } } { il2cpp_codegen_initobj((&V_0), sizeof(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F L_5 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )__this->get_data_0(); Short4_FromRgba64_m30AC5BDB5F8761AB9AB1C7E38DEF7569D3F35F21_inline((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(&V_0), (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F )L_5, /*hidden argument*/NULL); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C L_6 = V_0; return (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )L_6; } IL_003d: { il2cpp_codegen_initobj((&V_0), sizeof(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )); RuntimeObject* L_7 = (RuntimeObject*)__this->get_boxedHighPrecisionPixel_1(); NullCheck((RuntimeObject*)L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8; L_8 = InterfaceFuncInvoker0< Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 >::Invoke(1 /* System.Numerics.Vector4 SixLabors.ImageSharp.PixelFormats.IPixel::ToScaledVector4() */, IPixel_t325BF3794E11C7E6D8E236DAC4504DCC1C2E225C_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); Short4_FromScaledVector4_m023D283B782EBE115F2DC2474F81504491F2EC83_inline((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(&V_0), (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 )L_8, /*hidden argument*/NULL); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C L_9 = V_0; return (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C )L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * Span_1_get_Item_mD8A06FA962024F798DCEED58331E9C8692CAE2A7_gshared_inline (Span_1_t3E857E31CD4828F7FBB6FB909AE75B23664AA26C * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * L_2 = (Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_5; L_5 = (( A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_7; L_7 = (( A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * (*) (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(L_7); } IL_0030: { Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED * L_8 = (Pinnable_1_t0F38314B3246E0687D49C202988A808A8EAE0EED *)__this->get__pinnable_0(); NullCheck(L_8); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_9 = (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_11; L_11 = (( A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * (*) (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * L_13; L_13 = (( A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * (*) (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * ReadOnlySpan_1_get_Item_mF064ED98AA299BA55B1C7969585752E2C10161A9_gshared_inline (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t604A0CC06EEE816A81F6B85ED6E75D3F69800250 * L_2 = (Pinnable_1_t604A0CC06EEE816A81F6B85ED6E75D3F69800250 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_5; L_5 = (( Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); int32_t L_6 = ___index0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_7; L_7 = (( Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_7; } IL_0030: { Pinnable_1_t604A0CC06EEE816A81F6B85ED6E75D3F69800250 * L_8 = (Pinnable_1_t604A0CC06EEE816A81F6B85ED6E75D3F69800250 *)__this->get__pinnable_0(); NullCheck(L_8); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_9 = (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_11; L_11 = (( Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); int32_t L_12 = ___index0; Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * L_13; L_13 = (( Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 * (*) (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)(Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return (Color_tCFB8D568A73B9B13B7059AFE9CFA0274881FCEB8 *)L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m74B0067A56E034B70B64D6AD037DE10F4C1D1B65_gshared_inline (ReadOnlySpan_1_t4AFFF7DAC221DD72CEECFFA6019D2656E1522FA1 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * Span_1_get_Item_m6AF825660F9F130F6AB4888E80AEF27A6FC3CAB7_gshared_inline (Span_1_tB8CCA6D1C7EDE91053D8794E1642E175B272BF85 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * L_2 = (Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_5; L_5 = (( Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_7; L_7 = (( Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * (*) (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(L_7); } IL_0030: { Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD * L_8 = (Pinnable_1_t6A77F890A7E8B0D9EE730BC32875954669CC5FBD *)__this->get__pinnable_0(); NullCheck(L_8); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_9 = (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_11; L_11 = (( Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * (*) (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * L_13; L_13 = (( Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * (*) (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * Span_1_get_Item_m6367645A32E0D777965C7AA85FE5C227DA6D5769_gshared_inline (Span_1_t6ED17638F78EB408F1EE998C3E01BE49CAD70CDF * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * L_2 = (Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_5; L_5 = (( Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_7; L_7 = (( Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * (*) (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(L_7); } IL_0030: { Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A * L_8 = (Pinnable_1_tCC4D3F66CDB954D47E46DC02EEF2102C9AD2568A *)__this->get__pinnable_0(); NullCheck(L_8); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_9 = (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_11; L_11 = (( Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * (*) (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * L_13; L_13 = (( Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * (*) (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * Span_1_get_Item_m195AD771A0A3D2EDF7721DAA1E1D0F2943077616_gshared_inline (Span_1_tADDAF162623ED71E668DA577B8B0C14F3973CCD7 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * L_2 = (Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_5; L_5 = (( Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_7; L_7 = (( Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * (*) (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(L_7); } IL_0030: { Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF * L_8 = (Pinnable_1_t111455B5E1D62F405BD89801AB0FEFAE3E1921FF *)__this->get__pinnable_0(); NullCheck(L_8); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_9 = (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_11; L_11 = (( Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * (*) (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * L_13; L_13 = (( Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * (*) (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * Span_1_get_Item_m7403568F966B7F6D4669CA1127486C219BBCD69B_gshared_inline (Span_1_t29342238910776EDE91F3C824F783AD7DF73F1EA * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * L_2 = (Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_5; L_5 = (( Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_7; L_7 = (( Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * (*) (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(L_7); } IL_0030: { Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 * L_8 = (Pinnable_1_t039DEAA55F99CD5532373E9CCB5744297ECFE637 *)__this->get__pinnable_0(); NullCheck(L_8); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_9 = (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_11; L_11 = (( Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * (*) (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * L_13; L_13 = (( Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * (*) (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * Span_1_get_Item_m89B441ABCD013417C2E21A35250BE89BA6F9FE9E_gshared_inline (Span_1_tC089F74404A3C46975952EE686EC533667BB207F * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * L_2 = (Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_5; L_5 = (( Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_7; L_7 = (( Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * (*) (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(L_7); } IL_0030: { Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF * L_8 = (Pinnable_1_t83AC3B229EDE4458F5B0E8F289DBDF13359D7CDF *)__this->get__pinnable_0(); NullCheck(L_8); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_9 = (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_11; L_11 = (( Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * (*) (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * L_13; L_13 = (( Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * (*) (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * Span_1_get_Item_mDC25D73E1BD7519BD4FB572EC6C46B45BAC897FD_gshared_inline (Span_1_tCFB127596AAE2B895724ACE8782E2F912D5D004E * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * L_2 = (Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_5; L_5 = (( Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_7; L_7 = (( Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * (*) (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(L_7); } IL_0030: { Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 * L_8 = (Pinnable_1_t4C3DF53188281E3C7AADE7FB473B3D99C6B67A03 *)__this->get__pinnable_0(); NullCheck(L_8); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_9 = (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_11; L_11 = (( Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * (*) (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * L_13; L_13 = (( Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * (*) (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * Span_1_get_Item_mC3C5579BAC61A0EFE1CDF24CFF2A3FFB71E8026E_gshared_inline (Span_1_tE19F2BC5DCDB7C09C02C95726A820F0086DB40A1 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * L_2 = (Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_5; L_5 = (( Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_7; L_7 = (( Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * (*) (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(L_7); } IL_0030: { Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A * L_8 = (Pinnable_1_t3BF2254BF0BE65297F33341F7FFC7900CE1FBD6A *)__this->get__pinnable_0(); NullCheck(L_8); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_9 = (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_11; L_11 = (( Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * (*) (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * L_13; L_13 = (( Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * (*) (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * Span_1_get_Item_m5CFDFA387F80C561557B71DF8D9F01B389114675_gshared_inline (Span_1_t30761EC19ABF9C6DCF6F1E35A1BCC742DD40E581 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * L_2 = (Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_5; L_5 = (( Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_7; L_7 = (( Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * (*) (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(L_7); } IL_0030: { Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF * L_8 = (Pinnable_1_t9C02207A06C9C0F89E681D33157FDF2F353DF8EF *)__this->get__pinnable_0(); NullCheck(L_8); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_9 = (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_11; L_11 = (( Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * (*) (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * L_13; L_13 = (( Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * (*) (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * Span_1_get_Item_m254264B78DD6C9192DD29D341A30AF289B8107E4_gshared_inline (Span_1_t7E01A8CA926CC3F79C11A5A89381E2ABCC6E3B68 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * L_2 = (Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_5; L_5 = (( HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_7; L_7 = (( HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * (*) (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(L_7); } IL_0030: { Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 * L_8 = (Pinnable_1_tE635FADEECC908B7297DC9F21D75A5E65EE856C5 *)__this->get__pinnable_0(); NullCheck(L_8); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_9 = (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_11; L_11 = (( HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * (*) (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * L_13; L_13 = (( HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * (*) (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * Span_1_get_Item_mF633E87750AF103793D3E7D4F3A42581A925F7F1_gshared_inline (Span_1_t0ABBCE5D338E29A0FC69069E4AA7D4C2C0E1BCF3 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * L_2 = (Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_5; L_5 = (( HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_7; L_7 = (( HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * (*) (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(L_7); } IL_0030: { Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D * L_8 = (Pinnable_1_t722D5DF74DC35001B13A1D2875F70042B78FC21D *)__this->get__pinnable_0(); NullCheck(L_8); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_9 = (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_11; L_11 = (( HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * (*) (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * L_13; L_13 = (( HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * (*) (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * Span_1_get_Item_m21A2B570C8DAE831B8D1446630CCA1215A77E161_gshared_inline (Span_1_tF799BAC3DACB429350B48CBF18DC736B52EB0022 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * L_2 = (Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_5; L_5 = (( HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_7; L_7 = (( HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * (*) (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(L_7); } IL_0030: { Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B * L_8 = (Pinnable_1_t10E223A741C035885F2C2CB7476EE1320961596B *)__this->get__pinnable_0(); NullCheck(L_8); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_9 = (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_11; L_11 = (( HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * (*) (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * L_13; L_13 = (( HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * (*) (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * Span_1_get_Item_mC42C039DDE5B36415E53146B7CBACF658BDD53FE_gshared_inline (Span_1_t80E72CEEE4EF789E38423A2FC827AF68B63D1ECE * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * L_2 = (Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_5; L_5 = (( L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_7; L_7 = (( L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L_7); } IL_0030: { Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 * L_8 = (Pinnable_1_tDC2602834AE77129D9FBCF6ACE3AB027AE840773 *)__this->get__pinnable_0(); NullCheck(L_8); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_9 = (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_11; L_11 = (( L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * L_13; L_13 = (( L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * (*) (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * Span_1_get_Item_m8785575C5A33E59978B46648338ADBF2BAD08734_gshared_inline (Span_1_t92B1C0331B7EF376CC05874EC210B30138F12929 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * L_2 = (Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_5; L_5 = (( L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_7; L_7 = (( L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * (*) (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L_7); } IL_0030: { Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC * L_8 = (Pinnable_1_tB73C181FB4EEEE47247F7A4CA9AE37A89B5657DC *)__this->get__pinnable_0(); NullCheck(L_8); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_9 = (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_11; L_11 = (( L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * (*) (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * L_13; L_13 = (( L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * (*) (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * Span_1_get_Item_m72D32584E077251E8E2D513A939043E0A83748A1_gshared_inline (Span_1_t5C520B2A644FDAFED25072FC9AE2EF4897C612BC * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * L_2 = (Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * L_5; L_5 = (( La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * L_7; L_7 = (( La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * (*) (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(L_7); } IL_0030: { Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E * L_8 = (Pinnable_1_tB43F2D0577C6B595FF798F4D303C76AAE188269E *)__this->get__pinnable_0(); NullCheck(L_8); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * L_9 = (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * L_11; L_11 = (( La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * (*) (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * L_13; L_13 = (( La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * (*) (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * Span_1_get_Item_m8DFFF2704B6FB5D7372B984CCA34B7B7F992EAE2_gshared_inline (Span_1_t73354D184DF2A58BC41CDED58A38312E6415C8D4 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * L_2 = (Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * L_5; L_5 = (( La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * L_7; L_7 = (( La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * (*) (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(L_7); } IL_0030: { Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 * L_8 = (Pinnable_1_tDBCD122CD866AC0787FB8A4145D2617AD517FBD0 *)__this->get__pinnable_0(); NullCheck(L_8); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * L_9 = (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * L_11; L_11 = (( La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * (*) (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * L_13; L_13 = (( La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * (*) (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * Span_1_get_Item_m02B81213216C48DBE063E1A105599B907C8DD53A_gshared_inline (Span_1_tCC1479199489BFE6D630E6A191582348BD541C39 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * L_2 = (Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * L_5; L_5 = (( NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * L_7; L_7 = (( NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * (*) (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(L_7); } IL_0030: { Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 * L_8 = (Pinnable_1_tA3738208DF990A8309010F42537F213129387CB3 *)__this->get__pinnable_0(); NullCheck(L_8); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * L_9 = (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * L_11; L_11 = (( NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * (*) (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * L_13; L_13 = (( NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * (*) (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * Span_1_get_Item_m9E3415A96183385F0A773D50F59565AB5C3AD1E0_gshared_inline (Span_1_tB8F13A0861B84638EBED04055ABD0BFCAD5D7F6A * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * L_2 = (Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_5; L_5 = (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_7; L_7 = (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(L_7); } IL_0030: { Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 * L_8 = (Pinnable_1_t3DF379905C9D1FA8C6A9FF71DE7A7E930267BD56 *)__this->get__pinnable_0(); NullCheck(L_8); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_9 = (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_11; L_11 = (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * L_13; L_13 = (( NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * (*) (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * Span_1_get_Item_m0D702FF60C85520A25B77F84847A0EB108355375_gshared_inline (Span_1_tCBD2C576FE29338539CE217A476AF75A6FDD4AB9 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * L_2 = (Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_5; L_5 = (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_7; L_7 = (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(L_7); } IL_0030: { Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 * L_8 = (Pinnable_1_t323142FA606E7D3288100EC9FC6AD8397D756804 *)__this->get__pinnable_0(); NullCheck(L_8); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_9 = (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_11; L_11 = (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * L_13; L_13 = (( NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * (*) (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * Span_1_get_Item_m0EB52766F90F92A22F2B741A49E612E2AB3F3F81_gshared_inline (Span_1_t8F2820222127FA3555803F54498E9275CE67C798 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * L_2 = (Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * L_5; L_5 = (( NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * L_7; L_7 = (( NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * (*) (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(L_7); } IL_0030: { Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 * L_8 = (Pinnable_1_t2C37BAE672D52082855E980C41B8FD4E5FB289C8 *)__this->get__pinnable_0(); NullCheck(L_8); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * L_9 = (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * L_11; L_11 = (( NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * (*) (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * L_13; L_13 = (( NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * (*) (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * Span_1_get_Item_m32DACCEB7847514FD4CB9705A9D1B15AE05F42B1_gshared_inline (Span_1_t88633B0ABF99A2DF10BF5EC038A1AA0902BBD1CC * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * L_2 = (Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * L_5; L_5 = (( Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * L_7; L_7 = (( Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * (*) (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(L_7); } IL_0030: { Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 * L_8 = (Pinnable_1_t53C6AACB90CCC534AF987C51ABA6DCEBEC431DA4 *)__this->get__pinnable_0(); NullCheck(L_8); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * L_9 = (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * L_11; L_11 = (( Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * (*) (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * L_13; L_13 = (( Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * (*) (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * Span_1_get_Item_mB1D4C7342032C2179E509DC2902DD56364708F61_gshared_inline (Span_1_tBB05987133353D89D10E397696B9A3D360EAC8AD * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * L_2 = (Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * L_5; L_5 = (( Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * L_7; L_7 = (( Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * (*) (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(L_7); } IL_0030: { Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D * L_8 = (Pinnable_1_tB82A7B2BC2CB579D42506A548B7B17DB5949BC7D *)__this->get__pinnable_0(); NullCheck(L_8); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * L_9 = (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * L_11; L_11 = (( Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * (*) (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * L_13; L_13 = (( Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * (*) (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * Span_1_get_Item_mF8D4748E567C7CAF16D5EE58079AA4846BB263E9_gshared_inline (Span_1_t6D9D421FBA6FCA99FC02999EE9D92A75F9F90050 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * L_2 = (Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_5; L_5 = (( Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_7; L_7 = (( Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * (*) (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(L_7); } IL_0030: { Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF * L_8 = (Pinnable_1_t70EBDB9259BA8DC48D68D12282391DB12149F0EF *)__this->get__pinnable_0(); NullCheck(L_8); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_9 = (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_11; L_11 = (( Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * (*) (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_13; L_13 = (( Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * (*) (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * Span_1_get_Item_m97AFC69708A5B97F05799FB88BA9E9665E1E30C1_gshared_inline (Span_1_t1CBA7FB7E53CDC607EE7F4B8CF604D5D02F940C4 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * L_2 = (Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * L_5; L_5 = (( Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * L_7; L_7 = (( Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * (*) (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(L_7); } IL_0030: { Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF * L_8 = (Pinnable_1_t69A2E49BBE0FE39DCFDE8A8EACFE4560084DF8AF *)__this->get__pinnable_0(); NullCheck(L_8); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * L_9 = (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * L_11; L_11 = (( Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * (*) (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * L_13; L_13 = (( Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * (*) (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * Span_1_get_Item_m581A43B1361CF63EB04E6309E9E27F41D1C3FF2E_gshared_inline (Span_1_t7E645B85C6C779DF376BE54D0F0C1BC41B853908 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * L_2 = (Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * L_5; L_5 = (( Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * L_7; L_7 = (( Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * (*) (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(L_7); } IL_0030: { Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 * L_8 = (Pinnable_1_tD92514029B8E418C1982178659BAF7D2B474AF63 *)__this->get__pinnable_0(); NullCheck(L_8); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * L_9 = (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * L_11; L_11 = (( Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * (*) (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * L_13; L_13 = (( Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * (*) (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * Span_1_get_Item_mA405F02858966967602C33A2898FBCE9247E2A01_gshared_inline (Span_1_t11A5E0B5A81F984D63D03F31EF6BB8C638852C2A * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * L_2 = (Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_5; L_5 = (( Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_7; L_7 = (( Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * (*) (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(L_7); } IL_0030: { Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 * L_8 = (Pinnable_1_t06CD88623CB1687F89F5A700B0724540A6679716 *)__this->get__pinnable_0(); NullCheck(L_8); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_9 = (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_11; L_11 = (( Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * (*) (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_13; L_13 = (( Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * (*) (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * Span_1_get_Item_mE1EBF23A3F55BF56F6CAEA964ADDABDEB238022D_gshared_inline (Span_1_tB9F090270EE6CD953B2EEA6492B4E256029F15B2 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * L_2 = (Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * L_5; L_5 = (( RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * L_7; L_7 = (( RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * (*) (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(L_7); } IL_0030: { Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF * L_8 = (Pinnable_1_t9EEB76DE9431CA57D7175D516042F2F47B4381FF *)__this->get__pinnable_0(); NullCheck(L_8); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * L_9 = (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * L_11; L_11 = (( RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * (*) (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * L_13; L_13 = (( RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * (*) (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * Span_1_get_Item_m30B32D48528929A6D7527751ADE5CA41A8721052_gshared_inline (Span_1_t52EB36A4EACC4ACDD63029BA6DB0BDFFEC878007 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * L_2 = (Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * L_5; L_5 = (( Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * L_7; L_7 = (( Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * (*) (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(L_7); } IL_0030: { Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C * L_8 = (Pinnable_1_t70733193E009BDD57F4DC5B0FE776FD94A388E9C *)__this->get__pinnable_0(); NullCheck(L_8); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * L_9 = (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * L_11; L_11 = (( Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * (*) (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * L_13; L_13 = (( Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * (*) (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * Span_1_get_Item_mE44F4EAC14B0C895CABAF8DD8342F24A0800D5C4_gshared_inline (Span_1_tF293F31F638402240F2A10B64DC68682C13EDD09 * __this, int32_t ___index0, const RuntimeMethod* method) { intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__length_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowIndexOutOfRangeException_m4D1EB8558F17DFE372ECF87D9BCAD112A7F5E6BC(/*hidden argument*/NULL); } IL_000e: { Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * L_2 = (Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 *)__this->get__pinnable_0(); if (L_2) { goto IL_0030; } } { intptr_t L_3 = (intptr_t)__this->get__byteOffset_1(); V_0 = (intptr_t)L_3; void* L_4; L_4 = IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline((intptr_t*)(intptr_t*)(&V_0), /*hidden argument*/NULL); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * L_5; L_5 = (( Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * (*) (void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((void*)(void*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); int32_t L_6 = ___index0; Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * L_7; L_7 = (( Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * (*) (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(L_7); } IL_0030: { Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 * L_8 = (Pinnable_1_t891230499AD446147ECCF16278C72338B4EA1DC1 *)__this->get__pinnable_0(); NullCheck(L_8); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * L_9 = (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)L_8->get_address_of_Data_0(); intptr_t L_10 = (intptr_t)__this->get__byteOffset_1(); Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * L_11; L_11 = (( Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * (*) (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)L_9, (intptr_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); int32_t L_12 = ___index0; Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * L_13; L_13 = (( Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * (*) (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)L_11, (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); return (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)(L_13); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisA8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4_mCE3CDB376EFF3E96726C882F8BBC83F394EC1735_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisAbgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_mFB6A809B1E5DFF61B2F5013BE2A8EFD0579ADFB1_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisArgb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_m31DE09E910780D7DE8635C2F146558C7C544C588_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisBgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9_m61FDC951A9F16DCFF8A257824EC4905239E7E541_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisBgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C_m3688E8F3B2D06912E4211C46EA85FC91D6DAD999_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisBgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_m7B56EAFA9D4A015596DC091DA6618375B2E8E43C_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisBgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4_m6A3119D7B1A9DADACAA0458C08296679FE8C6136_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisBgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8_m7C3CDDAAECD5869FA25B3C1F976D20A3827B4966_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisByte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22_m9FB1432057495DC2737A47B65F1E0CEAB14BB276_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisHalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E_m7D165662EBCDD7221C504F9EEB2F80E44FAEF16F_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisHalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC_m80C02EBAD132C12C2076885009EB2475CA1834F4_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisHalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97_mCA43E0B0D8A10D43889D16CD3745901AF7677296_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisL16_t82A3FD4325827CB571596BA0DA68B251F985D94F_m46212A86AFE7DEF569EB5D9707346E84F71EFA04_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisL8_t0DC62ABA8124A587901AC9D023076EF568A23003_mA57370FB52FE5BEA9C74136C9F9E65BEF2D98DAA_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisLa16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_mEDA408F6CF67DB855522FE0B6A5CF4D19A421A7D_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisLa32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5_mE1BE89B81F001BF0E6DA7B9FAA148D1704EE55C0_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisNormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_mC8864A2990C8DEC653D31D965AF757D603E78200_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisNormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_m403EAF6E9FC5AC8123D10DC8E4A712069D7D0312_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisNormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_m1ECFEF8783941A6510F7DBD17384769B22DA29BB_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisNormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_mE7AEEF557E2511CB1939A225769BF0BF96D47333_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_m04B29E1F6599882584B7A682FD9B3A553694F8C0_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_m6C1658A8157CBED9D827AB3E80D79554A8E477AE_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m76F6B92C360314E9DD5C973E3E37B2419322E48D_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_m4FD0F1106B4CCCD12DA3B81663F51C8030E1E54F_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_mC5050D47AFF3FD6F91AFC60510987097158D4282_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m1BAF5BA612B37CEB777809C82AA8B7FC62CA40DB_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisRgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53_m9D8642ABC6ABD1A1C95EF133A266D16C7209FF68_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisShort2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_m98D00C165427CF84D6E3E9ECBB0EB968A8C5CCCF_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CubicResampler_ApplyTransform_TisShort4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_m40D78A86FABD6E565CD60E1A7D97BE87A4057187_gshared_inline (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * __this, RuntimeObject* ___processor0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___processor0; NullCheck((RuntimeObject*)L_0); GenericInterfaceActionInvoker1< CubicResampler_t05545076595DA43AF0D1749540089848660DF577 * >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_0, (CubicResampler_t05545076595DA43AF0D1749540089848660DF577 *)__this); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Rgba64_ToScaledVector4_m31620D2EC830E18D5A5B043459BD0658B4E5BDBE_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0; L_0 = Rgba64_ToVector4_mCA2213A8474A88C7077EA354DED8BE977762BAC8_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)__this, /*hidden argument*/NULL); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_FromVector4_mE4D1B2CCAF5141C2ADCEED6D60650BBBFD5825B8_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_W_3(); uint8_t L_2; L_2 = A8_Pack_mA657F3C1098F90E4DA5BE545980CCBFB7DBA76AB_inline(L_1, /*hidden argument*/NULL); A8_set_PackedValue_m8BD8EFA06A2F16D32A8260240A8E6874D1548C8B_inline((A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 *)__this, L_2, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ColorNumerics_DownScaleFrom16BitTo8Bit_mC865AF7AB7F5B21884033FE1E7B1DAF0342C4BF5_inline (uint16_t ___component0, const RuntimeMethod* method) { { uint16_t L_0 = ___component0; return (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)((int32_t)255))), (int32_t)((int32_t)32895)))>>(int32_t)((int32_t)16))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_FromVector4_m3520445B8B869C0AED67BB3B156ABF04E3470942_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Abgr32_Pack_m67D927622D71260628DB6E657EE72BE3820E6C7C_inline((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 *)__this, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_FromVector4_m311C8685532CE964478E7274EEA81DFAEBE80F9B_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Argb32_Pack_mB18941C609FF55B9EB32E062DAD6471809527E4D_inline((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD *)__this, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromVector4_m91DFC71E32A6CD0187990AA5400B91C03CA0B5A0_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 )); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Rgba32_FromVector4_mD5A40E53DFF193D01E8A14AFA093E11BCC4183F7_inline((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(&V_0), L_0, /*hidden argument*/NULL); Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 L_1 = V_0; Bgr24_FromRgba32_mF9E6E847F397D311BA7975BCCB7F001AC446F58F_inline((Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)__this, L_1, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_FromVector4_m5913050889283D1CC9243DB1BD2E8FB8F2AE2B28_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; float L_3 = L_2.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___vector0; float L_5 = L_4.get_Z_2(); Vector3__ctor_m3C199C444CBE5C59587FAE802686BDB1F3D8CC9C((Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 *)(&V_0), L_1, L_3, L_5, /*hidden argument*/NULL); uint16_t L_6; L_6 = Bgr565_Pack_m9FD9FEDE4A0A784DBF1825A1FAFB3259841E17FA_inline((Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 *)(&V_0), /*hidden argument*/NULL); Bgr565_set_PackedValue_m052C96B2A876AB7C141B36DC2C4456349FA445A4_inline((Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C *)__this, L_6, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_FromVector4_m0177837EC9B1BC381977C9057F50835835EBE914_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Bgra32_Pack_mF047A95797AE1601A4A87DAE50DB5A3A33F2872D_inline((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 *)__this, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_FromVector4_m2F1480CF149FB04E94DFE1A88C5A85F54F79089E_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { uint16_t L_0; L_0 = Bgra4444_Pack_m9D89B256C52B4A747E64399F2CC2BE2BE2BF668F_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); Bgra4444_set_PackedValue_m166210D65942388FBCBFCA640FE58FC8C484A842_inline((Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_FromVector4_mEABD575E5F8334D80ED2AE9BCB8055C66874C732_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { uint16_t L_0; L_0 = Bgra5551_Pack_mE911B77FBBC6AB7AC4B5FD560876B4BCFAA7E5AA_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); Bgra5551_set_PackedValue_mA7F281129FA16BD297FCD7D9099FD81024F95F92_inline((Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, float ___right1, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___left0; float L_1 = ___right1; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; memset((&L_2), 0, sizeof(L_2)); Vector4__ctor_m63EC2B2E36402A4891067A37B6F0A50CACDD34DE((&L_2), L_1, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_0, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_FromVector4_mB0F7E70A1749780227B6D390A11F0EFC8271C837_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { uint32_t L_0; L_0 = Byte4_Pack_mC9C14B5D59F1BCE84ED25B4C501CEA9433DDC3D0_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); Byte4_set_PackedValue_m024BD207AC39089A6B2008B317D574A70F71E7E1_inline((Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline (float ___value0, const RuntimeMethod* method) { Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC )); float L_0 = ___value0; (&V_0)->set_F_0(L_0); Uif_tFE30B67DD95AF6DF298EAE70DE832DC5EA3415AC L_1 = V_0; int32_t L_2 = L_1.get_I_1(); uint16_t L_3; L_3 = HalfTypeHelper_Pack_m2EFAE2DA4AF2CC0175F4F189E6EFAAF01479A21A(L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfSingle_set_PackedValue_m546ED3A990045143E45A91EB09574C39AC586FF4_inline (HalfSingle_tEF8E3E2F0323ED302849926D8D919DA38B52C28E * __this, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_op_Multiply_m0CD784E43FF58B7F93A5EA52427DEAAD697AAE61_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___left0, float ___right1, const RuntimeMethod* method) { { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_0 = ___left0; float L_1 = ___right1; float L_2 = ___right1; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_3; memset((&L_3), 0, sizeof(L_3)); Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642((&L_3), L_1, L_2, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4; L_4 = Vector2_op_Multiply_m5DC9070833DF763AED707C3EF0CAB9E1C21C5325_inline(L_0, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_op_Subtraction_m306DDA5D8B4AD933963554AD0739EC4F1E9B4607_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___left0, Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___right1, const RuntimeMethod* method) { { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_0 = ___left0; float L_1 = L_0.get_X_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_2 = ___right1; float L_3 = L_2.get_X_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4 = ___left0; float L_5 = L_4.get_Y_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6 = ___right1; float L_7 = L_6.get_Y_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_8; memset((&L_8), 0, sizeof(L_8)); Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642((&L_8), ((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)), ((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)), /*hidden argument*/NULL); return L_8; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t HalfVector2_Pack_m72AEE59B9CE4F897487EE8666A8B93CF82B68994_inline (float ___x0, float ___y1, const RuntimeMethod* method) { uint32_t V_0 = 0; { float L_0 = ___x0; uint16_t L_1; L_1 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_0, /*hidden argument*/NULL); float L_2 = ___y1; uint16_t L_3; L_3 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_2, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)L_3<<(int32_t)((int32_t)16))); uint32_t L_4 = V_0; return ((int32_t)((int32_t)L_1|(int32_t)L_4)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector2_set_PackedValue_m8733BF4891A90BDF49735A404AA0EE1C4AB7E0E4_inline (HalfVector2_t7ED3B305397DF43C12515F1FDB3921CB72898FFC * __this, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Subtraction_mDC838062C35F83AC065B3DE02E3D6A50B9F89FF9_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___left0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___right1; float L_3 = L_2.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___left0; float L_5 = L_4.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___right1; float L_7 = L_6.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___left0; float L_9 = L_8.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___right1; float L_11 = L_10.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___left0; float L_13 = L_12.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___right1; float L_15 = L_14.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_16; memset((&L_16), 0, sizeof(L_16)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_16), ((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)), ((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)), ((float)il2cpp_codegen_subtract((float)L_9, (float)L_11)), ((float)il2cpp_codegen_subtract((float)L_13, (float)L_15)), /*hidden argument*/NULL); return L_16; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_FromVector4_m577F77830F4805FBAAE72C1201D266CC63CDA45B_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { uint64_t L_0; L_0 = HalfVector4_Pack_m5B91CC4BE45BC93B81BF77871F71E1879F3231DD_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); HalfVector4_set_PackedValue_m575B61438D778A34EAC982DD55F8EB756742C914_inline((HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t ColorNumerics_Get16BitBT709Luminance_mC7601D1DEEF3EEA4487A44A04F27BDCE240FAC16_inline (uint16_t ___r0, uint16_t ___g1, uint16_t ___b2, const RuntimeMethod* method) { { uint16_t L_0 = ___r0; uint16_t L_1 = ___g1; uint16_t L_2 = ___b2; return (uint16_t)il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_0)), (float)(0.212599993f))), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_1)), (float)(0.715200007f))))), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_2)), (float)(0.0722000003f))))), (float)(0.5f)))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_set_PackedValue_mD91D026E1930D94BB54CFFE7566D92ED77FE67BF_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L16_ConvertFromRgbaScaledVector4_m3AF78A92B3A73A584FE5BBB5ED2CA09AD445BB71_inline (L16_t82A3FD4325827CB571596BA0DA68B251F985D94F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; L_2 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_0, L_1, L_2, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_3, (65535.0f), /*hidden argument*/NULL); ___vector0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ___vector0; float L_6 = L_5.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = ___vector0; float L_8 = L_7.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = ___vector0; float L_10 = L_9.get_Z_2(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint16_t L_11; L_11 = ColorNumerics_Get16BitBT709Luminance_m6E1F0348386B18AF8489F542CB45B5A85052C380_inline(L_6, L_8, L_10, /*hidden argument*/NULL); L16_set_PackedValue_mD91D026E1930D94BB54CFFE7566D92ED77FE67BF_inline((L16_t82A3FD4325827CB571596BA0DA68B251F985D94F *)__this, L_11, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ColorNumerics_Get8BitBT709Luminance_mCDF3C9179C965CE2E30D243B2D8AAEE36EF2F999_inline (uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, const RuntimeMethod* method) { { uint8_t L_0 = ___r0; uint8_t L_1 = ___g1; uint8_t L_2 = ___b2; return (uint8_t)il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_0)), (float)(0.212599993f))), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_1)), (float)(0.715200007f))))), (float)((float)il2cpp_codegen_multiply((float)((float)((float)L_2)), (float)(0.0722000003f))))), (float)(0.5f)))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_set_PackedValue_mC1D9510EC05B0EB11654045F0D0FCED0A9E91FFF_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void L8_ConvertFromRgbaScaledVector4_m76EFCD08455CF2931CD5520DE764D5BC8AB0688A_inline (L8_t0DC62ABA8124A587901AC9D023076EF568A23003 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&L8_t0DC62ABA8124A587901AC9D023076EF568A23003_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; IL2CPP_RUNTIME_CLASS_INIT(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1 = ((L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields*)il2cpp_codegen_static_fields_for(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_il2cpp_TypeInfo_var))->get_MaxBytes_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; L_2 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_0, L_1, /*hidden argument*/NULL); ___vector0 = L_2; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ((L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields*)il2cpp_codegen_static_fields_for(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_il2cpp_TypeInfo_var))->get_Half_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline(L_3, L_4, /*hidden argument*/NULL); ___vector0 = L_5; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7; L_7 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((L8_t0DC62ABA8124A587901AC9D023076EF568A23003_StaticFields*)il2cpp_codegen_static_fields_for(L8_t0DC62ABA8124A587901AC9D023076EF568A23003_il2cpp_TypeInfo_var))->get_MaxBytes_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9; L_9 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_6, L_7, L_8, /*hidden argument*/NULL); ___vector0 = L_9; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___vector0; float L_11 = L_10.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___vector0; float L_13 = L_12.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___vector0; float L_15 = L_14.get_Z_2(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint8_t L_16; L_16 = ColorNumerics_Get8BitBT709Luminance_mCDF3C9179C965CE2E30D243B2D8AAEE36EF2F999_inline((uint8_t)il2cpp_codegen_cast_floating_point(L_11), (uint8_t)il2cpp_codegen_cast_floating_point(L_13), (uint8_t)il2cpp_codegen_cast_floating_point(L_15), /*hidden argument*/NULL); L8_set_PackedValue_mC1D9510EC05B0EB11654045F0D0FCED0A9E91FFF_inline((L8_t0DC62ABA8124A587901AC9D023076EF568A23003 *)__this, L_16, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La16_ConvertFromRgbaScaledVector4_m90C66FCCDFA3921D1AA8C666FFBBCCF79F62ECFB_inline (La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; IL2CPP_RUNTIME_CLASS_INIT(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1 = ((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_StaticFields*)il2cpp_codegen_static_fields_for(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_il2cpp_TypeInfo_var))->get_MaxBytes_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; L_2 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_0, L_1, /*hidden argument*/NULL); ___vector0 = L_2; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_StaticFields*)il2cpp_codegen_static_fields_for(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_il2cpp_TypeInfo_var))->get_Half_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline(L_3, L_4, /*hidden argument*/NULL); ___vector0 = L_5; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7; L_7 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_StaticFields*)il2cpp_codegen_static_fields_for(La16_tF4F1488CB14C5F983B92EF4300D21D5D1EF80677_il2cpp_TypeInfo_var))->get_MaxBytes_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9; L_9 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_6, L_7, L_8, /*hidden argument*/NULL); ___vector0 = L_9; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___vector0; float L_11 = L_10.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___vector0; float L_13 = L_12.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___vector0; float L_15 = L_14.get_Z_2(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint8_t L_16; L_16 = ColorNumerics_Get8BitBT709Luminance_mCDF3C9179C965CE2E30D243B2D8AAEE36EF2F999_inline((uint8_t)il2cpp_codegen_cast_floating_point(L_11), (uint8_t)il2cpp_codegen_cast_floating_point(L_13), (uint8_t)il2cpp_codegen_cast_floating_point(L_15), /*hidden argument*/NULL); __this->set_L_2(L_16); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_17 = ___vector0; float L_18 = L_17.get_W_3(); __this->set_A_3((uint8_t)il2cpp_codegen_cast_floating_point(L_18)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void La32_ConvertFromRgbaScaledVector4_m6CF47024EE24CF89BD138642520A4AE2CD5AD9FB_inline (La32_tA8B9BAA9B47B55AAE39673AB43BD250F1643D3B5 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; L_2 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_0, L_1, L_2, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_3, (65535.0f), /*hidden argument*/NULL); ___vector0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ___vector0; float L_6 = L_5.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = ___vector0; float L_8 = L_7.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = ___vector0; float L_10 = L_9.get_Z_2(); IL2CPP_RUNTIME_CLASS_INIT(ColorNumerics_tF4E71C61E9DB409AB67565C69BDED084F7433B19_il2cpp_TypeInfo_var); uint16_t L_11; L_11 = ColorNumerics_Get16BitBT709Luminance_m6E1F0348386B18AF8489F542CB45B5A85052C380_inline(L_6, L_8, L_10, /*hidden argument*/NULL); __this->set_L_0(L_11); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___vector0; float L_13 = L_12.get_W_3(); float L_14; L_14 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_13, /*hidden argument*/NULL); __this->set_A_1((uint16_t)il2cpp_codegen_cast_floating_point(L_14)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t NormalizedByte2_Pack_m6CE88C97823CD69364283CC30C12682807E53B48_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_0 = ___vector0; IL2CPP_RUNTIME_CLASS_INIT(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_il2cpp_TypeInfo_var); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_1 = ((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_il2cpp_TypeInfo_var))->get_MinusOne_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_2; L_2 = Vector2_get_One_mEE6AA7A2084E3BED5D8D68D4D97C3E455116F2E8(/*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_3; L_3 = Vector2_Clamp_mEBF511BD6C8FD380FE0D1801D16ED7EBC98CF5EF_inline(L_0, L_1, L_2, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4 = ((NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2_il2cpp_TypeInfo_var))->get_Half_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_5; L_5 = Vector2_op_Multiply_m5DC9070833DF763AED707C3EF0CAB9E1C21C5325_inline(L_3, L_4, /*hidden argument*/NULL); ___vector0 = L_5; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6 = ___vector0; float L_7 = L_6.get_X_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_8; L_8 = bankers_round(((double)((double)L_7))); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int16_t L_9; L_9 = Convert_ToInt16_m608D6BE29E0B1BFCE220127333A8745FA6536D63(L_8, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_10 = ___vector0; float L_11 = L_10.get_Y_1(); double L_12; L_12 = bankers_round(((double)((double)L_11))); int16_t L_13; L_13 = Convert_ToInt16_m608D6BE29E0B1BFCE220127333A8745FA6536D63(L_12, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint16_t)L_13))&(int32_t)((int32_t)255)))<<(int32_t)8)); int32_t L_14 = V_0; return (uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((uint16_t)L_9))&(int32_t)((int32_t)255)))|(int32_t)L_14)))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte2_set_PackedValue_m4789D3F6B4CB4329C425CB662CFD9242A874A379_inline (NormalizedByte2_tDC7A4A65978A5ABC3DD998BFCA376EB8887607E2 * __this, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte4_FromVector4_mB68D741A2843AEE85FFF4373D7696D2C2242EEEE_inline (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_il2cpp_TypeInfo_var); uint32_t L_0; L_0 = NormalizedByte4_Pack_m25D15506F2CE19FA844919BF2187F62AA686ECBD_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); NormalizedByte4_set_PackedValue_m7CA2C4A29ABDD2A7BEFC854960090DA9EFEE4E5D_inline((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NormalizedShort2_Pack_m1AD820D26D9FF9E17FC194E70144B23E466C0B1C_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_0 = ___vector0; IL2CPP_RUNTIME_CLASS_INIT(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_il2cpp_TypeInfo_var); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_1 = ((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_il2cpp_TypeInfo_var))->get_Max_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_2; L_2 = Vector2_op_Multiply_m5DC9070833DF763AED707C3EF0CAB9E1C21C5325_inline(L_0, L_1, /*hidden argument*/NULL); ___vector0 = L_2; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_3 = ___vector0; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4 = ((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_il2cpp_TypeInfo_var))->get_Min_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_5 = ((NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703_il2cpp_TypeInfo_var))->get_Max_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6; L_6 = Vector2_Clamp_mEBF511BD6C8FD380FE0D1801D16ED7EBC98CF5EF_inline(L_3, L_4, L_5, /*hidden argument*/NULL); ___vector0 = L_6; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_7 = ___vector0; float L_8 = L_7.get_X_0(); float L_9; L_9 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_8, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_10 = ___vector0; float L_11 = L_10.get_Y_1(); float L_12; L_12 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_11, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_12))&(int32_t)((int32_t)65535)))<<(int32_t)((int32_t)16))); uint32_t L_13 = V_0; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9))&(int32_t)((int32_t)65535)))|(int32_t)L_13)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort2_set_PackedValue_m9AAFAC013EC0B1280CAB5CE61A8DAF21BE50BD87_inline (NormalizedShort2_tA565246AD1895C1251C8622FB478D826EE7B7703 * __this, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort4_FromVector4_m2D9CB47367215FAC0A4127EA5668749937E1BC7F_inline (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_il2cpp_TypeInfo_var); uint64_t L_0; L_0 = NormalizedShort4_Pack_m76EC3879451ED829C3D964F5B42E8335066C929C_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); NormalizedShort4_set_PackedValue_m83DC9831DAFA09C6A3A712A9319AF721EA11A3C1_inline((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rg32_FromVector4_m7190BC219E3FDC310A5C0348FC0B803DDEA69294_inline (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2_t1455881409307224D6099F54FA7E478733EEF61D V_0; memset((&V_0), 0, sizeof(V_0)); { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___vector0; float L_3 = L_2.get_Y_1(); Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642((Vector2_t1455881409307224D6099F54FA7E478733EEF61D *)(&V_0), L_1, L_3, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_il2cpp_TypeInfo_var); uint32_t L_5; L_5 = Rg32_Pack_mB7A7885FCF02BD1C74D3B8C329BDEA8E0A368A0F_inline(L_4, /*hidden argument*/NULL); Rg32_set_PackedValue_m74ABF186E3E7E6A61E71331DB09BD8D8EA3E079D_inline((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB *)__this, L_5, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb24_FromVector4_mF1B830F312DD222856C6F1334063FD598FF7EA8B_inline (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Rgb24_Pack_mDDB1AF4A7E87BF6B828002324F38262C0711C51F_inline((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 *)__this, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F Rgba64_get_Rgb_mFC2E4D0122BBF12286BEEFFF838658B4C5045875_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_AsRef_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m659AC8BE49CE96A85AE6C340B17B961CCB3FE7DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unsafe_As_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m96736A7159F2A9B385397044B3E678B1BED3125E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_0; L_0 = Unsafe_AsRef_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m659AC8BE49CE96A85AE6C340B17B961CCB3FE7DE_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)__this, /*hidden argument*/Unsafe_AsRef_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m659AC8BE49CE96A85AE6C340B17B961CCB3FE7DE_RuntimeMethod_var); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * L_1; L_1 = Unsafe_As_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m96736A7159F2A9B385397044B3E678B1BED3125E_inline((Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)L_0, /*hidden argument*/Unsafe_As_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m96736A7159F2A9B385397044B3E678B1BED3125E_RuntimeMethod_var); Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F L_2 = (*(Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)L_1); return L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb48_FromVector4_m8FFE922830DB69BE37C13DFFDDC5CA374089D7C0_inline (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; L_2 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_0, L_1, L_2, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_3, (65535.0f), /*hidden argument*/NULL); ___vector0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ___vector0; float L_6 = L_5.get_X_0(); float L_7; L_7 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_6, /*hidden argument*/NULL); __this->set_R_0((uint16_t)il2cpp_codegen_cast_floating_point(L_7)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___vector0; float L_9 = L_8.get_Y_1(); float L_10; L_10 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_9, /*hidden argument*/NULL); __this->set_G_1((uint16_t)il2cpp_codegen_cast_floating_point(L_10)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11 = ___vector0; float L_12 = L_11.get_Z_2(); float L_13; L_13 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_12, /*hidden argument*/NULL); __this->set_B_2((uint16_t)il2cpp_codegen_cast_floating_point(L_13)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba1010102_FromVector4_m568A21AA7FE0593011979E9397C00E093BBFE5E3_inline (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_il2cpp_TypeInfo_var); uint32_t L_0; L_0 = Rgba1010102_Pack_m296112B0492CE04E1DFF0764461E613440699466_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); Rgba1010102_set_PackedValue_mBDF51AE3DE7B6742EA826750D1FC03A81DB85B0A_inline((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_FromVector4_mD5A40E53DFF193D01E8A14AFA093E11BCC4183F7_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Rgba32_Pack_m63BC4B6421E005814E9D4AEBA9614CBC27404258_inline((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)__this, (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba64_FromVector4_m19E0D698D27BF30E024200BB837E863FF99B649F_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; L_2 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_0, L_1, L_2, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_mC10B9F2968D30A22C0EEF88950B551F21591D748_inline(L_3, (65535.0f), /*hidden argument*/NULL); ___vector0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5 = ___vector0; float L_6 = L_5.get_X_0(); float L_7; L_7 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_6, /*hidden argument*/NULL); __this->set_R_0((uint16_t)il2cpp_codegen_cast_floating_point(L_7)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___vector0; float L_9 = L_8.get_Y_1(); float L_10; L_10 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_9, /*hidden argument*/NULL); __this->set_G_1((uint16_t)il2cpp_codegen_cast_floating_point(L_10)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_11 = ___vector0; float L_12 = L_11.get_Z_2(); float L_13; L_13 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_12, /*hidden argument*/NULL); __this->set_B_2((uint16_t)il2cpp_codegen_cast_floating_point(L_13)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___vector0; float L_15 = L_14.get_W_3(); float L_16; L_16 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_15, /*hidden argument*/NULL); __this->set_A_3((uint16_t)il2cpp_codegen_cast_floating_point(L_16)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RgbaVector_FromVector4_mEF5F780A05D9E22D2E2793C69EA890DCB5807623_inline (RgbaVector_tC24DAEA7984B353C7B6C3A1D409C2495126C7C53 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1; L_1 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; L_2 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_0, L_1, L_2, /*hidden argument*/NULL); ___vector0 = L_3; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___vector0; float L_5 = L_4.get_X_0(); __this->set_R_0(L_5); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___vector0; float L_7 = L_6.get_Y_1(); __this->set_G_1(L_7); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___vector0; float L_9 = L_8.get_Z_2(); __this->set_B_2(L_9); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___vector0; float L_11 = L_10.get_W_3(); __this->set_A_3(L_11); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Short2_Pack_m8A7753F894DE4CB78A59D3F03BA98248E05E63F7_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_0 = ___vector0; IL2CPP_RUNTIME_CLASS_INIT(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_il2cpp_TypeInfo_var); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_1 = ((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_StaticFields*)il2cpp_codegen_static_fields_for(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_il2cpp_TypeInfo_var))->get_Min_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_2 = ((Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_StaticFields*)il2cpp_codegen_static_fields_for(Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758_il2cpp_TypeInfo_var))->get_Max_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_3; L_3 = Vector2_Clamp_mEBF511BD6C8FD380FE0D1801D16ED7EBC98CF5EF_inline(L_0, L_1, L_2, /*hidden argument*/NULL); ___vector0 = L_3; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4 = ___vector0; float L_5 = L_4.get_X_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_6; L_6 = bankers_round(((double)((double)L_5))); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Convert_ToInt32_m02AB1E28E0CF98A2F89E88480795AC0FD7F66FC2(L_6, /*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_8 = ___vector0; float L_9 = L_8.get_Y_1(); double L_10; L_10 = bankers_round(((double)((double)L_9))); int32_t L_11; L_11 = Convert_ToInt32_m02AB1E28E0CF98A2F89E88480795AC0FD7F66FC2(L_10, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)65535)))<<(int32_t)((int32_t)16))); uint32_t L_12 = V_0; return ((int32_t)((int32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)65535)))|(int32_t)L_12)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short2_set_PackedValue_mBF2FB5BA80EB14454CAC49036655C5A934E3A559_inline (Short2_t7201C94E35C58FCE45104BA58E718E2F5FE66758 * __this, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short4_FromVector4_m519AA6025A1F7F2FE3946C845C5102F63B63155F_inline (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_il2cpp_TypeInfo_var); uint64_t L_0; L_0 = Short4_Pack_m7B580A2AAB3B54363B6930F4A04310CB7B9F65A7_inline((Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)(&___vector0), /*hidden argument*/NULL); Short4_set_PackedValue_mE2509C3F76A66E380647E1EE0F7C50BA019BA8BD_inline((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C *)__this, L_0, /*hidden argument*/NULL); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m5C7CE32B14B6E30467B378052FEA25300833C61F_inline (intptr_t* __this, const RuntimeMethod* method) { { intptr_t L_0 = *__this; return (void*)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Rgba64_ToVector4_mCA2213A8474A88C7077EA354DED8BE977762BAC8_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * __this, const RuntimeMethod* method) { { uint16_t L_0 = __this->get_R_0(); uint16_t L_1 = __this->get_G_1(); uint16_t L_2 = __this->get_B_2(); uint16_t L_3 = __this->get_A_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; memset((&L_4), 0, sizeof(L_4)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_4), ((float)((float)L_0)), ((float)((float)L_1)), ((float)((float)L_2)), ((float)((float)L_3)), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Vector4_op_Division_m82E4033E7058CE4787854874FEED0377803C0EE8_inline(L_4, (65535.0f), /*hidden argument*/NULL); return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t A8_Pack_mA657F3C1098F90E4DA5BE545980CCBFB7DBA76AB_inline (float ___alpha0, 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; } { float L_0 = ___alpha0; float L_1; L_1 = Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline(L_0, (0.0f), (1.0f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_2; L_2 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_1, (float)(255.0f)))))); return (uint8_t)il2cpp_codegen_cast_floating_point(L_2); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void A8_set_PackedValue_m8BD8EFA06A2F16D32A8260240A8E6874D1548C8B_inline (A8_tFB63755C0D5FD006348F0668E16BC0E539EBE4F4 * __this, uint8_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Abgr32_Pack_m67D927622D71260628DB6E657EE72BE3820E6C7C_inline (Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields*)il2cpp_codegen_static_fields_for(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_2, L_3, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields*)il2cpp_codegen_static_fields_for(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var))->get_Half_5(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9; L_9 = Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline(L_7, L_8, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5 = L_9; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_10 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_11); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_13; L_13 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ((Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_StaticFields*)il2cpp_codegen_static_fields_for(Abgr32_tEDC5C2355AA0C458A2906D93D5479316136C0890_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_15; L_15 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_12, L_13, L_14, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_10 = L_15; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_16 = ___vector0; float L_17 = L_16->get_X_0(); __this->set_R_3((uint8_t)il2cpp_codegen_cast_floating_point(L_17)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_18 = ___vector0; float L_19 = L_18->get_Y_1(); __this->set_G_2((uint8_t)il2cpp_codegen_cast_floating_point(L_19)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_20 = ___vector0; float L_21 = L_20->get_Z_2(); __this->set_B_1((uint8_t)il2cpp_codegen_cast_floating_point(L_21)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_22 = ___vector0; float L_23 = L_22->get_W_3(); __this->set_A_0((uint8_t)il2cpp_codegen_cast_floating_point(L_23)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Argb32_Pack_mB18941C609FF55B9EB32E062DAD6471809527E4D_inline (Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields*)il2cpp_codegen_static_fields_for(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_2, L_3, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields*)il2cpp_codegen_static_fields_for(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var))->get_Half_5(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9; L_9 = Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline(L_7, L_8, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5 = L_9; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_10 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_11); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_13; L_13 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ((Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_StaticFields*)il2cpp_codegen_static_fields_for(Argb32_t18798B80579CCEA3FF4942A8EA3C978E03B9F0BD_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_15; L_15 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_12, L_13, L_14, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_10 = L_15; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_16 = ___vector0; float L_17 = L_16->get_X_0(); __this->set_R_1((uint8_t)il2cpp_codegen_cast_floating_point(L_17)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_18 = ___vector0; float L_19 = L_18->get_Y_1(); __this->set_G_2((uint8_t)il2cpp_codegen_cast_floating_point(L_19)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_20 = ___vector0; float L_21 = L_20->get_Z_2(); __this->set_B_3((uint8_t)il2cpp_codegen_cast_floating_point(L_21)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_22 = ___vector0; float L_23 = L_22->get_W_3(); __this->set_A_0((uint8_t)il2cpp_codegen_cast_floating_point(L_23)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24_FromRgba32_mF9E6E847F397D311BA7975BCCB7F001AC446F58F_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 ___source0, const RuntimeMethod* method) { { Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_0; L_0 = Rgba32_get_Bgr_m802E05D07D0A496A7387CFEE6C7ACEEB33BB69E6_inline((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 *)(&___source0), /*hidden argument*/NULL); *(Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 *)__this = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgr565_Pack_m9FD9FEDE4A0A784DBF1825A1FAFB3259841E17FA_inline (Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * ___vector0, 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; } { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * L_0 = ___vector0; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * L_1 = ___vector0; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_2 = (*(Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 *)L_1); Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_3; L_3 = Vector3_get_Zero_mACEA51197DC0E58F0D1A9E5F06B4E4FB459EAF3D(/*hidden argument*/NULL); Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_4; L_4 = Vector3_get_One_m15396B518DD28586E12E43EB461367FCED17D1A1(/*hidden argument*/NULL); Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_5; L_5 = Vector3_Clamp_m82E54C589A2E38F7FEA4174258A7BA4C53D70E09_inline(L_2, L_3, L_4, /*hidden argument*/NULL); *(Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 *)L_0 = L_5; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * L_6 = ___vector0; float L_7 = L_6->get_X_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_8; L_8 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_7, (float)(31.0f)))))); Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * L_9 = ___vector0; float L_10 = L_9->get_Y_1(); double L_11; L_11 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_10, (float)(63.0f)))))); Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 * L_12 = ___vector0; float L_13 = L_12->get_Z_2(); double L_14; L_14 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_13, (float)(31.0f)))))); return (uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8))&(int32_t)((int32_t)31)))<<(int32_t)((int32_t)11)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11))&(int32_t)((int32_t)63)))<<(int32_t)5))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14))&(int32_t)((int32_t)31))))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr565_set_PackedValue_m052C96B2A876AB7C141B36DC2C4456349FA445A4_inline (Bgr565_tC783A98BA298B0A88C70C3DB5921BD0D717D512C * __this, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra32_Pack_mF047A95797AE1601A4A87DAE50DB5A3A33F2872D_inline (Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields*)il2cpp_codegen_static_fields_for(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_2, L_3, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields*)il2cpp_codegen_static_fields_for(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var))->get_Half_5(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9; L_9 = Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline(L_7, L_8, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5 = L_9; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_10 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_11); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_13; L_13 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ((Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_StaticFields*)il2cpp_codegen_static_fields_for(Bgra32_t0F2722616B5B503A19FBD8F3FF60379A7FC53A02_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_15; L_15 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_12, L_13, L_14, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_10 = L_15; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_16 = ___vector0; float L_17 = L_16->get_X_0(); __this->set_R_2((uint8_t)il2cpp_codegen_cast_floating_point(L_17)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_18 = ___vector0; float L_19 = L_18->get_Y_1(); __this->set_G_1((uint8_t)il2cpp_codegen_cast_floating_point(L_19)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_20 = ___vector0; float L_21 = L_20->get_Z_2(); __this->set_B_0((uint8_t)il2cpp_codegen_cast_floating_point(L_21)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_22 = ___vector0; float L_23 = L_22->get_W_3(); __this->set_A_3((uint8_t)il2cpp_codegen_cast_floating_point(L_23)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgra4444_Pack_m9D89B256C52B4A747E64399F2CC2BE2BE2BF668F_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, 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; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_2, L_3, L_4, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_5; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; float L_7 = L_6->get_W_3(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_8; L_8 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_7, (float)(15.0f)))))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_9 = ___vector0; float L_10 = L_9->get_X_0(); double L_11; L_11 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_10, (float)(15.0f)))))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_12 = ___vector0; float L_13 = L_12->get_Y_1(); double L_14; L_14 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_13, (float)(15.0f)))))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_15 = ___vector0; float L_16 = L_15->get_Z_2(); double L_17; L_17 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_16, (float)(15.0f)))))); return (uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8))&(int32_t)((int32_t)15)))<<(int32_t)((int32_t)12)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11))&(int32_t)((int32_t)15)))<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14))&(int32_t)((int32_t)15)))<<(int32_t)4))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17))&(int32_t)((int32_t)15))))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra4444_set_PackedValue_m166210D65942388FBCBFCA640FE58FC8C484A842_inline (Bgra4444_tED6114863BBEF3EAF5A5D42E16AABF57B16906E4 * __this, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t Bgra5551_Pack_mE911B77FBBC6AB7AC4B5FD560876B4BCFAA7E5AA_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, 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; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_2, L_3, L_4, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_5; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; float L_7 = L_6->get_X_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_8; L_8 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_7, (float)(31.0f)))))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_9 = ___vector0; float L_10 = L_9->get_Y_1(); double L_11; L_11 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_10, (float)(31.0f)))))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_12 = ___vector0; float L_13 = L_12->get_Z_2(); double L_14; L_14 = bankers_round(((double)((double)((float)il2cpp_codegen_multiply((float)L_13, (float)(31.0f)))))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_15 = ___vector0; float L_16 = L_15->get_W_3(); double L_17; L_17 = bankers_round(((double)((double)L_16))); return (uint16_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8))&(int32_t)((int32_t)31)))<<(int32_t)((int32_t)10)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11))&(int32_t)((int32_t)31)))<<(int32_t)5))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14))&(int32_t)((int32_t)31)))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17))&(int32_t)1))<<(int32_t)((int32_t)15))))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgra5551_set_PackedValue_mA7F281129FA16BD297FCD7D9099FD81024F95F92_inline (Bgra5551_t3FBC548EC51F118E1990C176F6296AD8D184B4D8 * __this, uint16_t ___value0, const RuntimeMethod* method) { { uint16_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___left0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___right1; float L_3 = L_2.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___left0; float L_5 = L_4.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___right1; float L_7 = L_6.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___left0; float L_9 = L_8.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___right1; float L_11 = L_10.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___left0; float L_13 = L_12.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___right1; float L_15 = L_14.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_16; memset((&L_16), 0, sizeof(L_16)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_16), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_3)), ((float)il2cpp_codegen_multiply((float)L_5, (float)L_7)), ((float)il2cpp_codegen_multiply((float)L_9, (float)L_11)), ((float)il2cpp_codegen_multiply((float)L_13, (float)L_15)), /*hidden argument*/NULL); return L_16; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Byte4_Pack_mC9C14B5D59F1BCE84ED25B4C501CEA9433DDC3D0_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, 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; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; memset((&L_4), 0, sizeof(L_4)); Vector4__ctor_m63EC2B2E36402A4891067A37B6F0A50CACDD34DE((&L_4), (255.0f), /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_2, L_3, L_4, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_5; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; float L_7 = L_6->get_X_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_8; L_8 = bankers_round(((double)((double)L_7))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_9 = ___vector0; float L_10 = L_9->get_Y_1(); double L_11; L_11 = bankers_round(((double)((double)L_10))); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_cast_floating_point(L_11)&(int32_t)((int32_t)255)))<<(int32_t)8)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_12 = ___vector0; float L_13 = L_12->get_Z_2(); double L_14; L_14 = bankers_round(((double)((double)L_13))); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_cast_floating_point(L_14)&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)16))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_15 = ___vector0; float L_16 = L_15->get_W_3(); double L_17; L_17 = bankers_round(((double)((double)L_16))); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_cast_floating_point(L_17)&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)24))); uint32_t L_18 = V_0; uint32_t L_19 = V_1; uint32_t L_20 = V_2; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_cast_floating_point(L_8)&(int32_t)((int32_t)255)))|(int32_t)L_18))|(int32_t)L_19))|(int32_t)L_20)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Byte4_set_PackedValue_m024BD207AC39089A6B2008B317D574A70F71E7E1_inline (Byte4_tF8468C1C5155B1D9075212FA6AB1133E3ADD8B22 * __this, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_op_Multiply_m5DC9070833DF763AED707C3EF0CAB9E1C21C5325_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___left0, Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___right1, const RuntimeMethod* method) { { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_0 = ___left0; float L_1 = L_0.get_X_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_2 = ___right1; float L_3 = L_2.get_X_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4 = ___left0; float L_5 = L_4.get_Y_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6 = ___right1; float L_7 = L_6.get_Y_1(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_8; memset((&L_8), 0, sizeof(L_8)); Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642((&L_8), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_3)), ((float)il2cpp_codegen_multiply((float)L_5, (float)L_7)), /*hidden argument*/NULL); return L_8; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t HalfVector4_Pack_m5B91CC4BE45BC93B81BF77871F71E1879F3231DD_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; float L_1 = L_0->get_X_0(); uint16_t L_2; L_2 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_1, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_3 = ___vector0; float L_4 = L_3->get_Y_1(); uint16_t L_5; L_5 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_4, /*hidden argument*/NULL); V_0 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_5))<<(int32_t)((int32_t)16))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; float L_7 = L_6->get_Z_2(); uint16_t L_8; L_8 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_7, /*hidden argument*/NULL); V_1 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_8))<<(int32_t)((int32_t)32))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_9 = ___vector0; float L_10 = L_9->get_W_3(); uint16_t L_11; L_11 = HalfTypeHelper_Pack_m57389EFC3EB2A11FE573F14C459F8628374CCFF3_inline(L_10, /*hidden argument*/NULL); V_2 = ((int64_t)((int64_t)((int64_t)((uint64_t)L_11))<<(int32_t)((int32_t)48))); uint64_t L_12 = V_0; uint64_t L_13 = V_1; uint64_t L_14 = V_2; return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_2))|(int64_t)L_12))|(int64_t)L_13))|(int64_t)L_14)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HalfVector4_set_PackedValue_m575B61438D778A34EAC982DD55F8EB756742C914_inline (HalfVector4_t9E2CF52803B5A4B758CE35DC979E3920A5FC9B97 * __this, uint64_t ___value0, const RuntimeMethod* method) { { uint64_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___min1, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___max2, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___value0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_1 = ___min1; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; L_2 = Vector4_Max_m380A5635BED6B0A2B53FA18CE530A2C88907C0FD_inline(L_0, L_1, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ___max2; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_Min_mD400C92160CCFF020D86CDB2728E2C23B3270423_inline(L_2, L_3, /*hidden argument*/NULL); return L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t ColorNumerics_Get16BitBT709Luminance_m6E1F0348386B18AF8489F542CB45B5A85052C380_inline (float ___r0, float ___g1, float ___b2, const RuntimeMethod* method) { { float L_0 = ___r0; float L_1 = ___g1; float L_2 = ___b2; return (uint16_t)il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_0, (float)(0.212599993f))), (float)((float)il2cpp_codegen_multiply((float)L_1, (float)(0.715200007f))))), (float)((float)il2cpp_codegen_multiply((float)L_2, (float)(0.0722000003f))))), (float)(0.5f)))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___left0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___right1; float L_3 = L_2.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___left0; float L_5 = L_4.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___right1; float L_7 = L_6.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___left0; float L_9 = L_8.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___right1; float L_11 = L_10.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___left0; float L_13 = L_12.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___right1; float L_15 = L_14.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_16; memset((&L_16), 0, sizeof(L_16)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_16), ((float)il2cpp_codegen_add((float)L_1, (float)L_3)), ((float)il2cpp_codegen_add((float)L_5, (float)L_7)), ((float)il2cpp_codegen_add((float)L_9, (float)L_11)), ((float)il2cpp_codegen_add((float)L_13, (float)L_15)), /*hidden argument*/NULL); return L_16; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline (float ___f0, 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; } { float L_0 = ___f0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_1; L_1 = bankers_round(((double)((double)L_0))); return ((float)((float)L_1)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1455881409307224D6099F54FA7E478733EEF61D Vector2_Clamp_mEBF511BD6C8FD380FE0D1801D16ED7EBC98CF5EF_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___value10, Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___min1, Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___max2, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float G_B3_0 = 0.0f; float G_B6_0 = 0.0f; float G_B9_0 = 0.0f; float G_B12_0 = 0.0f; { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_0 = ___value10; float L_1 = L_0.get_X_0(); V_0 = L_1; float L_2 = V_0; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_3 = ___max2; float L_4 = L_3.get_X_0(); if ((((float)L_2) > ((float)L_4))) { goto IL_0013; } } { float L_5 = V_0; G_B3_0 = L_5; goto IL_0019; } IL_0013: { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6 = ___max2; float L_7 = L_6.get_X_0(); G_B3_0 = L_7; } IL_0019: { V_0 = G_B3_0; float L_8 = V_0; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_9 = ___min1; float L_10 = L_9.get_X_0(); if ((((float)L_8) < ((float)L_10))) { goto IL_0026; } } { float L_11 = V_0; G_B6_0 = L_11; goto IL_002c; } IL_0026: { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_12 = ___min1; float L_13 = L_12.get_X_0(); G_B6_0 = L_13; } IL_002c: { V_0 = G_B6_0; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_14 = ___value10; float L_15 = L_14.get_Y_1(); V_1 = L_15; float L_16 = V_1; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_17 = ___max2; float L_18 = L_17.get_Y_1(); if ((((float)L_16) > ((float)L_18))) { goto IL_0040; } } { float L_19 = V_1; G_B9_0 = L_19; goto IL_0046; } IL_0040: { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_20 = ___max2; float L_21 = L_20.get_Y_1(); G_B9_0 = L_21; } IL_0046: { V_1 = G_B9_0; float L_22 = V_1; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_23 = ___min1; float L_24 = L_23.get_Y_1(); if ((((float)L_22) < ((float)L_24))) { goto IL_0053; } } { float L_25 = V_1; G_B12_0 = L_25; goto IL_0059; } IL_0053: { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_26 = ___min1; float L_27 = L_26.get_Y_1(); G_B12_0 = L_27; } IL_0059: { V_1 = G_B12_0; float L_28 = V_0; float L_29 = V_1; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_30; memset((&L_30), 0, sizeof(L_30)); Vector2__ctor_m4E35D37ABA9EC5126AD0CBEB001298006F01B642((&L_30), L_28, L_29, /*hidden argument*/NULL); return L_30; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NormalizedByte4_Pack_m25D15506F2CE19FA844919BF2187F62AA686ECBD_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_il2cpp_TypeInfo_var))->get_MinusOne_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_2, L_3, L_4, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ((NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929_il2cpp_TypeInfo_var))->get_Half_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7; L_7 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_5, L_6, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_7; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8 = ___vector0; float L_9 = L_8->get_X_0(); float L_10; L_10 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int16_t L_11; L_11 = Convert_ToInt16_m85F48A07C1F028876CBF5ACAE49D88F003985438(L_10, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_12 = ___vector0; float L_13 = L_12->get_Y_1(); float L_14; L_14 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_13, /*hidden argument*/NULL); int16_t L_15; L_15 = Convert_ToInt16_m85F48A07C1F028876CBF5ACAE49D88F003985438(L_14, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)255)))<<(int32_t)8)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_16 = ___vector0; float L_17 = L_16->get_Z_2(); float L_18; L_18 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_17, /*hidden argument*/NULL); int16_t L_19; L_19 = Convert_ToInt16_m85F48A07C1F028876CBF5ACAE49D88F003985438(L_18, /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)16))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_20 = ___vector0; float L_21 = L_20->get_W_3(); float L_22; L_22 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_21, /*hidden argument*/NULL); int16_t L_23; L_23 = Convert_ToInt16_m85F48A07C1F028876CBF5ACAE49D88F003985438(L_22, /*hidden argument*/NULL); V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_23&(int32_t)((int32_t)255)))<<(int32_t)((int32_t)24))); uint32_t L_24 = V_0; uint32_t L_25 = V_1; uint32_t L_26 = V_2; return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)255)))|(int32_t)L_24))|(int32_t)L_25))|(int32_t)L_26)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedByte4_set_PackedValue_m7CA2C4A29ABDD2A7BEFC854960090DA9EFEE4E5D_inline (NormalizedByte4_t42240E723E2A85FD209182791E6CEA521C7F6929 * __this, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t NormalizedShort4_Pack_m76EC3879451ED829C3D964F5B42E8335066C929C_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_il2cpp_TypeInfo_var))->get_Max_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_2, L_3, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_il2cpp_TypeInfo_var))->get_Min_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9 = ((NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_StaticFields*)il2cpp_codegen_static_fields_for(NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14_il2cpp_TypeInfo_var))->get_Max_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10; L_10 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_7, L_8, L_9, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5 = L_10; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11 = ___vector0; float L_12 = L_11->get_X_0(); float L_13; L_13 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_14; L_14 = Convert_ToInt32_mAFAE7DA97BACA9CEC03D40A2D322093B122B02FE(L_13, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_15 = ___vector0; float L_16 = L_15->get_Y_1(); float L_17; L_17 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_16, /*hidden argument*/NULL); int32_t L_18; L_18 = Convert_ToInt32_mAFAE7DA97BACA9CEC03D40A2D322093B122B02FE(L_17, /*hidden argument*/NULL); V_0 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_18))&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))<<(int32_t)((int32_t)16))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_19 = ___vector0; float L_20 = L_19->get_Z_2(); float L_21; L_21 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_20, /*hidden argument*/NULL); int32_t L_22; L_22 = Convert_ToInt32_mAFAE7DA97BACA9CEC03D40A2D322093B122B02FE(L_21, /*hidden argument*/NULL); V_1 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_22))&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))<<(int32_t)((int32_t)32))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_23 = ___vector0; float L_24 = L_23->get_W_3(); float L_25; L_25 = MathF_Round_m1A062AB439332D49A0EB307FF5450816961642FB_inline(L_24, /*hidden argument*/NULL); int32_t L_26; L_26 = Convert_ToInt32_mAFAE7DA97BACA9CEC03D40A2D322093B122B02FE(L_25, /*hidden argument*/NULL); V_2 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_26))&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))<<(int32_t)((int32_t)48))); uint64_t L_27 = V_0; uint64_t L_28 = V_1; uint64_t L_29 = V_2; return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_14))&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))|(int64_t)L_27))|(int64_t)L_28))|(int64_t)L_29)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NormalizedShort4_set_PackedValue_m83DC9831DAFA09C6A3A712A9319AF721EA11A3C1_inline (NormalizedShort4_t09DA207C3D0C2409FACFFAB04F05A970F45F2D14 * __this, uint64_t ___value0, const RuntimeMethod* method) { { uint64_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Rg32_Pack_mB7A7885FCF02BD1C74D3B8C329BDEA8E0A368A0F_inline (Vector2_t1455881409307224D6099F54FA7E478733EEF61D ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_0 = ___vector0; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_1; L_1 = Vector2_get_Zero_mE2238C1104703545C28EE1FB6874C0F1DF3CF89D(/*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_2; L_2 = Vector2_get_One_mEE6AA7A2084E3BED5D8D68D4D97C3E455116F2E8(/*hidden argument*/NULL); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_3; L_3 = Vector2_Clamp_mEBF511BD6C8FD380FE0D1801D16ED7EBC98CF5EF_inline(L_0, L_1, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_il2cpp_TypeInfo_var); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_4 = ((Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_StaticFields*)il2cpp_codegen_static_fields_for(Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB_il2cpp_TypeInfo_var))->get_Max_0(); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_5; L_5 = Vector2_op_Multiply_m5DC9070833DF763AED707C3EF0CAB9E1C21C5325_inline(L_3, L_4, /*hidden argument*/NULL); ___vector0 = L_5; Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_6 = ___vector0; float L_7 = L_6.get_X_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_8; L_8 = bankers_round(((double)((double)L_7))); Vector2_t1455881409307224D6099F54FA7E478733EEF61D L_9 = ___vector0; float L_10 = L_9.get_Y_1(); double L_11; L_11 = bankers_round(((double)((double)L_10))); return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8))&(int32_t)((int32_t)65535)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11))&(int32_t)((int32_t)65535)))<<(int32_t)((int32_t)16))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rg32_set_PackedValue_m74ABF186E3E7E6A61E71331DB09BD8D8EA3E079D_inline (Rg32_t839F526910DCBB689E9E329CA2BA82BCB097DDFB * __this, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgb24_Pack_mDDB1AF4A7E87BF6B828002324F38262C0711C51F_inline (Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_StaticFields*)il2cpp_codegen_static_fields_for(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_il2cpp_TypeInfo_var))->get_MaxBytes_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_2, L_3, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_StaticFields*)il2cpp_codegen_static_fields_for(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_il2cpp_TypeInfo_var))->get_Half_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9; L_9 = Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline(L_7, L_8, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5 = L_9; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_10 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_11); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_13; L_13 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ((Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_StaticFields*)il2cpp_codegen_static_fields_for(Rgb24_t87728ACFC6F4F2A4A400C682C0067122C6BBAFA3_il2cpp_TypeInfo_var))->get_MaxBytes_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_15; L_15 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_12, L_13, L_14, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_10 = L_15; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_16 = ___vector0; float L_17 = L_16->get_X_0(); __this->set_R_0((uint8_t)il2cpp_codegen_cast_floating_point(L_17)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_18 = ___vector0; float L_19 = L_18->get_Y_1(); __this->set_G_1((uint8_t)il2cpp_codegen_cast_floating_point(L_19)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_20 = ___vector0; float L_21 = L_20->get_Z_2(); __this->set_B_2((uint8_t)il2cpp_codegen_cast_floating_point(L_21)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Rgba1010102_Pack_m296112B0492CE04E1DFF0764461E613440699466_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_get_One_mAD1193BFE306D9BCB69A5679CB4182AD9B69CC79(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_2, L_3, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ((Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_StaticFields*)il2cpp_codegen_static_fields_for(Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC_il2cpp_TypeInfo_var))->get_Multiplier_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7; L_7 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_5, L_6, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_7; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_8 = ___vector0; float L_9 = L_8->get_X_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_10; L_10 = bankers_round(((double)((double)L_9))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11 = ___vector0; float L_12 = L_11->get_Y_1(); double L_13; L_13 = bankers_round(((double)((double)L_12))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_14 = ___vector0; float L_15 = L_14->get_Z_2(); double L_16; L_16 = bankers_round(((double)((double)L_15))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_17 = ___vector0; float L_18 = L_17->get_W_3(); double L_19; L_19 = bankers_round(((double)((double)L_18))); return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_10))&(int32_t)((int32_t)1023)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_13))&(int32_t)((int32_t)1023)))<<(int32_t)((int32_t)10)))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_16))&(int32_t)((int32_t)1023)))<<(int32_t)((int32_t)20)))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_19))&(int32_t)3))<<(int32_t)((int32_t)30))))); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba1010102_set_PackedValue_mBDF51AE3DE7B6742EA826750D1FC03A81DB85B0A_inline (Rgba1010102_t37456A81213794A219B5E125044CD6610ADF92CC * __this, uint32_t ___value0, const RuntimeMethod* method) { { uint32_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rgba32_Pack_m63BC4B6421E005814E9D4AEBA9614CBC27404258_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields*)il2cpp_codegen_static_fields_for(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4; L_4 = Vector4_op_Multiply_m7A2DEF13763AEA1F0EF2325D8CA8CF5FC96F3187_inline(L_2, L_3, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_4; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_5 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_7 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_6); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields*)il2cpp_codegen_static_fields_for(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var))->get_Half_5(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_9; L_9 = Vector4_op_Addition_mA2AE1C8CE39B7953ADA8DAA9224FDEFF2A507E6B_inline(L_7, L_8, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_5 = L_9; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_10 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_11 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_11); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_13; L_13 = Vector4_get_Zero_m9DF33E62E2F598C292CC96762033EB29D1D29C45(/*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ((Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_StaticFields*)il2cpp_codegen_static_fields_for(Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3_il2cpp_TypeInfo_var))->get_MaxBytes_4(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_15; L_15 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_12, L_13, L_14, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_10 = L_15; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_16 = ___vector0; float L_17 = L_16->get_X_0(); __this->set_R_0((uint8_t)il2cpp_codegen_cast_floating_point(L_17)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_18 = ___vector0; float L_19 = L_18->get_Y_1(); __this->set_G_1((uint8_t)il2cpp_codegen_cast_floating_point(L_19)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_20 = ___vector0; float L_21 = L_20->get_Z_2(); __this->set_B_2((uint8_t)il2cpp_codegen_cast_floating_point(L_21)); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_22 = ___vector0; float L_23 = L_22->get_W_3(); __this->set_A_3((uint8_t)il2cpp_codegen_cast_floating_point(L_23)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t Short4_Pack_m7B580A2AAB3B54363B6930F4A04310CB7B9F65A7_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * ___vector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; uint64_t V_1 = 0; uint64_t V_2 = 0; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_0 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_1 = ___vector0; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = (*(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_1); IL2CPP_RUNTIME_CLASS_INIT(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_il2cpp_TypeInfo_var); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3 = ((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_StaticFields*)il2cpp_codegen_static_fields_for(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_il2cpp_TypeInfo_var))->get_Min_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ((Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_StaticFields*)il2cpp_codegen_static_fields_for(Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C_il2cpp_TypeInfo_var))->get_Max_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_5; L_5 = Numerics_Clamp_m1EC956B0CC9CBDCA73629BD76D3A5FBB8A14910F_inline(L_2, L_3, L_4, /*hidden argument*/NULL); *(Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 *)L_0 = L_5; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_6 = ___vector0; float L_7 = L_6->get_X_0(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_8; L_8 = bankers_round(((double)((double)L_7))); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_9; L_9 = Convert_ToInt32_m02AB1E28E0CF98A2F89E88480795AC0FD7F66FC2(L_8, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_10 = ___vector0; float L_11 = L_10->get_Y_1(); double L_12; L_12 = bankers_round(((double)((double)L_11))); int32_t L_13; L_13 = Convert_ToInt32_m02AB1E28E0CF98A2F89E88480795AC0FD7F66FC2(L_12, /*hidden argument*/NULL); V_0 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_13))&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))<<(int32_t)((int32_t)16))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_14 = ___vector0; float L_15 = L_14->get_Z_2(); double L_16; L_16 = bankers_round(((double)((double)L_15))); int32_t L_17; L_17 = Convert_ToInt32_m02AB1E28E0CF98A2F89E88480795AC0FD7F66FC2(L_16, /*hidden argument*/NULL); V_1 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_17))&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))<<(int32_t)((int32_t)32))); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 * L_18 = ___vector0; float L_19 = L_18->get_W_3(); double L_20; L_20 = bankers_round(((double)((double)L_19))); int32_t L_21; L_21 = Convert_ToInt32_m02AB1E28E0CF98A2F89E88480795AC0FD7F66FC2(L_20, /*hidden argument*/NULL); V_2 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_21))&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))<<(int32_t)((int32_t)48))); uint64_t L_22 = V_0; uint64_t L_23 = V_1; uint64_t L_24 = V_2; return ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_9))&(int64_t)((int64_t)((int64_t)((int32_t)65535)))))|(int64_t)L_22))|(int64_t)L_23))|(int64_t)L_24)); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Short4_set_PackedValue_mE2509C3F76A66E380647E1EE0F7C50BA019BA8BD_inline (Short4_tFFB6E5A6FE3447E2FDB988943812F3CE8E7B8B0C * __this, uint64_t ___value0, const RuntimeMethod* method) { { uint64_t L_0 = ___value0; __this->set_U3CPackedValueU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * Unsafe_AsRef_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_m659AC8BE49CE96A85AE6C340B17B961CCB3FE7DE_gshared_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * ___source0, const RuntimeMethod* method) { { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_0 = ___source0; return (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F *)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F * Unsafe_As_TisRgba64_t3037F03E646685C1639C0D10841EF921B021B55F_TisRgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F_m96736A7159F2A9B385397044B3E678B1BED3125E_gshared_inline (Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * ___source0, const RuntimeMethod* method) { { Rgba64_t3037F03E646685C1639C0D10841EF921B021B55F * L_0 = ___source0; return (Rgb48_t7374AB91EA2FF088E31C00DB075C0105E1D97C9F *)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Division_m82E4033E7058CE4787854874FEED0377803C0EE8_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value10, float ___value21, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___value10; float L_1 = ___value21; Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2; memset((&L_2), 0, sizeof(L_2)); Vector4__ctor_m63EC2B2E36402A4891067A37B6F0A50CACDD34DE((&L_2), L_1, /*hidden argument*/NULL); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_3; L_3 = Vector4_op_Division_m42A9C429E7265118F4E68AE51A7C9C91E1A86C65_inline(L_0, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Numerics_Clamp_mFDB2B0615330F47BBEF2926772BBB30A29BDC993_inline (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method) { { float L_0 = ___value0; float L_1 = ___max2; if ((!(((float)L_0) > ((float)L_1)))) { goto IL_0006; } } { float L_2 = ___max2; return L_2; } IL_0006: { float L_3 = ___value0; float L_4 = ___min1; if ((!(((float)L_3) < ((float)L_4)))) { goto IL_000c; } } { float L_5 = ___min1; return L_5; } IL_000c: { float L_6 = ___value0; return L_6; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 Rgba32_get_Bgr_m802E05D07D0A496A7387CFEE6C7ACEEB33BB69E6_inline (Rgba32_t1184C9A30A26072D3DA18AAF3F7D3BEE0CA2B7A3 * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_R_0(); uint8_t L_1 = __this->get_G_1(); uint8_t L_2 = __this->get_B_2(); Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 L_3; memset((&L_3), 0, sizeof(L_3)); Bgr24__ctor_m7B721FEAF163B29405A0E0833120BBAC898F283F_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 Vector3_Clamp_m82E54C589A2E38F7FEA4174258A7BA4C53D70E09_inline (Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 ___value10, Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 ___min1, Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 ___max2, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float G_B3_0 = 0.0f; float G_B6_0 = 0.0f; float G_B9_0 = 0.0f; float G_B12_0 = 0.0f; float G_B15_0 = 0.0f; float G_B18_0 = 0.0f; { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_0 = ___value10; float L_1 = L_0.get_X_0(); V_0 = L_1; float L_2 = V_0; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_3 = ___max2; float L_4 = L_3.get_X_0(); if ((((float)L_2) > ((float)L_4))) { goto IL_0013; } } { float L_5 = V_0; G_B3_0 = L_5; goto IL_0019; } IL_0013: { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_6 = ___max2; float L_7 = L_6.get_X_0(); G_B3_0 = L_7; } IL_0019: { V_0 = G_B3_0; float L_8 = V_0; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_9 = ___min1; float L_10 = L_9.get_X_0(); if ((((float)L_8) < ((float)L_10))) { goto IL_0026; } } { float L_11 = V_0; G_B6_0 = L_11; goto IL_002c; } IL_0026: { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_12 = ___min1; float L_13 = L_12.get_X_0(); G_B6_0 = L_13; } IL_002c: { V_0 = G_B6_0; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_14 = ___value10; float L_15 = L_14.get_Y_1(); V_1 = L_15; float L_16 = V_1; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_17 = ___max2; float L_18 = L_17.get_Y_1(); if ((((float)L_16) > ((float)L_18))) { goto IL_0040; } } { float L_19 = V_1; G_B9_0 = L_19; goto IL_0046; } IL_0040: { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_20 = ___max2; float L_21 = L_20.get_Y_1(); G_B9_0 = L_21; } IL_0046: { V_1 = G_B9_0; float L_22 = V_1; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_23 = ___min1; float L_24 = L_23.get_Y_1(); if ((((float)L_22) < ((float)L_24))) { goto IL_0053; } } { float L_25 = V_1; G_B12_0 = L_25; goto IL_0059; } IL_0053: { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_26 = ___min1; float L_27 = L_26.get_Y_1(); G_B12_0 = L_27; } IL_0059: { V_1 = G_B12_0; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_28 = ___value10; float L_29 = L_28.get_Z_2(); V_2 = L_29; float L_30 = V_2; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_31 = ___max2; float L_32 = L_31.get_Z_2(); if ((((float)L_30) > ((float)L_32))) { goto IL_006d; } } { float L_33 = V_2; G_B15_0 = L_33; goto IL_0073; } IL_006d: { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_34 = ___max2; float L_35 = L_34.get_Z_2(); G_B15_0 = L_35; } IL_0073: { V_2 = G_B15_0; float L_36 = V_2; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_37 = ___min1; float L_38 = L_37.get_Z_2(); if ((((float)L_36) < ((float)L_38))) { goto IL_0080; } } { float L_39 = V_2; G_B18_0 = L_39; goto IL_0086; } IL_0080: { Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_40 = ___min1; float L_41 = L_40.get_Z_2(); G_B18_0 = L_41; } IL_0086: { V_2 = G_B18_0; float L_42 = V_0; float L_43 = V_1; float L_44 = V_2; Vector3_t730D245B51C9AAE75E6418A259810C98AC4A9F65 L_45; memset((&L_45), 0, sizeof(L_45)); Vector3__ctor_m3C199C444CBE5C59587FAE802686BDB1F3D8CC9C((&L_45), L_42, L_43, L_44, /*hidden argument*/NULL); return L_45; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_Max_m380A5635BED6B0A2B53FA18CE530A2C88907C0FD_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value10, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value21, const RuntimeMethod* method) { float G_B3_0 = 0.0f; float G_B5_0 = 0.0f; float G_B4_0 = 0.0f; float G_B6_0 = 0.0f; float G_B6_1 = 0.0f; float G_B8_0 = 0.0f; float G_B8_1 = 0.0f; float G_B7_0 = 0.0f; float G_B7_1 = 0.0f; float G_B9_0 = 0.0f; float G_B9_1 = 0.0f; float G_B9_2 = 0.0f; float G_B11_0 = 0.0f; float G_B11_1 = 0.0f; float G_B11_2 = 0.0f; float G_B10_0 = 0.0f; float G_B10_1 = 0.0f; float G_B10_2 = 0.0f; float G_B12_0 = 0.0f; float G_B12_1 = 0.0f; float G_B12_2 = 0.0f; float G_B12_3 = 0.0f; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___value10; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___value21; float L_3 = L_2.get_X_0(); if ((((float)L_1) > ((float)L_3))) { goto IL_0016; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___value21; float L_5 = L_4.get_X_0(); G_B3_0 = L_5; goto IL_001c; } IL_0016: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___value10; float L_7 = L_6.get_X_0(); G_B3_0 = L_7; } IL_001c: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___value10; float L_9 = L_8.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___value21; float L_11 = L_10.get_Y_1(); G_B4_0 = G_B3_0; if ((((float)L_9) > ((float)L_11))) { G_B5_0 = G_B3_0; goto IL_0032; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___value21; float L_13 = L_12.get_Y_1(); G_B6_0 = L_13; G_B6_1 = G_B4_0; goto IL_0038; } IL_0032: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___value10; float L_15 = L_14.get_Y_1(); G_B6_0 = L_15; G_B6_1 = G_B5_0; } IL_0038: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_16 = ___value10; float L_17 = L_16.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_18 = ___value21; float L_19 = L_18.get_Z_2(); G_B7_0 = G_B6_0; G_B7_1 = G_B6_1; if ((((float)L_17) > ((float)L_19))) { G_B8_0 = G_B6_0; G_B8_1 = G_B6_1; goto IL_004e; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20 = ___value21; float L_21 = L_20.get_Z_2(); G_B9_0 = L_21; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; goto IL_0054; } IL_004e: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22 = ___value10; float L_23 = L_22.get_Z_2(); G_B9_0 = L_23; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; } IL_0054: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_24 = ___value10; float L_25 = L_24.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_26 = ___value21; float L_27 = L_26.get_W_3(); G_B10_0 = G_B9_0; G_B10_1 = G_B9_1; G_B10_2 = G_B9_2; if ((((float)L_25) > ((float)L_27))) { G_B11_0 = G_B9_0; G_B11_1 = G_B9_1; G_B11_2 = G_B9_2; goto IL_006a; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28 = ___value21; float L_29 = L_28.get_W_3(); G_B12_0 = L_29; G_B12_1 = G_B10_0; G_B12_2 = G_B10_1; G_B12_3 = G_B10_2; goto IL_0070; } IL_006a: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30 = ___value10; float L_31 = L_30.get_W_3(); G_B12_0 = L_31; G_B12_1 = G_B11_0; G_B12_2 = G_B11_1; G_B12_3 = G_B11_2; } IL_0070: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_32; memset((&L_32), 0, sizeof(L_32)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_32), G_B12_3, G_B12_2, G_B12_1, G_B12_0, /*hidden argument*/NULL); return L_32; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_Min_mD400C92160CCFF020D86CDB2728E2C23B3270423_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value10, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___value21, const RuntimeMethod* method) { float G_B3_0 = 0.0f; float G_B5_0 = 0.0f; float G_B4_0 = 0.0f; float G_B6_0 = 0.0f; float G_B6_1 = 0.0f; float G_B8_0 = 0.0f; float G_B8_1 = 0.0f; float G_B7_0 = 0.0f; float G_B7_1 = 0.0f; float G_B9_0 = 0.0f; float G_B9_1 = 0.0f; float G_B9_2 = 0.0f; float G_B11_0 = 0.0f; float G_B11_1 = 0.0f; float G_B11_2 = 0.0f; float G_B10_0 = 0.0f; float G_B10_1 = 0.0f; float G_B10_2 = 0.0f; float G_B12_0 = 0.0f; float G_B12_1 = 0.0f; float G_B12_2 = 0.0f; float G_B12_3 = 0.0f; { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___value10; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___value21; float L_3 = L_2.get_X_0(); if ((((float)L_1) < ((float)L_3))) { goto IL_0016; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___value21; float L_5 = L_4.get_X_0(); G_B3_0 = L_5; goto IL_001c; } IL_0016: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___value10; float L_7 = L_6.get_X_0(); G_B3_0 = L_7; } IL_001c: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___value10; float L_9 = L_8.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___value21; float L_11 = L_10.get_Y_1(); G_B4_0 = G_B3_0; if ((((float)L_9) < ((float)L_11))) { G_B5_0 = G_B3_0; goto IL_0032; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___value21; float L_13 = L_12.get_Y_1(); G_B6_0 = L_13; G_B6_1 = G_B4_0; goto IL_0038; } IL_0032: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___value10; float L_15 = L_14.get_Y_1(); G_B6_0 = L_15; G_B6_1 = G_B5_0; } IL_0038: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_16 = ___value10; float L_17 = L_16.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_18 = ___value21; float L_19 = L_18.get_Z_2(); G_B7_0 = G_B6_0; G_B7_1 = G_B6_1; if ((((float)L_17) < ((float)L_19))) { G_B8_0 = G_B6_0; G_B8_1 = G_B6_1; goto IL_004e; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_20 = ___value21; float L_21 = L_20.get_Z_2(); G_B9_0 = L_21; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; goto IL_0054; } IL_004e: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_22 = ___value10; float L_23 = L_22.get_Z_2(); G_B9_0 = L_23; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; } IL_0054: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_24 = ___value10; float L_25 = L_24.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_26 = ___value21; float L_27 = L_26.get_W_3(); G_B10_0 = G_B9_0; G_B10_1 = G_B9_1; G_B10_2 = G_B9_2; if ((((float)L_25) < ((float)L_27))) { G_B11_0 = G_B9_0; G_B11_1 = G_B9_1; G_B11_2 = G_B9_2; goto IL_006a; } } { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_28 = ___value21; float L_29 = L_28.get_W_3(); G_B12_0 = L_29; G_B12_1 = G_B10_0; G_B12_2 = G_B10_1; G_B12_3 = G_B10_2; goto IL_0070; } IL_006a: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_30 = ___value10; float L_31 = L_30.get_W_3(); G_B12_0 = L_31; G_B12_1 = G_B11_0; G_B12_2 = G_B11_1; G_B12_3 = G_B11_2; } IL_0070: { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_32; memset((&L_32), 0, sizeof(L_32)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_32), G_B12_3, G_B12_2, G_B12_1, G_B12_0, /*hidden argument*/NULL); return L_32; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 Vector4_op_Division_m42A9C429E7265118F4E68AE51A7C9C91E1A86C65_inline (Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___left0, Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 ___right1, const RuntimeMethod* method) { { Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_0 = ___left0; float L_1 = L_0.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_2 = ___right1; float L_3 = L_2.get_X_0(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_4 = ___left0; float L_5 = L_4.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_6 = ___right1; float L_7 = L_6.get_Y_1(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_8 = ___left0; float L_9 = L_8.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_10 = ___right1; float L_11 = L_10.get_Z_2(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_12 = ___left0; float L_13 = L_12.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_14 = ___right1; float L_15 = L_14.get_W_3(); Vector4_tAD53765F091E54812772D62B6D34701608DB9E59 L_16; memset((&L_16), 0, sizeof(L_16)); Vector4__ctor_mC3AB7CEFA429B595CCF5A294C82EE42CE9B657A0((&L_16), ((float)((float)L_1/(float)L_3)), ((float)((float)L_5/(float)L_7)), ((float)((float)L_9/(float)L_11)), ((float)((float)L_13/(float)L_15)), /*hidden argument*/NULL); return L_16; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bgr24__ctor_m7B721FEAF163B29405A0E0833120BBAC898F283F_inline (Bgr24_t1FFF626C4D9B2955415B86F243DDAC12EAC148C9 * __this, uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, const RuntimeMethod* method) { { uint8_t L_0 = ___r0; __this->set_R_2(L_0); uint8_t L_1 = ___g1; __this->set_G_1(L_1); uint8_t L_2 = ___b2; __this->set_B_0(L_2); return; } }